diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-24 19:59:51 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-24 19:59:51 +0400 |
commit | d37b07f98f02ac556b93e2b8ce3cf958bd7e76cf (patch) | |
tree | 9be5da55f8e62f544962f585d3ad973b30e4f5f3 /items.xml | |
parent | c4ccca37240438fabe37468bc31cae1d858fc7a9 (diff) | |
download | clientdata-d37b07f98f02ac556b93e2b8ce3cf958bd7e76cf.tar.gz clientdata-d37b07f98f02ac556b93e2b8ce3cf958bd7e76cf.tar.bz2 clientdata-d37b07f98f02ac556b93e2b8ce3cf958bd7e76cf.tar.xz clientdata-d37b07f98f02ac556b93e2b8ce3cf958bd7e76cf.zip |
In items.xml, made all effect tags appear the same in game. Bonus amount in front of bonus type, not after.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -484,7 +484,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/chest/cottonshirt.png|S:#3c3c3c,3e3c38,4d4d4d,514d47,686868,706662,919191,99917b,b6b6b6,c0b698,dfdfdf,e4dfca" name="Creased Shirt" description="An old shirt given to you by a sailor. It isn't very fashionable..." - effect="Defense +2" + effect="+2 Defense" type="equip-torso" weight="50" maxFloorOffsetX="8" @@ -496,7 +496,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/chest/tanktop.png|W" name="%Color% Sailor Tank Top" description="A %color% tank top used by sailors and seamen." - effect="Defense +3" + effect="+3 Defense" type="equip-torso" weight="40" colors="simple" @@ -508,7 +508,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/chest/sailorshirt.png" name="Sailor Shirt" description="Proof that ye be in the crew, matey!" - effect="Defense +4" + effect="+4 Defense" type="equip-torso" weight="75" maxFloorOffsetX="8" @@ -523,7 +523,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/feet/boots.png|S:#3c3c3c,40332d,4d4d4d,5e4a3d,686868,705740,919191,a1825d,b6b6b6,b59767,dfdfdf,dbbf88" name="Lousy Moccasins" description="Orc-made moccasins. Not sure from which skin these shoes were made." - effect="Defense +1" + effect="+1 Defense" type="equip-feet" weight="25" maxFloorOffset="8"> @@ -537,7 +537,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/hands/armbands.png" name="Armbands" description="Small armbands made of wood and iron." - effect="Defense +1" + effect="+1 Defense" type="equip-arms" weight="30" maxFloorOffset="16"> @@ -551,7 +551,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/legs/shorts.png|S:#4d4d4d,514d47,686868,706662,919191,99917b,b6b6b6,c0b698,dfdfdf,e4dfca" name="Creased Shorts" description="An old pair of shorts given to you by a sailor. They smell awful." - effect="Defense +2" + effect="+2 Defense" type="equip-legs" weight="35" maxFloorOffset="9"> @@ -657,7 +657,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/knife.png" name="Knife" description="A simple, but sharp knife." - effect="Damage +10" + effect="+10 Damage" type="equip-1hand" weapon-type="knife" attack-action="attack" |