diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-20 23:54:10 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-20 23:54:10 +0000 |
commit | 32dd1be711e5497c86615c6ab7fb9d4900f1dde9 (patch) | |
tree | 646c002d84809aed0b23c4e28cb9e0c991608793 | |
parent | 6d5873f1573d42a29574361a59f748a599245709 (diff) | |
download | clientdata-32dd1be711e5497c86615c6ab7fb9d4900f1dde9.tar.gz clientdata-32dd1be711e5497c86615c6ab7fb9d4900f1dde9.tar.bz2 clientdata-32dd1be711e5497c86615c6ab7fb9d4900f1dde9.tar.xz clientdata-32dd1be711e5497c86615c6ab7fb9d4900f1dde9.zip |
fix typo with %Color%
-rw-r--r-- | items.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -3017,7 +3017,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <item id="1805" image="equipment/feet/cottonboots.png|W" - name="Cotton Boots" + name="%Color% Cotton Boots" description="A pair of quality %Color% cotton boots." defense="12" level="14" @@ -3165,7 +3165,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <!-- |W:#a4b2b2,ffffff --> <item id="2005" image="equipment/hands/cottongloves.png|W" - name="Cotton Gloves" + name="%Color% Cotton Gloves" description="A pair of comfy %Color% cotton gloves." defense="10" level="6" @@ -3190,8 +3190,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <item id="2007" image="equipment/hands/cottongloves.png|W:#87876c,bbc39c,edf4e1,ffffff" - name="Silk Gloves" - description="Soft and graceful silk gloves which doesn't restrain magic." + name="%Color% Silk Gloves" + description="Soft and graceful %Color% silk gloves which doesn't restrain magic." defense="1" level="1" type="equip-arms" @@ -3362,7 +3362,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <item id="2205" image="equipment/legs/cottonshorts.png|W" - name="Cotton Shorts" + name="%Color% Cotton Shorts" description="Shorts made of 100% %Color% cotton." defense="25" level="13" @@ -3386,7 +3386,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <item id="2207" image="equipment/legs/cottontrousers.png|W" - name="Cotton Trousers" + name="%Color% Cotton Trousers" description="Ankle-length %Color% trousers made of cotton." defense="70" level="20" @@ -3411,7 +3411,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <item id="2209" image="equipment/legs/cottonskirt.png|W" - name="Cotton Skirt" + name="%Color% Cotton Skirt" description="A %Color% cotton skirt made of linen cloth." defense="20" level="5" |