23 lines
673 B
Python
23 lines
673 B
Python
class MagicSpell:
|
|
clear_debris = "Spell: Clear Debris"
|
|
till = "Spell: Till"
|
|
water = "Spell: Water"
|
|
blink = "Spell: Blink"
|
|
evac = "Spell: Evac"
|
|
haste = "Spell: Haste"
|
|
heal = "Spell: Heal"
|
|
buff = "Spell: Buff"
|
|
shockwave = "Spell: Shockwave"
|
|
fireball = "Spell: Fireball"
|
|
frostbite = "Spell: Frostbite"
|
|
teleport = "Spell: Teleport"
|
|
lantern = "Spell: Lantern"
|
|
tendrils = "Spell: Tendrils"
|
|
photosynthesis = "Spell: Photosynthesis"
|
|
descend = "Spell: Descend"
|
|
meteor = "Spell: Meteor"
|
|
bloodmana = "Spell: Bloodmana"
|
|
lucksteal = "Spell: Lucksteal"
|
|
spirit = "Spell: Spirit"
|
|
rewind = "Spell: Rewind"
|