This commit is contained in:
Sebastian Lundegård Kylander
2026-03-29 20:51:45 +02:00
parent 6d66fa5781
commit d412bcda69
2 changed files with 3 additions and 3 deletions

View File

@@ -1322,10 +1322,10 @@ statistics dimension:
group: Black group: Black
group: Red group: Red
group: Green group: Green
group: Orange
group: Purple group: Purple
group: Pink group: Pink
group: Yellow group: Yellow
group: Orange
group: Brown group: Brown
group: Multicolor group: Multicolor
group: Hybrid group: Hybrid
@@ -1335,10 +1335,10 @@ statistics dimension:
Black : rgb(33,33,33) Black : rgb(33,33,33)
Red : rgb(156,15,15) Red : rgb(156,15,15)
Green : rgb(68,144,15) Green : rgb(68,144,15)
Orange : rgb(253,196,41)
Purple : rgb(150,100,160) Purple : rgb(150,100,160)
Pink : rgb(255,175,200) Pink : rgb(255,175,200)
Yellow : rgb(242,247,94) Yellow : rgb(242,247,94)
Orange : rgb(255,181,121)
Brown : rgb(191,171,144) Brown : rgb(191,171,144)
Colorless : rgb(101,104,94) Colorless : rgb(101,104,94)
Artifact : rgb(109,132,158) Artifact : rgb(109,132,158)

View File

@@ -262,7 +262,7 @@ face_omniverse_color_statistic :=
{ {
if chosen(choice: "land") then all_en_space_statistic(lang_setting("land")) if chosen(choice: "land") then all_en_space_statistic(lang_setting("land"))
else if chosen(choice: "multicolor") then all_en_space_statistic(lang_setting("multicolor")) else if chosen(choice: "multicolor") then all_en_space_statistic(lang_setting("multicolor"))
else if count_chosen(choices: "white, blue, black, red, green, pink, purple, yellow, orange, brown") == 2 else if count_chosen(choices: "white, blue, black, red, green, orange, pink, purple, yellow, brown") == 2
and chosen(choice: "artifact") then all_en_space_statistic(lang_setting("hybrid")) ##hybrid artifacts would show as their first color and chosen(choice: "artifact") then all_en_space_statistic(lang_setting("hybrid")) ##hybrid artifacts would show as their first color
else if chosen(choice: "hybrid") then all_en_space_statistic(lang_setting("hybrid")) else if chosen(choice: "hybrid") then all_en_space_statistic(lang_setting("hybrid"))
else if (chosen(choice: "artifact") else if (chosen(choice: "artifact")