Commit ebcfedd2 authored by pichoro's avatar pichoro

More tweaking of futureshift styles.

parent 0ea010b8
...@@ -77,8 +77,12 @@ init script: ...@@ -77,8 +77,12 @@ init script:
else "white" else "white"
} }
typesymbol_color:= { if contains(card.card_color, match:"artifact") then "black" typesymbol_color:= { if contains(card.card_color, match:"artifact") then "black"
else if card.card_color == "multicolor" then "white" else if contains(card.card_color, match:"multicolor") then (
else if card.card_color == "white" then "black" 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 ( else if contains(card.card_color, match:"land") then (
if contains(card.card_color, match:"green") then "white" if contains(card.card_color, match:"green") then "white"
else if contains(card.card_color, match:"red") then "white" else if contains(card.card_color, match:"red") then "white"
......
data/magic-future.mse-style/costmask.png

133 Bytes | W: | H:

data/magic-future.mse-style/costmask.png

971 Bytes | W: | H:

data/magic-future.mse-style/costmask.png
data/magic-future.mse-style/costmask.png
data/magic-future.mse-style/costmask.png
data/magic-future.mse-style/costmask.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -109,8 +109,12 @@ init script: ...@@ -109,8 +109,12 @@ init script:
else "white" else "white"
} }
typesymbol_color:= { if contains(card.card_color, match:"artifact") then "black" typesymbol_color:= { if contains(card.card_color, match:"artifact") then "black"
else if card.card_color == "multicolor" then "white" else if contains(card.card_color, match:"multicolor") then (
else if card.card_color == "white" then "black" 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 ( else if contains(card.card_color, match:"land") then (
if contains(card.card_color, match:"green") then "white" if contains(card.card_color, match:"green") then "white"
else if contains(card.card_color, match:"red") then "white" else if contains(card.card_color, match:"red") then "white"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment