summaryrefslogtreecommitdiff
path: root/items.xml
diff options
context:
space:
mode:
authorFreeyorp <Freeyorp101@hotmail.com>2010-01-22 10:58:02 +1300
committerJared Adams <jaxad0127@gmail.com>2010-01-21 22:10:13 +0000
commit245e3cd4ea03bb530a3e4f222ed357b15b38cd93 (patch)
tree711a6be6b17c2c8cb7fed5f60ece94cc0fc2b25d /items.xml
parent4ffc6bf86bd807efdfb19b06f2f3becc16d41a68 (diff)
downloadclientdata-245e3cd4ea03bb530a3e4f222ed357b15b38cd93.tar.gz
clientdata-245e3cd4ea03bb530a3e4f222ed357b15b38cd93.tar.bz2
clientdata-245e3cd4ea03bb530a3e4f222ed357b15b38cd93.tar.xz
clientdata-245e3cd4ea03bb530a3e4f222ed357b15b38cd93.zip
Fix the chainmail and light platemail values to match those on the server.
Thanks to DallasDean on the forums for reporting this.
Diffstat (limited to 'items.xml')
-rw-r--r--items.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/items.xml b/items.xml
index 1f5ae961..55702e05 100644
--- a/items.xml
+++ b/items.xml
@@ -1314,10 +1314,10 @@
image="armor-chest-chainmail.png"
name="Chainmail Shirt"
description="A shirt made of chains. It weighs a lot but offers excellent protection."
- effect="+12% Defense"
+ effect="+20% Defense"
type="equip-torso"
weight="250"
- defense="12"
+ defense="20"
max-per-slot="1">
<sprite gender="male">chest-chainmail-male.xml</sprite>
<sprite gender="female">chest-chainmail-female.xml</sprite>
@@ -1326,10 +1326,10 @@
image="armor-chest-lightplatemail.png|W:#ddeeff"
name="Light Platemail"
description="A light cuirass with shoulder pads made of iron, usually worn by foot soldiers."
- effect="+14% Defense"
+ effect="+25% Defense"
type="equip-torso"
weight="240"
- defense="14"
+ defense="25"
max-per-slot="1">
<sprite gender="male">chest-lightplatemail-male.xml|W:#ddeeff</sprite>
<sprite gender="female">chest-lightplatemail-female.xml|W:#ddeeff</sprite>