summaryrefslogtreecommitdiff
path: root/graphics/sprites/equipment/weapons/knife.xml
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-04-26 21:54:51 +0200
committergumi <git@gumi.ca>2018-07-05 11:11:26 -0400
commit7e8ab05dc2fcb615ee128115b2151a4bb277a338 (patch)
tree18be31fc025b2beca2fb1decc29ea1c5e1b9a484 /graphics/sprites/equipment/weapons/knife.xml
parentc56191ec59d0d11d71ff90121175a012f371d9c9 (diff)
downloadclientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.tar.gz
clientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.tar.bz2
clientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.tar.xz
clientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.zip
add the wand
Diffstat (limited to 'graphics/sprites/equipment/weapons/knife.xml')
-rw-r--r--graphics/sprites/equipment/weapons/knife.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/sprites/equipment/weapons/knife.xml b/graphics/sprites/equipment/weapons/knife.xml
index 00c6b4b7..71c1d8db 100644
--- a/graphics/sprites/equipment/weapons/knife.xml
+++ b/graphics/sprites/equipment/weapons/knife.xml
@@ -40,21 +40,18 @@ Copyright (C) 2012-2013 Evol Online -->
<action name="attack" 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 />
+ <end/>
</animation>
<animation direction="right">
<sequence start="55" end="58" delay="80"/>
-
<end/>
</animation>
</action>
@@ -80,20 +77,24 @@ Copyright (C) 2012-2013 Evol Online -->
<action name="attack_wand" imageset="base">
<animation direction="down">
+ <frame index="7" delay="80"/>
<sequence start="7" end="10" delay="80"/>
- <end/>
+ <end />
</animation>
<animation direction="left">
+ <frame index="23" delay="100"/>
<sequence start="23" end="26" delay="80"/>
- <end/>
+ <end />
</animation>
<animation direction="up">
+ <frame index="39" delay="100"/>
<sequence start="39" end="42" delay="80"/>
<end />
</animation>
<animation direction="right">
+ <frame index="55" delay="100"/>
<sequence start="55" end="58" delay="80"/>
- <end/>
+ <end />
</animation>
</action>