summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/items/equipment/weapon/sword-ice.pngbin0 -> 728 bytes
-rw-r--r--graphics/sprites/weapon-ice-gladius.pngbin0 -> 3501 bytes
-rw-r--r--graphics/sprites/weapon-ice-gladius.xml27
-rw-r--r--items.xml14
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
new file mode 100644
index 00000000..27c9f9e3
--- /dev/null
+++ b/graphics/items/equipment/weapon/sword-ice.png
Binary files differ
diff --git a/graphics/sprites/weapon-ice-gladius.png b/graphics/sprites/weapon-ice-gladius.png
new file mode 100644
index 00000000..8349192c
--- /dev/null
+++ b/graphics/sprites/weapon-ice-gladius.png
Binary files differ
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>
diff --git a/items.xml b/items.xml
index 89e92447..38396a7a 100644
--- a/items.xml
+++ b/items.xml
@@ -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"