diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-06-14 00:01:57 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-06-14 00:01:57 +0200 |
commit | d85d75da68a3e931eb3ed25111cac9be515cc28d (patch) | |
tree | f8ec7292241cb4f335813eee39359e0aa106bcfe /npcs.xml | |
parent | 4844e962818b2e6749222ae3671695caee36ae60 (diff) | |
download | clientdata-d85d75da68a3e931eb3ed25111cac9be515cc28d.tar.gz clientdata-d85d75da68a3e931eb3ed25111cac9be515cc28d.tar.bz2 clientdata-d85d75da68a3e931eb3ed25111cac9be515cc28d.tar.xz clientdata-d85d75da68a3e931eb3ed25111cac9be515cc28d.zip |
Animated Chest added.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -106,6 +106,10 @@ IDs 990-999 = Special <sprite>npcs/xml/tarlan.xml</sprite> <sprite>accessories/croconut.xml</sprite> </npc> + <npc id="320"> + <!-- Chest container. --> + <sprite>npcs/xml/chest.xml</sprite> + </npc> <!-- Special NPCs --> <npc id="900"> @@ -132,6 +136,11 @@ IDs 990-999 = Special <!-- Right Hammock --> <sprite>npcs/xml/hammock-animated2.xml</sprite> </npc> + <npc id="906"> + <!-- Left Hammock, with particles. --> + <sprite>npcs/xml/hammock-animated1.xml</sprite> + <particlefx>graphics/particles/savepoint-32x32.xml</particlefx> + </npc> <npc id="999"> <!-- Invisible --> </npc> |