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 | |
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')
-rw-r--r-- | graphics/sprites/equipment/weapons/knife.xml | 25 | ||||
-rw-r--r-- | graphics/sprites/equipment/weapons/pickaxe.png | bin | 0 -> 13717 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/weapons/pickaxe.xml | 11 |
3 files changed, 33 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"/> diff --git a/graphics/sprites/equipment/weapons/pickaxe.png b/graphics/sprites/equipment/weapons/pickaxe.png Binary files differnew file mode 100644 index 00000000..9a61c8f8 --- /dev/null +++ b/graphics/sprites/equipment/weapons/pickaxe.png diff --git a/graphics/sprites/equipment/weapons/pickaxe.xml b/graphics/sprites/equipment/weapons/pickaxe.xml new file mode 100644 index 00000000..9bb3449b --- /dev/null +++ b/graphics/sprites/equipment/weapons/pickaxe.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Micksha +Copyright (C) 2011-2016 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/weapons/pickaxe.png" + width="64" + height="64"/> + + <include file="equipment/weapons/knife.xml"/> +</sprite> |