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:
pichoro
2007-09-18 04:11:48 +00:00
parent fea5887e16
commit 5725e878e1
5 changed files with 12 additions and 4 deletions
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

+6 -2
View File
@@ -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

+6 -2
View File
@@ -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"