Constructor
SnowGraveSpell(user: PartyBattler)
Arguments:
user: PartyBattler |
|
Methods
Fields
Undocumented
SnowGraveSpell.caster: PartyBattler
PartyBattler
s are a type of Battler
that represent PartyMember
s when they are in battle.
The set of PartyBattler
s in the current battle are stored in Game.battle.party
.
Unlike EnemyBattler
, party members do not need to define a PartyBattler
in a file as their PartyMember file defines everything necessary and is utilised by PartyBattler
.