summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-25 03:37:48 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-25 03:37:48 -0300
commit7a19da24c2ba5ed10880b0cb1d9fd4f171581fa3 (patch)
tree09c1b91f4e0cd56d3c69b73e3ee4b247a076ea4b
parent4bf4c78d14494277dc7d1e0e80c6279804f51f54 (diff)
downloadclientdata-7a19da24c2ba5ed10880b0cb1d9fd4f171581fa3.tar.gz
clientdata-7a19da24c2ba5ed10880b0cb1d9fd4f171581fa3.tar.bz2
clientdata-7a19da24c2ba5ed10880b0cb1d9fd4f171581fa3.tar.xz
clientdata-7a19da24c2ba5ed10880b0cb1d9fd4f171581fa3.zip
Limit hair colors from 127 to 32
-rw-r--r--itemcolors.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/itemcolors.xml b/itemcolors.xml
index cedb6198..334e356d 100644
--- a/itemcolors.xml
+++ b/itemcolors.xml
@@ -18,10 +18,10 @@
<color id="12" value="#2d1407,4d2809,785128,a66f3b,c4966e" name="brown"/>
<color id="13" value="#130912,3e1C33,602749" name="dark"/> <!-- Tritan dark -->
- <!-- 105~127 Special/reserved colors (for items or quests) -->
- <color id="122" value="#5E7480,F1FFFF,FFFFFF" name="shock white 1"/>
- <color id="125" value="#5d3841,ba5f48,e48b6d,edb6a2;#2f312f,727471,a4a6a3,dad5f5;#5E7480,F1FFFF,FFFFFF" name="shock white 2"/>
- <color id="126" value="#166876,32992e,23a988,70cd87,a7f1b2;#0e0036,4c264b,a04f62,d2a391,e6d7b8;#5E7480,F1FFFF,FFFFFF" name="shock white 3"/>
- <color id="127" value="#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#5E7480,F1FFFF,FFFFFF" name="shock white 4"/>
+ <!-- 22~32 Special/reserved colors (for items or quests) -->
+ <color id="22" value="#5E7480,F1FFFF,FFFFFF" name="shock white 1"/>
+ <color id="25" value="#5d3841,ba5f48,e48b6d,edb6a2;#2f312f,727471,a4a6a3,dad5f5;#5E7480,F1FFFF,FFFFFF" name="shock white 2"/>
+ <color id="26" value="#166876,32992e,23a988,70cd87,a7f1b2;#0e0036,4c264b,a04f62,d2a391,e6d7b8;#5E7480,F1FFFF,FFFFFF" name="shock white 3"/>
+ <color id="27" value="#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#5E7480,F1FFFF,FFFFFF" name="shock white 4"/>
</list>
</colors>