MP Element


MP (a child element of CHARACTER) defines the amount of MP (Magic Point) the character has at base level (see LEVEL_BASE for details).

Supported Values

MP supports the use of an integer as value.

Examples

  • <CHARACTERS>
    • <CHARACTER>
      • <BASE>
        • <NAME>Cloud</NAME>
        • ......
      • </BASE>
      • <MP>1000</MP>
      • ......
    • </CHARACTER>
    • ......
  • </CHARACTERS>