diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 22:49:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 22:49:20 -0300 |
commit | ab2493f718e3956e9e705d933d6281c027c11264 (patch) | |
tree | 9b646b26de97dce49683119ba8111860fae602f4 | |
parent | b81c9812a1aae126a3f79fa6a1cb466a20719595 (diff) | |
download | clientdata-ab2493f718e3956e9e705d933d6281c027c11264.tar.gz clientdata-ab2493f718e3956e9e705d933d6281c027c11264.tar.bz2 clientdata-ab2493f718e3956e9e705d933d6281c027c11264.tar.xz clientdata-ab2493f718e3956e9e705d933d6281c027c11264.zip |
Golden Ring "mastered"
-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 bef36ebf..0d00707e 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 --> |