HP Element


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

Supported Values

HP supports the use of an integer as value.

Examples

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