summaryrefslogtreecommitdiff
path: root/items/equip-1hand
diff options
context:
space:
mode:
Diffstat (limited to 'items/equip-1hand')
-rw-r--r--items/equip-1hand/_include.xml3
-rw-r--r--items/equip-1hand/item1201_Knife.xml2
-rw-r--r--items/equip-1hand/item521_Dagger.xml2
-rw-r--r--items/equip-1hand/item522_SharpKnife.xml2
-rw-r--r--items/equip-1hand/item5261_Launcher.xml15
-rw-r--r--items/equip-1hand/item5284_Revolver.xml29
-rw-r--r--items/equip-1hand/item536_ShortSword.xml2
-rw-r--r--items/equip-1hand/item570_BoneKnife.xml2
-rw-r--r--items/equip-1hand/item571_Setzer.xml6
-rw-r--r--items/equip-1hand/item576_Beheader.xml18
-rw-r--r--items/equip-1hand/item578_SandCutter.xml6
-rw-r--r--items/equip-1hand/item579_RockKnife.xml7
-rw-r--r--items/equip-1hand/item587_Sword.xml18
-rw-r--r--items/equip-1hand/item867_IceGladius.xml6
14 files changed, 113 insertions, 5 deletions
diff --git a/items/equip-1hand/_include.xml b/items/equip-1hand/_include.xml
index 93211993..e2339ca5 100644
--- a/items/equip-1hand/_include.xml
+++ b/items/equip-1hand/_include.xml
@@ -12,6 +12,7 @@
<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"/>
@@ -21,4 +22,6 @@
<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/items/equip-1hand/item1201_Knife.xml b/items/equip-1hand/item1201_Knife.xml
index 4343126c..a67cffe9 100644
--- a/items/equip-1hand/item1201_Knife.xml
+++ b/items/equip-1hand/item1201_Knife.xml
@@ -9,5 +9,7 @@
<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/items/equip-1hand/item521_Dagger.xml b/items/equip-1hand/item521_Dagger.xml
index 1b2a8a0e..27eeb202 100644
--- a/items/equip-1hand/item521_Dagger.xml
+++ b/items/equip-1hand/item521_Dagger.xml
@@ -9,5 +9,7 @@
<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/items/equip-1hand/item522_SharpKnife.xml b/items/equip-1hand/item522_SharpKnife.xml
index fcbfe47e..fe32f5cd 100644
--- a/items/equip-1hand/item522_SharpKnife.xml
+++ b/items/equip-1hand/item522_SharpKnife.xml
@@ -9,5 +9,7 @@
<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/items/equip-1hand/item5261_Launcher.xml b/items/equip-1hand/item5261_Launcher.xml
new file mode 100644
index 00000000..13ca52c1
--- /dev/null
+++ b/items/equip-1hand/item5261_Launcher.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<items>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//item/@name" translate="yes"/>
+ <its:translateRule selector="//item/@description" translate="yes"/>
+ <its:translateRule selector="//item/@effect" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+ <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/items/equip-1hand/item5284_Revolver.xml b/items/equip-1hand/item5284_Revolver.xml
new file mode 100644
index 00000000..6fd195ef
--- /dev/null
+++ b/items/equip-1hand/item5284_Revolver.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<items>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//item/@name" translate="yes"/>
+ <its:translateRule selector="//item/@description" translate="yes"/>
+ <its:translateRule selector="//item/@effect" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+ <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/items/equip-1hand/item536_ShortSword.xml b/items/equip-1hand/item536_ShortSword.xml
index 6e2dac2b..1ab6a40a 100644
--- a/items/equip-1hand/item536_ShortSword.xml
+++ b/items/equip-1hand/item536_ShortSword.xml
@@ -9,5 +9,7 @@
<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/items/equip-1hand/item570_BoneKnife.xml b/items/equip-1hand/item570_BoneKnife.xml
index c53933d3..c07579df 100644
--- a/items/equip-1hand/item570_BoneKnife.xml
+++ b/items/equip-1hand/item570_BoneKnife.xml
@@ -9,5 +9,7 @@
<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/items/equip-1hand/item571_Setzer.xml b/items/equip-1hand/item571_Setzer.xml
index 39ec5f25..fa574961 100644
--- a/items/equip-1hand/item571_Setzer.xml
+++ b/items/equip-1hand/item571_Setzer.xml
@@ -9,5 +9,11 @@
<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/items/equip-1hand/item576_Beheader.xml b/items/equip-1hand/item576_Beheader.xml
new file mode 100644
index 00000000..4be57579
--- /dev/null
+++ b/items/equip-1hand/item576_Beheader.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<items>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//item/@name" translate="yes"/>
+ <its:translateRule selector="//item/@description" translate="yes"/>
+ <its:translateRule selector="//item/@effect" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+ <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/items/equip-1hand/item578_SandCutter.xml b/items/equip-1hand/item578_SandCutter.xml
index 0bf673fe..3ea20114 100644
--- a/items/equip-1hand/item578_SandCutter.xml
+++ b/items/equip-1hand/item578_SandCutter.xml
@@ -8,8 +8,8 @@
</its:rules>
<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-knife-hit1.ogg</sound>
- <sound event="hit">weapons/knives/rock-knife-hit2.ogg</sound>
- <sound event="miss">weapons/swords/short-sword-miss1.ogg</sound>
+ <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/items/equip-1hand/item579_RockKnife.xml b/items/equip-1hand/item579_RockKnife.xml
index 1ebf11ca..7ef7346f 100644
--- a/items/equip-1hand/item579_RockKnife.xml
+++ b/items/equip-1hand/item579_RockKnife.xml
@@ -9,7 +9,10 @@
<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="hit">weapons/knives/rock-knife-hit1.ogg</sound>
- <sound event="hit">weapons/knives/rock-knife-hit2.ogg</sound>
+ <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/items/equip-1hand/item587_Sword.xml b/items/equip-1hand/item587_Sword.xml
index aa4f592c..e1bb8ba3 100644
--- a/items/equip-1hand/item587_Sword.xml
+++ b/items/equip-1hand/item587_Sword.xml
@@ -10,4 +10,22 @@
<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>
+ <item id="584"
+ image="equipment/weapon/sword-jackal.png"
+ name="Jackal"
+ description="Stolen from a portuguese-speaking world."
+ attack="270"
+ attack-range="1"
+ type="equip-1hand"
+ attack-action="attack"
+ hit-effect-id="32"
+ critical-hit-effect-id="30"
+ weight="1500">
+ <sprite>equipment/weapons/jackal.xml</sprite>
+ <sound event="hit">weapons/other/halberd/halberd-hit1.ogg</sound>
+ <sound event="hit">weapons/other/halberd/halberd-hit2.ogg</sound>
+ <sound event="hit">weapons/other/halberd/halberd-hit3.ogg</sound>
+ <sound event="miss">weapons/swords/sword-miss1.ogg</sound>
+ </item>
+
</items>
diff --git a/items/equip-1hand/item867_IceGladius.xml b/items/equip-1hand/item867_IceGladius.xml
index 7cdd5e20..ee130e5b 100644
--- a/items/equip-1hand/item867_IceGladius.xml
+++ b/items/equip-1hand/item867_IceGladius.xml
@@ -9,5 +9,11 @@
<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>