SPECIAL_LIST Element


SPECIAL_LIST (a child element of CHARACTER) defines a list of special skill groups supported by the character.

Supported Values

SPECIAL_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>
      • <SPECIAL_LIST>
        • <SPECIAL>Stealing Skills</SPECIAL>
        • <SPECIAL>Blasting Skills</SPECIAL>
      • </SPECIAL_LIST>
      • ......
    • </CHARACTER>
    • ......
  • </CHARACTERS>