Files
MagicSetEditor2/data/magic-blends.mse-include/card-colors
T
twanvl cf4ae3f183 New blend scripts based on multiple choice field
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@460 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-02 00:33:26 +00:00

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)