mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
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
This commit is contained in:
@@ -1,446 +1,34 @@
|
||||
# Quite a lot of card colors
|
||||
# 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: green
|
||||
choice: colorless
|
||||
choice:
|
||||
name: green
|
||||
line below: true
|
||||
choice: artifact
|
||||
choice: land
|
||||
choice: multicolor
|
||||
choice:
|
||||
name: multicolor
|
||||
group choice: normal
|
||||
choice:
|
||||
name: 2 color
|
||||
choice: white / blue
|
||||
choice: blue / black
|
||||
choice: black / red
|
||||
choice: red / green
|
||||
choice: green / white
|
||||
choice: white / black
|
||||
choice: blue / red
|
||||
choice: black / green
|
||||
choice: red / white
|
||||
choice: green / blue
|
||||
choice:
|
||||
name: 3 color
|
||||
choice: white / blue / black
|
||||
choice: blue / black / red
|
||||
choice: black / red / green
|
||||
choice: red / green / white
|
||||
choice: green / white / blue
|
||||
choice: white / black / red
|
||||
choice: blue / red / green
|
||||
choice: black / green / white
|
||||
choice: red / white / blue
|
||||
choice: green / blue / black
|
||||
choice:
|
||||
name: 4 color
|
||||
choice: white / blue / black / red
|
||||
choice: blue / black / red / green
|
||||
choice: black / red / green / white
|
||||
choice: red / green / white / blue
|
||||
choice: green / white / blue / black
|
||||
choice:
|
||||
name: 5 color
|
||||
choice: white / blue / black / red / green
|
||||
choice: horizontal white / blue / black / red / green
|
||||
name: hybrid
|
||||
enabled: { card_color_color_count(card.card_color) >= 2 }
|
||||
line below: true
|
||||
choice:
|
||||
name: land
|
||||
group choice: colorless
|
||||
choice:
|
||||
name: 1 color
|
||||
choice: white
|
||||
choice: blue
|
||||
choice: black
|
||||
choice: red
|
||||
choice: green
|
||||
choice: multicolor
|
||||
choice:
|
||||
name: 2 color
|
||||
choice: white / blue
|
||||
choice: blue / black
|
||||
choice: black / red
|
||||
choice: red / green
|
||||
choice: green / white
|
||||
choice: white / black
|
||||
choice: blue / red
|
||||
choice: black / green
|
||||
choice: red / white
|
||||
choice: green / blue
|
||||
name: radial
|
||||
enabled: { card_color_color_count(card.card_color) >= 2 }
|
||||
choice:
|
||||
name: hybrid
|
||||
choice:
|
||||
name: 2 color
|
||||
choice: white / blue
|
||||
choice: blue / black
|
||||
choice: black / red
|
||||
choice: red / green
|
||||
choice: green / white
|
||||
choice: white / black
|
||||
choice: blue / red
|
||||
choice: black / green
|
||||
choice: red / white
|
||||
choice: green / blue
|
||||
choice: artifact / white
|
||||
choice: artifact / blue
|
||||
choice: artifact / black
|
||||
choice: artifact / red
|
||||
choice: artifact / green
|
||||
choice:
|
||||
name: overlay
|
||||
choice: white / blue
|
||||
choice: blue / black
|
||||
choice: black / red
|
||||
choice: red / green
|
||||
choice: green / white
|
||||
choice: white / black
|
||||
choice: blue / red
|
||||
choice: black / green
|
||||
choice: red / white
|
||||
choice: green / blue
|
||||
choice:
|
||||
name: 3 color
|
||||
choice: white / blue / black
|
||||
choice: blue / black / red
|
||||
choice: black / red / green
|
||||
choice: red / green / white
|
||||
choice: green / white / blue
|
||||
choice: white / black / red
|
||||
choice: blue / red / green
|
||||
choice: black / green / white
|
||||
choice: red / white / blue
|
||||
choice: green / blue / black
|
||||
choice:
|
||||
name: horizontal
|
||||
choice: white / blue / black
|
||||
choice: blue / black / red
|
||||
choice: black / red / green
|
||||
choice: red / green / white
|
||||
choice: green / white / blue
|
||||
choice: white / black / red
|
||||
choice: blue / red / green
|
||||
choice: black / green / white
|
||||
choice: red / white / blue
|
||||
choice: green / blue / black
|
||||
choice:
|
||||
name: 4 color
|
||||
choice: white / blue / black / red
|
||||
choice: blue / black / red / green
|
||||
choice: black / red / green / white
|
||||
choice: red / green / white / blue
|
||||
choice: green / white / blue / black
|
||||
choice:
|
||||
name: horizontal
|
||||
choice: white / blue / black / red
|
||||
choice: blue / black / red / green
|
||||
choice: black / red / green / white
|
||||
choice: red / green / white / blue
|
||||
choice: green / white / blue / black
|
||||
choice:
|
||||
name: 5 color
|
||||
choice: white / blue / black / red / green
|
||||
choice: horizontal white / blue / black / red / green
|
||||
choice:
|
||||
# Vertical hybrids, for flip cards
|
||||
# By: Wolfwood
|
||||
name: vertical
|
||||
choice: white / blue
|
||||
choice: white / black
|
||||
choice: white / red
|
||||
choice: white / green
|
||||
choice: white / artifact
|
||||
choice: blue / white
|
||||
choice: blue / black
|
||||
choice: blue / red
|
||||
choice: blue / green
|
||||
choice: blue / artifact
|
||||
choice: black / white
|
||||
choice: black / blue
|
||||
choice: black / red
|
||||
choice: black / green
|
||||
choice: black / artifact
|
||||
choice: red / white
|
||||
choice: red / blue
|
||||
choice: red / black
|
||||
choice: red / green
|
||||
choice: red / artifact
|
||||
choice: green / white
|
||||
choice: green / blue
|
||||
choice: green / black
|
||||
choice: green / red
|
||||
choice: green / artifact
|
||||
choice: artifact / white
|
||||
choice: artifact / blue
|
||||
choice: artifact / black
|
||||
choice: artifact / red
|
||||
choice: artifact / green
|
||||
|
||||
# Also define colors for statistics
|
||||
choice colors:
|
||||
white : rgb(255,237,202)
|
||||
blue : rgb(42,141,255)
|
||||
black : rgb(33,33,33)
|
||||
red : rgb(255,52,0)
|
||||
green : rgb(138,230,0)
|
||||
colorless : rgb(122,85,85)
|
||||
artifact : rgb(188,192,195)
|
||||
multicolor : rgb(255,188,14)
|
||||
land : rgb(109,62,39)
|
||||
hybrid : rgb(243,26,136) # purple
|
||||
# Sub menus, same colors
|
||||
multicolor 2 color white / blue : rgb(255,188,14)
|
||||
multicolor 2 color blue / black : rgb(255,188,14)
|
||||
multicolor 2 color black / red : rgb(255,188,14)
|
||||
multicolor 2 color red / green : rgb(255,188,14)
|
||||
multicolor 2 color green / white : rgb(255,188,14)
|
||||
multicolor 2 color white / black : rgb(255,188,14)
|
||||
multicolor 2 color blue / red : rgb(255,188,14)
|
||||
multicolor 2 color black / green : rgb(255,188,14)
|
||||
multicolor 2 color red / white : rgb(255,188,14)
|
||||
multicolor 2 color green / blue : rgb(255,188,14)
|
||||
multicolor 3 color white / blue / black : rgb(255,188,14)
|
||||
multicolor 3 color blue / black / red : rgb(255,188,14)
|
||||
multicolor 3 color black / red / green : rgb(255,188,14)
|
||||
multicolor 3 color red / green / white : rgb(255,188,14)
|
||||
multicolor 3 color green / white / blue : rgb(255,188,14)
|
||||
multicolor 3 color white / black / red : rgb(255,188,14)
|
||||
multicolor 3 color blue / red / green : rgb(255,188,14)
|
||||
multicolor 3 color black / green / white : rgb(255,188,14)
|
||||
multicolor 3 color red / white / blue : rgb(255,188,14)
|
||||
multicolor 3 color green / blue / black : rgb(255,188,14)
|
||||
multicolor 4 color white / blue / black / red : rgb(255,188,14)
|
||||
multicolor 4 color blue / black / red / green : rgb(255,188,14)
|
||||
multicolor 4 color black / red / green / white : rgb(255,188,14)
|
||||
multicolor 4 color red / green / white / blue : rgb(255,188,14)
|
||||
multicolor 4 color green / white / blue / black : rgb(255,188,14)
|
||||
multicolor 5 color white / blue / black / red / green : rgb(255,188,14)
|
||||
multicolor 5 color horizontal white / blue / black / red / green: rgb(255,188,14)
|
||||
land 1 color white : rgb(109,62,39)
|
||||
land 1 color blue : rgb(109,62,39)
|
||||
land 1 color black : rgb(109,62,39)
|
||||
land 1 color red : rgb(109,62,39)
|
||||
land 1 color green : rgb(109,62,39)
|
||||
land 1 color multicolor : rgb(109,62,39)
|
||||
land 2 color white / blue : rgb(109,62,39)
|
||||
land 2 color blue / black : rgb(109,62,39)
|
||||
land 2 color black / red : rgb(109,62,39)
|
||||
land 2 color red / green : rgb(109,62,39)
|
||||
land 2 color green / white : rgb(109,62,39)
|
||||
land 2 color white / black : rgb(109,62,39)
|
||||
land 2 color blue / red : rgb(109,62,39)
|
||||
land 2 color black / green : rgb(109,62,39)
|
||||
land 2 color red / white : rgb(109,62,39)
|
||||
land 2 color green / blue : rgb(109,62,39)
|
||||
hybrid 2 color white / blue : rgb(243,26,136) # purple
|
||||
hybrid 2 color blue / black : rgb(243,26,136)
|
||||
hybrid 2 color black / red : rgb(243,26,136)
|
||||
hybrid 2 color red / green : rgb(243,26,136)
|
||||
hybrid 2 color green / white : rgb(243,26,136)
|
||||
hybrid 2 color white / black : rgb(243,26,136)
|
||||
hybrid 2 color blue / red : rgb(243,26,136)
|
||||
hybrid 2 color black / green : rgb(243,26,136)
|
||||
hybrid 2 color red / white : rgb(243,26,136)
|
||||
hybrid 2 color green / blue : rgb(243,26,136)
|
||||
hybrid 2 color artifact / white : rgb(243,26,136)
|
||||
hybrid 2 color artifact / blue : rgb(243,26,136)
|
||||
hybrid 2 color artifact / black : rgb(243,26,136)
|
||||
hybrid 2 color artifact / red : rgb(243,26,136)
|
||||
hybrid 2 color artifact / green : rgb(243,26,136)
|
||||
hybrid 3 color white / blue / black : rgb(243,26,136)
|
||||
hybrid 3 color blue / black / red : rgb(243,26,136)
|
||||
hybrid 3 color black / red / green : rgb(243,26,136)
|
||||
hybrid 3 color red / green / white : rgb(243,26,136)
|
||||
hybrid 3 color green / white / blue : rgb(243,26,136)
|
||||
hybrid 3 color white / black / red : rgb(243,26,136)
|
||||
hybrid 3 color blue / red / green : rgb(243,26,136)
|
||||
hybrid 3 color black / green / white : rgb(243,26,136)
|
||||
hybrid 3 color red / white / blue : rgb(243,26,136)
|
||||
hybrid 3 color green / blue / black : rgb(243,26,136)
|
||||
hybrid 3 color horizontal white / blue / black : rgb(243,26,136)
|
||||
hybrid 3 color horizontal blue / black / red : rgb(243,26,136)
|
||||
hybrid 3 color horizontal black / red / green : rgb(243,26,136)
|
||||
hybrid 3 color horizontal red / green / white : rgb(243,26,136)
|
||||
hybrid 3 color horizontal green / white / blue : rgb(243,26,136)
|
||||
hybrid 3 color horizontal white / black / red : rgb(243,26,136)
|
||||
hybrid 3 color horizontal blue / red / green : rgb(243,26,136)
|
||||
hybrid 3 color horizontal black / green / white : rgb(243,26,136)
|
||||
hybrid 3 color horizontal red / white / blue : rgb(243,26,136)
|
||||
hybrid 3 color horizontal green / blue / black : rgb(243,26,136)
|
||||
hybrid 4 color white / blue / black / red : rgb(243,26,136)
|
||||
hybrid 4 color blue / black / red / green : rgb(243,26,136)
|
||||
hybrid 4 color black / red / green / white : rgb(243,26,136)
|
||||
hybrid 4 color red / green / white / blue : rgb(243,26,136)
|
||||
hybrid 4 color green / white / blue / black : rgb(243,26,136)
|
||||
hybrid 4 color horizontal white / blue / black / red : rgb(243,26,136)
|
||||
hybrid 4 color horizontal blue / black / red / green : rgb(243,26,136)
|
||||
hybrid 4 color horizontal black / red / green / white : rgb(243,26,136)
|
||||
hybrid 4 color horizontal red / green / white / blue : rgb(243,26,136)
|
||||
hybrid 4 color horizontal green / white / blue / black : rgb(243,26,136)
|
||||
hybrid 5 color white / blue / black / red / green : rgb(243,26,136)
|
||||
hybrid 5 color horizontal white / blue / black / red / green : rgb(243,26,136)
|
||||
hybrid vertical white / blue : rgb(243,26,136)
|
||||
hybrid vertical white / black : rgb(243,26,136)
|
||||
hybrid vertical white / red : rgb(243,26,136)
|
||||
hybrid vertical white / green : rgb(243,26,136)
|
||||
hybrid vertical blue / white : rgb(243,26,136)
|
||||
hybrid vertical blue / black : rgb(243,26,136)
|
||||
hybrid vertical blue / red : rgb(243,26,136)
|
||||
hybrid vertical blue / green : rgb(243,26,136)
|
||||
hybrid vertical black / white : rgb(243,26,136)
|
||||
hybrid vertical black / blue : rgb(243,26,136)
|
||||
hybrid vertical black / red : rgb(243,26,136)
|
||||
hybrid vertical black / green : rgb(243,26,136)
|
||||
hybrid vertical red / white : rgb(243,26,136)
|
||||
hybrid vertical red / blue : rgb(243,26,136)
|
||||
hybrid vertical red / black : rgb(243,26,136)
|
||||
hybrid vertical red / green : rgb(243,26,136)
|
||||
hybrid vertical green / white : rgb(243,26,136)
|
||||
hybrid vertical green / blue : rgb(243,26,136)
|
||||
hybrid vertical green / red : rgb(243,26,136)
|
||||
hybrid vertical green / black : rgb(243,26,136)
|
||||
hybrid vertical artifact / white : rgb(243,26,136)
|
||||
hybrid vertical artifact / blue : rgb(243,26,136)
|
||||
hybrid vertical artifact / black : rgb(243,26,136)
|
||||
hybrid vertical artifact / red : rgb(243,26,136)
|
||||
hybrid vertical artifact / green : rgb(243,26,136)
|
||||
hybrid vertical white / artifact : rgb(243,26,136)
|
||||
hybrid vertical blue / artifact : rgb(243,26,136)
|
||||
hybrid vertical black / artifact : rgb(243,26,136)
|
||||
hybrid vertical red / artifact : rgb(243,26,136)
|
||||
hybrid vertical green / artifact : rgb(243,26,136)
|
||||
|
||||
# ... and for the card list
|
||||
choice colors cardlist:
|
||||
white : rgb(156,134,90)
|
||||
blue : rgb(0,64,168)
|
||||
black : rgb(0,0,0)
|
||||
red : rgb(168,0,0)
|
||||
green : rgb(0,168,0)
|
||||
colorless : rgb(119,83,83)
|
||||
artifact : rgb(72,90,100)
|
||||
multicolor : rgb(120,120,0)
|
||||
land : rgb(109,62,39)
|
||||
# Sub menus, same colors
|
||||
multicolor 2 color white / blue : rgb(120,120,0)
|
||||
multicolor 2 color blue / black : rgb(120,120,0)
|
||||
multicolor 2 color black / red : rgb(120,120,0)
|
||||
multicolor 2 color red / green : rgb(120,120,0)
|
||||
multicolor 2 color green / white : rgb(120,120,0)
|
||||
multicolor 2 color white / black : rgb(120,120,0)
|
||||
multicolor 2 color blue / red : rgb(120,120,0)
|
||||
multicolor 2 color black / green : rgb(120,120,0)
|
||||
multicolor 2 color red / white : rgb(120,120,0)
|
||||
multicolor 2 color green / blue : rgb(120,120,0)
|
||||
multicolor 3 color white / blue / black : rgb(120,120,0)
|
||||
multicolor 3 color blue / black / red : rgb(120,120,0)
|
||||
multicolor 3 color black / red / green : rgb(120,120,0)
|
||||
multicolor 3 color red / green / white : rgb(120,120,0)
|
||||
multicolor 3 color green / white / blue : rgb(120,120,0)
|
||||
multicolor 3 color white / black / red : rgb(120,120,0)
|
||||
multicolor 3 color blue / red / green : rgb(120,120,0)
|
||||
multicolor 3 color black / green / white : rgb(120,120,0)
|
||||
multicolor 3 color red / white / blue : rgb(120,120,0)
|
||||
multicolor 3 color green / blue / black : rgb(120,120,0)
|
||||
multicolor 4 color white / blue / black / red : rgb(120,120,0)
|
||||
multicolor 4 color blue / black / red / green : rgb(120,120,0)
|
||||
multicolor 4 color black / red / green / white : rgb(120,120,0)
|
||||
multicolor 4 color red / green / white / blue : rgb(120,120,0)
|
||||
multicolor 4 color green / white / blue / black : rgb(120,120,0)
|
||||
multicolor 5 color white / blue / black / red / green : rgb(120,120,0)
|
||||
multicolor 5 color horizontal white / blue / black / red / green: rgb(120,120,0)
|
||||
land 1 color white : rgb(109,62,39)
|
||||
land 1 color blue : rgb(109,62,39)
|
||||
land 1 color black : rgb(109,62,39)
|
||||
land 1 color red : rgb(109,62,39)
|
||||
land 1 color green : rgb(109,62,39)
|
||||
land 1 color multicolor : rgb(109,62,39)
|
||||
land 2 color white / blue : rgb(109,62,39)
|
||||
land 2 color blue / black : rgb(109,62,39)
|
||||
land 2 color black / red : rgb(109,62,39)
|
||||
land 2 color red / green : rgb(109,62,39)
|
||||
land 2 color green / white : rgb(109,62,39)
|
||||
land 2 color white / black : rgb(109,62,39)
|
||||
land 2 color blue / red : rgb(109,62,39)
|
||||
land 2 color black / green : rgb(109,62,39)
|
||||
land 2 color red / white : rgb(109,62,39)
|
||||
land 2 color green / blue : rgb(109,62,39)
|
||||
hybrid 2 color white / blue : rgb(115,0,160) # purple
|
||||
hybrid 2 color blue / black : rgb(115,0,160)
|
||||
hybrid 2 color black / red : rgb(115,0,160)
|
||||
hybrid 2 color red / green : rgb(115,0,160)
|
||||
hybrid 2 color green / white : rgb(115,0,160)
|
||||
hybrid 2 color white / black : rgb(115,0,160)
|
||||
hybrid 2 color blue / red : rgb(115,0,160)
|
||||
hybrid 2 color black / green : rgb(115,0,160)
|
||||
hybrid 2 color red / white : rgb(115,0,160)
|
||||
hybrid 2 color green / blue : rgb(115,0,160)
|
||||
hybrid 2 color artifact / white : rgb(115,0,160)
|
||||
hybrid 2 color artifact / blue : rgb(115,0,160)
|
||||
hybrid 2 color artifact / black : rgb(115,0,160)
|
||||
hybrid 2 color artifact / red : rgb(115,0,160)
|
||||
hybrid 2 color artifact / green : rgb(115,0,160)
|
||||
hybrid 3 color white / blue / black : rgb(115,0,160)
|
||||
hybrid 3 color blue / black / red : rgb(115,0,160)
|
||||
hybrid 3 color black / red / green : rgb(115,0,160)
|
||||
hybrid 3 color red / green / white : rgb(115,0,160)
|
||||
hybrid 3 color green / white / blue : rgb(115,0,160)
|
||||
hybrid 3 color white / black / red : rgb(115,0,160)
|
||||
hybrid 3 color blue / red / green : rgb(115,0,160)
|
||||
hybrid 3 color black / green / white : rgb(115,0,160)
|
||||
hybrid 3 color red / white / blue : rgb(115,0,160)
|
||||
hybrid 3 color green / blue / black : rgb(115,0,160)
|
||||
hybrid 3 color horizontal white / blue / black : rgb(115,0,160)
|
||||
hybrid 3 color horizontal blue / black / red : rgb(115,0,160)
|
||||
hybrid 3 color horizontal black / red / green : rgb(115,0,160)
|
||||
hybrid 3 color horizontal red / green / white : rgb(115,0,160)
|
||||
hybrid 3 color horizontal green / white / blue : rgb(115,0,160)
|
||||
hybrid 3 color horizontal white / black / red : rgb(115,0,160)
|
||||
hybrid 3 color horizontal blue / red / green : rgb(115,0,160)
|
||||
hybrid 3 color horizontal black / green / white : rgb(115,0,160)
|
||||
hybrid 3 color horizontal red / white / blue : rgb(115,0,160)
|
||||
hybrid 3 color horizontal green / blue / black : rgb(115,0,160)
|
||||
hybrid 4 color white / blue / black / red : rgb(115,0,160)
|
||||
hybrid 4 color blue / black / red / green : rgb(115,0,160)
|
||||
hybrid 4 color black / red / green / white : rgb(115,0,160)
|
||||
hybrid 4 color red / green / white / blue : rgb(115,0,160)
|
||||
hybrid 4 color green / white / blue / black : rgb(115,0,160)
|
||||
hybrid 4 color horizontal white / blue / black / red : rgb(115,0,160)
|
||||
hybrid 4 color horizontal blue / black / red / green : rgb(115,0,160)
|
||||
hybrid 4 color horizontal black / red / green / white : rgb(115,0,160)
|
||||
hybrid 4 color horizontal red / green / white / blue : rgb(115,0,160)
|
||||
hybrid 4 color horizontal green / white / blue / black : rgb(115,0,160)
|
||||
hybrid 5 color white / blue / black / red / green : rgb(115,0,160)
|
||||
hybrid 5 color horizontal white / blue / black / red / green : rgb(115,0,160)
|
||||
hybrid vertical white / blue : rgb(115,0,160)
|
||||
hybrid vertical white / black : rgb(115,0,160)
|
||||
hybrid vertical white / red : rgb(115,0,160)
|
||||
hybrid vertical white / green : rgb(115,0,160)
|
||||
hybrid vertical blue / white : rgb(115,0,160)
|
||||
hybrid vertical blue / black : rgb(115,0,160)
|
||||
hybrid vertical blue / red : rgb(115,0,160)
|
||||
hybrid vertical blue / green : rgb(115,0,160)
|
||||
hybrid vertical black / white : rgb(115,0,160)
|
||||
hybrid vertical black / blue : rgb(115,0,160)
|
||||
hybrid vertical black / red : rgb(115,0,160)
|
||||
hybrid vertical black / green : rgb(115,0,160)
|
||||
hybrid vertical red / white : rgb(115,0,160)
|
||||
hybrid vertical red / blue : rgb(115,0,160)
|
||||
hybrid vertical red / black : rgb(115,0,160)
|
||||
hybrid vertical red / green : rgb(115,0,160)
|
||||
hybrid vertical green / white : rgb(115,0,160)
|
||||
hybrid vertical green / blue : rgb(115,0,160)
|
||||
hybrid vertical green / red : rgb(115,0,160)
|
||||
hybrid vertical green / black : rgb(115,0,160)
|
||||
hybrid vertical artifact / white : rgb(115,0,160)
|
||||
hybrid vertical artifact / blue : rgb(115,0,160)
|
||||
hybrid vertical artifact / black : rgb(115,0,160)
|
||||
hybrid vertical artifact / red : rgb(115,0,160)
|
||||
hybrid vertical artifact / green : rgb(115,0,160)
|
||||
hybrid vertical white / artifact : rgb(115,0,160)
|
||||
hybrid vertical blue / artifact : rgb(115,0,160)
|
||||
hybrid vertical black / artifact : rgb(115,0,160)
|
||||
hybrid vertical red / artifact : rgb(115,0,160)
|
||||
hybrid vertical green / artifact : rgb(115,0,160)
|
||||
# TODO : Add the rest
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user