diff options
-rw-r--r-- | itemcolors.xml | 7 | ||||
-rw-r--r-- | items.xml | 50 |
2 files changed, 54 insertions, 3 deletions
diff --git a/itemcolors.xml b/itemcolors.xml index bef36ebf2..0d00707ea 100644 --- a/itemcolors.xml +++ b/itemcolors.xml @@ -99,6 +99,11 @@ Copyright (C) 2010-2015 Evol Online --> <!-- Colors for Rings --> <list name="rings"> <color id="1" name="Gemless" value="#ffffff"/> - <color id="2" name="Ruby" value="#ff0000"/> + <color id="2" name="Diamond" value="#cccccc"/> + <color id="3" name="Ruby" value="#ff0000"/> + <color id="4" name="Amethyst" value="#bb00ff"/> + <color id="5" name="Sapphire" value="#5500ff"/> + <color id="6" name="Topaz" value="#ffff00"/> + <color id="7" name="Emerald" value="#00ee00"/> </list> </colors> @@ -5123,12 +5123,58 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="4"/> <!-- TEST RING CARD --> <item id="5031" + image="generic/diamond.png" + name="Polished Diamond" + useButton="Insert" + description="A polished gemstone." + vit="2" + type="card" + cardColor="2" + weight="4"/> + <item id="5032" image="generic/ruby.png" name="Polished Ruby" useButton="Insert" - description="ruby test." + description="A polished gemstone." + str="2" type="card" - cardColor="2" + cardColor="3" + weight="4"/> + <item id="5033" + image="generic/amethyst.png" + name="Polished Amethyst" + useButton="Insert" + description="A polished gemstone." + dex="2" + type="card" + cardColor="4" + weight="4"/> + <item id="5034" + image="generic/sapphire.png" + name="Polished Sapphire" + useButton="Insert" + description="A polished gemstone." + int="2" + type="card" + cardColor="5" + weight="4"/> + <item id="5035" + image="generic/topaz.png" + name="Polished Topaz" + useButton="Insert" + description="A polished gemstone." + agi="2" + type="card" + cardColor="6" + weight="4"/> + <item id="5036" + image="generic/emerald.png" + name="Polished Emerald" + useButton="Insert" + description="A polished gemstone." + luck="2" + type="card" + cardColor="7" weight="4"/> <!-- Bows --> |