From ee8042852e9fa3213da2542c03a82de99d773327 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 19 Jun 2013 13:05:52 +0300 Subject: in items.xml split desctiption to separate attributes. add new attribute level. --- items.xml | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'items.xml') diff --git a/items.xml b/items.xml index 386efd53..3108b7a6 100644 --- a/items.xml +++ b/items.xml @@ -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"/> @@ -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"> equipment/head/pumpkinhat.xml @@ -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"> equipment/head/fancyhat.xml @@ -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" -- cgit v1.2.3-60-g2f50