summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs
diff options
context:
space:
mode:
authornmaligec <wouldnot@hotmail.com>2011-01-03 14:51:53 -0500
committernmaligec <wouldnot@hotmail.com>2011-01-03 14:51:53 -0500
commit105ad9f62ec6c2cf01302243081f371c8bc164a6 (patch)
tree3e0374d7c10773c809ac826a93bec565493f85b0 /graphics/sprites/npcs
parent6471ef6dbcb8b99649a69d6a3b0a26be9650c4e3 (diff)
downloadclientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.gz
clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.bz2
clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.xz
clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.zip
Updates I made since ta-client-testing repo was closed: minor fix to Hurnsald map entrances, plus additions for the crypt quest.
Diffstat (limited to 'graphics/sprites/npcs')
-rwxr-xr-xgraphics/sprites/npcs/npc-casket.xml10
-rwxr-xr-xgraphics/sprites/npcs/npc-gate-closed.xml10
-rwxr-xr-xgraphics/sprites/npcs/npc-gate-open.xml10
-rwxr-xr-xgraphics/sprites/npcs/npc-gate_224x192.pngbin0 -> 25367 bytes
4 files changed, 30 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/npc-casket.xml b/graphics/sprites/npcs/npc-casket.xml
new file mode 100755
index 00000000..cc81923c
--- /dev/null
+++ b/graphics/sprites/npcs/npc-casket.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/particles/casket-trap_96x96.png" width="96" height="96" />
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <!-- closed casket -->
+ <frame index="10" />
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/npcs/npc-gate-closed.xml b/graphics/sprites/npcs/npc-gate-closed.xml
new file mode 100755
index 00000000..786cdded
--- /dev/null
+++ b/graphics/sprites/npcs/npc-gate-closed.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/npcs/npc-gate_224x192.png" width="224" height="192" />
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <!-- Display just the first frame of the opening door animation, which is the closed door -->
+ <frame index="0" />
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/npcs/npc-gate-open.xml b/graphics/sprites/npcs/npc-gate-open.xml
new file mode 100755
index 00000000..893f5dbf
--- /dev/null
+++ b/graphics/sprites/npcs/npc-gate-open.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/npcs/npc-gate_224x192.png" width="224" height="192" />
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <!-- Open gate -->
+ <frame index="3" />
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/npcs/npc-gate_224x192.png b/graphics/sprites/npcs/npc-gate_224x192.png
new file mode 100755
index 00000000..81800b78
--- /dev/null
+++ b/graphics/sprites/npcs/npc-gate_224x192.png
Binary files differ