SPELL_LIST Element


SPELL_LIST (a child element of CHARACTER) defines a list of spell groups supported by the character.

Supported Values

SPELL_LIST 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.

Examples

  • <CHARACTERS>
    • <CHARACTER>
      • <BASE>
        • <NAME>Cloud</NAME>
        • ......
      • </BASE>
      • <SPELL_LIST>
        • <SPELL>Elemental Spells</SPELL>
        • <SPELL>Healing Spells</SPELL>
      • </SPELL_LIST>
      • ......
    • </CHARACTER>
    • ......
  • </CHARACTERS>