diff options
author | Wombat <hpwombat@yahoo.com> | 2010-08-30 00:37:57 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-08-30 00:37:57 -0400 |
commit | 4ef30fe6ab23be85cbc56a4c4e2db6848e9515a9 (patch) | |
tree | 19dcbbc48a84b997f074bf30c22042a629b3f6c7 /items.xml | |
parent | 79f917a5b7d3f7440289ffb0004da4be2be4b210 (diff) | |
download | clientdata-4ef30fe6ab23be85cbc56a4c4e2db6848e9515a9.tar.gz clientdata-4ef30fe6ab23be85cbc56a4c4e2db6848e9515a9.tar.bz2 clientdata-4ef30fe6ab23be85cbc56a4c4e2db6848e9515a9.tar.xz clientdata-4ef30fe6ab23be85cbc56a4c4e2db6848e9515a9.zip |
Bug Fixes in Maps and Items.xml
Fixed warping and collision bugs in 012-4 and 027-2
fixed terranite equipment to correspond with item_db in items.xml
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2527,7 +2527,7 @@ image="weapon-arrow-arrow.png|W:#8B4513" name="Terranite Arrow" description="A terranite arrow." - effect="+35 Damage" + effect="+50 Damage" type="equip-ammo" weight="1" max-per-slot="100"/> @@ -2575,7 +2575,7 @@ image="armor-chest-terranite.png" name="Terranite Chest Armor" description="A nice piece of armor made out of terranite ore." - effect="+30% Defense" + effect="+20% Defense" type="equip-torso" weight="800" defense="30" @@ -2587,7 +2587,7 @@ image="armor-legs-terranite.png" name="Terranite Legs Armor" description="Leggings made out of terranite." - effect="+8% Defense" + effect="+5% Defense" type="equip-legs" weight="30" defense="8" |