Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Latest commit

 

History

History
57 lines (50 loc) · 2.02 KB

effects.xml.md

File metadata and controls

57 lines (50 loc) · 2.02 KB
title layout
effects.xml
wiki

{% include toc.md %}

effects.xml

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:

Effects parameters

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.