# A lot less colors then it used to be
# Included by a game file

empty choice: colorless
choice: white
choice: blue
choice: black
choice: red
choice:
	name: green
	line below: true
choice: artifact
choice: land
choice: multicolor
choice:
	name: hybrid
	enabled: { card_color_color_count(card.card_color) >= 2 }
	line below: true
choice:
	name: radial
	enabled: { card_color_color_count(card.card_color) >= 2 }
choice:
	name: horizontal
	enabled: { card_color_color_count(card.card_color) >= 2 }
choice:
	name: vertical
	enabled: { card_color_color_count(card.card_color) >= 2 }
choice:
	name: reversed
	enabled: { card_color_color_count(card.card_color) >= 2 and not chosen(choice:"overlay",card.card_color) }
choice:
	name: overlay
	enabled: { card_color_color_count(card.card_color) == 2 and chosen(choice:"hybrid",card.card_color) }
script: card_color_filter(value)
