diff options
author | gumi <git@gumi.ca> | 2018-03-11 23:49:34 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-03-11 23:49:34 -0400 |
commit | 9968b270e8a48242ad8dcae696b520408d7b8bba (patch) | |
tree | 7e79bc369bfb18f9e6e2222cd0e2baa2c4e0c027 | |
parent | f6e1829d6da74e1dc4983b690faf87ebaf6614a9 (diff) | |
download | clientdata-9968b270e8a48242ad8dcae696b520408d7b8bba.tar.gz clientdata-9968b270e8a48242ad8dcae696b520408d7b8bba.tar.bz2 clientdata-9968b270e8a48242ad8dcae696b520408d7b8bba.tar.xz clientdata-9968b270e8a48242ad8dcae696b520408d7b8bba.zip |
adjust some item stats
-rw-r--r-- | items/equip-head/item5128_DarkHelm.xml | 2 | ||||
-rw-r--r-- | items/equip-head/item5129_UnderworldMask.xml | 2 | ||||
-rw-r--r-- | items/equip-head/item5209_TerraniteHead.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/items/equip-head/item5128_DarkHelm.xml b/items/equip-head/item5128_DarkHelm.xml index 1002be55..f548f8e1 100644 --- a/items/equip-head/item5128_DarkHelm.xml +++ b/items/equip-head/item5128_DarkHelm.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="5128" image="equipment/head/dark-helm.png" name="Dark Helm" description="The Energy pulses with the power of the void." effect="+10% HP / 0 Int" mattack="-80" type="equip-head" defense="19" weight="800"> + <item id="5128" image="equipment/head/dark-helm.png" name="Dark Helm" description="The Energy pulses with the power of the void." effect="+10% HP / 0 Int" type="equip-head" defense="19" weight="800"> <sprite gender="unisex">equipment/head/dark-helm.xml</sprite> <sprite gender="female">equipment/head/dark-helm-female.xml</sprite> <replace sprite="hair"> diff --git a/items/equip-head/item5129_UnderworldMask.xml b/items/equip-head/item5129_UnderworldMask.xml index 19476b53..20ae5f68 100644 --- a/items/equip-head/item5129_UnderworldMask.xml +++ b/items/equip-head/item5129_UnderworldMask.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="5129" image="equipment/head/underworld-mask.png" name="Underworld Mask" description="Surely, you don't think I jest." effect="0 Int" mattack="-40" attack-range="1" type="equip-head" defense="9" weight="100"> + <item id="5129" image="equipment/head/underworld-mask.png" name="Underworld Mask" description="Surely, you don't think I jest." effect="0 Int" attack-range="3" dex="2" agi="2" type="equip-head" defense="5" weight="100"> <sprite gender="unisex">equipment/head/underworld-mask.xml</sprite> <sprite gender="female">equipment/head/underworld-mask-female.xml</sprite> <replace sprite="hair"> diff --git a/items/equip-head/item5209_TerraniteHead.xml b/items/equip-head/item5209_TerraniteHead.xml index 1df21f30..c6526b55 100644 --- a/items/equip-head/item5209_TerraniteHead.xml +++ b/items/equip-head/item5209_TerraniteHead.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="5209" image="equipment/head/terranite-head.png" name="Terranite Head" description="The severed head of a Terranite." type="equip-head" defense="25" mattack="-22" mdefense="5" weight="300" sellProtected="true"> + <item id="5209" image="equipment/head/terranite-head.png" name="Terranite Head" description="The severed head of a Terranite." type="equip-head" defense="16" agi="3" dex="1" mattack="-30" mdefense="5" weight="500" sellProtected="true"> <sprite gender="unisex">monsters/terranite-mask.xml</sprite> <replace sprite="hair"/> </item> |