summaryrefslogtreecommitdiff
path: root/items/equip-1hand
diff options
context:
space:
mode:
Diffstat (limited to 'items/equip-1hand')
-rw-r--r--items/equip-1hand/item0591_LongSword.xml21
-rw-r--r--items/equip-1hand/item0867_IceGladius.xml14
2 files changed, 33 insertions, 2 deletions
diff --git a/items/equip-1hand/item0591_LongSword.xml b/items/equip-1hand/item0591_LongSword.xml
index f81d18ad..478042fc 100644
--- a/items/equip-1hand/item0591_LongSword.xml
+++ b/items/equip-1hand/item0591_LongSword.xml
@@ -1,7 +1,26 @@
<?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." effect="Weapon Level 1" attack="1" type="equip-1hand" attack-action="attack_chop" attack-range="1" weight="10" sellProtected="true">
+ <item id="591"
+ image="equipment/weapon/sword-longsword.png"
+ name="Long Sword"
+ description="A sword with a long and agile blade."
+ type="equip-1hand"
+ attack-action="attack_chop"
+ effect="Weapon Level 2 / Perfect Hit +11%, +7% Damage / Attack Speed -11"
+ attack="149"
+ attack-range="1"
+ weight="1300"
+ req-str="31"
+ req-vit="67"
+ req-dex="59"
+ req-luk="61"
+ sellProtected="true">
<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>
+ <sound event="hit">weapons/swords/longsword/longsword-hit1.ogg</sound>
+ <sound event="hit">weapons/swords/longsword/longsword-hit2.ogg</sound>
+ <sound event="miss">weapons/miss1.ogg</sound>
+ <sound event="miss">weapons/miss2.ogg</sound>
+ <sound event="miss">weapons/miss3.ogg</sound>
</item>
</items>
diff --git a/items/equip-1hand/item0867_IceGladius.xml b/items/equip-1hand/item0867_IceGladius.xml
index bc4da922..9b8ec863 100644
--- a/items/equip-1hand/item0867_IceGladius.xml
+++ b/items/equip-1hand/item0867_IceGladius.xml
@@ -1,6 +1,18 @@
<?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." effect="Weapon Level 1" attack="130" type="equip-1hand" attack-action="attack" attack-range="1" luk="1" weight="1000" sellProtected="true">
+ <item id="867"
+ image="equipment/weapon/sword-ice.png"
+ name="Ice Gladius"
+ type="equip-1hand"
+ attack-action="attack"
+ description="A sword with a shimmering blue blade."
+ effect="Weapon Level 1"
+ attack="130"
+ attack-range="1"
+ luk="1"
+ criticaldefense="5"
+ weight="1000"
+ 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>
<sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit1.ogg</sound>