IMAGE_LIST Element


IMAGE_LIST (a child element of SPELL) defines a list of images for preload. These images are used during the animation of the skill or weapon.

Supported Values

IMAGE_LIST 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

  • <SPELL>
    • <GROUP>Elemental Spells</GROUP>
    • <NAME>Fire Blast</NAME>
    • <IMAGE_LIST>
      • <IMAGE>
        • <URL>fire.gif</URL>
      • </IMAGE>
    • </IMAGE_LIST>
    • ......
  • </SPELL>