BASE Element


BASE (a child element of CHARACTER) defines some of the basic attributes of the characters. Examples are name, gender and portrait image.

Supported Values

BASE 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>
        • <GENDER>M</GENDER>
        • ......
      • </BASE>
      • ......
    • </CHARACTER>
    • ......
  • </CHARACTERS>