BOSS 战筹码卡牌效果描述调整

This commit is contained in:
Sunumbrella 2025-09-19 17:47:15 +08:00
parent 4af97ea052
commit b0f09c8fa9
14 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -15117,7 +15117,8 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
"Hightemperaturewarning", "RacoonAppears", "BUG", "JACKPOT", "Doubled", "Half", "ItsWar",
"NoEvent", "NoEvent", "NoEvent", "NoEvent", "NoEvent",
"BattleAttackM", "BattleAttackL", "BattleAttackG", "BattleDefendM", "BattleDefendL", "BattleDefendG",
"BattleGaWuCut", "BattleCharge", "BattlePowerfulAttack",
"BattleGaWuCut", "BattleCharge", "BattlePowerfulAttack", "BattleHamburger", "BattleChocolateCake",
"BattleSmartDice"
]
this.CharacterList = ["勇者", "米米", "帕露南", "芬妮", "阿兰娜", "小町",
"派德曼", "帕帕拉", "恋", "Z3000", "潘大猛", "璐璐",
@ -15439,8 +15440,8 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
}
}
if (this.cardpage > 0) core.drawImage(ctx, "Left_set.png", 3, 375, 34, 34)
if (this.cardpage < 6) core.drawImage(ctx, "Right_set.png", 380, 375, 34, 34)
core.fillText(ctx, "第 " + (this.cardpage + 1) + " / 7 页", 208, 400, "#FFFFFF", "24px STHUPO")
if (this.cardpage < 7) core.drawImage(ctx, "Right_set.png", 380, 375, 34, 34)
core.fillText(ctx, "第 " + (this.cardpage + 1) + " / 8 页", 208, 400, "#FFFFFF", "24px STHUPO")
if (this.selectioncard) {
core.fillRect(ctx, 0, 0, 416, 416, "#000000A0")
core.drawImage(ctx, this.selectioncard + ".webp", 106, 49, 204, 324)
@ -15824,7 +15825,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
const cardRight = makeBox([380, 375], [34, 34])
const cardListbox = makeBox([3, 44], [412, 326])
if (inRect(pos, Left) && fn.cardpage > 0) fn.cardpage--
if (inRect(pos, cardRight) && fn.cardpage < 6) fn.cardpage++
if (inRect(pos, cardRight) && fn.cardpage < 7) fn.cardpage++
if (inRect(pos, cardListbox)) {
const index = fn.cardpage * 8 + Math.floor((py - 44) / 163) * 4 + Math.floor((px - 3) / 103)
if (fn.cardList[index])