diff --git a/project/images/BattleAttackG.webp b/project/images/BattleAttackG.webp index 38f2782..2c13002 100644 Binary files a/project/images/BattleAttackG.webp and b/project/images/BattleAttackG.webp differ diff --git a/project/images/BattleAttackL.webp b/project/images/BattleAttackL.webp index 8331871..d1b70b3 100644 Binary files a/project/images/BattleAttackL.webp and b/project/images/BattleAttackL.webp differ diff --git a/project/images/BattleAttackM.webp b/project/images/BattleAttackM.webp index cb50c91..4170519 100644 Binary files a/project/images/BattleAttackM.webp and b/project/images/BattleAttackM.webp differ diff --git a/project/images/BattleCharge.webp b/project/images/BattleCharge.webp index 27740f0..2653108 100644 Binary files a/project/images/BattleCharge.webp and b/project/images/BattleCharge.webp differ diff --git a/project/images/BattleChocolateCake.webp b/project/images/BattleChocolateCake.webp new file mode 100644 index 0000000..1c79681 Binary files /dev/null and b/project/images/BattleChocolateCake.webp differ diff --git a/project/images/BattleDefendG.webp b/project/images/BattleDefendG.webp index 411615d..89025b3 100644 Binary files a/project/images/BattleDefendG.webp and b/project/images/BattleDefendG.webp differ diff --git a/project/images/BattleDefendL.webp b/project/images/BattleDefendL.webp index e7440bb..b6ad7cc 100644 Binary files a/project/images/BattleDefendL.webp and b/project/images/BattleDefendL.webp differ diff --git a/project/images/BattleDefendM.webp b/project/images/BattleDefendM.webp index fe4d9b6..40e6def 100644 Binary files a/project/images/BattleDefendM.webp and b/project/images/BattleDefendM.webp differ diff --git a/project/images/BattleGaWuCut.webp b/project/images/BattleGaWuCut.webp index c4ed9cc..5c30a61 100644 Binary files a/project/images/BattleGaWuCut.webp and b/project/images/BattleGaWuCut.webp differ diff --git a/project/images/BattleHamburger.webp b/project/images/BattleHamburger.webp new file mode 100644 index 0000000..2c7923b Binary files /dev/null and b/project/images/BattleHamburger.webp differ diff --git a/project/images/BattlePowerfulAttack.webp b/project/images/BattlePowerfulAttack.webp index 6ec03d6..726c1a4 100644 Binary files a/project/images/BattlePowerfulAttack.webp and b/project/images/BattlePowerfulAttack.webp differ diff --git a/project/images/BattleSmartDice.webp b/project/images/BattleSmartDice.webp new file mode 100644 index 0000000..454e37c Binary files /dev/null and b/project/images/BattleSmartDice.webp differ diff --git a/project/images/ChocolateCake.webp b/project/images/ChocolateCake.webp index 691a5dd..4668793 100644 Binary files a/project/images/ChocolateCake.webp and b/project/images/ChocolateCake.webp differ diff --git a/project/plugins.js b/project/plugins.js index 5d633dd..7fb916f 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -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])