diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-04-26 21:54:51 +0200 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-07-05 10:58:27 -0400 |
commit | c56191ec59d0d11d71ff90121175a012f371d9c9 (patch) | |
tree | 5b5c7a3d8326ae3afd1398e3701511d31b762cb5 /itemcolors.xml | |
parent | f5f150b44099f30b6bed63ad878b5c57703dc84a (diff) | |
download | clientdata-c56191ec59d0d11d71ff90121175a012f371d9c9.tar.gz clientdata-c56191ec59d0d11d71ff90121175a012f371d9c9.tar.bz2 clientdata-c56191ec59d0d11d71ff90121175a012f371d9c9.tar.xz clientdata-c56191ec59d0d11d71ff90121175a012f371d9c9.zip |
new content for hurnscald
new monsters
new sfx
new items
new map
mining nodes
Diffstat (limited to 'itemcolors.xml')
-rw-r--r-- | itemcolors.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/itemcolors.xml b/itemcolors.xml index 6bf41ee1..165b1cb3 100644 --- a/itemcolors.xml +++ b/itemcolors.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Authors: 4144, Reid +<!-- Authors: 4144, Reid, Micksha Copyright (C) 2010-2015 Evol Online --> <colors> @@ -92,4 +92,15 @@ 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 gem-based item sprite and icon--> + <list name="gem"> + <color id="1" name="Simple" value="#ce8b5b,764938"/> + <color id="2" name="Diamond" value="#315a67,a4a4ae,dce5d6,ffffff"/> + <color id="3" name="Ruby" value="#581a1a,a41111,c03a3a,ff6060"/> + <color id="4" name="Emerald" value="#1f9c1f,89d689"/> + <color id="5" name="Sapphire" value="#4b4bbd,888af4"/> + <color id="6" name="Topaz" value="#ccb534,f1ea8e,ffffaa"/> + <color id="7" name="Amethyst" value="#530a7c,b362e1,ca87ef"/> + </list> </colors> |