summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/lumberjack.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/lumberjack.xml')
-rw-r--r--graphics/sprites/npcs/xml/lumberjack.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/lumberjack.xml b/graphics/sprites/npcs/xml/lumberjack.xml
new file mode 100644
index 00000000..9c802c9d
--- /dev/null
+++ b/graphics/sprites/npcs/xml/lumberjack.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha
+Copyright (C) 2018 Evol Online -->
+
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/lumberjack.png"
+ width="42"
+ height="63"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="default">
+ <label name="start"/>
+ <goto label="static" rand="75"/>
+ <goto label="blinking" rand="100"/>
+ <!-- winking -->
+ <label name="blinking"/>
+ <frame index="0" delay="1000"/>
+ <frame index="1" delay="80"/>
+ <frame index="0" delay="240"/>
+ <frame index="1" delay="80"/>
+ <goto label="start"/>
+ <!-- Static Animation -->
+ <label name="static"/>
+ <frame index="0" delay="400"/>
+ <goto label="start"/>
+ </animation>
+ </action>
+</sprite>