diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-04-26 21:54:51 +0200 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-07-05 10:58:27 -0400 |
commit | c56191ec59d0d11d71ff90121175a012f371d9c9 (patch) | |
tree | 5b5c7a3d8326ae3afd1398e3701511d31b762cb5 /graphics/sprites/equipment/weapons/knife.xml | |
parent | f5f150b44099f30b6bed63ad878b5c57703dc84a (diff) | |
download | clientdata-c56191ec59d0d11d71ff90121175a012f371d9c9.tar.gz clientdata-c56191ec59d0d11d71ff90121175a012f371d9c9.tar.bz2 clientdata-c56191ec59d0d11d71ff90121175a012f371d9c9.tar.xz clientdata-c56191ec59d0d11d71ff90121175a012f371d9c9.zip |
new content for hurnscald
new monsters
new sfx
new items
new map
mining nodes
Diffstat (limited to 'graphics/sprites/equipment/weapons/knife.xml')
-rw-r--r-- | graphics/sprites/equipment/weapons/knife.xml | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/graphics/sprites/equipment/weapons/knife.xml b/graphics/sprites/equipment/weapons/knife.xml index ce34a3ee..00c6b4b7 100644 --- a/graphics/sprites/equipment/weapons/knife.xml +++ b/graphics/sprites/equipment/weapons/knife.xml @@ -40,12 +40,12 @@ Copyright (C) 2012-2013 Evol Online --> <action name="attack" imageset="base"> <animation direction="down"> <sequence start="7" end="10" delay="80"/> - <frame index="11" delay="250"/> + <end/> </animation> <animation direction="left"> <sequence start="23" end="26" delay="80"/> - <frame index="27" delay="250"/> + <end/> </animation> <animation direction="up"> @@ -54,7 +54,7 @@ Copyright (C) 2012-2013 Evol Online --> </animation> <animation direction="right"> <sequence start="55" end="58" delay="80"/> - <frame index="59" delay="250"/> + <end/> </animation> </action> @@ -78,6 +78,25 @@ Copyright (C) 2012-2013 Evol Online --> </animation> </action> + <action name="attack_wand" imageset="base"> + <animation direction="down"> + <sequence start="7" end="10" delay="80"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="23" end="26" delay="80"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="39" end="42" delay="80"/> + <end /> + </animation> + <animation direction="right"> + <sequence start="55" end="58" delay="80"/> + <end/> + </animation> + </action> + <action name="sit" imageset="base"> <animation direction="down"> <frame index="68"/> |