Healing Wish/Lunar Dance now linger until they will do something, as per Gen 8

This commit is contained in:
Maruno17
2021-08-30 00:38:06 +01:00
parent c92bb2fb42
commit 0405497868
4 changed files with 40 additions and 20 deletions

View File

@@ -10,9 +10,6 @@ species because of this. This value is also shown in the Pokédex entry screen.
(Will be implemented by me in the next PR)
Some moves have changed properties/effects:
- Healing Wish's effect and Lunar Dance's effect are no longer used up if a
Pokémon that switches to the targeted position can't make use of it. Each
position can only have one of each effect applied at once. (Will be implemented by me in the next PR)
- Parting Shot is able to make the user switch out if its effect is redirected
by Mirror Armor. Throat Spray is triggered and applies before the switch.
(The Throat Spray part is done by default)
@@ -118,6 +115,9 @@ Move Effect Changes
pbImmunityByAbility, but leaning towards yes; will Volt Absorb block an
Electrified Howl?). Needs a new function code, since it now affects targets
rather than the user.
- Healing Wish's effect and Lunar Dance's effect are no longer used up if a
Pokémon that switches to the targeted position can't make use of it. Each
position can only have one of each effect applied at once.
Item Effect Changes
- Escape Rope's code now supports both consumable and non-consumable versions,