summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/hinnak.xml
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2018-11-06 13:22:51 +0000
committerMicksha <ms-shaman@gmx.de>2018-11-06 13:22:51 +0000
commit9f6831753c18a3f8d18b7a95642423a7730d3a08 (patch)
tree7cde3c30f2702e0cd5681453d0ed2a8d972ac008 /graphics/sprites/npcs/xml/hinnak.xml
parentd7c8544ba772c5dd80f8b07c3ec2cb37f9f6de61 (diff)
parent72cea5ace2bfbd54fef2ac82babec759f6e62abd (diff)
downloadclientdata-9f6831753c18a3f8d18b7a95642423a7730d3a08.tar.gz
clientdata-9f6831753c18a3f8d18b7a95642423a7730d3a08.tar.bz2
clientdata-9f6831753c18a3f8d18b7a95642423a7730d3a08.tar.xz
clientdata-9f6831753c18a3f8d18b7a95642423a7730d3a08.zip
Merge branch 'Gumicommit' into 'master'
Gumicommit See merge request evol/clientdata!60
Diffstat (limited to 'graphics/sprites/npcs/xml/hinnak.xml')
-rw-r--r--graphics/sprites/npcs/xml/hinnak.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/hinnak.xml b/graphics/sprites/npcs/xml/hinnak.xml
new file mode 100644
index 00000000..bf2a3fc3
--- /dev/null
+++ b/graphics/sprites/npcs/xml/hinnak.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha
+Copyright (C) 2018 Evol Online -->
+
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/hinnak.png"
+ width="64"
+ height="64"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="default">
+ <label name="start"/>
+ <goto label="static" rand="98"/>
+ <goto label="cutting" rand="2"/>
+ <!-- winking -->
+ <label name="cutting"/>
+ <frame index="0" delay="200"/>
+ <frame index="1" delay="100"/>
+ <frame index="2" delay="100"/>
+ <frame index="3" delay="100"/>
+ <frame index="2" delay="100"/>
+ <frame index="1" delay="100"/>
+ <frame index="0" delay="200"/>
+ <goto label="start"/>
+ <!-- Static Animation -->
+ <label name="static"/>
+ <frame index="0" delay="400"/>
+ <goto label="start"/>
+ </animation>
+ </action>
+</sprite>