summaryrefslogtreecommitdiff
path: root/outdated/items/equip-1hand
diff options
context:
space:
mode:
Diffstat (limited to 'outdated/items/equip-1hand')
-rw-r--r--outdated/items/equip-1hand/_include.xml21
-rw-r--r--outdated/items/equip-1hand/item1171_Wand.xml7
-rw-r--r--outdated/items/equip-1hand/item1201_Knife.xml9
-rw-r--r--outdated/items/equip-1hand/item1215_ToySabre.xml7
-rw-r--r--outdated/items/equip-1hand/item521_Dagger.xml9
-rw-r--r--outdated/items/equip-1hand/item522_SharpKnife.xml9
-rw-r--r--outdated/items/equip-1hand/item5261_Launcher.xml9
-rw-r--r--outdated/items/equip-1hand/item5284_Revolver.xml23
-rw-r--r--outdated/items/equip-1hand/item536_ShortSword.xml9
-rw-r--r--outdated/items/equip-1hand/item549_Axe.xml7
-rw-r--r--outdated/items/equip-1hand/item570_BoneKnife.xml9
-rw-r--r--outdated/items/equip-1hand/item571_Setzer.xml13
-rw-r--r--outdated/items/equip-1hand/item576_Beheader.xml12
-rw-r--r--outdated/items/equip-1hand/item578_SandCutter.xml9
-rw-r--r--outdated/items/equip-1hand/item579_RockKnife.xml12
-rw-r--r--outdated/items/equip-1hand/item587_Sword.xml8
-rw-r--r--outdated/items/equip-1hand/item591_LongSword.xml7
-rw-r--r--outdated/items/equip-1hand/item599_FireSword.xml7
-rw-r--r--outdated/items/equip-1hand/item867_IceGladius.xml13
19 files changed, 200 insertions, 0 deletions
diff --git a/outdated/items/equip-1hand/_include.xml b/outdated/items/equip-1hand/_include.xml
new file mode 100644
index 0000000..fc4e300
--- /dev/null
+++ b/outdated/items/equip-1hand/_include.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<items>
+ <include name="items/equip-1hand/item521_Dagger.xml"/>
+ <include name="items/equip-1hand/item522_SharpKnife.xml"/>
+ <include name="items/equip-1hand/item536_ShortSword.xml"/>
+ <include name="items/equip-1hand/item549_Axe.xml"/>
+ <include name="items/equip-1hand/item570_BoneKnife.xml"/>
+ <include name="items/equip-1hand/item571_Setzer.xml"/>
+ <include name="items/equip-1hand/item576_Beheader.xml"/>
+ <include name="items/equip-1hand/item578_SandCutter.xml"/>
+ <include name="items/equip-1hand/item579_RockKnife.xml"/>
+ <include name="items/equip-1hand/item587_Sword.xml"/>
+ <include name="items/equip-1hand/item591_LongSword.xml"/>
+ <include name="items/equip-1hand/item599_FireSword.xml"/>
+ <include name="items/equip-1hand/item867_IceGladius.xml"/>
+ <include name="items/equip-1hand/item1171_Wand.xml"/>
+ <include name="items/equip-1hand/item1201_Knife.xml"/>
+ <include name="items/equip-1hand/item1215_ToySabre.xml"/>
+ <include name="items/equip-1hand/item5261_Launcher.xml"/>
+ <include name="items/equip-1hand/item5284_Revolver.xml"/>
+</items>
diff --git a/outdated/items/equip-1hand/item1171_Wand.xml b/outdated/items/equip-1hand/item1171_Wand.xml
new file mode 100644
index 0000000..86e2560
--- /dev/null
+++ b/outdated/items/equip-1hand/item1171_Wand.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="1171" image="equipment/weapon/wand.png" name="Wand" description="A basic magic wand." effect="Lvl 1 Wand" req-int="5+" attack="1" mattack="5" type="equip-1hand" attack-action="attack" attack-range="3" weight="100">
+ <sprite gender="unisex">equipment/weapons/wand.xml|#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
+ <sprite gender="female">equipment/weapons/wand-female.xml|#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item1201_Knife.xml b/outdated/items/equip-1hand/item1201_Knife.xml
new file mode 100644
index 0000000..033ab28
--- /dev/null
+++ b/outdated/items/equip-1hand/item1201_Knife.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<items>
+ <item id="1201" image="equipment/weapon/dagger-knive.png" name="Knife" description="A small knife; the perfect weapon for a beginner." attack="5" type="equip-1hand" weight="120" attack-action="attack" attack-range="2">
+ <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/dagger-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sound event="strike">weapons/knives/knife-miss1.ogg</sound>
+ <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item1215_ToySabre.xml b/outdated/items/equip-1hand/item1215_ToySabre.xml
new file mode 100644
index 0000000..4b1de18
--- /dev/null
+++ b/outdated/items/equip-1hand/item1215_ToySabre.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="1215" image="equipment/weapon/sword-sabre.png" name="Toy Sabre" description="A toy item, doesn't do much damage." attack="1" type="equip-1hand" attack-action="attack" attack-range="2" weight="1" sellProtected="true">
+ <sprite gender="unisex">equipment/weapons/sword-short.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/sword-short-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item521_Dagger.xml b/outdated/items/equip-1hand/item521_Dagger.xml
new file mode 100644
index 0000000..3de9a3a
--- /dev/null
+++ b/outdated/items/equip-1hand/item521_Dagger.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<items>
+ <item id="521" image="equipment/weapon/dagger-dagger.png" name="Dagger" description="A simple dagger." type="equip-1hand" attack-action="attack" attack="15" attack-range="2" weight="200">
+ <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/dagger-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sound event="strike">weapons/knives/knife-miss1.ogg</sound>
+ <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item522_SharpKnife.xml b/outdated/items/equip-1hand/item522_SharpKnife.xml
new file mode 100644
index 0000000..451d487
--- /dev/null
+++ b/outdated/items/equip-1hand/item522_SharpKnife.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<items>
+ <item id="522" image="equipment/weapon/dagger-sharpknife.png" name="Sharp Knife" description="A really sharp knife. Don't hurt yourself!" attack="10" type="equip-1hand" attack-action="attack" attack-range="2" weight="150">
+ <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/dagger-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sound event="strike">weapons/knives/knife-miss1.ogg</sound>
+ <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item5261_Launcher.xml b/outdated/items/equip-1hand/item5261_Launcher.xml
new file mode 100644
index 0000000..e141f40
--- /dev/null
+++ b/outdated/items/equip-1hand/item5261_Launcher.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5261" image="equipment/weapon/xmas-slingshot-icon.png" name="Candy-Caned Anti-Grinch-Rifle 2020" description="The best way to shoot snowballs." type="equip-2hand" attack-action="attack_bow" attack="20" attack-range="3" weight="10" critical-hit-effect-id="55" missile-particle="graphics/particles/snowball.particle.xml">
+ <sprite gender="unisex">equipment/weapons/xmas-bow-slingshot.xml</sprite>
+ <sprite gender="female">equipment/weapons/xmas-bow-slingshot.xml</sprite>
+ <sound event="hit">weapons/projectiles/snowball/hit1.ogg</sound>
+ <sound event="miss">weapons/projectiles/snowball/miss1.ogg</sound>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item5284_Revolver.xml b/outdated/items/equip-1hand/item5284_Revolver.xml
new file mode 100644
index 0000000..9789f77
--- /dev/null
+++ b/outdated/items/equip-1hand/item5284_Revolver.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5284"
+ image="equipment/weapon/revolver.png"
+ name="Short Gunstaff"
+ description="A gunstaff, which is not produced in The Mana World. Brought from the Mirror Lake."
+ effect="Unobtainable."
+ attack="120"
+ attack-range="5"
+ missile-particle="graphics/particles/flame.particle.xml"
+ missile-z="32"
+ missile-lifetime="500"
+ missile-speed="5"
+ missile-diedistance="3"
+ type="equip-1hand"
+ attack-action="attack_bow"
+ sellProtected="true"
+ weight="3000">
+ <sprite>equipment/weapons/gun.xml</sprite>
+ <sound event="hit">weapons/gun/shot.ogg</sound>
+ <sound event="miss">weapons/gun/shot.ogg</sound>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item536_ShortSword.xml b/outdated/items/equip-1hand/item536_ShortSword.xml
new file mode 100644
index 0000000..a799c66
--- /dev/null
+++ b/outdated/items/equip-1hand/item536_ShortSword.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<items>
+ <item id="536" image="equipment/weapon/dagger-shortsword.png" name="Short Sword" description="A small but sharp sword." type="equip-1hand" attack="100" attack-action="attack" attack-range="2" weight="2000">
+ <sprite gender="unisex">equipment/weapons/sword-short.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/sword-short-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sound event="strike">weapons/knives/knife-miss1.ogg</sound>
+ <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item549_Axe.xml b/outdated/items/equip-1hand/item549_Axe.xml
new file mode 100644
index 0000000..6937ca2
--- /dev/null
+++ b/outdated/items/equip-1hand/item549_Axe.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="549" image="equipment/weapon/axe-axe.png" name="Axe" description="An axe." attack="1" type="equip-1hand" attack-action="attack_chop" attack-range="2" weight="1200">
+ <sprite gender="unisex">equipment/weapons/axe-chop.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
+ <sprite gender="female">equipment/weapons/axe-chop-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item570_BoneKnife.xml b/outdated/items/equip-1hand/item570_BoneKnife.xml
new file mode 100644
index 0000000..1301cc1
--- /dev/null
+++ b/outdated/items/equip-1hand/item570_BoneKnife.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<items>
+ <item id="570" image="equipment/weapon/dagger-boneknife.png" name="Bone Knife" description="A knife masterly carved out of a bone." attack="115" type="equip-1hand" attack-action="attack" attack-range="2" weight="450">
+ <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/dagger-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sound event="strike">weapons/knives/knife-miss1.ogg</sound>
+ <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item571_Setzer.xml b/outdated/items/equip-1hand/item571_Setzer.xml
new file mode 100644
index 0000000..e5edf19
--- /dev/null
+++ b/outdated/items/equip-1hand/item571_Setzer.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<items>
+ <item id="571" image="equipment/weapon/dagger-setzer.png" name="Setzer" description="A sharp knife, named after a famous gambler." attack="110" type="equip-1hand" attack-action="attack" attack-range="2" weight="900" sellProtected="true">
+ <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/dagger-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sound event="hit">weapons/knives/setzer/setzer-hit1.ogg</sound>
+ <sound event="hit">weapons/knives/setzer/setzer-hit2.ogg</sound>
+ <sound event="hit">weapons/knives/setzer/setzer-hit3.ogg</sound>
+ <sound event="strike">weapons/miss1.ogg</sound>
+ <sound event="strike">weapons/miss2.ogg</sound>
+ <sound event="strike">weapons/miss3.ogg</sound>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item576_Beheader.xml b/outdated/items/equip-1hand/item576_Beheader.xml
new file mode 100644
index 0000000..77fd229
--- /dev/null
+++ b/outdated/items/equip-1hand/item576_Beheader.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<items>
+ <item id="576" image="equipment/weapon/sword-beheader.png" name="Beheader" description="The only sword capable of beheading a Terranite." effect="Double Damage +50% / No bow / 0 Int" criticalattack="-25" hit="-20" type="equip-1hand" attack="999" attack-action="attack" attack-range="2" weight="2000" sellProtected="true">
+ <sprite gender="unisex">equipment/weapons/beheader.xml</sprite>
+ <sound event="strike">weapons/other/staff/staff-miss1.ogg</sound>
+ <sound event="strike">weapons/other/staff/staff-miss2.ogg</sound>
+ <sound event="strike">weapons/other/staff/staff-miss3.ogg</sound>
+ <sound event="hit">weapons/other/scythe/scythe-hit1.ogg</sound>
+ <sound event="hit">weapons/other/scythe/scythe-hit2.ogg</sound>
+ <sound event="hit">weapons/other/scythe/scythe-hit3.ogg</sound>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item578_SandCutter.xml b/outdated/items/equip-1hand/item578_SandCutter.xml
new file mode 100644
index 0000000..c649281
--- /dev/null
+++ b/outdated/items/equip-1hand/item578_SandCutter.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<items>
+ <item id="578" image="equipment/weapon/sword-sandcutter.png" name="Sand Cutter" description="An ancient longsword with moon-shaped blade, frequently used by desert night warriors." effect="Double Damage +5%" attack="140" level="80" type="equip-1hand" attack-action="attack" attack-range="2" weight="1500" sellProtected="true">
+ <sprite gender="unisex">equipment/weapons/sandcutter.xml</sprite>
+ <sound event="hit">weapons/knives/rock/rock-hit1.ogg</sound>
+ <sound event="hit">weapons/knives/rock/rock-hit2.ogg</sound>
+ <sound event="miss">weapons/swords/sword-miss1.ogg</sound>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item579_RockKnife.xml b/outdated/items/equip-1hand/item579_RockKnife.xml
new file mode 100644
index 0000000..6087eb3
--- /dev/null
+++ b/outdated/items/equip-1hand/item579_RockKnife.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<items>
+ <item id="579" image="equipment/weapon/dagger-rockknive.png" name="Rock Knife" description="A knife made of stone." attack="110" type="equip-1hand" attack-action="attack" attack-range="2" vit="3" weight="500" sellProtected="true">
+ <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/dagger-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sound event="strike">weapons/miss1.ogg</sound>
+ <sound event="strike">weapons/miss2.ogg</sound>
+ <sound event="strike">weapons/miss3.ogg</sound>
+ <sound event="hit">weapons/knives/rock/rock-hit1.ogg</sound>
+ <sound event="hit">weapons/knives/rock/rock-hit2.ogg</sound>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item587_Sword.xml b/outdated/items/equip-1hand/item587_Sword.xml
new file mode 100644
index 0000000..7383e3a
--- /dev/null
+++ b/outdated/items/equip-1hand/item587_Sword.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<items>
+ <item id="587" image="equipment/weapon/sword-sword.png" name="Sword" description="A simple but reliable sword." attack="1" type="equip-1hand" attack-action="attack_chop" attack-range="2" weight="200">
+ <sprite gender="unisex">equipment/weapons/sword-long.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/sword-long-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ </item>
+
+</items>
diff --git a/outdated/items/equip-1hand/item591_LongSword.xml b/outdated/items/equip-1hand/item591_LongSword.xml
new file mode 100644
index 0000000..6d69692
--- /dev/null
+++ b/outdated/items/equip-1hand/item591_LongSword.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="591" image="equipment/weapon/sword-longsword.png" name="Long Sword" description="A sword with a long and agile blade." attack="1" type="equip-1hand" attack-action="attack_chop" attack-range="2" weight="10">
+ <sprite gender="unisex">equipment/weapons/sword-long.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/sword-long-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item599_FireSword.xml b/outdated/items/equip-1hand/item599_FireSword.xml
new file mode 100644
index 0000000..b42c0e4
--- /dev/null
+++ b/outdated/items/equip-1hand/item599_FireSword.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="599" image="equipment/weapon/sword-firesword.png" name="Fire Sword" description="A magical sword enchanted with the power of fire." attack="1" type="equip-1hand" attack-action="attack_chop" attack-range="2" weight="10">
+ <sprite gender="unisex">equipment/weapons/sword-long.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/sword-long-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ </item>
+</items>
diff --git a/outdated/items/equip-1hand/item867_IceGladius.xml b/outdated/items/equip-1hand/item867_IceGladius.xml
new file mode 100644
index 0000000..5d66ecf
--- /dev/null
+++ b/outdated/items/equip-1hand/item867_IceGladius.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<items>
+ <item id="867" image="equipment/weapon/sword-ice.png" name="Ice Gladius" description="A sword with a shimmering blue blade." attack="110" type="equip-1hand" attack-action="attack" attack-range="2" luk="1" weight="1000">
+ <sprite gender="unisex">equipment/weapons/sword-short.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/sword-short-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit1.ogg</sound>
+ <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit2.ogg</sound>
+ <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit3.ogg</sound>
+ <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit4.ogg</sound>
+ <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit5.ogg</sound>
+ <sound event="strike">weapons/swords/sword-miss1.ogg</sound>
+ </item>
+</items>