summaryrefslogtreecommitdiff
path: root/graphics/sprites/equipment/weapons
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
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')
-rw-r--r--graphics/sprites/equipment/weapons/knife.xml15
-rw-r--r--graphics/sprites/equipment/weapons/trainingwand.pngbin0 -> 14046 bytes
-rw-r--r--graphics/sprites/equipment/weapons/trainingwand.xml11
3 files changed, 19 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>
diff --git a/graphics/sprites/equipment/weapons/trainingwand.png b/graphics/sprites/equipment/weapons/trainingwand.png
new file mode 100644
index 00000000..190d4377
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/trainingwand.png
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/trainingwand.xml b/graphics/sprites/equipment/weapons/trainingwand.xml
new file mode 100644
index 00000000..aa5d766b
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/trainingwand.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2011-2015 Evol Online -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/equipment/weapons/trainingwand.png|W"
+ width="64"
+ height="64"/>
+
+ <include file="equipment/weapons/knife.xml"/>
+</sprite>