summaryrefslogtreecommitdiff
path: root/items/equip-2hand
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2023-04-03 19:40:56 +0200
committerHoraK-FDF <horak-fdf@web.de>2023-04-03 19:40:56 +0200
commit60c0984b925ccd83730ab2d576a4c8a4dfac79e1 (patch)
tree520ca63433c0c0c8be4df23eb7a18eb5f4b9ef40 /items/equip-2hand
parentbd24b8a8168dc6b2747fc2c2d98e50742ce375e2 (diff)
downloadclientdata-60c0984b925ccd83730ab2d576a4c8a4dfac79e1.tar.gz
clientdata-60c0984b925ccd83730ab2d576a4c8a4dfac79e1.tar.bz2
clientdata-60c0984b925ccd83730ab2d576a4c8a4dfac79e1.tar.xz
clientdata-60c0984b925ccd83730ab2d576a4c8a4dfac79e1.zip
item description update and cleanup
Diffstat (limited to 'items/equip-2hand')
-rw-r--r--items/equip-2hand/_include.xml2
-rw-r--r--items/equip-2hand/item1170_SweetToothStaff.xml23
-rw-r--r--items/equip-2hand/item609_ImperialBow.xml26
3 files changed, 51 insertions, 0 deletions
diff --git a/items/equip-2hand/_include.xml b/items/equip-2hand/_include.xml
index f8bfbbf9..efed8022 100644
--- a/items/equip-2hand/_include.xml
+++ b/items/equip-2hand/_include.xml
@@ -8,11 +8,13 @@
<include name="items/equip-2hand/item595_HeavySpear.xml"/>
<include name="items/equip-2hand/item596_Pike.xml"/>
<include name="items/equip-2hand/item597_HeavyPike.xml"/>
+ <include name="items/equip-2hand/item609_ImperialBow.xml"/>
<include name="items/equip-2hand/item623_Scythe.xml"/>
<include name="items/equip-2hand/item758_WoodenStaff.xml"/>
<include name="items/equip-2hand/item878_BansheeBow.xml"/>
<include name="items/equip-2hand/item903_SlingShot.xml"/>
<include name="items/equip-2hand/item906_KidBook.xml"/>
<include name="items/equip-2hand/item907_FloydBook.xml"/>
+ <include name="items/equip-2hand/item1170_SweetToothStaff.xml"/>
<include name="items/equip-2hand/item1200_Bow.xml"/>
</items>
diff --git a/items/equip-2hand/item1170_SweetToothStaff.xml b/items/equip-2hand/item1170_SweetToothStaff.xml
new file mode 100644
index 00000000..eb87c0a5
--- /dev/null
+++ b/items/equip-2hand/item1170_SweetToothStaff.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<items>
+ <item id="1170"
+ image="equipment/weapon/staff-woodstaff.png"
+ name="Sweet Tooth Staff"
+ description="Turning gore into cake which recovers your MP, it is the Grandmaster's favorite staff."
+ effect="Lvl 2 Wand / 5% MP Recovery when a monster is killed"
+ req-int="60+"
+ attack="50"
+ mattack="15"
+ type="equip-2hand"
+ attack-action="attack_wand"
+ attack-range="2"
+ weight="1000">
+ <sprite gender="unisex">equipment/weapons/staff.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/staff/staff-hit1.ogg</sound>
+ <sound event="hit">weapons/other/staff/staff-hit2.ogg</sound>
+ <sound event="hit">weapons/other/staff/staff-hit3.ogg</sound>
+ </item>
+</items>
diff --git a/items/equip-2hand/item609_ImperialBow.xml b/items/equip-2hand/item609_ImperialBow.xml
new file mode 100644
index 00000000..71246608
--- /dev/null
+++ b/items/equip-2hand/item609_ImperialBow.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<items>
+ <item id="609"
+ image="equipment/weapon/bow-life.png"
+ name="Imperial Bow"
+ description="No one remembers the emperor's name, though."
+ effect="HP Drain 4%"
+ attack="110"
+ criticaldefense="10"
+ flee="10"
+ req-dex="80+"
+ level="90"
+ type="equip-2hand"
+ weight="900"
+ missile-particle="graphics/particles/arrow.particle.xml"
+ attack-action="attack_bow"
+ attack-range="6">
+ <sprite>equipment/weapons/bow-life.xml</sprite>
+ <sound event="strike">weapons/bows/banshee/banshee-miss1.ogg</sound>
+ <sound event="strike">weapons/bows/banshee/banshee-miss2.ogg</sound>
+ <sound event="strike">weapons/bows/banshee/banshee-miss3.ogg</sound>
+ <sound event="hit">weapons/bows/banshee/banshee-hit1.ogg</sound>
+ <sound event="hit">weapons/bows/banshee/banshee-hit2.ogg</sound>
+ <sound event="hit">weapons/bows/banshee/banshee-hit3.ogg</sound>
+ </item>
+</items>