Module:Color: Difference between revisionsGive feedback
m souls and healing properly localized; added english column to write_previews |
m corrected weapon and armor colors being slightly darker than usual |
||
| Line 4: | Line 4: | ||
-- Hash for color values | -- Hash for color values | ||
local colors_data = { | local colors_data = { | ||
["CitadelCategoryWeapon"] = { | ["CitadelCategoryWeapon"] = { | ||
hex = "d5903f", | |||
rgb = "213,144,63", | |||
hsl = "30,70%,54%", | |||
cmyk = "0%,32%,70%,16%" | |||
}, | |||
["CitadelCategoryArmor"] = { | ["CitadelCategoryArmor"] = { | ||
hex = "74b01c", | |||
rgb = "116,176,28", | |||
hsl = "88,73%,40%", | |||
cmyk = "34%,0%,84%,31%" | |||
}, | |||
["CitadelCategoryTech"] = { --spirit | ["CitadelCategoryTech"] = { --spirit | ||
hex = "c288f0", -- purple | hex = "c288f0", -- purple | ||