summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/XML/animated_hammock1.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-05-03 03:28:40 +0200
committerReid <reidyaro@gmail.com>2012-05-03 03:28:40 +0200
commitbe132edc64b671f1ece43834f4a3938be9369459 (patch)
tree1a6251b5fa57e8d569a0f58dc650c67091ea25f1 /graphics/sprites/npcs/XML/animated_hammock1.xml
parent23e5d18418f7cd4f406e4ffb2e7163db29d640bb (diff)
downloadclientdata-be132edc64b671f1ece43834f4a3938be9369459.tar.gz
clientdata-be132edc64b671f1ece43834f4a3938be9369459.tar.bz2
clientdata-be132edc64b671f1ece43834f4a3938be9369459.tar.xz
clientdata-be132edc64b671f1ece43834f4a3938be9369459.zip
Add animated NPC hammock test file and atribute ID 904 and 905,
Remove one hammock from 000-2-1 map,
Diffstat (limited to 'graphics/sprites/npcs/XML/animated_hammock1.xml')
-rw-r--r--graphics/sprites/npcs/XML/animated_hammock1.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/XML/animated_hammock1.xml b/graphics/sprites/npcs/XML/animated_hammock1.xml
new file mode 100644
index 00000000..afed5b8d
--- /dev/null
+++ b/graphics/sprites/npcs/XML/animated_hammock1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<!-- Author : Reid
+Copyright (C) 2011-2012 Evol Online -->
+<sprite>
+ <imageset name="npc" src="graphics/sprites/npcs/sprite/animated_hammock.png" width="96" height="64"/>
+ <action name="stand" imageset="npc">
+ <!-- Mooving hammock. -->
+ <animation direction="left">
+ <frame index="0" delay="400"/>
+ <frame index="1" delay="180"/>
+ <frame index="2" delay="150"/>
+ <frame index="3" delay="300"/>
+ <frame index="2" delay="180"/>
+ <frame index="1" delay="150"/>
+ </animation>
+ <!-- Static hammock. -->
+ <animation direction="up">
+ <frame index="1" delay="300"/>
+ </animation>
+ </action>
+</sprite> \ No newline at end of file