diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-28 18:36:58 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-28 18:36:58 +0000 |
commit | 4072e82169c60948980dcdfc16bf1d907a9b8621 (patch) | |
tree | 79a7a28be83c474917073e5b6a0c7c94c1e514c0 | |
parent | 321ba9e916cfc575c161ec9f1c554433b187c631 (diff) | |
download | clientdata-4072e82169c60948980dcdfc16bf1d907a9b8621.tar.gz clientdata-4072e82169c60948980dcdfc16bf1d907a9b8621.tar.bz2 clientdata-4072e82169c60948980dcdfc16bf1d907a9b8621.tar.xz clientdata-4072e82169c60948980dcdfc16bf1d907a9b8621.zip |
Added the possibility to assign particle effects to monsters in the monster database. Added flame particle effect to fire goblin as a proof of concept.
-rw-r--r-- | monsters.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index c22fcc94..463f6616 100644 --- a/monsters.xml +++ b/monsters.xml @@ -66,6 +66,7 @@ <sound event="hit">fire-goblin-hit1.ogg</sound>
<sound event="hit">fire-goblin-hit2.ogg</sound>
<sound event="miss">fire-goblin-miss1.ogg</sound>
+ <particlefx>graphics/particles/flame.particle.xml</particlefx>
</monster>
<monster id="10" name="Spider">
|