diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 22:36:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 22:36:28 -0300 |
commit | b81c9812a1aae126a3f79fa6a1cb466a20719595 (patch) | |
tree | 17460b041431e403d57908ed8b9ed0f22dd7554a | |
parent | 7606e93bc7d18f015e81ac14980203e969be0a5f (diff) | |
download | clientdata-b81c9812a1aae126a3f79fa6a1cb466a20719595.tar.gz clientdata-b81c9812a1aae126a3f79fa6a1cb466a20719595.tar.bz2 clientdata-b81c9812a1aae126a3f79fa6a1cb466a20719595.tar.xz clientdata-b81c9812a1aae126a3f79fa6a1cb466a20719595.zip |
Prepare to force golden ring migration to Polished Gems System
-rw-r--r-- | itemcolors.xml | 6 | ||||
-rw-r--r-- | items.xml | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/itemcolors.xml b/itemcolors.xml index e988de7b8..bef36ebf2 100644 --- a/itemcolors.xml +++ b/itemcolors.xml @@ -95,4 +95,10 @@ Copyright (C) 2010-2015 Evol Online --> <color id="3" name="Chocolate" value="#4a3430,69453a,bf8d67,e6c19c"/> <color id="4" name="Mint" value="#2e4c4b,59a886,bbe4bb"/> </list> + + <!-- Colors for Rings --> + <list name="rings"> + <color id="1" name="Gemless" value="#ffffff"/> + <color id="2" name="Ruby" value="#ff0000"/> + </list> </colors> @@ -2780,7 +2780,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <item id="1327" image="equipment/chest/chainmail.png|W:#573f10,9c8226,d3c04b,ffffff" - name="Golden Chainmail " + name="Golden Chainmail" description="A shirt made of golden chains. It weighs a lot but offers excellent protection." defense="1" level="1" @@ -3418,12 +3418,14 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="1"> </item> <item id="2501" - image="equipment/rings/goldensimplering.png" - name="Golden Ring" + image="equipment/rings/goldendiamondring.png|W" + name="Golden %Color% Ring" description="A golden simple ring. Not very useful, unless you add a gemstone to it." defense="2" level="5" type="equip-charm" + colors="rings" + iconColors="rings" weight="80"> </item> <item id="2502" @@ -5126,6 +5128,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. useButton="Insert" description="ruby test." type="card" + cardColor="2" weight="4"/> <!-- Bows --> |