summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-01 21:54:58 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-01 21:54:58 -0300
commit99e0aff1d568b9312724c462a147ca34056e3796 (patch)
treef699e80d0adffc4a08d22cfa2a6fa107bfd16fdc /graphics/sprites/npcs/xml
parentb9ca817b9dfc1bdb2334a2f9f9a2e495c05577ff (diff)
downloadclientdata-99e0aff1d568b9312724c462a147ca34056e3796.tar.gz
clientdata-99e0aff1d568b9312724c462a147ca34056e3796.tar.bz2
clientdata-99e0aff1d568b9312724c462a147ca34056e3796.tar.xz
clientdata-99e0aff1d568b9312724c462a147ca34056e3796.zip
NPCs required for Forest Bow, TMW2 Style, Quest
Diffstat (limited to 'graphics/sprites/npcs/xml')
-rw-r--r--graphics/sprites/npcs/xml/lumberjack.xml15
1 files changed, 15 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..01e1ea7f
--- /dev/null
+++ b/graphics/sprites/npcs/xml/lumberjack.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/npcs/sprite/lumberjack.png" width="42" height="63" />
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <!-- eyes movements -->
+ <frame index="0" delay="3000"/>
+ <frame index="1" delay="80"/>
+ <frame index="0" delay="1500"/>
+ <frame index="1" delay="80"/>
+ <frame index="0" delay="3000"/>
+ <frame index="1" delay="600"/>
+ </animation>
+ </action>
+</sprite>