mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
More Gen 9 move effects
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user