spellList.qsrc 689 B

12345678910111213141516171819202122232425262728
  1. #spellList
  2. !teleport
  3. spellMana['teleport'] = 1000
  4. spellTime['teleport'] = 20
  5. spellDiff['teleport'] = 20
  6. $spellName['teleport'] = "Teleport"
  7. $spellDesc['teleport'] = "You can move from one Fairy Circle to another."
  8. !glamour
  9. spellMana['glamour'] = 500
  10. spellTime['glamour'] = 1
  11. spellDiff['glamour'] = 30
  12. $spellName['teleport'] = "Glamour"
  13. $spellDesc['teleport'] = "Change your appearance."
  14. !bodymod
  15. spellMana['bodymod'] = 40
  16. spellTime['bodymod'] = 30
  17. spellDiff['bodymod'] = 0
  18. $spellName['bodymod'] = "Body Modification"
  19. $spellDesc['bodymod'] = "Change your appearance."
  20. ! List Combat Spells for use in fight scenerios
  21. combatSpells[0] = ''
  22. --- spellList ---------------------------------