SPELLS is the root element of the RPGDML document spells.xml inside the folder "data/xml". It defines all the mgaic spells used in the game.
SPELLS supports the use of its own child elements as values. For a list of supported child elements please refer to the tree menu on the left.
SPELLS can be empty and contain no value. In this case you can't use any spells in your game.
- <SPELLS>
- <SPELL>
- ......
- </SPELL>
- ......
- </SPELLS>