summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/undead-receptionist.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-06 18:56:28 +0000
committerJesusaves <cpntb1@ymail.com>2020-12-06 18:56:28 +0000
commitb38362817bac4640cfdbe93838fe3e3b7070739a (patch)
tree27e9068a53b85df651ade516dd637aef5d0ecc88 /graphics/sprites/npcs/xml/undead-receptionist.xml
parentafdfa7850d2bdcc48fba54e8ff7b48f8cb83cf5b (diff)
parent53407db42a57c6c8c335d5d54cc7ef20d97d9b60 (diff)
downloadclientdata-b38362817bac4640cfdbe93838fe3e3b7070739a.tar.gz
clientdata-b38362817bac4640cfdbe93838fe3e3b7070739a.tar.bz2
clientdata-b38362817bac4640cfdbe93838fe3e3b7070739a.tar.xz
clientdata-b38362817bac4640cfdbe93838fe3e3b7070739a.zip
Merge branch 'moornpc' into 'master'
Asphodel Moor NPC Placeholders See merge request evol/clientdata!196
Diffstat (limited to 'graphics/sprites/npcs/xml/undead-receptionist.xml')
-rw-r--r--graphics/sprites/npcs/xml/undead-receptionist.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/undead-receptionist.xml b/graphics/sprites/npcs/xml/undead-receptionist.xml
new file mode 100644
index 00000000..bbc78b80
--- /dev/null
+++ b/graphics/sprites/npcs/xml/undead-receptionist.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/npcs/sprite/undead-receptionist.png" width="32" height="64"/>
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <!-- Bloody body -->
+ <frame index="0" delay="500"/>
+ <frame index="1" delay="370"/>
+ <frame index="2" delay="330"/>
+ <frame index="3" delay="320"/>
+ <frame index="4" delay="340"/>
+ <frame index="5" delay="320"/>
+ <frame index="6" delay="330"/>
+ <frame index="7" delay="370"/>
+ <frame index="8" delay="500"/>
+ </animation>
+ </action>
+</sprite>