diff --git a/data/magic-default-image.mse-include/scripts b/data/magic-default-image.mse-include/scripts index 028c886b..75409c16 100644 --- a/data/magic-default-image.mse-include/scripts +++ b/data/magic-default-image.mse-include/scripts @@ -1,18 +1,38 @@ # default image if there is none +default_image_1 := {"/magic-default-image.mse-include/" + input} + +default_image_2 := { + combine_blend( + image1: default_image_1(image1), + image2: default_image_1(image2), + combine: "symmetric overlay" + ) +} + default_image := { - "/magic-default-image.mse-include/" + - if input == "white" then "white.jpg" - else if input == "blue" then "blue.jpg" - else if input == "red" then "red.jpg" - else if input == "black" then "black.jpg" - else if input == "green" then "green.jpg" - else if input == "land 1 color white" then "white.jpg" - else if input == "land 1 color blue" then "blue.jpg" - else if input == "land 1 color red" then "red.jpg" - else if input == "land 1 color black" then "black.jpg" - else if input == "land 1 color green" then "green.jpg" - else if is_artifact() then "artifact.jpg" - else if is_colorless() then "colorless.jpg" - else "multicolor.jpg" + if input == "white" then default_image_1("white.jpg") + else if input == "blue" then default_image_1("blue.jpg") + else if input == "red" then default_image_1("red.jpg") + else if input == "black" then default_image_1("black.jpg") + else if input == "green" then default_image_1("green.jpg") + else if input == "land 1 color white" then default_image_2(image1:"colorless.jpg", image2:"white.jpg") + else if input == "land 1 color blue" then default_image_2(image1:"colorless.jpg", image2:"blue.jpg") + else if input == "land 1 color red" then default_image_2(image1:"colorless.jpg", image2:"red.jpg") + else if input == "land 1 color black" then default_image_2(image1:"colorless.jpg", image2:"black.jpg") + else if input == "land 1 color green" then default_image_2(image1:"colorless.jpg", image2:"green.jpg") + else if input == "land 1 color multicolor" then default_image_2(image1:"colorless.jpg", image2:"multicolor.jpg") + else if input == "hybrid 2 color white / blue" then default_image_2(image1:"white.jpg", image2:"blue.jpg" ) + else if input == "hybrid 2 color blue / black" then default_image_2(image1:"blue.jpg", image2:"black.jpg") + else if input == "hybrid 2 color black / red" then default_image_2(image1:"black.jpg", image2:"red.jpg" ) + else if input == "hybrid 2 color red / green" then default_image_2(image1:"red.jpg", image2:"green.jpg") + else if input == "hybrid 2 color green / white" then default_image_2(image1:"green.jpg", image2:"white.jpg") + else if input == "hybrid 2 color white / black" then default_image_2(image1:"white.jpg", image2:"black.jpg") + else if input == "hybrid 2 color blue / red" then default_image_2(image1:"blue.jpg", image2:"red.jpg" ) + else if input == "hybrid 2 color black / green" then default_image_2(image1:"black.jpg", image2:"green.jpg") + else if input == "hybrid 2 color red / white" then default_image_2(image1:"red.jpg", image2:"white.jpg") + else if input == "hybrid 2 color green / blue" then default_image_2(image1:"green.jpg", image2:"blue.jpg" ) + else if is_artifact() then default_image_1("artifact.jpg") + else if is_colorless() then default_image_1("colorless.jpg") + else default_image_1("multicolor.jpg") } \ No newline at end of file diff --git a/data/magic-old-split.mse-style/card-sample.png b/data/magic-old-split.mse-style/card-sample.png index b2a9d1c8..6ea82330 100644 Binary files a/data/magic-old-split.mse-style/card-sample.png and b/data/magic-old-split.mse-style/card-sample.png differ diff --git a/data/magic-old-split.mse-style/style b/data/magic-old-split.mse-style/style index 21788334..197d4949 100644 --- a/data/magic-old-split.mse-style/style +++ b/data/magic-old-split.mse-style/style @@ -3,6 +3,7 @@ game: magic full name: Magic Old Split Cards short name: Old Splits icon: card-sample.png +position hint: 103 card width: 523 card height: 375 diff --git a/data/magic-old-token.mse-style/card-sample.png b/data/magic-old-token.mse-style/card-sample.png index c7675e85..a2c30d35 100644 Binary files a/data/magic-old-token.mse-style/card-sample.png and b/data/magic-old-token.mse-style/card-sample.png differ diff --git a/data/magic-old.mse-style/card-sample.png b/data/magic-old.mse-style/card-sample.png index c533cdc6..76ebe70d 100644 Binary files a/data/magic-old.mse-style/card-sample.png and b/data/magic-old.mse-style/card-sample.png differ diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index c4a19bb4..b78278ae 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -460,8 +460,8 @@ default set style: use gradient multicolor: render style: both choice images: - yes: script: buildin_image("bool_yes") - no: script: buildin_image("bool_no") + yes: script: built_in_image("bool_yes") + no: script: built_in_image("bool_no") ############################################################## Card fields diff --git a/data/vs.mse-game/game b/data/vs.mse-game/game index a28525b8..d071e4c8 100644 --- a/data/vs.mse-game/game +++ b/data/vs.mse-game/game @@ -167,8 +167,8 @@ default set style: automatic reminder text: render style: both choice images: - yes: script: buildin_image("bool_yes") - no: script: buildin_image("bool_no") + yes: script: built_in_image("bool_yes") + no: script: built_in_image("bool_no") ############################################################## Card fields