title | layout |
---|---|
effects.xml |
wiki |
{% include toc.md %}
The effects.xml
file is used to define status and magic particle effects seen around the character.
Here is a description of the different parameters of this file:
Here is a effects.xml file sample:
{% highlight xml %}
{% endhighlight %}Note: The client version < 0.6 are using the <being-effects> root node instead of the <effects> one. 0.6 clients are supporting the <being-effects> for backward compatibility.
Parameter | Value type | Description |
---|---|---|
id | Integer | Effect ID used by the client for internally store the effect. |
audio | string | audio filename to be played when triggering the effect. |
particle | string | [Particle](particle_system.html) definition filename used to define how to play the particle effect when triggering it. |