diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-19 13:05:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-19 13:05:52 +0300 |
commit | ee8042852e9fa3213da2542c03a82de99d773327 (patch) | |
tree | a285e7ec4e82b86d5130dde7580d88e4ae4f6793 | |
parent | 767783291dab78f8b648c4adce50d7533effc6f8 (diff) | |
download | clientdata-ee8042852e9fa3213da2542c03a82de99d773327.tar.gz clientdata-ee8042852e9fa3213da2542c03a82de99d773327.tar.bz2 clientdata-ee8042852e9fa3213da2542c03a82de99d773327.tar.xz clientdata-ee8042852e9fa3213da2542c03a82de99d773327.zip |
in items.xml split desctiption to separate attributes.
add new attribute level.
-rw-r--r-- | items.xml | 29 |
1 files changed, 17 insertions, 12 deletions
@@ -284,7 +284,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="usable/pumpkinseeds.png" name="Pumpkin Seeds" description="Doesn't seem very appetizing..." - effect="Headache; Heal 1 HP" + hp="1" + effect="Headache" type="usable" weight="1"/> <item id="517" @@ -482,7 +483,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="Level 1; Defense +5" + defense="5" type="equip-torso" weight="17" maxFloorOffsetX="8" @@ -494,7 +495,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 +10" + defense="10" type="equip-torso" weight="11" colors="simple" @@ -506,7 +507,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 +13" + defense="13" type="equip-torso" weight="22" maxFloorOffsetX="8" @@ -520,7 +521,8 @@ 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="Level 5; Defense +6" + defense="6" + level="5" type="equip-feet" weight="18" maxFloorOffset="8"> @@ -533,7 +535,8 @@ 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="Level 3; Defense +4" + defense="4" + level="3" type="equip-arms" weight="8" maxFloorOffset="16"> @@ -546,7 +549,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="Level 1; Defense +5" + defense="5" type="equip-legs" weight="20" maxFloorOffset="9"> @@ -581,7 +584,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/head/bandana.png" name="Bandana" description="A striped bandana worn by some sailors." - effect="Level 5; Defense +4" + defense="4" + level="5" type="equip-head" weight="4" maxFloorOffsetX="8" @@ -606,7 +610,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/head/pumpkinhat.png" name="Pumpkin Hat" description="A carved pumpkin, the face will scare your enemy off." - effect="Level 1; Defense +2" + defense="2" type="equip-head" weight="50"> <sprite>equipment/head/pumpkinhat.xml</sprite> @@ -616,7 +620,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/head/fancyhat.png" name="Fancy Hat" description="A fancy hat, what else?" - effect="Level 1; Defense +2" + defense="2" type="equip-head" weight="11"> <sprite>equipment/head/fancyhat.xml</sprite> @@ -643,7 +647,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="Level 1; Damage +5" + attack="5" type="equip-1hand" weapon-type="knife" attack-action="attack" @@ -658,7 +662,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/piouslayer.png" name="Piou Slayer" description="A short sword for novice fighters, more useful in the kitchen than in a real fight..." - effect="Level 5; Damage +15" + attack="15" + level="5" type="equip-1hand" weapon-type="sword" attack-action="attack" |