diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-05-22 19:27:09 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-05-22 19:27:09 +0000 |
commit | 74d0b439099ca3a5b3b20b9d17138692c7bfbc82 (patch) | |
tree | d81e0d3c5f598aaed7d894fbe76584d88f1352e4 | |
parent | 46a34f9d1970d3cb138b1264f21a4be500c16545 (diff) | |
download | clientdata-74d0b439099ca3a5b3b20b9d17138692c7bfbc82.tar.gz clientdata-74d0b439099ca3a5b3b20b9d17138692c7bfbc82.tar.bz2 clientdata-74d0b439099ca3a5b3b20b9d17138692c7bfbc82.tar.xz clientdata-74d0b439099ca3a5b3b20b9d17138692c7bfbc82.zip |
Added firedemon NPC (consists solely of a particle effect)
-rw-r--r-- | npcs.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -51,7 +51,7 @@ <npc id="141"><sprite variant="41">npc.xml</sprite></npc><!-- Lumberjack --> <npc id="142"><sprite variant="42">npc.xml</sprite></npc><!-- Farmer --> <npc id="143"><sprite variant="43">npc.xml</sprite></npc><!-- Indian Chief--> - <npc id="144"><sprite variant="44">npc.xml</sprite><particlefx>graphics/particles/soulmenhir.particle.xml</particlefx></npc><!-- Boulder --> + <npc id="144"><sprite variant="44">npc.xml</sprite><particlefx>graphics/particles/hellblaze.particle.xml</particlefx></npc><!-- Boulder --> <npc id="145"><sprite variant="45">npc.xml</sprite></npc><!-- empty (reserved for future NPCs) --> <npc id="146"><sprite variant="46">npc.xml</sprite></npc><!-- empty (reserved for future NPCs) --> <npc id="147"><sprite variant="47">npc.xml</sprite></npc><!-- empty (reserved for future NPCs) --> @@ -76,6 +76,10 @@ <sprite>leg-jeans-female.xml</sprite> <sprite>hairstyle4-female.xml|#bb2222,ffee33</sprite> </npc> + <npc id="202"> + <!-- An NPC made only from a particle effect. --> + <particlefx>graphics/particles/hellblaze.particle.xml</particlefx> + </npc> </npcs> |