XP_FORMULA Element


XP_FORMULA (a child element of CHARACTER) defines the formula of level calculation of the character. This determines the number of XP (Experience Point) required to gain a level.

Supported Values

XP_FORMULA supports the use of its own child elements as values. For a list of supported child elements please refer to the tree menu on the left.

Examples

  • <CHARACTERS>
    • <CHARACTER>
      • <BASE>
        • <NAME>Cloud</NAME>
        • ......
      • </BASE>
      • <XP_FORMULA>
        • <LEVEL_BASE>25</LEVEL_BASE>
        • <XP_BASE>100000</XP_BASE>
        • <XP_FACTOR>5000</XP_FACTOR>
      • </XP_FORMULA>
      • ......
    • </CHARACTER>
    • ......
  • </CHARACTERS>