mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 14:29:28 +02:00
Make Powder edgeCase
instead
This commit is contained in:
parent
00da55c27b
commit
2334ab9b9e
@ -8822,7 +8822,7 @@ export function initMoves() {
|
||||
.attr(AddBattlerTagAttr, BattlerTagType.POWDER, false, true)
|
||||
.ignoresSubstitute()
|
||||
.powderMove()
|
||||
.partial(), // does not cancel Fire-type moves generated by Dancer
|
||||
.edgeCase(), // does not cancel Fire-type moves generated by Dancer
|
||||
new SelfStatusMove(Moves.GEOMANCY, Type.FAIRY, -1, 10, -1, 0, 6)
|
||||
.attr(ChargeAttr, ChargeAnim.GEOMANCY_CHARGING, i18next.t("moveTriggers:isChargingPower", { pokemonName: "{USER}" }))
|
||||
.attr(StatStageChangeAttr, [ Stat.SPATK, Stat.SPDEF, Stat.SPD ], 2, true)
|
||||
|
Loading…
Reference in New Issue
Block a user