mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 14:44:58 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
#-------------------------------
|
||||
|
||||
Reference in New Issue
Block a user