diff options
Diffstat (limited to 'items')
-rw-r--r-- | items/equip-1hand.xml | 4 | ||||
-rw-r--r-- | items/equip-charm.xml | 10 | ||||
-rw-r--r-- | items/equip-head.xml | 6 | ||||
-rw-r--r-- | items/equip-torso.xml | 10 |
4 files changed, 17 insertions, 13 deletions
diff --git a/items/equip-1hand.xml b/items/equip-1hand.xml index 88339d28..fa9ab68a 100644 --- a/items/equip-1hand.xml +++ b/items/equip-1hand.xml @@ -85,7 +85,7 @@ name="Short Sword" description="A small but sharp sword." type="equip-1hand" - attack="100" + attack="90" attack-action="attack" attack-range="2" weight="2000"> @@ -121,7 +121,7 @@ image="equipment/weapon/dagger-setzer.png" name="Setzer" description="A sharp knife, named after a famous gambler." - attack="110" + attack="100" type="equip-1hand" attack-action="attack" attack-range="2" diff --git a/items/equip-charm.xml b/items/equip-charm.xml index 0a37d05e..0c834e55 100644 --- a/items/equip-charm.xml +++ b/items/equip-charm.xml @@ -85,4 +85,14 @@ type="equip-charm" weight="40" sellProtected="true" /> + <item id="1244" + image="generic/iten.png" + name="Dark Talisman" + description="A small cube. It radiates unimaginable power, and is quite dizzying to look at." + mattack="100" + type="equip-torso" + mdefense="30" + sellProtected="true"> + <particlefx>graphics/particles/dark-talisman.xml</particlefx> + </item> </items> diff --git a/items/equip-head.xml b/items/equip-head.xml index b0281388..3e118eed 100644 --- a/items/equip-head.xml +++ b/items/equip-head.xml @@ -1415,7 +1415,7 @@ name="Underworld Mask" description="Surely, you don't think I jest." effect="0 Int" - attack-range="3" + attack-range="2" dex="2" agi="2" type="equip-head" @@ -2647,6 +2647,10 @@ image="equipment/head/overlord-helm.png" name="Overlord's Helmet" description="Worn by the greatest warriors." + mdefense="-50" + str="-2" + agi="-2" + dex="-2" type="equip-head" defense="50" weight="45"> diff --git a/items/equip-torso.xml b/items/equip-torso.xml index c27c7da4..e5a54bed 100644 --- a/items/equip-torso.xml +++ b/items/equip-torso.xml @@ -83,16 +83,6 @@ <sprite gender="unisex">equipment/chest/cotton.xml|#a4b2b2,ffffff</sprite> <sprite gender="female">equipment/chest/cotton-female.xml|#a4b2b2,ffffff</sprite> </item> - <item id="1244" - image="generic/iten.png" - name="Dark Talisman" - description="A small cube. It radiates unimaginable power, and is quite dizzying to look at." - mattack="100" - type="equip-torso" - mdefense="30" - sellProtected="true"> - <particlefx>graphics/particles/dark-talisman.xml</particlefx> - </item> <item id="2050" image="equipment/chest/cottonshirt.png|W:#581a1a,a41111,c03a3a,ff6060" name="Red Cotton Shirt" |