diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-11 08:17:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-11 08:17:07 -0300 |
commit | 2c932ede95f2284907b5a308bab2405c41e924f6 (patch) | |
tree | 887a270ee9b3cdbd144feb860c2f9880053f7dea /graphics | |
parent | fe15ec44785b902af9028b371a8f42d43c20dae8 (diff) | |
download | clientdata-2c932ede95f2284907b5a308bab2405c41e924f6.tar.gz clientdata-2c932ede95f2284907b5a308bab2405c41e924f6.tar.bz2 clientdata-2c932ede95f2284907b5a308bab2405c41e924f6.tar.xz clientdata-2c932ede95f2284907b5a308bab2405c41e924f6.zip |
Just some notes of possible incompatibilities. We'll see how this goes.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/races/human-male.xml | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/graphics/sprites/races/human-male.xml b/graphics/sprites/races/human-male.xml index 67094251..bbb088ea 100644 --- a/graphics/sprites/races/human-male.xml +++ b/graphics/sprites/races/human-male.xml @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author: Reid +<!-- Author: Reid, Micksha +Copyright (C) 2019-2021 The Mana World Copyright (C) 2012-2013 Evol Online --> +<!-- TODO: attack_2hand attack_spear attack_sword_stab --> <sprite> <imageset name="base" src="graphics/sprites/races/human-male.png" @@ -224,6 +226,38 @@ Copyright (C) 2012-2013 Evol Online --> </animation> </action> + <action name="cast" imageset="base"> + <animation direction="down"> + <frame index="7" delay="80"/> + <frame index="8" delay="80"/> + <frame index="11" delay="90"/> + <sequence start="8" end="10" delay="70"/> + <end /> + </animation> + <animation direction="left"> + <frame index="23" delay="80"/> + <frame index="28" delay="80"/> + <frame index="27" delay="90"/> + <frame index="28" delay="70"/> + <sequence start="24" end="26" delay="70"/> + <end /> + </animation> + <animation direction="up"> + <frame index="39" delay="90"/> + <frame index="43" delay="90"/> + <sequence start="40" end="42" delay="80"/> + <end /> + </animation> + <animation direction="right"> + <frame index="55" delay="80"/> + <frame index="60" delay="80"/> + <frame index="59" delay="90"/> + <frame index="60" delay="70"/> + <sequence start="56" end="58" delay="70"/> + <end /> + </animation> + </action> + <action name="sit" imageset="base"> <animation direction="down"> <frame index="64"/><!-- 68~71 are sit2 --> |