diff --git a/data/magic-future-textless.mse-style/artifact_blend_card.png b/data/magic-future-textless.mse-style/artifact_blend_card.png index 395edca9..27deb453 100644 Binary files a/data/magic-future-textless.mse-style/artifact_blend_card.png and b/data/magic-future-textless.mse-style/artifact_blend_card.png differ diff --git a/data/magic-future-textless.mse-style/style b/data/magic-future-textless.mse-style/style index 70e3c60d..1e17a5f4 100644 --- a/data/magic-future-textless.mse-style/style +++ b/data/magic-future-textless.mse-style/style @@ -10,12 +10,6 @@ card height: 523 card dpi: 150 #By: Pichoro -# -#Todo: -#Make different colored colorless mana symbols work -#Casting cost mask -#Frames can be changed to jpegs -#make colored artifacts look right ############################################################## Extra scripts init script: @@ -164,7 +158,13 @@ card style: script: if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0) else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0) - else font_color(card.card_color) + else if contains(card.card_color, match:"artifact") then ( + if contains(card.card_color, match:"blue") or + contains(card.card_color, match:"black") or + contains(card.card_color, match:"red") or + contains(card.card_color, match:"green") then rgb(255,255,255) + else rgb(0,0,0) + ) else font_color(card.card_color) casting cost: left: 18 top: 57 @@ -215,7 +215,13 @@ card style: script: if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0) else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0) - else font_color(card.card_color) + else if contains(card.card_color, match:"artifact") then ( + if contains(card.card_color, match:"blue") or + contains(card.card_color, match:"black") or + contains(card.card_color, match:"red") or + contains(card.card_color, match:"green") then rgb(255,255,255) + else rgb(0,0,0) + ) else font_color(card.card_color) separator color: rgb(128,128,128) rarity: right: 352 @@ -245,7 +251,17 @@ card style: name: Mplantin size: 16 weight: bold - color: { font_color(card.card_color) } + color: + script: + if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0) + else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0) + else if contains(card.card_color, match:"artifact") then ( + if contains(card.card_color, match:"blue") or + contains(card.card_color, match:"black") or + contains(card.card_color, match:"red") or + contains(card.card_color, match:"green") then rgb(255,255,255) + else rgb(0,0,0) + ) else font_color(card.card_color) separator color: rgb(200,0,0) ############################# Card sorting / numbering ############################# Copyright stuff diff --git a/data/magic-futureshift.mse-style/artifact_blend_textbox.png b/data/magic-futureshift.mse-style/artifact_blend_textbox.png new file mode 100644 index 00000000..15f60076 Binary files /dev/null and b/data/magic-futureshift.mse-style/artifact_blend_textbox.png differ diff --git a/data/magic-futureshift.mse-style/artifact_blend_typeline.PNG b/data/magic-futureshift.mse-style/artifact_blend_typeline.PNG new file mode 100644 index 00000000..77449857 Binary files /dev/null and b/data/magic-futureshift.mse-style/artifact_blend_typeline.PNG differ diff --git a/data/magic-futureshift.mse-style/ccard.png b/data/magic-futureshift.mse-style/ccard.png index 69975272..2739d078 100644 Binary files a/data/magic-futureshift.mse-style/ccard.png and b/data/magic-futureshift.mse-style/ccard.png differ diff --git a/data/magic-futureshift.mse-style/cpt.png b/data/magic-futureshift.mse-style/cpt.png index 1aedd500..49560bea 100644 Binary files a/data/magic-futureshift.mse-style/cpt.png and b/data/magic-futureshift.mse-style/cpt.png differ diff --git a/data/magic-futureshift.mse-style/ctextbox.png b/data/magic-futureshift.mse-style/ctextbox.png index be225305..6ecef60c 100644 Binary files a/data/magic-futureshift.mse-style/ctextbox.png and b/data/magic-futureshift.mse-style/ctextbox.png differ diff --git a/data/magic-futureshift.mse-style/ctypeline.png b/data/magic-futureshift.mse-style/ctypeline.png index 853a93ac..5f27129b 100644 Binary files a/data/magic-futureshift.mse-style/ctypeline.png and b/data/magic-futureshift.mse-style/ctypeline.png differ diff --git a/data/magic-futureshift.mse-style/style b/data/magic-futureshift.mse-style/style index 6d25777c..346f6807 100644 --- a/data/magic-futureshift.mse-style/style +++ b/data/magic-futureshift.mse-style/style @@ -10,9 +10,6 @@ card height: 523 card dpi: 150 #By: Pichoro -# -#Todo: -#Colorless Frame ############################################################## Extra scripts init script: @@ -201,7 +198,13 @@ card style: script: if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0) else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0) - else font_color(card.card_color) + else if contains(card.card_color, match:"artifact") then ( + if contains(card.card_color, match:"blue") or + contains(card.card_color, match:"black") or + contains(card.card_color, match:"red") or + contains(card.card_color, match:"green") then rgb(255,255,255) + else rgb(0,0,0) + ) else font_color(card.card_color) casting cost: left: 4 top: 39 @@ -253,7 +256,13 @@ card style: script: if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0) else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0) - else font_color(card.card_color) + else if contains(card.card_color, match:"artifact") then ( + if contains(card.card_color, match:"blue") or + contains(card.card_color, match:"black") or + contains(card.card_color, match:"red") or + contains(card.card_color, match:"green") then rgb(255,255,255) + else rgb(0,0,0) + ) else font_color(card.card_color) separator color: rgb(128,128,128) rarity: right: 353 @@ -330,7 +339,17 @@ card style: name: Mplantin size: 17 weight: bold - color: { font_color(card.card_color) } + color: + script: + if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0) + else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0) + else if contains(card.card_color, match:"artifact") then ( + if contains(card.card_color, match:"blue") or + contains(card.card_color, match:"black") or + contains(card.card_color, match:"red") or + contains(card.card_color, match:"green") then rgb(255,255,255) + else rgb(0,0,0) + ) else font_color(card.card_color) separator color: rgb(200,0,0) ############################# Card sorting / numbering ############################# Copyright stuff