AI and other Gen 8 Effects (#123)

* Added Rattled being triggered by Intimidate in Gen 8
* Added Rapid Spin speed boost effect
* Added basic AI for Gen 8
* Tweaked Leppa berry's effect
* Added Ability Patch's exemption for Zygarde
* Added Curse's Gen 8 targeting change
* Added Teleport's Gen 8 effect
* Added check for Choice items in Instruct and Dancer
* Added Quash's Gen 8 change to the order that multiple Quashed Pokémon move in

Co-authored-by: Maruno17 <serialcolour@hotmail.com>
This commit is contained in:
Golisopod-User
2021-08-03 03:26:55 +05:30
committed by GitHub
parent ec84d581ad
commit c6da16409e
16 changed files with 543 additions and 77 deletions

View File

@@ -5389,6 +5389,7 @@ TotalPP = 40
Target = NearOther
FunctionCode = 110
Flags = Contact,CanProtect,CanMirrorMove
EffectChance = 100
Description = A spin attack that can also eliminate such moves as Bind, Wrap, Leech Seed, and Spikes.
#-------------------------------
[SPIKECANNON]
@@ -7682,6 +7683,7 @@ Type = PSYCHIC
Category = Status
Accuracy = 0
TotalPP = 20
Priority = -6
Target = User
FunctionCode = 0EA
Description = Use it to flee from any wild Pokémon. It can also warp to the last Pokémon Center visited.

View File

@@ -5388,6 +5388,7 @@ Accuracy = 100
TotalPP = 40
Target = NearOther
FunctionCode = 110
EffectChance = 100
Flags = Contact,CanProtect,CanMirrorMove
Description = A spin attack that can also eliminate such moves as Bind, Wrap, Leech Seed, and Spikes.
#-------------------------------
@@ -7683,6 +7684,7 @@ Category = Status
Accuracy = 0
TotalPP = 20
Target = User
Priority = -6
FunctionCode = 0EA
Description = Use it to flee from any wild Pokémon. It can also warp to the last Pokémon Center visited.
#-------------------------------