Make Powder (P)

This commit is contained in:
innerthunder 2024-08-29 23:26:45 -07:00
parent 7870c718b2
commit f7465bb74d
1 changed files with 2 additions and 1 deletions

View File

@ -8042,7 +8042,8 @@ export function initMoves() {
.target(MoveTarget.ALL_NEAR_ENEMIES),
new StatusMove(Moves.POWDER, Type.BUG, 100, 20, -1, 1, 6)
.attr(AddBattlerTagAttr, BattlerTagType.POWDER, false, true)
.powderMove(),
.powderMove()
.partial(), // does not affect virtual moves (e.g. from Metronome or Dancer) when it should
new SelfStatusMove(Moves.GEOMANCY, Type.FAIRY, -1, 10, -1, 0, 6)
.attr(ChargeAttr, ChargeAnim.GEOMANCY_CHARGING, i18next.t("moveTriggers:isChargingPower", {pokemonName: "{USER}"}))
.attr(StatChangeAttr, [ BattleStat.SPATK, BattleStat.SPDEF, BattleStat.SPD ], 2, true)