More Gen 9 move effects

This commit is contained in:
Maruno17
2024-06-24 21:51:49 +01:00
parent 8e9417c3b7
commit ff2d8e5f55
21 changed files with 673 additions and 55 deletions

View File

@@ -727,6 +727,8 @@ class Battle::Move::UseLastMoveUsed < Battle::Move
"ProtectUserFromDamagingMovesObstruct", # Obstruct # Not listed on Bulbapedia
"ProtectUserFromTargetingMovesSpikyShield", # Spiky Shield
"ProtectUserBanefulBunker", # Baneful Bunker
"ProtectUserFromDamagingMovesSilkTrap", # Silk Trap
"ProtectUserFromDamagingMovesBurningBulwark", # Burning Bulwark
# Moves that call other moves
"UseLastMoveUsedByTarget", # Mirror Move
"UseLastMoveUsed", # Copycat (this move)
@@ -960,6 +962,8 @@ class Battle::Move::UseRandomMove < Battle::Move
"ProtectUserFromDamagingMovesObstruct", # Obstruct
"ProtectUserFromTargetingMovesSpikyShield", # Spiky Shield
"ProtectUserBanefulBunker", # Baneful Bunker
"ProtectUserFromDamagingMovesSilkTrap", # Silk Trap
"ProtectUserFromDamagingMovesBurningBulwark", # Burning Bulwark
# Moves that call other moves
"UseLastMoveUsedByTarget", # Mirror Move
"UseLastMoveUsed", # Copycat
@@ -1052,6 +1056,8 @@ class Battle::Move::UseRandomMoveFromUserParty < Battle::Move
"ProtectUserFromDamagingMovesObstruct", # Obstruct # Not listed on Bulbapedia
"ProtectUserFromTargetingMovesSpikyShield", # Spiky Shield
"ProtectUserBanefulBunker", # Baneful Bunker
"ProtectUserFromDamagingMovesSilkTrap", # Silk Trap
"ProtectUserFromDamagingMovesBurningBulwark", # Burning Bulwark
# Moves that call other moves
"UseLastMoveUsedByTarget", # Mirror Move
"UseLastMoveUsed", # Copycat