diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:13 -0300 |
commit | 2f75672ce9c9572e1bcc39eba8b376e41eae6856 (patch) | |
tree | e3ce7e053ffef3e65ec91f4c8919da0260644915 /graphics/sprites/monsters/moubi.xml | |
download | clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.gz clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.bz2 clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.xz clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.zip |
Initial commit (Moubootaur Legends Fork)
Diffstat (limited to 'graphics/sprites/monsters/moubi.xml')
-rw-r--r-- | graphics/sprites/monsters/moubi.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/moubi.xml b/graphics/sprites/monsters/moubi.xml new file mode 100644 index 0000000..9a051d2 --- /dev/null +++ b/graphics/sprites/monsters/moubi.xml @@ -0,0 +1,68 @@ +<?xml version="1.0"?> +<!-- Authors: Micksha, Reid, Yuuki +Copyright (C) 2016-2020 Evol Online --> + +<sprite> + <imageset name="mob" + src="graphics/sprites/monsters/moubi.png" + width="80" + height="80"/> + + <action name="stand" imageset="mob"> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="left"> + <frame index="15"/> + </animation> + <animation direction="up"> + <frame index="30"/> + </animation> + <animation direction="right"> + <frame index="45"/> + </animation> + </action> + + <action name="walk" imageset="mob"> + <animation direction="down"> + <sequence start="1" end="6" delay="75"/> + </animation> + <animation direction="left"> + <sequence start="16" end="21" delay="75"/> + </animation> + <animation direction="up"> + <sequence start="31" end="36" delay="75"/> + </animation> + <animation direction="right"> + <sequence start="46" end="51" delay="75"/> + </animation> + </action> + + <action name="attack" imageset="mob"> + <animation direction="down"> + <sequence start="7" end="13" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="22" end="28" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="37" end="43" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="52" end="58" delay="75"/> + <end/> + </animation> + </action> + + <action name="dead" imageset="mob"> + <animation> + <frame index="14" delay="150"/> + <frame index="29" delay="150"/> + <frame index="44" delay="150"/> + <frame index="59" delay="5150"/> + </animation> + </action> +</sprite> |