Converted Shadow Pokémon PBS file to a section-based format, improved Shadow Pokémon mechanics

This commit is contained in:
Maruno17
2021-11-21 00:44:41 +00:00
parent 048a18b415
commit b445f26a88
25 changed files with 761 additions and 204 deletions

View File

@@ -34,7 +34,7 @@ class Battle::Move::Confusion < Battle::Move
@pp = -1
@target = 0
@priority = 0
@flags = ""
@flags = []
@addlEffect = 0
@calcType = nil
@powerBoost = false
@@ -63,7 +63,7 @@ class Battle::Move::Struggle < Battle::Move
@pp = -1
@target = 0
@priority = 0
@flags = ""
@flags = ["Contact", "CanProtect"]
@addlEffect = 0
@calcType = nil
@powerBoost = false