diff options
-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" |