Crossfire Server, Trunk
spell_arrow Namespace Reference

Variables

 archetype = spell
 
 quantity = 1
 
 spellob = Crossfire.CreateObjectByName(archetype)
 
 spells = who.ReadKey("arrow_spell")
 
 victim = Crossfire.WhoIsOther();
 
 who = Crossfire.WhoAmI()
 

Variable Documentation

◆ archetype

spell_arrow.archetype = spell

Definition at line 11 of file spell_arrow.py.

Referenced by apply_builder_window(), and fix_walls().

◆ quantity

int spell_arrow.quantity = 1

Definition at line 11 of file spell_arrow.py.

◆ spellob

spell_arrow.spellob = Crossfire.CreateObjectByName(archetype)

Definition at line 15 of file spell_arrow.py.

◆ spells

spell_arrow.spells = who.ReadKey("arrow_spell")

Definition at line 6 of file spell_arrow.py.

Referenced by CREMainWindow.onReportSummon(), and spellsTable().

◆ victim

spell_arrow.victim = Crossfire.WhoIsOther();

Definition at line 4 of file spell_arrow.py.

◆ who

spell_arrow.who = Crossfire.WhoAmI()

Definition at line 3 of file spell_arrow.py.