summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/artis-sewer-archway.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/artis-sewer-archway.xml')
-rw-r--r--graphics/sprites/npcs/xml/artis-sewer-archway.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/artis-sewer-archway.xml b/graphics/sprites/npcs/xml/artis-sewer-archway.xml
new file mode 100644
index 00000000..21023207
--- /dev/null
+++ b/graphics/sprites/npcs/xml/artis-sewer-archway.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha
+Copyright (C) 2015 - 2020 Evol Online -->
+
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/artis-sewer-archway.png"
+ width="96"
+ height="96"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="up">
+ <frame index="7"/>
+ </animation>
+ <animation direction="down">
+ <frame index="0"/>
+ </animation>
+ <animation direction="left">
+ <frame index="0"/>
+ </animation>
+ <animation direction="right">
+ <frame index="0"/>
+ </animation>
+ </action>
+ <action name="move" imageset="npc">
+ <!-- Opening -->
+ <animation direction="up">
+ <sequence start="0" end="7" delay="200"/>
+ <frame index="7"/>
+ <end/>
+ </animation>
+ <!-- Closing -->
+ <animation direction="down">
+ <frame index="7" delay="200"/>
+ <frame index="6" delay="200"/>
+ <frame index="5" delay="200"/>
+ <frame index="4" delay="200"/>
+ <frame index="3" delay="200"/>
+ <frame index="2" delay="200"/>
+ <frame index="1" delay="200"/>
+ <frame index="0"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <frame index="0"/>
+ </animation>
+ <animation direction="right">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>