mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
More tweaking of futureshift styles.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@709 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 973 B After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 917 B After Width: | Height: | Size: 985 B |
@@ -77,8 +77,12 @@ init script:
|
||||
else "white"
|
||||
}
|
||||
typesymbol_color:= { if contains(card.card_color, match:"artifact") then "black"
|
||||
else if card.card_color == "multicolor" then "white"
|
||||
else if card.card_color == "white" then "black"
|
||||
else if contains(card.card_color, match:"multicolor") then (
|
||||
if card.card_color=="multicolor" then "black"
|
||||
else if not contains(card.card_color, match:"white") then "white"
|
||||
else if contains(card.card_color, match:"red") or contains(card.card_color, match:"green") then "white"
|
||||
else "black"
|
||||
) else if card.card_color == "white" then "black"
|
||||
else if contains(card.card_color, match:"land") then (
|
||||
if contains(card.card_color, match:"green") then "white"
|
||||
else if contains(card.card_color, match:"red") then "white"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 971 B |
@@ -109,8 +109,12 @@ init script:
|
||||
else "white"
|
||||
}
|
||||
typesymbol_color:= { if contains(card.card_color, match:"artifact") then "black"
|
||||
else if card.card_color == "multicolor" then "white"
|
||||
else if card.card_color == "white" then "black"
|
||||
else if contains(card.card_color, match:"multicolor") then (
|
||||
if card.card_color=="multicolor" then "black"
|
||||
else if not contains(card.card_color, match:"white") then "white"
|
||||
else if contains(card.card_color, match:"red") or contains(card.card_color, match:"green") then "white"
|
||||
else "black"
|
||||
) else if card.card_color == "white" then "black"
|
||||
else if contains(card.card_color, match:"land") then (
|
||||
if contains(card.card_color, match:"green") then "white"
|
||||
else if contains(card.card_color, match:"red") then "white"
|
||||
|
||||
Reference in New Issue
Block a user