CONSTITUTION (a child element of CHARACTER) defines the amount of Constitution points the character has at maximum level (99). Constitution determines the amount of HP gained for each character's level.
CONSTITUTION 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.
- <CHARACTERS>
- <CHARACTER>
- <BASE>
- <NAME>Cloud</NAME>
- ......
- </BASE>
- <CONSTITUTION>100</CONSTITUTION>
- ......
- </CHARACTER>
- ......
- </CHARACTERS>