GROUP Element


GROUP (a child element of SPELL) specifies which group the current skill belongs to.

Remarks

Skills like spells, summoning spells, special skills and limit breaks are organized in groups, and each group contain a certain number of skills of the same type. Each player character supports a certain number of skill groups, and he can only use skills from these skill groups.

Supported Values

GROUP supports the use of text as value.

Examples

In this example, three spells are defined and they all belong to the group "Elemental Spells".

  • <SPELLS>
    • <SPELL>
      • <GROUP>Elemental Spells</GROUP>
      • <NAME>Fire</NAME>
      • ......
    • </SPELL>
    • <SPELL>
      • <GROUP>Elemental Spells</GROUP>
      • <NAME>Ice</NAME>
      • ......
    • </SPELL>
    • <SPELL>
      • <GROUP>Elemental Spells</GROUP>
      • <NAME>Lightning</NAME>
      • ......
    • </SPELL>
  • </SPELLS>