STRENGTH Element


STRENGTH (a child element of CHARACTER) defines the amount of Strength points the character has at maximum level (99). Strength determines the physical attack power of the character.

Supported Values

STRENGTH supports the use of an integer as value. This value usually ranges between 50 and 100, but it can be a little bit higher or lower.

Examples

  • <CHARACTERS>
    • <CHARACTER>
      • <BASE>
        • <NAME>Cloud</NAME>
        • ......
      • </BASE>
      • <STRENGTH>100</STRENGTH>
      • ......
    • </CHARACTER>
    • ......
  • </CHARACTERS>