MAGIC (a child element of CHARACTER) defines the amount of Magic points the character has at maximum level (99). Magic determines the magical attack power of the character and the amount of MP gained for each character's level.
MAGIC 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>
- <MAGIC>100</MAGIC>
- ......
- </CHARACTER>
- ......
- </CHARACTERS>