diff options
-rw-r--r-- | graphics/sprites/npcs/npc-dyer.png | bin | 0 -> 5341 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/npc-dyer.xml | 15 | ||||
-rw-r--r-- | npcs.xml | 1 |
3 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/npc-dyer.png b/graphics/sprites/npcs/npc-dyer.png Binary files differnew file mode 100644 index 00000000..7949aa88 --- /dev/null +++ b/graphics/sprites/npcs/npc-dyer.png diff --git a/graphics/sprites/npcs/npc-dyer.xml b/graphics/sprites/npcs/npc-dyer.xml new file mode 100644 index 00000000..82947bac --- /dev/null +++ b/graphics/sprites/npcs/npc-dyer.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/npc-dyer.png" width="100" height="75" /> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- eyes movements --> + <frame index="0" delay="3000"/> + <frame index="1" delay="80"/> + <frame index="0" delay="1500"/> + <frame index="1" delay="80"/> + <frame index="0" delay="3000"/> + <frame index="1" delay="600"/> + </animation> + </action> +</sprite> @@ -244,5 +244,6 @@ <npc id="323"><sprite>npcs/npc-gate-open.xml</sprite></npc><!-- Open version of the crypt entrance gate --> <npc id="324"><particlefx>graphics/particles/pentagram-redlinedraw.particle.xml</particlefx></npc> <npc id="325"><particlefx>graphics/particles/pentagram-blacklinedraw.particle.xml</particlefx></npc> +<npc id="326"><sprite>npcs/npc-dyer.xml</sprite></npc><!-- Dyer --> <!-- note: don't go above 999, because the 1000's are reserved for mob id --> </npcs> |