diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-03-31 00:00:59 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-04-10 10:06:05 +0200 |
commit | 05990bbc1c3e19b12552b29cb9c977238768ed4c (patch) | |
tree | 349c9c9f6c949968c97576c0a53eafbbd353ea44 | |
parent | 52456dfdd6876706c5426f2eb3d3dab36f632183 (diff) | |
download | clientdata-05990bbc1c3e19b12552b29cb9c977238768ed4c.tar.gz clientdata-05990bbc1c3e19b12552b29cb9c977238768ed4c.tar.bz2 clientdata-05990bbc1c3e19b12552b29cb9c977238768ed4c.tar.xz clientdata-05990bbc1c3e19b12552b29cb9c977238768ed4c.zip |
Adding new item 'Ice Gladius' made by ChefChelios.
-rw-r--r-- | graphics/items/equipment/weapon/sword-ice.png | bin | 0 -> 728 bytes | |||
-rw-r--r-- | graphics/sprites/weapon-ice-gladius.png | bin | 0 -> 3501 bytes | |||
-rw-r--r-- | graphics/sprites/weapon-ice-gladius.xml | 27 | ||||
-rw-r--r-- | items.xml | 14 |
4 files changed, 41 insertions, 0 deletions
diff --git a/graphics/items/equipment/weapon/sword-ice.png b/graphics/items/equipment/weapon/sword-ice.png Binary files differnew file mode 100644 index 00000000..27c9f9e3 --- /dev/null +++ b/graphics/items/equipment/weapon/sword-ice.png diff --git a/graphics/sprites/weapon-ice-gladius.png b/graphics/sprites/weapon-ice-gladius.png Binary files differnew file mode 100644 index 00000000..8349192c --- /dev/null +++ b/graphics/sprites/weapon-ice-gladius.png diff --git a/graphics/sprites/weapon-ice-gladius.xml b/graphics/sprites/weapon-ice-gladius.xml new file mode 100644 index 00000000..b99b08d9 --- /dev/null +++ b/graphics/sprites/weapon-ice-gladius.xml @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<sprite name="player" action="stand"> + <imageset name="icegladius" src="graphics/sprites/weapon-ice-gladius.png" width="64" height="64" /> + + <action name="default" imageset="icegladius"> + </action> + + <action name="attack" imageset="icegladius"> + <animation direction="down"> + <sequence start="0" end="3" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <sequence start="4" end="7" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="8" end="11" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <sequence start="12" end="15" delay="75" /> + <end /> + </animation> + </action> + +</sprite> @@ -2999,6 +2999,20 @@ description="A really heavy leather suitcase." type="generic" weight="12000"/> + <item id="867" + image="equipment/weapon/sword-ice.png" + name="Ice Gladius" + description="A sword with a shimmering blue blade." + effect="Damage +100" + type="equip-1hand" + weapon-type="sword" + attack-action="attack" + luck="1" + weight="500"> + <sprite>weapon-ice-gladius.xml</sprite> + <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound> + <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound> + </item> <!-- HERE ARE SOME UNUSED ITEM IDS --> <item id="1198" |