diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-27 05:42:13 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-27 05:42:13 -0200 |
commit | 782b697e3907f23d795e3317f1c3086eb53c207a (patch) | |
tree | 1a2b7b3a31206ab0107a78e73d2b115087bc362e | |
parent | 850b1fce09503342dcf9df20a2c6726f92c984f7 (diff) | |
download | clientdata-782b697e3907f23d795e3317f1c3086eb53c207a.tar.gz clientdata-782b697e3907f23d795e3317f1c3086eb53c207a.tar.bz2 clientdata-782b697e3907f23d795e3317f1c3086eb53c207a.tar.xz clientdata-782b697e3907f23d795e3317f1c3086eb53c207a.zip |
[skip ci] fix some colors, they're now acceptable, but NYI.
I'm not sure this will work as planned, by the way.
-rw-r--r-- | itemcolors.xml | 4 | ||||
-rw-r--r-- | items.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/itemcolors.xml b/itemcolors.xml index c4b2e0c8..f8a851a2 100644 --- a/itemcolors.xml +++ b/itemcolors.xml @@ -114,9 +114,9 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <!-- Colors for Elementals Cards --> <list name="elementals"> <color id="0" name="Neutral" value="#44494b,797a7e,b9bbc1"/> - <color id="1" name="Water" value="#0d1430,21337c,4363e5"/> + <color id="1" name="Water" value="#16486e,498ec5,e4f2fc"/> <color id="2" name="Earth" value="#3f221d,754d23,f5cea4"/> - <color id="3" name="Fire" value="#3c3c3c,2b1b29,4d4d4d,3e1e28,686868,6f2630,919191,a6313f,b6b6b6,d15b5b,dfdfdf,e59b77"/> + <color id="3" name="Fire" value="#580000,a40000,c02020,ff6060"/> <color id="4" name="Wind" value="#196253,18986c,37cf7d"/> <color id="5" name="Poison" value="#115511,22aa22,99dd99"/> <color id="6" name="Holy" value="#585858,aaaaaa,d0d0d0,ffffff"/> @@ -2338,7 +2338,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="generic" weight="10"/> <item id="901" - image="generic/elemental.png|W:#0d1430,21337c,4363e5" + image="generic/elemental.png|W:#16486e,498ec5,e4f2fc" name="Water Elemental Orb" description="Contains the essence of water." type="generic" @@ -2350,7 +2350,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="generic" weight="10"/> <item id="903" - image="generic/elemental.png|W:#3c3c3c,2b1b29,4d4d4d,3e1e28,686868,6f2630,919191,a6313f,b6b6b6,d15b5b,dfdfdf,e59b77" + image="generic/elemental.png|W:#580000,a40000,c02020,ff6060" name="Fire Elemental Orb" description="Contains the essence of fire." type="generic" |