SnowGraveSpell
┗> Object > Class
A special object used for the Snowgrave spell.
Despite its name, this object is not the Spell
used to trigger snowgrave - the snowgrave spell is instead a default spell in all mods under the id snowgrave
.
The spell file that calls is is found from Kristal's root at data/spells/snowgrave.lua
- see here for how this object is used.
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
.