summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2021-07-29 13:40:53 +0000
committerJesusaves <cpntb1@ymail.com>2021-07-29 13:40:53 +0000
commit1304cffc259ef5cf85d6e4bd7ac9eb855aacb7b0 (patch)
tree66e99053a16f027f4f351a397bc2671e1b329620 /items
parent7a19da24c2ba5ed10880b0cb1d9fd4f171581fa3 (diff)
downloadclientdata-1304cffc259ef5cf85d6e4bd7ac9eb855aacb7b0.tar.gz
clientdata-1304cffc259ef5cf85d6e4bd7ac9eb855aacb7b0.tar.bz2
clientdata-1304cffc259ef5cf85d6e4bd7ac9eb855aacb7b0.tar.xz
clientdata-1304cffc259ef5cf85d6e4bd7ac9eb855aacb7b0.zip
Add Pike and Desert Bow
Diffstat (limited to 'items')
-rw-r--r--items/equip-2hand.xml59
1 files changed, 45 insertions, 14 deletions
diff --git a/items/equip-2hand.xml b/items/equip-2hand.xml
index 5328c33e..5897fb81 100644
--- a/items/equip-2hand.xml
+++ b/items/equip-2hand.xml
@@ -1,19 +1,5 @@
<?xml version="1.0"?>
<items>
- <item id="1200"
- image="equipment/weapon/bow-bow.png"
- name="Bow"
- description="A distance weapon."
- attack="20"
- type="equip-2hand"
- weight="20"
- missile-particle="graphics/particles/arrow.particle.xml"
- attack-action="attack_bow"
- attack-range="5">
- <sprite gender="unisex">equipment/weapons/bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
- <sound event="strike">weapons/bows/bow-miss1.ogg</sound>
- <sound event="hit">weapons/bows/bow-hit1.ogg</sound>
- </item>
<item id="530"
image="equipment/weapon/bow-shortbow.png"
name="Short Bow"
@@ -202,4 +188,49 @@
<item to="-99054" />
</replace>
</item>
+ <item id="907"
+ image="equipment/weapon/bow-desert.png"
+ name="Desert Bow"
+ description="A distance weapon, made for open range areas."
+ attack="85"
+ type="equip-2hand"
+ weight="70"
+ missile-particle="graphics/particles/arrow.particle.xml"
+ attack-action="attack_bow"
+ attack-range="7">
+ <sprite gender="unisex">equipment/weapons/bow-desert.xml</sprite>
+ <sound event="strike">weapons/bows/bow-miss1.ogg</sound>
+ <sound event="hit">weapons/bows/bow-hit1.ogg</sound>
+ </item>
+ <item id="908"
+ image="equipment/weapon/pike.png"
+ name="Pike"
+ description="A heavy 2-hand weapon, useful to keep enemies on distance."
+ attack="170"
+ type="equip-2hand"
+ attack-action="attack_chop_long"
+ attack-range="2"
+ weight="1600">
+ <sprite gender="unisex">equipment/weapons/pike.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="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>
+ </item>
+ <item id="1200"
+ image="equipment/weapon/bow-bow.png"
+ name="Bow"
+ description="A distance weapon."
+ attack="20"
+ type="equip-2hand"
+ weight="20"
+ missile-particle="graphics/particles/arrow.particle.xml"
+ attack-action="attack_bow"
+ attack-range="5">
+ <sprite gender="unisex">equipment/weapons/bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
+ <sound event="strike">weapons/bows/bow-miss1.ogg</sound>
+ <sound event="hit">weapons/bows/bow-hit1.ogg</sound>
+ </item>
</items>