Jump to content
Korean Random

KhalBurgo

User
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by KhalBurgo


  1. I have attached the color.xc file with the wotlab changes

    colors.xc

       "colorRatingNew": {
          "very_bad":		"0xBAAAAD",   // very bad
          "bad":			"0xf11919",   // bad
          "below_average":	"0xff8a00",   // below average
          "average":		"0xe6df27",   // average
          "above_average":	"0x77e812",   // above average
          "good":			"0x459300",   // good
          "very_good":		"0x2ae4ff",   // very good
          "great":			"0x00a0b8",   // great
          "unicum":			"0xc64cff",   // unicum
          "super_unicum":	"0x8225ad"    // super_unicum
        },

     

     "wn8": [
    	  { "value": 300,  "color": ${"def.colorRatingNew.very_bad" 		} },
    	  { "value": 450,  "color": ${"def.colorRatingNew.bad" 			    } },
    	  { "value": 650,  "color": ${"def.colorRatingNew.below_average"	} },
    	  { "value": 900,  "color": ${"def.colorRatingNew.average"			} },
    	  { "value": 1200, "color": ${"def.colorRatingNew.above_average"	} },
    	  { "value": 1600, "color": ${"def.colorRatingNew.good"				} },
    	  { "value": 2000, "color": ${"def.colorRatingNew.very_good"		} },
    	  { "value": 2450, "color": ${"def.colorRatingNew.great"			} },
    	  { "value": 2900, "color": ${"def.colorRatingNew.unicum"			} },
    	  { "value": 9999, "color": ${"def.colorRatingNew.super_unicum"		} } 
        ],

     

    line 16 and 246 

×
×
  • Create New...