Add more orange

This commit is contained in:
Sebastian Lundegård Kylander
2026-03-29 18:48:18 +02:00
parent 58b760ba72
commit 9c35a6ce75
12 changed files with 144 additions and 72 deletions

View File

@@ -819,6 +819,7 @@ languages := [
is_swamp : match@(match: "(?i)Swamp")
is_mountain : match@(match: "(?i)Mountain")
is_forest : match@(match: "(?i)Forest")
is_derast : match@(match: "(?i)Desert")
is_wastes : match@(match: "(?i)Wastes")
is_class : match@(match: "(?i)Class")
@@ -846,21 +847,22 @@ languages := [
is_black : match@(match: "(?i)black")
is_red : match@(match: "(?i)red")
is_green : match@(match: "(?i)green")
is_orange : match@(match: "(?i)orange")
is_colorless : match@(match: "(?i)colorless")
is_cda_colorless : match@(match: "(?i)is colorless")
is_cda_all_colors : match@(match: "(?i)is all colors")
cda_colors : filter_text@(match: "is (white|blue|black|red|green)((,|, and| and) (white|blue|black|red|green))*")
cda_colors : filter_text@(match: "is (white|blue|black|red|green|orange)((,|, and| and) (white|blue|black|red|green|orange))*")
white : "White"
blue : "Blue"
black : "Black"
red : "Red"
green : "Green"
orange : "Orange"
purple : "Purple"
pink : "Pink"
yellow : "Yellow"
orange : "Orange"
brown : "Brown"
multicolor : "Multicolor"
hybrid : "Hybrid"