Test Scenario: covert RGB-format color ranges and palettes to hex format

In this case, RGB doesn't really make sense, given the format. Support for this format was also removed in the
color_t transition. It could theoretically be re-added in the future if we made it (r,g,b),(r,g,b), etc
This commit is contained in:
Charles Dang 2017-02-24 00:51:16 +11:00
parent 504487b340
commit a6d84b87cd

View file

@ -2782,10 +2782,10 @@ For game purposes, the races group into factions; for example, orcs often cooper
[color_range]
id=blonde
rgb=255,255,0,255,255,128,0,0,0
rgb=FFFF00,FFFF80,000000
[/color_range]
[color_palette]
thief=133,167,202,73,102,151,215,240,240,185,206,228,41,61,95,97,124,171
thief=85A7CA,496697,D7f0F0,B9CEE4,293D5F,617CAB
[/color_palette]
[event]
name=prerecruit
@ -2876,7 +2876,7 @@ For game purposes, the races group into factions; for example, orcs often cooper
add="RC(thief>blonde)"
[color_palette]
thief=133,167,202,73,102,151,215,240,240,185,206,228,41,61,95,97,124,171
thief=85A7CA,496697,D7f0F0,B9CEE4,293D5F,617CAB
[/color_palette]
[/effect]
[/object]