diff options
-rw-r--r-- | graphics/sprites/npcs/npc-supply-crate.png | bin | 0 -> 1824 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/npc-supply-crate.xml | 9 | ||||
-rw-r--r-- | npcs.xml | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/npc-supply-crate.png b/graphics/sprites/npcs/npc-supply-crate.png Binary files differnew file mode 100644 index 00000000..f9aa2c52 --- /dev/null +++ b/graphics/sprites/npcs/npc-supply-crate.png diff --git a/graphics/sprites/npcs/npc-supply-crate.xml b/graphics/sprites/npcs/npc-supply-crate.xml new file mode 100644 index 00000000..7a3357c9 --- /dev/null +++ b/graphics/sprites/npcs/npc-supply-crate.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/npc-supply-crate.png" width="64" height="32"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> @@ -936,6 +936,10 @@ <npc id="376"> <sprite>npcs/npc-weaver.xml</sprite> </npc> + <!-- Supply Chest for South Tulimshar Mine Quest --> + <npc id="377"> + <sprite>npcs/npc-supply-crate.xml</sprite> + </npc> <!-- empty (Invisible NPC used in scripts) --> <!-- for npcs that shouldn't be selectable (e.g. in magic effects) use 127, for warps/doors use 45, |