mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
cf4ae3f183
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@460 0fc631ac-6414-0410-93d0-97cfa31319b6
35 lines
904 B
Plaintext
35 lines
904 B
Plaintext
# 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)
|