diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-04 23:37:58 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-04 23:37:58 +0000 |
commit | d955dbe494306b290f06b4ad094892cc33717e15 (patch) | |
tree | 863ccca101cf313c4fb8c588620173b0bfd157b5 | |
parent | e96f1e477e2603600b48b65c116946208e1d3a54 (diff) | |
parent | 98c1a50cd29bdc7703f8db5d95dbb3fbcdcc9cfa (diff) | |
download | clientdata-d955dbe494306b290f06b4ad094892cc33717e15.tar.gz clientdata-d955dbe494306b290f06b4ad094892cc33717e15.tar.bz2 clientdata-d955dbe494306b290f06b4ad094892cc33717e15.tar.xz clientdata-d955dbe494306b290f06b4ad094892cc33717e15.zip |
Merge branch 'patch-1' into 'master'
new descriptions items.xml
See merge request TMW2/clientdata!4
-rw-r--r-- | items.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2845,7 +2845,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="2708" image="equipment/shields/ancientshield.png" name="Ancient Shield" - description="" + description="No one knows its orrigins." defense="190" level="50" type="equip-shield" @@ -2854,7 +2854,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="2709" image="equipment/shields/braknarshield.png" name="Braknar Shield" - description="" + description="A sturdy shield." defense="105" level="39" type="equip-shield" @@ -3536,7 +3536,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="3507" image="equipment/weapons/dagger.png" name="Dagger" - description="" + description="Use to stab." attack="50" attack-range="1" level="" @@ -3550,7 +3550,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="3508" image="equipment/weapons/boneknife.png" name="Bone Knife" - description="" + description="A knife made from bones. Quite effective." attack="50" attack-range="1" level="" @@ -3564,7 +3564,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="3509" image="equipment/weapons/rockknife.png" name="Rock Knife" - description="" + description="A rock solid knife." attack="50" attack-range="1" level="" @@ -3819,7 +3819,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="6001" image="equipment/weapons/trainingbow.png" name="Training Bow" - description="" + description="Primarily used in tranining " attack="70" attack-range="5" missile-particle="graphics/particles/training-arrow.xml" @@ -3836,7 +3836,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="6002" image="equipment/weapons/shortbow.png" name="Short Bow" - description="" + description="The shortest of them all." attack="70" attack-range="5" missile-particle="graphics/particles/training-arrow.xml" |