EFFECT_LIST (a child element of SPELL) defines a list of effects that apply when the skill or weapon hits the target. Some examples of these effects are Poison, Haste and Slow.
EFFECT_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.
- <SPELL>
- <GROUP>Elemental Spells</GROUP>
- <NAME>Poisonous Blast</NAME>
- <EFFECT_LIST>
- <EFFECT>Poison</EFFECT>
- </EFFECT_LIST>
- ......
- </SPELL>