diff options
Diffstat (limited to 'items')
-rw-r--r-- | items/equip-1hand/item578_SandCutter.xml | 2 | ||||
-rw-r--r-- | items/equip-ammo/item762_TerraniteArrow.xml | 2 | ||||
-rw-r--r-- | items/equip-head/item760_OverlordsHelmet.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/items/equip-1hand/item578_SandCutter.xml b/items/equip-1hand/item578_SandCutter.xml index ed9f501e..29b5fb69 100644 --- a/items/equip-1hand/item578_SandCutter.xml +++ b/items/equip-1hand/item578_SandCutter.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </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="130" type="equip-1hand" attack-action="attack" attack-range="2" weight="1500" sellProtected="true"> + <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/swords/sandcutter-hit7.ogg</sound> <sound event="hit">weapons/swords/sandcutter-hit8.ogg</sound> diff --git a/items/equip-ammo/item762_TerraniteArrow.xml b/items/equip-ammo/item762_TerraniteArrow.xml index 9fdee81c..d61e811e 100644 --- a/items/equip-ammo/item762_TerraniteArrow.xml +++ b/items/equip-ammo/item762_TerraniteArrow.xml @@ -6,5 +6,5 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="762" image="equipment/ammo/arrow.png|W:#8B4513" name="Terranite Arrow" description="A terranite arrow." attack="50" criticalattack="10" type="equip-ammo" weight="1"/> + <item id="762" image="equipment/ammo/arrow.png|W:#8B4513" name="Terranite Arrow" description="A terranite arrow." attack="50" criticalattack="20" type="equip-ammo" weight="1"/> </items> diff --git a/items/equip-head/item760_OverlordsHelmet.xml b/items/equip-head/item760_OverlordsHelmet.xml index 4b57c3db..9fc943f7 100644 --- a/items/equip-head/item760_OverlordsHelmet.xml +++ b/items/equip-head/item760_OverlordsHelmet.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="760" image="equipment/head/overlord-helm.png" name="Overlord's Helmet" description="Worn by the greatest warriors." type="equip-head" defense="20" weight="45"> + <item id="760" image="equipment/head/overlord-helm.png" name="Overlord's Helmet" description="Worn by the greatest warriors." type="equip-head" defense="50" weight="45"> <sprite gender="unisex">equipment/head/overlordhelm.xml</sprite> <sprite gender="female">equipment/head/overlordhelm-female.xml</sprite> </item> |