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

PartyBattlers are a type of Battler that represent PartyMembers when they are in battle.
The set of PartyBattlers 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.





Methods


SnowGraveSpell:createSnowflake(x: any, y: any)

Arguments:

x: any
y: any

Returns:

1: unknown




SnowGraveSpell:drawTiled(x: any, y: any, alpha: any)

Arguments:

x: any
y: any
alpha: any





Fields



Undocumented















SnowGraveSpell.caster: PartyBattler

PartyBattlers are a type of Battler that represent PartyMembers when they are in battle.
The set of PartyBattlers 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.