summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/undead-mouboomaster.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-06 18:56:28 +0000
committerJesusaves <cpntb1@ymail.com>2020-12-06 18:56:28 +0000
commitb38362817bac4640cfdbe93838fe3e3b7070739a (patch)
tree27e9068a53b85df651ade516dd637aef5d0ecc88 /graphics/sprites/npcs/xml/undead-mouboomaster.xml
parentafdfa7850d2bdcc48fba54e8ff7b48f8cb83cf5b (diff)
parent53407db42a57c6c8c335d5d54cc7ef20d97d9b60 (diff)
downloadclientdata-b38362817bac4640cfdbe93838fe3e3b7070739a.tar.gz
clientdata-b38362817bac4640cfdbe93838fe3e3b7070739a.tar.bz2
clientdata-b38362817bac4640cfdbe93838fe3e3b7070739a.tar.xz
clientdata-b38362817bac4640cfdbe93838fe3e3b7070739a.zip
Merge branch 'moornpc' into 'master'
Asphodel Moor NPC Placeholders See merge request evol/clientdata!196
Diffstat (limited to 'graphics/sprites/npcs/xml/undead-mouboomaster.xml')
-rw-r--r--graphics/sprites/npcs/xml/undead-mouboomaster.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/undead-mouboomaster.xml b/graphics/sprites/npcs/xml/undead-mouboomaster.xml
new file mode 100644
index 00000000..c8603793
--- /dev/null
+++ b/graphics/sprites/npcs/xml/undead-mouboomaster.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha
+Copyright (C) 2020 Evol Online -->
+
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/undead-mouboo-master.png"
+ width="160"
+ height="64"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="default">
+ <label name="start"/>
+ <goto label="static" rand="90"/>
+ <goto label="pull" rand="100"/>
+
+ <!-- static -->
+ <label name="static"/>
+ <frame index="2" delay="2000"/>
+ <goto label="start"/>
+
+ <!-- pull -->
+ <label name="pull"/>
+ <frame index="2" delay="200"/>
+ <frame index="1" delay="100"/>
+ <frame index="0" delay="100"/>
+ <frame index="1" delay="100"/>
+ <frame index="2" delay="200"/>
+ <goto label="start"/>
+
+ </animation>
+ </action>
+</sprite>