diff --git a/data/magic-blends.mse-include/card-backgrounds b/data/magic-blends.mse-include/card-backgrounds index 21912838..2a5674b8 100644 --- a/data/magic-blends.mse-include/card-backgrounds +++ b/data/magic-blends.mse-include/card-backgrounds @@ -66,11 +66,11 @@ choice images: hybrid 2 color black / green : script: card_hybrid_2("bg") hybrid 2 color red / white : script: card_hybrid_2("rw") hybrid 2 color green / blue : script: card_hybrid_2("gu") - hybrid 2 color colorless / white : script: card_hybrid_2("aw") - hybrid 2 color colorless / blue : script: card_hybrid_2("au") - hybrid 2 color colorless / black : script: card_hybrid_2("ab") - hybrid 2 color colorless / red : script: card_hybrid_2("ar") - hybrid 2 color colorless / green : script: card_hybrid_2("ag") + hybrid 2 color artifact / white : script: card_hybrid_2("aw") + hybrid 2 color artifact / blue : script: card_hybrid_2("au") + hybrid 2 color artifact / black : script: card_hybrid_2("ab") + hybrid 2 color artifact / red : script: card_hybrid_2("ar") + hybrid 2 color artifact / green : script: card_hybrid_2("ag") hybrid 3 color white / blue / black : script: card_hybrid_3("wub") hybrid 3 color blue / black / red : script: card_hybrid_3("ubr") hybrid 3 color black / red / green : script: card_hybrid_3("brg") @@ -123,16 +123,16 @@ choice images: hybrid vertical green / blue : script: card_hybrid_2v("gu") hybrid vertical green / red : script: card_hybrid_2v("gr") hybrid vertical green / black : script: card_hybrid_2v("gb") - hybrid vertical colorless / white : script: card_hybrid_2v("aw") - hybrid vertical colorless / blue : script: card_hybrid_2v("au") - hybrid vertical colorless / black : script: card_hybrid_2v("ab") - hybrid vertical colorless / red : script: card_hybrid_2v("ar") - hybrid vertical colorless / green : script: card_hybrid_2v("ag") - hybrid vertical white / colorless : script: card_hybrid_2v("wa") - hybrid vertical blue / colorless : script: card_hybrid_2v("ua") - hybrid vertical black / colorless : script: card_hybrid_2v("ba") - hybrid vertical red / colorless : script: card_hybrid_2v("ra") - hybrid vertical green / colorless : script: card_hybrid_2v("ga") + hybrid vertical artifact / white : script: card_hybrid_2v("aw") + hybrid vertical artifact / blue : script: card_hybrid_2v("au") + hybrid vertical artifact / black : script: card_hybrid_2v("ab") + hybrid vertical artifact / red : script: card_hybrid_2v("ar") + hybrid vertical artifact / green : script: card_hybrid_2v("ag") + hybrid vertical white / artifact : script: card_hybrid_2v("wa") + hybrid vertical blue / artifact : script: card_hybrid_2v("ua") + hybrid vertical black / artifact : script: card_hybrid_2v("ba") + hybrid vertical red / artifact : script: card_hybrid_2v("ra") + hybrid vertical green / artifact : script: card_hybrid_2v("ga") # Also define colors for card list card list colors: true @@ -143,5 +143,6 @@ choice colors: red : rgb(168,0,0) green : rgb(0,168,0) colorless : rgb(72,90,100) + artifact : rgb(72,90,100) multicolor : rgb(120,120,0) land : rgb(84,84,60) diff --git a/data/magic-blends.mse-include/card-colors b/data/magic-blends.mse-include/card-colors index fafdff65..c93fa80d 100644 --- a/data/magic-blends.mse-include/card-colors +++ b/data/magic-blends.mse-include/card-colors @@ -83,11 +83,11 @@ choice: choice: black / green choice: red / white choice: green / blue - choice: colorless / white - choice: colorless / blue - choice: colorless / black - choice: colorless / red - choice: colorless / green + choice: artifact / white + choice: artifact / blue + choice: artifact / black + choice: artifact / red + choice: artifact / green choice: name: 3 color choice: white / blue / black @@ -138,29 +138,29 @@ choice: choice: white / black choice: white / red choice: white / green - choice: white / colorless + choice: white / artifact choice: blue / white choice: blue / black choice: blue / red choice: blue / green - choice: blue / colorless + choice: blue / artifact choice: black / white choice: black / blue choice: black / red choice: black / green - choice: black / colorless + choice: black / artifact choice: red / white choice: red / blue choice: red / black choice: red / green - choice: red / colorless + choice: red / artifact choice: green / white choice: green / blue choice: green / black choice: green / red - choice: green / colorless - choice: colorless / white - choice: colorless / blue - choice: colorless / black - choice: colorless / red - choice: colorless / green \ No newline at end of file + choice: green / artifact + choice: artifact / white + choice: artifact / blue + choice: artifact / black + choice: artifact / red + choice: artifact / green \ No newline at end of file diff --git a/data/magic-blends.mse-include/card-ptboxes b/data/magic-blends.mse-include/card-ptboxes index 9ba4969b..d61cef87 100644 --- a/data/magic-blends.mse-include/card-ptboxes +++ b/data/magic-blends.mse-include/card-ptboxes @@ -66,11 +66,11 @@ choice images: hybrid 2 color black / green : script: card_hybrid_pt("g") hybrid 2 color red / white : script: card_hybrid_pt("w") hybrid 2 color green / blue : script: card_hybrid_pt("u") - hybrid 2 color colorless / white : script: card_hybrid_pt("w") - hybrid 2 color colorless / blue : script: card_hybrid_pt("u") - hybrid 2 color colorless / black : script: card_hybrid_pt("b") - hybrid 2 color colorless / red : script: card_hybrid_pt("r") - hybrid 2 color colorless / green : script: card_hybrid_pt("g") + hybrid 2 color artifact / white : script: card_hybrid_pt("w") + hybrid 2 color artifact / blue : script: card_hybrid_pt("u") + hybrid 2 color artifact / black : script: card_hybrid_pt("b") + hybrid 2 color artifact / red : script: card_hybrid_pt("r") + hybrid 2 color artifact / green : script: card_hybrid_pt("g") hybrid 3 color white / blue / black : script: card_hybrid_pt("b") hybrid 3 color blue / black / red : script: card_hybrid_pt("r") hybrid 3 color black / red / green : script: card_hybrid_pt("g") @@ -123,13 +123,13 @@ choice images: hybrid vertical green / blue : script: card_hybrid_pt("u") hybrid vertical green / red : script: card_hybrid_pt("b") hybrid vertical green / black : script: card_hybrid_pt("r") - hybrid vertical colorless / white : script: card_hybrid_pt("w") - hybrid vertical colorless / blue : script: card_hybrid_pt("u") - hybrid vertical colorless / black : script: card_hybrid_pt("b") - hybrid vertical colorless / red : script: card_hybrid_pt("r") - hybrid vertical colorless / green : script: card_hybrid_pt("g") - hybrid vertical white / colorless : script: card_hybrid_pt("a") - hybrid vertical blue / colorless : script: card_hybrid_pt("a") - hybrid vertical black / colorless : script: card_hybrid_pt("a") - hybrid vertical red / colorless : script: card_hybrid_pt("a") - hybrid vertical green / colorless : script: card_hybrid_pt("a") + hybrid vertical artifact / white : script: card_hybrid_pt("w") + hybrid vertical artifact / blue : script: card_hybrid_pt("u") + hybrid vertical artifact / black : script: card_hybrid_pt("b") + hybrid vertical artifact / red : script: card_hybrid_pt("r") + hybrid vertical artifact / green : script: card_hybrid_pt("g") + hybrid vertical white / artifact : script: card_hybrid_pt("a") + hybrid vertical blue / artifact : script: card_hybrid_pt("a") + hybrid vertical black / artifact : script: card_hybrid_pt("a") + hybrid vertical red / artifact : script: card_hybrid_pt("a") + hybrid vertical green / artifact : script: card_hybrid_pt("a") diff --git a/data/magic-blends.mse-include/card-textboxes b/data/magic-blends.mse-include/card-textboxes new file mode 100644 index 00000000..89cebd83 --- /dev/null +++ b/data/magic-blends.mse-include/card-textboxes @@ -0,0 +1,135 @@ +# Card textboxes, most are generated using the blend-scripts +# Requires +# include file: custommagic-blends.mse-include/blend-scripts +# In the init script of the style + +choice images: + white : script: textbox_template("w") + blue : script: textbox_template("u") + black : script: textbox_template("b") + red : script: textbox_template("r") + green : script: textbox_template("g") + colorless : script: textbox_template("c") + artifact : script: textbox_template("a") + multicolor : script: textbox_template("m") + multicolor 2 color white / blue : script: multi_hybrid_textbox(card_hybrid_2_textbox("wu")) + multicolor 2 color blue / black : script: multi_hybrid_textbox(card_hybrid_2_textbox("ub")) + multicolor 2 color black / red : script: multi_hybrid_textbox(card_hybrid_2_textbox("br")) + multicolor 2 color red / green : script: multi_hybrid_textbox(card_hybrid_2_textbox("rg")) + multicolor 2 color green / white : script: multi_hybrid_textbox(card_hybrid_2_textbox("gw")) + multicolor 2 color white / black : script: multi_hybrid_textbox(card_hybrid_2_textbox("wb")) + multicolor 2 color blue / red : script: multi_hybrid_textbox(card_hybrid_2_textbox("ur")) + multicolor 2 color black / green : script: multi_hybrid_textbox(card_hybrid_2_textbox("bg")) + multicolor 2 color red / white : script: multi_hybrid_textbox(card_hybrid_2_textbox("rw")) + multicolor 2 color green / blue : script: multi_hybrid_textbox(card_hybrid_2_textbox("gu")) + multicolor 3 color white / blue / black : script: multi_hybrid_textbox(card_hybrid_3_textbox("wub")) + multicolor 3 color blue / black / red : script: multi_hybrid_textbox(card_hybrid_3_textbox("ubr")) + multicolor 3 color black / red / green : script: multi_hybrid_textbox(card_hybrid_3_textbox("brg")) + multicolor 3 color red / green / white : script: multi_hybrid_textbox(card_hybrid_3_textbox("rgw")) + multicolor 3 color green / white / blue : script: multi_hybrid_textbox(card_hybrid_3_textbox("gwu")) + multicolor 3 color white / black / red : script: multi_hybrid_textbox(card_hybrid_3_textbox("wbr")) + multicolor 3 color blue / red / green : script: multi_hybrid_textbox(card_hybrid_3_textbox("urg")) + multicolor 3 color black / green / white : script: multi_hybrid_textbox(card_hybrid_3_textbox("bgw")) + multicolor 3 color red / white / blue : script: multi_hybrid_textbox(card_hybrid_3_textbox("rwu")) + multicolor 3 color green / blue / black : script: multi_hybrid_textbox(card_hybrid_3_textbox("gub")) + multicolor 4 color white / blue / black / red : script: multi_hybrid_textbox(card_hybrid_4_textbox("wubr")) + multicolor 4 color blue / black / red / green : script: multi_hybrid_textbox(card_hybrid_4_textbox("ubrg")) + multicolor 4 color black / red / green / white : script: multi_hybrid_textbox(card_hybrid_4_textbox("brgw")) + multicolor 4 color red / green / white / blue : script: multi_hybrid_textbox(card_hybrid_4_textbox("rgwu")) + multicolor 4 color green / white / blue / black : script: multi_hybrid_textbox(card_hybrid_4_textbox("gwub")) + multicolor 5 color white / blue / black / red / green : script: multi_hybrid_textbox(card_hybrid_5_textbox("wubrg")) + multicolor 5 color horizontal white / blue / black / red / green : script: multi_hybrid_textbox(card_hybrid_5h_textbox("wubrg")) + land : script: textboxland_template("") + land 1 color white : script: textboxland_template("w") + land 1 color blue : script: textboxland_template("u") + land 1 color black : script: textboxland_template("b") + land 1 color red : script: textboxland_template("r") + land 1 color green : script: textboxland_template("g") + land 1 color multicolor : script: textboxland_template("m") + land 2 color white / blue : script: land_hybrid_2_textbox("wu") + land 2 color blue / black : script: land_hybrid_2_textbox("ub") + land 2 color black / red : script: land_hybrid_2_textbox("br") + land 2 color red / green : script: land_hybrid_2_textbox("rg") + land 2 color green / white : script: land_hybrid_2_textbox("gw") + land 2 color white / black : script: land_hybrid_2_textbox("wb") + land 2 color blue / red : script: land_hybrid_2_textbox("ur") + land 2 color black / green : script: land_hybrid_2_textbox("bg") + land 2 color red / white : script: land_hybrid_2_textbox("rw") + land 2 color green / blue : script: land_hybrid_2_textbox("gu") + hybrid 2 color white / blue : script: card_hybrid_2_textbox("wu") + hybrid 2 color blue / black : script: card_hybrid_2_textbox("ub") + hybrid 2 color black / red : script: card_hybrid_2_textbox("br") + hybrid 2 color red / green : script: card_hybrid_2_textbox("rg") + hybrid 2 color green / white : script: card_hybrid_2_textbox("gw") + hybrid 2 color white / black : script: card_hybrid_2_textbox("wb") + hybrid 2 color blue / red : script: card_hybrid_2_textbox("ur") + hybrid 2 color black / green : script: card_hybrid_2_textbox("bg") + hybrid 2 color red / white : script: card_hybrid_2_textbox("rw") + hybrid 2 color green / blue : script: card_hybrid_2_textbox("gu") + hybrid 2 color artifact / white : script: card_hybrid_2_textbox("aw") + hybrid 2 color artifact / blue : script: card_hybrid_2_textbox("au") + hybrid 2 color artifact / black : script: card_hybrid_2_textbox("ab") + hybrid 2 color artifact / red : script: card_hybrid_2_textbox("ar") + hybrid 2 color artifact / green : script: card_hybrid_2_textbox("ag") + hybrid 3 color white / blue / black : script: card_hybrid_3_textbox("wub") + hybrid 3 color blue / black / red : script: card_hybrid_3_textbox("ubr") + hybrid 3 color black / red / green : script: card_hybrid_3_textbox("brg") + hybrid 3 color red / green / white : script: card_hybrid_3_textbox("rgw") + hybrid 3 color green / white / blue : script: card_hybrid_3_textbox("gwu") + hybrid 3 color white / black / red : script: card_hybrid_3_textbox("wbr") + hybrid 3 color blue / red / green : script: card_hybrid_3_textbox("urg") + hybrid 3 color black / green / white : script: card_hybrid_3_textbox("bgw") + hybrid 3 color red / white / blue : script: card_hybrid_3_textbox("rwu") + hybrid 3 color green / blue / black : script: card_hybrid_3_textbox("gub") + hybrid 3 color horizontal white / blue / black : script: card_hybrid_3h_textbox("wub") + hybrid 3 color horizontal blue / black / red : script: card_hybrid_3h_textbox("ubr") + hybrid 3 color horizontal black / red / green : script: card_hybrid_3h_textbox("brg") + hybrid 3 color horizontal red / green / white : script: card_hybrid_3h_textbox("rgw") + hybrid 3 color horizontal green / white / blue : script: card_hybrid_3h_textbox("gwu") + hybrid 3 color horizontal white / black / red : script: card_hybrid_3h_textbox("wbr") + hybrid 3 color horizontal blue / red / green : script: card_hybrid_3h_textbox("urg") + hybrid 3 color horizontal black / green / white : script: card_hybrid_3h_textbox("bgw") + hybrid 3 color horizontal red / white / blue : script: card_hybrid_3h_textbox("rwu") + hybrid 3 color horizontal green / blue / black : script: card_hybrid_3h_textbox("gub") + hybrid 4 color white / blue / black / red : script: card_hybrid_4_textbox("wubr") + hybrid 4 color blue / black / red / green : script: card_hybrid_4_textbox("ubrg") + hybrid 4 color black / red / green / white : script: card_hybrid_4_textbox("brgw") + hybrid 4 color red / green / white / blue : script: card_hybrid_4_textbox("rgwu") + hybrid 4 color green / white / blue / black : script: card_hybrid_4_textbox("gwub") + hybrid 4 color horizontal white / blue / black / red : script: card_hybrid_4h_textbox("wubr") + hybrid 4 color horizontal blue / black / red / green : script: card_hybrid_4h_textbox("ubrg") + hybrid 4 color horizontal black / red / green / white : script: card_hybrid_4h_textbox("brgw") + hybrid 4 color horizontal red / green / white / blue : script: card_hybrid_4h_textbox("rgwu") + hybrid 4 color horizontal green / white / blue / black : script: card_hybrid_4h_textbox("gwub") + hybrid 5 color white / blue / black / red / green : script: card_hybrid_5_textbox("wubrg") + hybrid 5 color horizontal white / blue / black / red / green : script: card_hybrid_5h_textbox("wubrg") + hybrid vertical white / blue : script: card_hybrid_2v_textbox("wu") + hybrid vertical white / black : script: card_hybrid_2v_textbox("wb") + hybrid vertical white / red : script: card_hybrid_2v_textbox("wr") + hybrid vertical white / green : script: card_hybrid_2v_textbox("wg") + hybrid vertical blue / white : script: card_hybrid_2v_textbox("uw") + hybrid vertical blue / black : script: card_hybrid_2v_textbox("ub") + hybrid vertical blue / red : script: card_hybrid_2v_textbox("ur") + hybrid vertical blue / green : script: card_hybrid_2v_textbox("ug") + hybrid vertical black / white : script: card_hybrid_2v_textbox("bw") + hybrid vertical black / blue : script: card_hybrid_2v_textbox("bu") + hybrid vertical black / red : script: card_hybrid_2v_textbox("br") + hybrid vertical black / green : script: card_hybrid_2v_textbox("bg") + hybrid vertical red / white : script: card_hybrid_2v_textbox("rw") + hybrid vertical red / blue : script: card_hybrid_2v_textbox("ru") + hybrid vertical red / black : script: card_hybrid_2v_textbox("rb") + hybrid vertical red / green : script: card_hybrid_2v_textbox("rg") + hybrid vertical green / white : script: card_hybrid_2v_textbox("gw") + hybrid vertical green / blue : script: card_hybrid_2v_textbox("gu") + hybrid vertical green / red : script: card_hybrid_2v_textbox("gr") + hybrid vertical green / black : script: card_hybrid_2v_textbox("gb") + hybrid vertical artifact / white : script: card_hybrid_2v_textbox("aw") + hybrid vertical artifact / blue : script: card_hybrid_2v_textbox("au") + hybrid vertical artifact / black : script: card_hybrid_2v_textbox("ab") + hybrid vertical artifact / red : script: card_hybrid_2v_textbox("ar") + hybrid vertical artifact / green : script: card_hybrid_2v_textbox("ag") + hybrid vertical white / artifact : script: card_hybrid_2v_textbox("wa") + hybrid vertical blue / artifact : script: card_hybrid_2v_textbox("ua") + hybrid vertical black / artifact : script: card_hybrid_2v_textbox("ba") + hybrid vertical red / artifact : script: card_hybrid_2v_textbox("ra") + hybrid vertical green / artifact : script: card_hybrid_2v_textbox("ga") \ No newline at end of file diff --git a/data/magic-blends.mse-include/card-typelines b/data/magic-blends.mse-include/card-typelines new file mode 100644 index 00000000..a0ecde0f --- /dev/null +++ b/data/magic-blends.mse-include/card-typelines @@ -0,0 +1,141 @@ +# Card typelines, most are generated using the blend-scripts +# Requires +# include file: custommagic-blends.mse-include/blend-scripts +# In the init script of the style + +choice images: + white : script: typeline_template("w") + blue : script: typeline_template("u") + black : script: typeline_template("b") + red : script: typeline_template("r") + green : script: typeline_template("g") + colorless : script: typeline_template("c") + artifact : script: typeline_template("a") + multicolor : script: typeline_template("m") + multicolor 2 color white / blue : script: multi_hybrid_typeline(card_hybrid_2_typeline("wu")) + multicolor 2 color blue / black : script: multi_hybrid_typeline(card_hybrid_2_typeline("ub")) + multicolor 2 color black / red : script: multi_hybrid_typeline(card_hybrid_2_typeline("br")) + multicolor 2 color red / green : script: multi_hybrid_typeline(card_hybrid_2_typeline("rg")) + multicolor 2 color green / white : script: multi_hybrid_typeline(card_hybrid_2_typeline("gw")) + multicolor 2 color white / black : script: multi_hybrid_typeline(card_hybrid_2_typeline("wb")) + multicolor 2 color blue / red : script: multi_hybrid_typeline(card_hybrid_2_typeline("ur")) + multicolor 2 color black / green : script: multi_hybrid_typeline(card_hybrid_2_typeline("bg")) + multicolor 2 color red / white : script: multi_hybrid_typeline(card_hybrid_2_typeline("rw")) + multicolor 2 color green / blue : script: multi_hybrid_typeline(card_hybrid_2_typeline("gu")) + multicolor 3 color white / blue / black : script: multi_hybrid_typeline(card_hybrid_3_typeline("wub")) + multicolor 3 color blue / black / red : script: multi_hybrid_typeline(card_hybrid_3_typeline("ubr")) + multicolor 3 color black / red / green : script: multi_hybrid_typeline(card_hybrid_3_typeline("brg")) + multicolor 3 color red / green / white : script: multi_hybrid_typeline(card_hybrid_3_typeline("rgw")) + multicolor 3 color green / white / blue : script: multi_hybrid_typeline(card_hybrid_3_typeline("gwu")) + multicolor 3 color white / black / red : script: multi_hybrid_typeline(card_hybrid_3_typeline("wbr")) + multicolor 3 color blue / red / green : script: multi_hybrid_typeline(card_hybrid_3_typeline("urg")) + multicolor 3 color black / green / white : script: multi_hybrid_typeline(card_hybrid_3_typeline("bgw")) + multicolor 3 color red / white / blue : script: multi_hybrid_typeline(card_hybrid_3_typeline("rwu")) + multicolor 3 color green / blue / black : script: multi_hybrid_typeline(card_hybrid_3_typeline("gub")) + multicolor 4 color white / blue / black / red : script: multi_hybrid_typeline(card_hybrid_4_typeline("wubr")) + multicolor 4 color blue / black / red / green : script: multi_hybrid_typeline(card_hybrid_4_typeline("ubrg")) + multicolor 4 color black / red / green / white : script: multi_hybrid_typeline(card_hybrid_4_typeline("brgw")) + multicolor 4 color red / green / white / blue : script: multi_hybrid_typeline(card_hybrid_4_typeline("rgwu")) + multicolor 4 color green / white / blue / black : script: multi_hybrid_typeline(card_hybrid_4_typeline("gwub")) + multicolor 5 color white / blue / black / red / green : script: multi_hybrid_typeline(card_hybrid_5_typeline("wubrg")) + multicolor 5 color purple / white / blue / black / red : script: multi_hybrid_typeline(card_hybrid_5_typeline("pwubr")) + multicolor 5 color purple / blue / black / red / green : script: multi_hybrid_typeline(card_hybrid_5_typeline("pubrg")) + multicolor 5 color purple / black / red / green / white : script: multi_hybrid_typeline(card_hybrid_5_typeline("pbrgw")) + multicolor 5 color purple / red / green / white / blue : script: multi_hybrid_typeline(card_hybrid_5_typeline("prgwu")) + multicolor 5 color purple / green / white / blue / black : script: multi_hybrid_typeline(card_hybrid_5_typeline("pgwub")) + multicolor 5 color horizontal white / blue / black / red / green : script: multi_hybrid_typeline(card_hybrid_5h_typeline("wubrg")) + land : script: typelineland_template("") + land 1 color white : script: typelineland_template("w") + land 1 color blue : script: typelineland_template("u") + land 1 color black : script: typelineland_template("b") + land 1 color red : script: typelineland_template("r") + land 1 color green : script: typelineland_template("g") + land 1 color multicolor : script: typelineland_template("m") + land 2 color white / blue : script: land_hybrid_2_typeline("wu") + land 2 color blue / black : script: land_hybrid_2_typeline("ub") + land 2 color black / red : script: land_hybrid_2_typeline("br") + land 2 color red / green : script: land_hybrid_2_typeline("rg") + land 2 color green / white : script: land_hybrid_2_typeline("gw") + land 2 color white / black : script: land_hybrid_2_typeline("wb") + land 2 color blue / red : script: land_hybrid_2_typeline("ur") + land 2 color black / green : script: land_hybrid_2_typeline("bg") + land 2 color red / white : script: land_hybrid_2_typeline("rw") + land 2 color green / blue : script: land_hybrid_2_typeline("gu") + hybrid 2 color white / blue : script: card_hybrid_2_typeline("wu") + hybrid 2 color blue / black : script: card_hybrid_2_typeline("ub") + hybrid 2 color black / red : script: card_hybrid_2_typeline("br") + hybrid 2 color red / green : script: card_hybrid_2_typeline("rg") + hybrid 2 color green / white : script: card_hybrid_2_typeline("gw") + hybrid 2 color white / black : script: card_hybrid_2_typeline("wb") + hybrid 2 color blue / red : script: card_hybrid_2_typeline("ur") + hybrid 2 color black / green : script: card_hybrid_2_typeline("bg") + hybrid 2 color red / white : script: card_hybrid_2_typeline("rw") + hybrid 2 color green / blue : script: card_hybrid_2_typeline("gu") + hybrid 2 color artifact / white : script: card_hybrid_2_typeline("aw") + hybrid 2 color artifact / blue : script: card_hybrid_2_typeline("au") + hybrid 2 color artifact / black : script: card_hybrid_2_typeline("ab") + hybrid 2 color artifact / red : script: card_hybrid_2_typeline("ar") + hybrid 2 color artifact / green : script: card_hybrid_2_typeline("ag") + hybrid 3 color white / blue / black : script: card_hybrid_3_typeline("wub") + hybrid 3 color blue / black / red : script: card_hybrid_3_typeline("ubr") + hybrid 3 color black / red / green : script: card_hybrid_3_typeline("brg") + hybrid 3 color red / green / white : script: card_hybrid_3_typeline("rgw") + hybrid 3 color green / white / blue : script: card_hybrid_3_typeline("gwu") + hybrid 3 color white / black / red : script: card_hybrid_3_typeline("wbr") + hybrid 3 color blue / red / green : script: card_hybrid_3_typeline("urg") + hybrid 3 color black / green / white : script: card_hybrid_3_typeline("bgw") + hybrid 3 color red / white / blue : script: card_hybrid_3_typeline("rwu") + hybrid 3 color green / blue / black : script: card_hybrid_3_typeline("gub") + hybrid 3 color horizontal white / blue / black : script: card_hybrid_3h_typeline("wub") + hybrid 3 color horizontal blue / black / red : script: card_hybrid_3h_typeline("ubr") + hybrid 3 color horizontal black / red / green : script: card_hybrid_3h_typeline("brg") + hybrid 3 color horizontal red / green / white : script: card_hybrid_3h_typeline("rgw") + hybrid 3 color horizontal green / white / blue : script: card_hybrid_3h_typeline("gwu") + hybrid 3 color horizontal white / black / red : script: card_hybrid_3h_typeline("wbr") + hybrid 3 color horizontal blue / red / green : script: card_hybrid_3h_typeline("urg") + hybrid 3 color horizontal black / green / white : script: card_hybrid_3h_typeline("bgw") + hybrid 3 color horizontal red / white / blue : script: card_hybrid_3h_typeline("rwu") + hybrid 3 color horizontal green / blue / black : script: card_hybrid_3h_typeline("gub") + hybrid 4 color white / blue / black / red : script: card_hybrid_4_typeline("wubr") + hybrid 4 color blue / black / red / green : script: card_hybrid_4_typeline("ubrg") + hybrid 4 color black / red / green / white : script: card_hybrid_4_typeline("brgw") + hybrid 4 color red / green / white / blue : script: card_hybrid_4_typeline("rgwu") + hybrid 4 color green / white / blue / black : script: card_hybrid_4_typeline("gwub") + hybrid 4 color horizontal white / blue / black / red : script: card_hybrid_4h_typeline("wubr") + hybrid 4 color horizontal blue / black / red / green : script: card_hybrid_4h_typeline("ubrg") + hybrid 4 color horizontal black / red / green / white : script: card_hybrid_4h_typeline("brgw") + hybrid 4 color horizontal red / green / white / blue : script: card_hybrid_4h_typeline("rgwu") + hybrid 4 color horizontal green / white / blue / black : script: card_hybrid_4h_typeline("gwub") + hybrid 5 color white / blue / black / red / green : script: card_hybrid_5_typeline("wubrg") + hybrid 5 color horizontal white / blue / black / red / green : script: card_hybrid_5h_typeline("wubrg") + hybrid vertical white / blue : script: card_hybrid_2v_typeline("wu") + hybrid vertical white / black : script: card_hybrid_2v_typeline("wb") + hybrid vertical white / red : script: card_hybrid_2v_typeline("wr") + hybrid vertical white / green : script: card_hybrid_2v_typeline("wg") + hybrid vertical blue / white : script: card_hybrid_2v_typeline("uw") + hybrid vertical blue / black : script: card_hybrid_2v_typeline("ub") + hybrid vertical blue / red : script: card_hybrid_2v_typeline("ur") + hybrid vertical blue / green : script: card_hybrid_2v_typeline("ug") + hybrid vertical black / white : script: card_hybrid_2v_typeline("bw") + hybrid vertical black / blue : script: card_hybrid_2v_typeline("bu") + hybrid vertical black / red : script: card_hybrid_2v_typeline("br") + hybrid vertical black / green : script: card_hybrid_2v_typeline("bg") + hybrid vertical red / white : script: card_hybrid_2v_typeline("rw") + hybrid vertical red / blue : script: card_hybrid_2v_typeline("ru") + hybrid vertical red / black : script: card_hybrid_2v_typeline("rb") + hybrid vertical red / green : script: card_hybrid_2v_typeline("rg") + hybrid vertical green / white : script: card_hybrid_2v_typeline("gw") + hybrid vertical green / blue : script: card_hybrid_2v_typeline("gu") + hybrid vertical green / red : script: card_hybrid_2v_typeline("gr") + hybrid vertical green / black : script: card_hybrid_2v_typeline("gb") + hybrid vertical artifact / white : script: card_hybrid_2v_typeline("aw") + hybrid vertical artifact / blue : script: card_hybrid_2v_typeline("au") + hybrid vertical artifact / black : script: card_hybrid_2v_typeline("ab") + hybrid vertical artifact / red : script: card_hybrid_2v_typeline("ar") + hybrid vertical artifact / green : script: card_hybrid_2v_typeline("ag") + hybrid vertical white / artifact : script: card_hybrid_2v_typeline("wa") + hybrid vertical blue / artifact : script: card_hybrid_2v_typeline("ua") + hybrid vertical black / artifact : script: card_hybrid_2v_typeline("ba") + hybrid vertical red / artifact : script: card_hybrid_2v_typeline("ra") + hybrid vertical purple / artifact : script: card_hybrid_2v_typeline("pa") + hybrid vertical green / artifact : script: card_hybrid_2v_typeline("ga") \ No newline at end of file diff --git a/data/magic-blends.mse-include/flip-ptboxes b/data/magic-blends.mse-include/flip-ptboxes index 47b27eb0..c5641a40 100644 --- a/data/magic-blends.mse-include/flip-ptboxes +++ b/data/magic-blends.mse-include/flip-ptboxes @@ -67,11 +67,11 @@ choice images: hybrid 2 color black / green : script: card_hybrid_pt("g") hybrid 2 color red / white : script: card_hybrid_pt("w") hybrid 2 color green / blue : script: card_hybrid_pt("u") - hybrid 2 color colorless / white : script: card_hybrid_pt("w") - hybrid 2 color colorless / blue : script: card_hybrid_pt("u") - hybrid 2 color colorless / black : script: card_hybrid_pt("b") - hybrid 2 color colorless / red : script: card_hybrid_pt("r") - hybrid 2 color colorless / green : script: card_hybrid_pt("g") + hybrid 2 color artifact / white : script: card_hybrid_pt("w") + hybrid 2 color artifact / blue : script: card_hybrid_pt("u") + hybrid 2 color artifact / black : script: card_hybrid_pt("b") + hybrid 2 color artifact / red : script: card_hybrid_pt("r") + hybrid 2 color artifact / green : script: card_hybrid_pt("g") hybrid 3 color white / blue / black : script: card_hybrid_pt("u") hybrid 3 color blue / black / red : script: card_hybrid_pt("b") hybrid 3 color black / red / green : script: card_hybrid_pt("r") @@ -109,13 +109,13 @@ choice images: hybrid vertical green / blue : script: card_hybrid_pt("g") hybrid vertical green / red : script: card_hybrid_pt("g") hybrid vertical green / black : script: card_hybrid_pt("g") - hybrid vertical colorless / white : script: card_hybrid_pt("a") - hybrid vertical colorless / blue : script: card_hybrid_pt("a") - hybrid vertical colorless / black : script: card_hybrid_pt("a") - hybrid vertical colorless / red : script: card_hybrid_pt("a") - hybrid vertical colorless / green : script: card_hybrid_pt("a") - hybrid vertical white / colorless : script: card_hybrid_pt("w") - hybrid vertical blue / colorless : script: card_hybrid_pt("u") - hybrid vertical black / colorless : script: card_hybrid_pt("b") - hybrid vertical red / colorless : script: card_hybrid_pt("r") - hybrid vertical green / colorless : script: card_hybrid_pt("g") + hybrid vertical artifact / white : script: card_hybrid_pt("a") + hybrid vertical artifact / blue : script: card_hybrid_pt("a") + hybrid vertical artifact / black : script: card_hybrid_pt("a") + hybrid vertical artifact / red : script: card_hybrid_pt("a") + hybrid vertical artifact / green : script: card_hybrid_pt("a") + hybrid vertical white / artifact : script: card_hybrid_pt("w") + hybrid vertical blue / artifact : script: card_hybrid_pt("u") + hybrid vertical black / artifact : script: card_hybrid_pt("b") + hybrid vertical red / artifact : script: card_hybrid_pt("r") + hybrid vertical green / artifact : script: card_hybrid_pt("g") diff --git a/data/magic-blends.mse-include/flip-ptboxes2 b/data/magic-blends.mse-include/flip-ptboxes2 index c59fa641..701764a8 100644 --- a/data/magic-blends.mse-include/flip-ptboxes2 +++ b/data/magic-blends.mse-include/flip-ptboxes2 @@ -66,11 +66,11 @@ choice images: hybrid 2 color black / green : script: card_hybrid_pt2("b") hybrid 2 color red / white : script: card_hybrid_pt2("r") hybrid 2 color green / blue : script: card_hybrid_pt2("g") - hybrid 2 color colorless / white : script: card_hybrid_pt2("a") - hybrid 2 color colorless / blue : script: card_hybrid_pt2("a") - hybrid 2 color colorless / black : script: card_hybrid_pt2("a") - hybrid 2 color colorless / red : script: card_hybrid_pt2("a") - hybrid 2 color colorless / green : script: card_hybrid_pt2("a") + hybrid 2 color artifact / white : script: card_hybrid_pt2("a") + hybrid 2 color artifact / blue : script: card_hybrid_pt2("a") + hybrid 2 color artifact / black : script: card_hybrid_pt2("a") + hybrid 2 color artifact / red : script: card_hybrid_pt2("a") + hybrid 2 color artifact / green : script: card_hybrid_pt2("a") hybrid 3 color white / blue / black : script: card_hybrid_pt2("b") hybrid 3 color blue / black / red : script: card_hybrid_pt2("r") hybrid 3 color black / red / green : script: card_hybrid_pt2("g") @@ -108,13 +108,13 @@ choice images: hybrid vertical green / blue : script: card_hybrid_pt2("u") hybrid vertical green / red : script: card_hybrid_pt2("r") hybrid vertical green / black : script: card_hybrid_pt2("b") - hybrid vertical colorless / white : script: card_hybrid_pt2("w") - hybrid vertical colorless / blue : script: card_hybrid_pt2("u") - hybrid vertical colorless / black : script: card_hybrid_pt2("b") - hybrid vertical colorless / red : script: card_hybrid_pt2("r") - hybrid vertical colorless / green : script: card_hybrid_pt2("g") - hybrid vertical white / colorless : script: card_hybrid_pt2("a") - hybrid vertical blue / colorless : script: card_hybrid_pt2("a") - hybrid vertical black / colorless : script: card_hybrid_pt2("a") - hybrid vertical red / colorless : script: card_hybrid_pt2("a") - hybrid vertical green / colorless : script: card_hybrid_pt2("a") + hybrid vertical artifact / white : script: card_hybrid_pt2("w") + hybrid vertical artifact / blue : script: card_hybrid_pt2("u") + hybrid vertical artifact / black : script: card_hybrid_pt2("b") + hybrid vertical artifact / red : script: card_hybrid_pt2("r") + hybrid vertical artifact / green : script: card_hybrid_pt2("g") + hybrid vertical white / artifact : script: card_hybrid_pt2("a") + hybrid vertical blue / artifact : script: card_hybrid_pt2("a") + hybrid vertical black / artifact : script: card_hybrid_pt2("a") + hybrid vertical red / artifact : script: card_hybrid_pt2("a") + hybrid vertical green / artifact : script: card_hybrid_pt2("a") diff --git a/data/magic-firepenguinmaster-flip.mse-style/acard.jpg b/data/magic-firepenguinmaster-flip.mse-style/acard.jpg new file mode 100644 index 00000000..9b040fc9 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/acard.jpg differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/bcard.jpg b/data/magic-firepenguinmaster-flip.mse-style/bcard.jpg new file mode 100644 index 00000000..6b43cbf4 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/bcard.jpg differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/card-sample.png b/data/magic-firepenguinmaster-flip.mse-style/card-sample.png new file mode 100644 index 00000000..c6ae6893 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/card-sample.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/ccard.jpg b/data/magic-firepenguinmaster-flip.mse-style/ccard.jpg new file mode 100644 index 00000000..8e1f07f2 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/ccard.jpg differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/gcard.jpg b/data/magic-firepenguinmaster-flip.mse-style/gcard.jpg new file mode 100644 index 00000000..316b6c26 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/gcard.jpg differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend.png b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend.png new file mode 100644 index 00000000..7f185ee7 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_3.png b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_3.png new file mode 100644 index 00000000..b08247a2 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_3.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_4.png b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_4.png new file mode 100644 index 00000000..2bdfc198 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_4.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5a.png b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5a.png new file mode 100644 index 00000000..9d7e2f43 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5a.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_1.png b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_1.png new file mode 100644 index 00000000..efb1b0d9 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_1.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_2.png b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_2.png new file mode 100644 index 00000000..60481644 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_2.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_3.png b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_3.png new file mode 100644 index 00000000..898897b0 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_3.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_4.png b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_4.png new file mode 100644 index 00000000..1ff0df3e Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5alt_4.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5b.png b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5b.png new file mode 100644 index 00000000..6b0b69d5 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_5b.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_nt.png b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_nt.png new file mode 100644 index 00000000..71ff9cb3 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/hybrid_blend_nt.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/imagemask.png b/data/magic-firepenguinmaster-flip.mse-style/imagemask.png new file mode 100644 index 00000000..147b86fd Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/imagemask.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/mcard.jpg b/data/magic-firepenguinmaster-flip.mse-style/mcard.jpg new file mode 100644 index 00000000..6998d8d7 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/mcard.jpg differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/multicolor_dual_blend.png b/data/magic-firepenguinmaster-flip.mse-style/multicolor_dual_blend.png new file mode 100644 index 00000000..f6e136e6 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/multicolor_dual_blend.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/ptshieldsword-2.png b/data/magic-firepenguinmaster-flip.mse-style/ptshieldsword-2.png new file mode 100644 index 00000000..84f6968c Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/ptshieldsword-2.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/ptshieldsword.png b/data/magic-firepenguinmaster-flip.mse-style/ptshieldsword.png new file mode 100644 index 00000000..1545c176 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/ptshieldsword.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/rcard.jpg b/data/magic-firepenguinmaster-flip.mse-style/rcard.jpg new file mode 100644 index 00000000..eeea06f3 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/rcard.jpg differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/style b/data/magic-firepenguinmaster-flip.mse-style/style new file mode 100644 index 00000000..bb585110 --- /dev/null +++ b/data/magic-firepenguinmaster-flip.mse-style/style @@ -0,0 +1,412 @@ +mse version: 0.3.1 +game: magic +full name: FPM's Flip Magic +short name: FPM Flip +icon: card-sample.png + +card width: 375 +card height: 523 +card dpi: 150 + +############################################################## Extra scripts + +init script: + # Load blend scripts for hybrids/multicolors + include file: magic-blends.mse-include/blend-scripts + + # We have no land templates + land_template := { "ccard.jpg" } + + # Use the normal tap symbol + mana_t := { + if styling.tap_symbol == "old" then "old" + else if styling.tap_symbol == "diagonal T" then "older" + else "new" + } + + # Use guild mana symbols? + guild_mana := { styling.use_guild_mana_symbols } + + # Does the card have a color that requires a white font for copyright/artist? + black_font_colors := filter_rule(match:"^(hybrid 2 color [^/]*/ )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid 4 color [^/]*/[^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(hybrid 5 color horizontal [^/]*/[^/]*/[^/]*/[^/]*/ )?(white)") + font_color := { + if black_font_colors(input: card.card_color) != "" then rgb(0,0,0) + else rgb(255,255,255) + } + + +############################################################## Extra style +styling field: + type: choice + name: cardname font + description: Use Matrix or MatrixBoldSmallCaps for the cardname font? + initial: Matrix + choice: Matrix + choice: MatrixBoldSmallCaps +styling field: + type: boolean + name: beveled mana symbols + description: Use the symbols of the casting cost line inside the text box as well? + initial: no +styling field: + type: boolean + name: use guild mana symbols + description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana. + initial: no +styling field: + type: choice + name: tap symbol + description: What tap symbol should be used on cards? + initial: modern + choice: modern + choice: old + choice: diagonal T +styling style: + use guild mana symbols: + choice images: + yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png + no: /magic-mana-small.mse-symbol-font/mana_rg.png + beveled mana symbols: + choice images: + yes: /magic-mana-beveled.mse-symbol-font/mana_w.png + no: /magic-mana-small.mse-symbol-font/mana_w.png + tap symbol: + render style: both + choice images: + modern: /magic-mana-small.mse-symbol-font/mana_t.png + old: /magic-mana-small.mse-symbol-font/mana_t_old.png + diagonal T: /magic-mana-small.mse-symbol-font/mana_t_older.png + +############################################################## Card fields +card style: + ############################# Background stuff + border color: + left: 0 + top : 0 + width: 375 + height: 523 + radius: 18 + left width: 17 + right width: 17 + top width: 17 + bottom width: 18 + z index: -1 + card color: + left: 0 + top: 0 + width: 375 + height: 523 + z index: -2 + render style: image + popup style: in place + include file: magic-blends.mse-include/card-backgrounds + + ############################# Name line + name: + left: 45 + top : 29 + width: 300 + height: 23 + alignment: bottom shrink-overflow + padding bottom: 0 + z index: 1 + font: + name: + { if styling.cardname_font == "Matrix" then "Matrix" + else if styling.cardname_font == "MatrixBoldSmallCaps" then "MatrixBoldSmallCaps" + else "Matrix" } + size: 20 + color: rgb(0,0,0) + casting cost: + left: 32 + top : 150 + width: 10 + height: 195 + alignment: top right + direction: vertical + symbol font: + name: magic-mana-beveled + size: 17 + alignment: bottom right + always symbol: true + padding top: 0 + z index: 2 + card symbol: + left: 30 + top : 27 + height: 20 + width: 14 + render style: image + choice images: + tombstone: tombstone.png + name 2: + left: 32 + top : 454 + width: 300 + height: 23 + angle: 180 + alignment: bottom shrink-overflow + padding bottom: 0 + z index: 1 + font: + name: + { if styling.cardname_font == "Matrix" then "Matrix" + else if styling.cardname_font == "MatrixBoldSmallCaps" then "MatrixBoldSmallCaps" + else "Matrix" } + size: 20 + color: rgb(0,0,0) + casting cost 2: + left: 334 + top : 170 + width: 10 + height: 170 + alignment: top right + direction: vertical + angle: 180 + symbol font: + name: magic-mana-beveled + size: 17 + alignment: bottom right + always symbol: true + padding top: 0 + z index: 2 + card symbol 2: + left: 331 + top : 457 + height: 20 + width: 14 + render style: image + choice images: + tombstone: tombstone-2.png + + ############################# Image + image: + left: 49 + top: 130 + width: 277 + height: 245 + mask: imagemask.png + z index: 1 + + ############################# Card type + type: + left: 126 + top : 358 + width: 256 + height: 18 + alignment: top shrink-overflow + z index: 1 + padding top: 2 + font: + name: Matrix + size: 10 + color: rgb(0,0,0) + separator color: rgb(128,128,128) + type 2: + left: 33 + top : 127 + width: 263 + height: 18 + angle: 180 + alignment: top shrink-overflow + z index: 1 + padding top: 2 + font: + name: Matrix + size: 10 + color: rgb(0,0,0) + separator color: rgb(128,128,128) + rarity: + left: 75 + top : 348 + width: 22 + height: 22 + z index: 1 + render style: image + choice images: + # Images based on the set symbol + basic land: script: symbol_variation(symbol: set.symbol, variation: "common") + common: script: symbol_variation(symbol: set.symbol, variation: "common") + uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon") + rare: script: symbol_variation(symbol: set.symbol, variation: "rare") + special: script: symbol_variation(symbol: set.symbol, variation: "special") + + ############################# Text box + text: + left: 62 + top : 380 + width: 280 + height: 65 + font: + name: MPlantin + italic name: MPlantin-Italic + size: 14 + scale down to: 6 + color: rgb(0,0,0) + symbol font: + name: + { if styling.beveled_mana_symbols then "magic-mana-beveled" + else "magic-mana-small" } + size: 14 + alignment: middle left + z index: 2 + padding left: 6 + padding top: 2 + padding right: 4 + padding bottom: 2 + line height hard: 1.2 + line height line: 1.5 + watermark: + left: 42 + top : 380 + width: 300 + height: 65 + z index: 1 + render style: image + alignment: middle center + include file: magic-watermarks.mse-include/watermarks + text 2: + left: 33 + top : 65 + width: 280 + height: 60 + angle: 180 + font: + name: MPlantin + italic name: MPlantin-Italic + size: 14 + scale down to: 6 + color: rgb(0,0,0) + symbol font: + name: + { if styling.beveled_mana_symbols then "magic-mana-beveled" + else "magic-mana-small" } + size: 14 + alignment: middle left + z index: 2 + padding left: 6 + padding top: 2 + padding right: 4 + padding bottom: 2 + line height hard: 1.2 + line height line: 1.5 + watermark 2: + left: 33 + top : 65 + width: 300 + height: 60 + z index: 1 + render style: image + alignment: middle center + include file: magic-watermarks-180.mse-include/watermarks + + ############################# PT + power: + z index: 4 + left: 24 + top: 342 + width: 19 + height: 50 + alignment: center middle + font: + name: Mplantin + size: 18 + weight: bold + color: rgb(255,255,255) + shadow color: rgb(0,0,0) + shadow displacement x: 1 + shadow displacement y: 1 + toughness: + z index: 4 + left: 24 + top: 393 + width: 19 + height: 50 + alignment: center middle + font: + name: Mplantin + size: 18 + weight: bold + color: rgb(255,255,255) + shadow color: rgb(0,0,0) + shadow displacement x: 1 + shadow displacement y: 1 + ptsymbols: + left: 24 + top: 340 + width: 19 + height: 103 + z index: 1 + visible: { card.power != "" or card.toughness != "" } + render style: image + choice images: + shieldsword: ptshieldsword.png + power 2: + z index: 4 + left: 334 + top: 111 + width: 19 + height: 50 + angle: 180 + alignment: center middle + font: + name: Mplantin + size: 18 + weight: bold + color: rgb(255,255,255) + shadow color: rgb(0,0,0) + shadow displacement x: 1 + shadow displacement y: 1 + toughness 2: + z index: 4 + left: 334 + top: 58 + width: 19 + height: 50 + angle: 180 + alignment: center middle + font: + name: Mplantin + size: 18 + weight: bold + color: rgb(255,255,255) + shadow color: rgb(0,0,0) + shadow displacement x: 1 + shadow displacement y: 1 + ptsymbols 2: + left: 333 + top: 58 + width: 19 + height: 103 + z index: 1 + visible: { card.power_2 != "" or card.toughness_2 != "" } + render style: image + choice images: + shieldsword: ptshieldsword-2.png + + ############################# Copyright stuff + illustrator: + left: 200 + top : 340 + width: 150 + height: 16 + z index: 1 + alignment: bottom right + font: + name: MPlantin-Italic + size: 8 + color: { font_color() } + symbol font: + name: magic-paintbrush + size: 14 + copyright line: + left: 65 + top : 493 + width: 285 + height: 12 + z index: 1 + alignment: bottom right + font: + name: MPlantin + size: 7 + color: { font_color() } diff --git a/data/magic-firepenguinmaster-flip.mse-style/tombstone-2.png b/data/magic-firepenguinmaster-flip.mse-style/tombstone-2.png new file mode 100644 index 00000000..2efafd9c Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/tombstone-2.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/tombstone.png b/data/magic-firepenguinmaster-flip.mse-style/tombstone.png new file mode 100644 index 00000000..f8d76094 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/tombstone.png differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/ucard.jpg b/data/magic-firepenguinmaster-flip.mse-style/ucard.jpg new file mode 100644 index 00000000..0eaa0442 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/ucard.jpg differ diff --git a/data/magic-firepenguinmaster-flip.mse-style/wcard.jpg b/data/magic-firepenguinmaster-flip.mse-style/wcard.jpg new file mode 100644 index 00000000..e2752f63 Binary files /dev/null and b/data/magic-firepenguinmaster-flip.mse-style/wcard.jpg differ diff --git a/data/magic-firepenguinmaster.mse-style/style b/data/magic-firepenguinmaster.mse-style/style index d3f8ade4..712e9040 100644 --- a/data/magic-firepenguinmaster.mse-style/style +++ b/data/magic-firepenguinmaster.mse-style/style @@ -36,6 +36,9 @@ init script: else "new" } + # Use guild mana symbols? + guild_mana := { styling.use_guild_mana_symbols } + # Does the card have a color that requires a white font for copyright/artist? black_font_colors := filter_rule(match:"^(hybrid 2 color [^/]*/ )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid 4 color [^/]*/[^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(hybrid 5 color horizontal [^/]*/[^/]*/[^/]*/[^/]*/ )?(white)") font_color := { @@ -66,6 +69,11 @@ styling field: initial: dark choice: light choice: dark +styling field: + type: boolean + name: use guild mana symbols + description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana. + initial: no styling field: type: choice name: tap symbol @@ -76,6 +84,10 @@ styling field: choice: diagonal T styling style: + use guild mana symbols: + choice images: + yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png + no: /magic-mana-small.mse-symbol-font/mana_rg.png beveled mana symbols: choice images: yes: /magic-mana-beveled.mse-symbol-font/mana_w.png @@ -83,9 +95,9 @@ styling style: tap symbol: render style: both choice images: - modern: /magic-mana-large.mse-symbol-font/mana_t.png - old: /magic-mana-large.mse-symbol-font/mana_t_old.png - diagonal T: /magic-mana-large.mse-symbol-font/mana_t_older.png + modern: /magic-mana-small.mse-symbol-font/mana_t.png + old: /magic-mana-small.mse-symbol-font/mana_t_old.png + diagonal T: /magic-mana-small.mse-symbol-font/mana_t_older.png ############################################################## Card fields card style: diff --git a/data/magic-firepenguinmasterpromo.mse-style/style b/data/magic-firepenguinmasterpromo.mse-style/style index b52f4e00..f9b32cee 100644 --- a/data/magic-firepenguinmasterpromo.mse-style/style +++ b/data/magic-firepenguinmasterpromo.mse-style/style @@ -32,6 +32,9 @@ init script: else "new" } + # Use guild mana symbols? + guild_mana := { styling.use_guild_mana_symbols } + # Does the card have a color that requires a white font for copyright/artist? black_font_colors := filter_rule(match:"^(hybrid 2 color [^/]*/ )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid 4 color [^/]*/[^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(hybrid 5 color horizontal [^/]*/[^/]*/[^/]*/[^/]*/ )?(white)") font_color := { @@ -59,6 +62,11 @@ styling field: initial: dark choice: light choice: dark +styling field: + type: boolean + name: use guild mana symbols + description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana. + initial: no styling field: type: choice name: tap symbol @@ -73,16 +81,20 @@ styling style: choice images: light: lgcard.jpg dark: gcard.jpg + use guild mana symbols: + choice images: + yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png + no: /magic-mana-small.mse-symbol-font/mana_rg.png beveled mana symbols: choice images: - yes: /magic-mana-large.mse-symbol-font/mana_w.png + yes: /magic-mana-beveled.mse-symbol-font/mana_w.png no: /magic-mana-small.mse-symbol-font/mana_w.png tap symbol: render style: both choice images: - modern: /magic-mana-large.mse-symbol-font/mana_t.png - old: /magic-mana-large.mse-symbol-font/mana_t_old.png - diagonal T: /magic-mana-large.mse-symbol-font/mana_t_older.png + modern: /magic-mana-small.mse-symbol-font/mana_t.png + old: /magic-mana-small.mse-symbol-font/mana_t_old.png + diagonal T: /magic-mana-small.mse-symbol-font/mana_t_older.png ############################################################## Card fields card style: diff --git a/data/magic-firepenguinmastersplit.mse-style/acard.jpg b/data/magic-firepenguinmastersplit.mse-style/acard.jpg new file mode 100644 index 00000000..8de97817 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/acard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/bcard.jpg b/data/magic-firepenguinmastersplit.mse-style/bcard.jpg new file mode 100644 index 00000000..8b36f8d4 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/bcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/blcard.jpg b/data/magic-firepenguinmastersplit.mse-style/blcard.jpg new file mode 100644 index 00000000..fbeca00c Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/blcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/card-sample.png b/data/magic-firepenguinmastersplit.mse-style/card-sample.png new file mode 100644 index 00000000..72463fe2 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/card-sample.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/ccard.jpg b/data/magic-firepenguinmastersplit.mse-style/ccard.jpg new file mode 100644 index 00000000..2f79cd4d Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/ccard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/gcard.jpg b/data/magic-firepenguinmastersplit.mse-style/gcard.jpg new file mode 100644 index 00000000..1d2f8b0a Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/gcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/glcard.jpg b/data/magic-firepenguinmastersplit.mse-style/glcard.jpg new file mode 100644 index 00000000..b451d065 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/glcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/hybrid_blend.png b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend.png new file mode 100644 index 00000000..1cb26a98 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_3.png b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_3.png new file mode 100644 index 00000000..26b960a2 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_3.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_4.png b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_4.png new file mode 100644 index 00000000..18f8682d Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_4.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5a.png b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5a.png new file mode 100644 index 00000000..d1bb83f2 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5a.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_1.png b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_1.png new file mode 100644 index 00000000..ab636884 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_1.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_2.png b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_2.png new file mode 100644 index 00000000..3e7fdb04 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_2.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_3.png b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_3.png new file mode 100644 index 00000000..8067f1c7 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_3.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_4.png b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_4.png new file mode 100644 index 00000000..0f72dc12 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5alt_4.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5b.png b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5b.png new file mode 100644 index 00000000..c1143737 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_5b.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_nt.png b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_nt.png new file mode 100644 index 00000000..846735e7 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/hybrid_blend_nt.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/imagemask.png b/data/magic-firepenguinmastersplit.mse-style/imagemask.png new file mode 100644 index 00000000..fa443327 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/imagemask.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/lcard.jpg b/data/magic-firepenguinmastersplit.mse-style/lcard.jpg new file mode 100644 index 00000000..cf341197 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/lcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/lgcard.jpg b/data/magic-firepenguinmastersplit.mse-style/lgcard.jpg new file mode 100644 index 00000000..72152606 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/lgcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/lglcard.jpg b/data/magic-firepenguinmastersplit.mse-style/lglcard.jpg new file mode 100644 index 00000000..220e9ea6 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/lglcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/mcard.jpg b/data/magic-firepenguinmastersplit.mse-style/mcard.jpg new file mode 100644 index 00000000..81c4dc44 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/mcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/mlcard.jpg b/data/magic-firepenguinmastersplit.mse-style/mlcard.jpg new file mode 100644 index 00000000..de8594e8 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/mlcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/multicolor_dual_blend.png b/data/magic-firepenguinmastersplit.mse-style/multicolor_dual_blend.png new file mode 100644 index 00000000..0b48a198 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/multicolor_dual_blend.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/ptshieldsword.png b/data/magic-firepenguinmastersplit.mse-style/ptshieldsword.png new file mode 100644 index 00000000..1545c176 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/ptshieldsword.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/rcard.jpg b/data/magic-firepenguinmastersplit.mse-style/rcard.jpg new file mode 100644 index 00000000..9666b1aa Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/rcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/rlcard.jpg b/data/magic-firepenguinmastersplit.mse-style/rlcard.jpg new file mode 100644 index 00000000..065fffc1 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/rlcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/style b/data/magic-firepenguinmastersplit.mse-style/style new file mode 100644 index 00000000..9c285089 --- /dev/null +++ b/data/magic-firepenguinmastersplit.mse-style/style @@ -0,0 +1,483 @@ +mse version: 0.3.1 +game: magic +full name: FPM's Split Magic +short name: FPM Split +icon: card-sample.png + +card width: 523 +card height: 375 +card dpi: 150 + +#Made by the forum members of the MSE2 Forums. Special thanks to Artfreakwiu who did the start and the bulk of the work, RoatheEternal for testing and graphics, BunnieRein (for finally making the casting cost work), FirePenguinMaster for making the frames to begin with, and Twanvl for making MSE2 to begin with. +############################################################## Extra scripts + +init script: + # Load blend scripts for hybrids/multicolors + include file: magic-blends.mse-include/blend-scripts + + # Which green template should be used? + green_template := { + if input == "g" then ( + if styling.green_style == "light" then "lg" + else "g" + ) else input + } + + card_template := { green_template() + "card.jpg" } + land_template := { green_template() + "lcard.jpg" } + + # Use the normal tap symbol + mana_t := { + if styling.tap_symbol == "old" then "old" + else if styling.tap_symbol == "diagonal T" then "older" + else "new" + } + + # Use guild mana symbols? + guild_mana := { styling.use_guild_mana_symbols } + + # Does the card have a color that requires a white font for copyright/artist? + black_font_colors := filter_rule(match:"^(hybrid 2 color [^/]*/ )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid 4 color [^/]*/[^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(hybrid 5 color horizontal [^/]*/[^/]*/[^/]*/[^/]*/ )?(white)") + font_color := { + if black_font_colors(input: card.card_color) != "" then rgb(0,0,0) + else rgb(255,255,255) + } + font_color_2 := { + if black_font_colors(input: card.card_color_2) != "" then rgb(0,0,0) + else rgb(255,255,255) + } + +############################################################## Extra style +styling field: + type: choice + name: cardname font + description: Use Matrix or MatrixBoldSmallCaps for the cardname font? + initial: Matrix + choice: Matrix + choice: MatrixBoldSmallCaps +styling field: + type: boolean + name: beveled mana symbols + description: Use the symbols of the casting cost line inside the text box as well? + initial: no +styling field: + type: choice + name: green style + description: Choose the style of green: light or dark. + initial: dark + choice: light + choice: dark +styling field: + type: boolean + name: use guild mana symbols + description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana. + initial: no +styling field: + type: choice + name: tap symbol + description: What tap symbol should be used on cards? + initial: modern + choice: modern + choice: old + choice: diagonal T +styling style: + green style: + render style: both + choice images: + light: lgcard.jpg + dark: gcard.jpg + use guild mana symbols: + choice images: + yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png + no: /magic-mana-small.mse-symbol-font/mana_rg.png + beveled mana symbols: + choice images: + yes: /magic-mana-beveled.mse-symbol-font/mana_w.png + no: /magic-mana-small.mse-symbol-font/mana_w.png + tap symbol: + render style: both + choice images: + modern: /magic-mana-small.mse-symbol-font/mana_t.png + old: /magic-mana-small.mse-symbol-font/mana_t_old.png + diagonal T: /magic-mana-small.mse-symbol-font/mana_t_older.png + +############################################################## Card fields +card style: + ############################# Background stuff + border color: + left: 0 + top : 0 + width: 523 + height: 375 + radius: 18 + z index: -3 + card color: + left: 18 + top: 18 + width: 235.49 + height: 338 + z index: -2 + render style: image + popup style: in place + include file: magic-blends.mse-include/card-backgrounds + card color 2: + left: 271.49 + top: 18 + width: 235.49 + height: 338 + z index: -2 + render style: image + popup style: in place + include file: magic-blends.mse-include/card-backgrounds + + ############################# Name line + name: + left: 37.39 + top : 23.54 + width: 200.86 + height: 15.93 + alignment: bottom shrink-overflow + padding bottom: 0 + z index: 1 + font: + name: + { if styling.cardname_font == "Matrix" then "Matrix" + else if styling.cardname_font == "MatrixBoldSmallCaps" then "MatrixBoldSmallCaps" + else "Matrix" } + size: 13.85 + color: rgb(0,0,0) + name 2: + left: 290.88 + top : 23.54 + width: 200.86 + height: 15.93 + alignment: bottom shrink-overflow + padding bottom: 0 + z index: 1 + font: + name: + { if styling.cardname_font == "Matrix" then "Matrix" + else if styling.cardname_font == "MatrixBoldSmallCaps" then "MatrixBoldSmallCaps" + else "Matrix" } + size: 13.85 + color: rgb(0,0,0) + casting cost: + left: 31.24 + top : 45 + width: 6.93 + height: 173.16 + alignment: top right + direction: vertical + symbol font: + name: magic-mana-beveled + size: 1 + alignment: bottom right + always symbol: true + padding top: 0 + z index: 2 + casting cost 2: + left: 284.73 + top : 45 + width: 6.93 + height: 173.16 + alignment: top right + direction: vertical + symbol font: + name: magic-mana-beveled + size: 1 + alignment: bottom right + always symbol: true + padding top: 0 + z index: 2 + card symbol: + left: 22.78 + top : 22 + height: 13.85 + width: 9.7 + render style: image + z index: 2 + choice images: + tombstone: tombstone.png + card symbol 2: + left: 276.27 + top : 22 + height: 13.85 + width: 9.7 + render style: image + z index: 2 + choice images: + tombstone: tombstone.png + + ############################# Image + image: + left: 38.25 + top: 52 + width: 214.02 + height: 154.45 + mask: imagemask.png + z index: 1 + image 2: + left: 293.74 + top: 51 + width: 214.02 + height: 154.45 + mask: imagemask.png + z index: 1 + + ############################# Card type + type: + left: 90.11 + top : 220 + width: 152.38 + height: 13.85 + alignment: top shrink-overflow + z index: 1 + padding top: 2 + font: + name: Matrix + size: 6.93 + color: rgb(0,0,0) + separator color: rgb(128,128,128) + type 2: + left: 343.6 + top : 220 + width: 152.38 + height: 13.85 + alignment: top shrink-overflow + z index: 1 + padding top: 2 + font: + name: Matrix + size: 6.93 + color: rgb(0,0,0) + separator color: rgb(128,128,128) + rarity: + left: 56.95 + top : 214 + width: 17 + height: 17 + z index: 1 + render style: image + choice images: + # Images based on the set symbol + basic land: script: symbol_variation(symbol: set.symbol, variation: "common") + common: script: symbol_variation(symbol: set.symbol, variation: "common") + uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon") + rare: script: symbol_variation(symbol: set.symbol, variation: "rare") + special: script: symbol_variation(symbol: set.symbol, variation: "special") + rarity 2: + left: 310.44 + top : 214 + width: 17 + height: 17 + z index: 1 + render style: image + choice images: + # Images based on the set symbol + basic land: script: symbol_variation(symbol: set.symbol, variation: "common") + common: script: symbol_variation(symbol: set.symbol, variation: "common") + uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon") + rare: script: symbol_variation(symbol: set.symbol, variation: "rare") + special: script: symbol_variation(symbol: set.symbol, variation: "special") + + ############################# Text box + text: + left: 49.25 + top : 244 + width: 193.93 + height: 99.74 + font: + name: MPlantin + italic name: MPlantin-Italic + size: 9.7 + scale down to: 4.16 + color: rgb(0,0,0) + symbol font: + name: + { if styling.beveled_mana_symbols then "magic-mana-beveled" + else "magic-mana-small" } + size: 14 + alignment: middle left + z index: 2 + padding left: 6 + padding top: 2 + padding right: 4 + padding bottom: 2 + line height hard: 1.2 + line height line: 1.5 + text 2: + left: 302.74 + top : 244 + width: 193.93 + height: 99.74 + font: + name: MPlantin + italic name: MPlantin-Italic + size: 9.7 + scale down to: 4.16 + color: rgb(0,0,0) + symbol font: + name: + { if styling.beveled_mana_symbols then "magic-mana-beveled" + else "magic-mana-small" } + size: 14 + alignment: middle left + z index: 2 + padding left: 6 + padding top: 2 + padding right: 4 + padding bottom: 2 + line height hard: 1.2 + line height line: 1.5 + watermark: + left: 95.96 + top : 240 + width: 95.58 + height: 108.05 + z index: 1 + render style: image + alignment: middle center + include file: magic-watermarks.mse-include/watermarks + watermark 2: + left: 349.45 + top : 240 + width: 95.58 + height: 108.05 + z index: 1 + render style: image + alignment: middle center + include file: magic-watermarks.mse-include/watermarks + + ############################# PT + power: + z index: 4 + left: 22.62 + top: 256 + width: 13.16 + height: 34.63 + alignment: center middle + font: + name: Mplantin + size: 12.47 + weight: bold + color: rgb(255,255,255) + shadow color: rgb(0,0,0) + shadow displacement x: 1 + shadow displacement y: 1 + power 2: + z index: 4 + left: 276.11 + top: 256 + width: 13.16 + height: 34.63 + alignment: center middle + font: + name: Mplantin + size: 12.47 + weight: bold + color: rgb(255,255,255) + shadow color: rgb(0,0,0) + shadow displacement x: 1 + shadow displacement y: 1 + toughness: + z index: 4 + left: 22.62 + top: 293 + width: 13.16 + height: 34.63 + alignment: center middle + font: + name: Mplantin + size: 12.47 + weight: bold + color: rgb(255,255,255) + shadow color: rgb(0,0,0) + shadow displacement x: 1 + shadow displacement y: 1 + toughness 2: + z index: 4 + left: 276.11 + top: 293 + width: 13.16 + height: 34.63 + alignment: center middle + font: + name: Mplantin + size: 12.47 + weight: bold + color: rgb(255,255,255) + shadow color: rgb(0,0,0) + shadow displacement x: 1 + shadow displacement y: 1 + ptsymbols: + left: 23.32 + top: 256 + width: 13.16 + height: 71.34 + z index: 1 + visible: { card.power != "" or card.toughness != "" } + render style: image + choice images: + shieldsword: ptshieldsword.png + ptsymbols 2: + left: 276.81 + top: 256 + width: 13.16 + height: 71.34 + z index: 1 + visible: { card.power_2 != "" or card.toughness_2 != "" } + render style: image + choice images: + shieldsword: ptshieldsword.png + + ############################# Copyright stuff + illustrator: + left: 142.52 + top : 208 + width: 103.89 + height: 11.08 + z index: 1 + alignment: bottom right + font: + name: MPlantin-Italic + size: 5.54 + color: { font_color() } + symbol font: + name: magic-paintbrush + size: 9.7 + illustrator 2: + left: 396.01 + top : 208 + width: 103.89 + height: 11.08 + z index: 1 + alignment: bottom right + font: + name: MPlantin-Italic + size: 5.54 + color: { font_color_2() } + symbol font: + name: magic-paintbrush + size: 9.7 + copyright line: + left: 45.02 + top : 348 + width: 204.32 + height: 8.31 + z index: 1 + alignment: bottom right + font: + name: MPlantin + size: 4.85 + color: { font_color() } + copyright line 2: + left: 298.51 + top : 348 + width: 204.32 + height: 8.31 + z index: 1 + alignment: bottom right + font: + name: MPlantin + size: 4.85 + color: { font_color_2() } diff --git a/data/magic-firepenguinmastersplit.mse-style/tombstone.png b/data/magic-firepenguinmastersplit.mse-style/tombstone.png new file mode 100644 index 00000000..f8d76094 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/tombstone.png differ diff --git a/data/magic-firepenguinmastersplit.mse-style/ucard.jpg b/data/magic-firepenguinmastersplit.mse-style/ucard.jpg new file mode 100644 index 00000000..cc61277a Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/ucard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/ulcard.jpg b/data/magic-firepenguinmastersplit.mse-style/ulcard.jpg new file mode 100644 index 00000000..f683d26c Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/ulcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/wcard.jpg b/data/magic-firepenguinmastersplit.mse-style/wcard.jpg new file mode 100644 index 00000000..81b229b4 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/wcard.jpg differ diff --git a/data/magic-firepenguinmastersplit.mse-style/wlcard.jpg b/data/magic-firepenguinmastersplit.mse-style/wlcard.jpg new file mode 100644 index 00000000..35a20e39 Binary files /dev/null and b/data/magic-firepenguinmastersplit.mse-style/wlcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/acard.jpg b/data/magic-firepenguinmastertokens.mse-style/acard.jpg new file mode 100644 index 00000000..ec15ad93 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/acard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/atextbox.png b/data/magic-firepenguinmastertokens.mse-style/atextbox.png new file mode 100644 index 00000000..84eb31f1 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/atextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/atypeline.png b/data/magic-firepenguinmastertokens.mse-style/atypeline.png new file mode 100644 index 00000000..bdc8f8ae Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/atypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/bcard.jpg b/data/magic-firepenguinmastertokens.mse-style/bcard.jpg new file mode 100644 index 00000000..3aa739e6 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/bcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/blcard.jpg b/data/magic-firepenguinmastertokens.mse-style/blcard.jpg new file mode 100644 index 00000000..7c048aa3 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/blcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/bltextbox.png b/data/magic-firepenguinmastertokens.mse-style/bltextbox.png new file mode 100644 index 00000000..ea3ab2de Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/bltextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/bltypeline.png b/data/magic-firepenguinmastertokens.mse-style/bltypeline.png new file mode 100644 index 00000000..39e06333 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/bltypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/btextbox.png b/data/magic-firepenguinmastertokens.mse-style/btextbox.png new file mode 100644 index 00000000..ea3ab2de Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/btextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/btypeline.png b/data/magic-firepenguinmastertokens.mse-style/btypeline.png new file mode 100644 index 00000000..39e06333 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/btypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/card-sample.png b/data/magic-firepenguinmastertokens.mse-style/card-sample.png new file mode 100644 index 00000000..dcb681bc Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/card-sample.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/ccard.jpg b/data/magic-firepenguinmastertokens.mse-style/ccard.jpg new file mode 100644 index 00000000..b83e4851 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/ccard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/ctextbox.png b/data/magic-firepenguinmastertokens.mse-style/ctextbox.png new file mode 100644 index 00000000..14affe06 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/ctextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/ctypeline.png b/data/magic-firepenguinmastertokens.mse-style/ctypeline.png new file mode 100644 index 00000000..b8b15d76 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/ctypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/gcard.jpg b/data/magic-firepenguinmastertokens.mse-style/gcard.jpg new file mode 100644 index 00000000..1e0b9b5e Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/gcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/glcard.jpg b/data/magic-firepenguinmastertokens.mse-style/glcard.jpg new file mode 100644 index 00000000..9fff97c3 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/glcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/gltextbox.png b/data/magic-firepenguinmastertokens.mse-style/gltextbox.png new file mode 100644 index 00000000..d2df87bc Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/gltextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/gltypeline.png b/data/magic-firepenguinmastertokens.mse-style/gltypeline.png new file mode 100644 index 00000000..e722343c Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/gltypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/gtextbox.png b/data/magic-firepenguinmastertokens.mse-style/gtextbox.png new file mode 100644 index 00000000..d2df87bc Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/gtextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/gtypeline.png b/data/magic-firepenguinmastertokens.mse-style/gtypeline.png new file mode 100644 index 00000000..e722343c Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/gtypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend.png new file mode 100644 index 00000000..7f185ee7 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_3.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_3.png new file mode 100644 index 00000000..b08247a2 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_3.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_3_textbox.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_3_textbox.png new file mode 100644 index 00000000..05b63fbf Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_3_textbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_3_typeline.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_3_typeline.png new file mode 100644 index 00000000..9538972e Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_3_typeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_4.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_4.png new file mode 100644 index 00000000..2bdfc198 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_4.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_4_textbox.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_4_textbox.png new file mode 100644 index 00000000..05b63fbf Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_4_textbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_4_typeline.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_4_typeline.png new file mode 100644 index 00000000..9538972e Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_4_typeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5a.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5a.png new file mode 100644 index 00000000..9d7e2f43 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5a.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5a_textbox.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5a_textbox.png new file mode 100644 index 00000000..8a59e527 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5a_textbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5a_typeline.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5a_typeline.png new file mode 100644 index 00000000..9538972e Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5a_typeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_1.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_1.png new file mode 100644 index 00000000..efb1b0d9 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_1.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_1_textbox.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_1_textbox.png new file mode 100644 index 00000000..620afa2a Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_1_textbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_1_typeline.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_1_typeline.png new file mode 100644 index 00000000..6898f54d Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_1_typeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_2.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_2.png new file mode 100644 index 00000000..60481644 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_2.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_2_textbox.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_2_textbox.png new file mode 100644 index 00000000..c90a75d1 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_2_textbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_2_typeline.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_2_typeline.png new file mode 100644 index 00000000..5a162073 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_2_typeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_3.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_3.png new file mode 100644 index 00000000..898897b0 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_3.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_3_textbox.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_3_textbox.png new file mode 100644 index 00000000..e9de0075 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_3_textbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_3_typeline.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_3_typeline.png new file mode 100644 index 00000000..fe175928 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_3_typeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_4.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_4.png new file mode 100644 index 00000000..1ff0df3e Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_4.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_4_textbox.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_4_textbox.png new file mode 100644 index 00000000..b78c5e0b Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_4_textbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_4_typeline.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_4_typeline.png new file mode 100644 index 00000000..163e31ae Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5alt_4_typeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5b.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5b.png new file mode 100644 index 00000000..6b0b69d5 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5b.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5b_textbox.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5b_textbox.png new file mode 100644 index 00000000..b4c59cf1 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5b_textbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5b_typeline.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5b_typeline.png new file mode 100644 index 00000000..bc160124 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_5b_typeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_nt.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_nt.png new file mode 100644 index 00000000..71ff9cb3 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_nt.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_nt_textbox.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_nt_textbox.png new file mode 100644 index 00000000..05b63fbf Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_nt_textbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_nt_typeline.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_nt_typeline.png new file mode 100644 index 00000000..063a5bfe Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_nt_typeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_textbox.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_textbox.png new file mode 100644 index 00000000..1fa81a79 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_textbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_typeline.png b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_typeline.png new file mode 100644 index 00000000..45278c1a Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/hybrid_blend_typeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/imagemask.png b/data/magic-firepenguinmastertokens.mse-style/imagemask.png new file mode 100644 index 00000000..4775eb3d Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/imagemask.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/lcard.jpg b/data/magic-firepenguinmastertokens.mse-style/lcard.jpg new file mode 100644 index 00000000..c6419197 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/lcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/lgcard.jpg b/data/magic-firepenguinmastertokens.mse-style/lgcard.jpg new file mode 100644 index 00000000..321e8be3 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/lgcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/lglcard.jpg b/data/magic-firepenguinmastertokens.mse-style/lglcard.jpg new file mode 100644 index 00000000..30256506 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/lglcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/lgltextbox.png b/data/magic-firepenguinmastertokens.mse-style/lgltextbox.png new file mode 100644 index 00000000..78c90061 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/lgltextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/lgltypeline.png b/data/magic-firepenguinmastertokens.mse-style/lgltypeline.png new file mode 100644 index 00000000..daf0fb29 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/lgltypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/lgtextbox.png b/data/magic-firepenguinmastertokens.mse-style/lgtextbox.png new file mode 100644 index 00000000..78c90061 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/lgtextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/lgtypeline.png b/data/magic-firepenguinmastertokens.mse-style/lgtypeline.png new file mode 100644 index 00000000..daf0fb29 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/lgtypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/ltextbox.png b/data/magic-firepenguinmastertokens.mse-style/ltextbox.png new file mode 100644 index 00000000..48ec61ef Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/ltextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/ltypeline.png b/data/magic-firepenguinmastertokens.mse-style/ltypeline.png new file mode 100644 index 00000000..bdc8f8ae Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/ltypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/mcard.jpg b/data/magic-firepenguinmastertokens.mse-style/mcard.jpg new file mode 100644 index 00000000..2155f1a3 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/mcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/mlcard.jpg b/data/magic-firepenguinmastertokens.mse-style/mlcard.jpg new file mode 100644 index 00000000..e5bf156c Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/mlcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/mltextbox.png b/data/magic-firepenguinmastertokens.mse-style/mltextbox.png new file mode 100644 index 00000000..0960ac3d Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/mltextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/mltypeline.png b/data/magic-firepenguinmastertokens.mse-style/mltypeline.png new file mode 100644 index 00000000..078564b7 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/mltypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/mtextbox.png b/data/magic-firepenguinmastertokens.mse-style/mtextbox.png new file mode 100644 index 00000000..0960ac3d Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/mtextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/mtypeline.png b/data/magic-firepenguinmastertokens.mse-style/mtypeline.png new file mode 100644 index 00000000..078564b7 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/mtypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/multicolor_dual_blend.png b/data/magic-firepenguinmastertokens.mse-style/multicolor_dual_blend.png new file mode 100644 index 00000000..e226de9d Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/multicolor_dual_blend.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/multicolor_dual_blend_textbox.png b/data/magic-firepenguinmastertokens.mse-style/multicolor_dual_blend_textbox.png new file mode 100644 index 00000000..05b63fbf Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/multicolor_dual_blend_textbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/multicolor_dual_blend_typeline.png b/data/magic-firepenguinmastertokens.mse-style/multicolor_dual_blend_typeline.png new file mode 100644 index 00000000..063a5bfe Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/multicolor_dual_blend_typeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/ptshieldsword.png b/data/magic-firepenguinmastertokens.mse-style/ptshieldsword.png new file mode 100644 index 00000000..1545c176 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/ptshieldsword.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/rcard.jpg b/data/magic-firepenguinmastertokens.mse-style/rcard.jpg new file mode 100644 index 00000000..1470c3bf Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/rcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/rlcard.jpg b/data/magic-firepenguinmastertokens.mse-style/rlcard.jpg new file mode 100644 index 00000000..4f891a38 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/rlcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/rltextbox.png b/data/magic-firepenguinmastertokens.mse-style/rltextbox.png new file mode 100644 index 00000000..f7e4d9c1 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/rltextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/rltypeline.png b/data/magic-firepenguinmastertokens.mse-style/rltypeline.png new file mode 100644 index 00000000..7eb8b77e Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/rltypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/rtextbox.png b/data/magic-firepenguinmastertokens.mse-style/rtextbox.png new file mode 100644 index 00000000..f7e4d9c1 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/rtextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/rtypeline.png b/data/magic-firepenguinmastertokens.mse-style/rtypeline.png new file mode 100644 index 00000000..7eb8b77e Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/rtypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/style b/data/magic-firepenguinmastertokens.mse-style/style new file mode 100644 index 00000000..f251336c --- /dev/null +++ b/data/magic-firepenguinmastertokens.mse-style/style @@ -0,0 +1,340 @@ +mse version: 0.3.1 +game: magic +full name: FPM's Token Magic +short name: FPM Token +icon: card-sample.png + +card width: 375 +card height: 523 +card dpi: 300 + +############################################################## Extra scripts + +init script: + # Load blend scripts for hybrids/multicolors + include file: magic-blends.mse-include/blend-scripts + + # Which green template should be used? + green_template := { + if input == "g" then ( + if styling.green_style == "light" then "lg" + else "g" + ) else input + } + + card_template := { green_template() + "card.jpg" } + land_template := { green_template() + "lcard.jpg" } + typeline_template := { green_template() + "typeline.png" } + typelineland_template := { green_template() + "ltypeline.png" } + textbox_template := { green_template() + "textbox.png" } + textboxland_template := { green_template() + "ltextbox.png" } + + # Use the normal tap symbol + mana_t := { + if styling.tap_symbol == "old" then "old" + else if styling.tap_symbol == "diagonal T" then "older" + else "new" + } + + # Use guild mana symbols? + guild_mana := { styling.use_guild_mana_symbols } + + # Does the card have a color that requires a white font for copyright/artist? + black_font_colors := filter_rule(match:"^(hybrid 2 color [^/]*/ )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid 4 color [^/]*/[^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(hybrid 5 color horizontal [^/]*/[^/]*/[^/]*/[^/]*/ )?(white)") + font_color := { + if black_font_colors(input: card.card_color) != "" then rgb(0,0,0) + else rgb(255,255,255) + } + +############################################################## Extra style +styling field: + type: choice + name: cardname font + description: Use Matrix or MatrixBoldSmallCaps for the cardname font? + initial: Matrix + choice: Matrix + choice: MatrixBoldSmallCaps +styling field: + type: boolean + name: beveled mana symbols + description: Use the symbols of the casting cost line inside the text box as well + initial: no +styling field: + type: boolean + name: use guild mana symbols + description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana. + initial: no +styling field: + type: choice + name: green style + description: Choose the style of green: light or dark. + initial: dark + choice: light + choice: dark +styling field: + type: choice + name: tap symbol + description: What tap symbol should be used on cards? + initial: modern + choice: modern + choice: old + choice: diagonal T +styling style: + green style: + render style: both + choice images: + light: lgcard.jpg + dark: gcard.jpg + use guild mana symbols: + choice images: + yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png + no: /magic-mana-small.mse-symbol-font/mana_rg.png + beveled mana symbols: + choice images: + yes: /magic-mana-beveled.mse-symbol-font/mana_w.png + no: /magic-mana-small.mse-symbol-font/mana_w.png + tap symbol: + render style: both + choice images: + modern: /magic-mana-small.mse-symbol-font/mana_t.png + old: /magic-mana-small.mse-symbol-font/mana_t_old.png + diagonal T: /magic-mana-small.mse-symbol-font/mana_t_older.png + +############################################################## Card fields +card style: + ############################# Background stuff + border color: + left: 0 + top : 0 + width: 375 + height: 523 + radius: 18 + left width: 18 + right width: 18 + top width: 18 + bottom width: 18 + z index: 4 + card color: + left: 0 + top: 0 + width: 375 + height: 523 + z index: -2 + render style: image + popup style: in place + include file: magic-blends.mse-include/card-backgrounds + + ############################# Name line + name: + left: 45 + top : 25 + width: 290 + height: 23 + alignment: bottom shrink-overflow + padding bottom: 0 + z index: 1 + font: + name: + { if styling.cardname_font == "Matrix" then "Matrix" + else if styling.cardname_font == "MatrixBoldSmallCaps" then "MatrixBoldSmallCaps" + else "Matrix" } + size: 20 + color: rgb(0,0,0) + visible: + script: styling.cardname_font == "Matrix" + casting cost: + left: 25 + top : 55 + width: 20 + height: 250 + alignment: top right + direction: vertical + symbol font: + name: magic-mana-beveled + size: 18 + alignment: bottom right + always symbol: true + padding top: 0 + z index: 2 + card symbol: + left: 30 + top : 27 + height: 20 + width: 14 + render style: image + choice images: + tombstone: tombstone.png + + ############################# Image + image: + left: 50 + top: 67 + width: 306 + height: 437 + mask: imagemask.png + z index: 1 + + ############################# Card type + + type: + left: 110 + top : 475 + width: 220 + height: 20 + alignment: top shrink-overflow + z index: 3 + padding top: 2 + font: + name: Matrix + size: 10 + color: rgb(0,0,0) + separator color: rgb(128,128,128) + type image: + left: 53 + top: 463 + width: 304 + height: 41 + render style: image + popup style: in place + visible: { card.type != "" or card.illustrator != "" or card.copyright != "" } + include file: magic-blends.mse-include/card-typelines + z index: 2 + + rarity: + left: + { if card.type_image == "" then 20 + else 75 } + top : 468 + width: 22 + height: 22 + z index: 3 + render style: image + choice images: + # Images based on the set symbol + basic land: script: symbol_variation(symbol: set.symbol, variation: "common") + common: script: symbol_variation(symbol: set.symbol, variation: "common") + uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon") + rare: script: symbol_variation(symbol: set.symbol, variation: "rare") + special: script: symbol_variation(symbol: set.symbol, variation: "special") + + ############################# Text box + text: + left: 56 + top : 410 + width: 290 + height: 46 + font: + name: MPlantin + italic name: MPlantin-Italic + size: 14 + scale down to: 6 + color: rgb(0,0,0) + symbol font: + name: + { if styling.beveled_mana_symbols then "magic-mana-beveled" + else "magic-mana-small" } + size: 14 + alignment: middle left + z index: 3 + padding left: 6 + padding top: 2 + padding right: 4 + padding bottom: 2 + line height hard: 1.2 + line height line: 1.5 + textbox: + left: 52 + top: 405 + width: 299 + height: 55 + render style: image + popup style: in place + visible: + { if card.rule_text != "" then 1 + else if number_of_items(in:"" + card.flavor_text) > 21 then 1 + else 0 } + include file: magic-blends.mse-include/card-textboxes + z index: 2 + watermark: + left: 181 + top : 405 + width: 45 + height: 50 + z index: 3 + render style: image + alignment: middle center + visible: { card.rule_text != "" and card.flavor_text != "" } + include file: magic-watermarks.mse-include/watermarks + + ############################# PT + power: + z index: 4 + left: 24 + top: 361 + width: 19 + height: 50 + alignment: center middle + font: + name: Mplantin + size: 18 + weight: bold + color: rgb(255,255,255) + shadow color: rgb(0,0,0) + shadow displacement x: 1 + shadow displacement y: 1 + + toughness: + z index: 4 + left: 25 + top: 418 + width: 19 + height: 50 + alignment: center middle + font: + name: Mplantin + size: 18 + weight: bold + color: rgb(255,255,255) + shadow color: rgb(0,0,0) + shadow displacement x: 1 + shadow displacement y: 1 + + ptsymbols: + left: 25 + top: 362 + width: 19 + height: 103 + z index: 1 + visible: { card.power != "" or card.toughness != "" } + render style: image + choice images: + shieldsword: ptshieldsword.png + + ############################# Copyright stuff + + illustrator: + left: 200 + top : 460 + width: 150 + height: 16 + z index: 3 + alignment: bottom right + font: + name: MPlantin-Italic + size: 8 + color: { font_color() } + symbol font: + name: magic-paintbrush + size: 14 + + copyright line: + left: 65 + top : 492 + width: 285 + height: 12 + z index: 3 + alignment: bottom right + font: + name: MPlantin + size: 7 + color: { font_color() } diff --git a/data/magic-firepenguinmastertokens.mse-style/textboxmask.png b/data/magic-firepenguinmastertokens.mse-style/textboxmask.png new file mode 100644 index 00000000..ef02b63e Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/textboxmask.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/tombstone.png b/data/magic-firepenguinmastertokens.mse-style/tombstone.png new file mode 100644 index 00000000..f8d76094 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/tombstone.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/ucard.jpg b/data/magic-firepenguinmastertokens.mse-style/ucard.jpg new file mode 100644 index 00000000..b27ee7fe Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/ucard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/ulcard.jpg b/data/magic-firepenguinmastertokens.mse-style/ulcard.jpg new file mode 100644 index 00000000..7fa8b663 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/ulcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/ultextbox.png b/data/magic-firepenguinmastertokens.mse-style/ultextbox.png new file mode 100644 index 00000000..4eb30ce5 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/ultextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/ultypeline.png b/data/magic-firepenguinmastertokens.mse-style/ultypeline.png new file mode 100644 index 00000000..c2c6d588 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/ultypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/utextbox.png b/data/magic-firepenguinmastertokens.mse-style/utextbox.png new file mode 100644 index 00000000..4eb30ce5 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/utextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/utypeline.png b/data/magic-firepenguinmastertokens.mse-style/utypeline.png new file mode 100644 index 00000000..c2c6d588 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/utypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/wcard.jpg b/data/magic-firepenguinmastertokens.mse-style/wcard.jpg new file mode 100644 index 00000000..ce664b05 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/wcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/wlcard.jpg b/data/magic-firepenguinmastertokens.mse-style/wlcard.jpg new file mode 100644 index 00000000..32fba68d Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/wlcard.jpg differ diff --git a/data/magic-firepenguinmastertokens.mse-style/wltextbox.png b/data/magic-firepenguinmastertokens.mse-style/wltextbox.png new file mode 100644 index 00000000..2b054347 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/wltextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/wltypeline.png b/data/magic-firepenguinmastertokens.mse-style/wltypeline.png new file mode 100644 index 00000000..57af66ba Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/wltypeline.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/wtextbox.png b/data/magic-firepenguinmastertokens.mse-style/wtextbox.png new file mode 100644 index 00000000..2b054347 Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/wtextbox.png differ diff --git a/data/magic-firepenguinmastertokens.mse-style/wtypeline.png b/data/magic-firepenguinmastertokens.mse-style/wtypeline.png new file mode 100644 index 00000000..57af66ba Binary files /dev/null and b/data/magic-firepenguinmastertokens.mse-style/wtypeline.png differ diff --git a/data/magic-new-split.mse-style/oacard.jpg b/data/magic-new-split.mse-style/oacard.jpg index 2f60fdf0..f29ff278 100644 Binary files a/data/magic-new-split.mse-style/oacard.jpg and b/data/magic-new-split.mse-style/oacard.jpg differ diff --git a/data/magic-watermarks-180.mse-include/include b/data/magic-watermarks-180.mse-include/include new file mode 100644 index 00000000..bbb2e62c --- /dev/null +++ b/data/magic-watermarks-180.mse-include/include @@ -0,0 +1,6 @@ +full name: Magic The Gathering, textbox watermarks +version: 2006.08.03 + +# This file doesn't do anything, other files in this directory can be included +# in game/style files: +# watermarks Includes references to the watermark images, to be used in a style file \ No newline at end of file diff --git a/data/magic-watermarks-180.mse-include/watermark_azorius.png b/data/magic-watermarks-180.mse-include/watermark_azorius.png new file mode 100644 index 00000000..c4a988f7 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_azorius.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_b.png b/data/magic-watermarks-180.mse-include/watermark_b.png new file mode 100644 index 00000000..a2f776ec Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_b.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_bgmana.png b/data/magic-watermarks-180.mse-include/watermark_bgmana.png new file mode 100644 index 00000000..74066ad9 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_bgmana.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_boros.png b/data/magic-watermarks-180.mse-include/watermark_boros.png new file mode 100644 index 00000000..e0faeaf3 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_boros.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_brmana.png b/data/magic-watermarks-180.mse-include/watermark_brmana.png new file mode 100644 index 00000000..af1ca2a0 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_brmana.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_dcipromo.png b/data/magic-watermarks-180.mse-include/watermark_dcipromo.png new file mode 100644 index 00000000..e16b28bc Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_dcipromo.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_dimir.png b/data/magic-watermarks-180.mse-include/watermark_dimir.png new file mode 100644 index 00000000..9ec734e1 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_dimir.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_fnmpromo.png b/data/magic-watermarks-180.mse-include/watermark_fnmpromo.png new file mode 100644 index 00000000..ff832cb1 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_fnmpromo.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_g.png b/data/magic-watermarks-180.mse-include/watermark_g.png new file mode 100644 index 00000000..7317688b Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_g.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_golgari.png b/data/magic-watermarks-180.mse-include/watermark_golgari.png new file mode 100644 index 00000000..e89a8820 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_golgari.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_gruul.png b/data/magic-watermarks-180.mse-include/watermark_gruul.png new file mode 100644 index 00000000..116cdb55 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_gruul.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_gumana.png b/data/magic-watermarks-180.mse-include/watermark_gumana.png new file mode 100644 index 00000000..12867ff6 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_gumana.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_gwmana.png b/data/magic-watermarks-180.mse-include/watermark_gwmana.png new file mode 100644 index 00000000..31278b98 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_gwmana.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_izzet.png b/data/magic-watermarks-180.mse-include/watermark_izzet.png new file mode 100644 index 00000000..2c26dc78 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_izzet.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_orzhov.png b/data/magic-watermarks-180.mse-include/watermark_orzhov.png new file mode 100644 index 00000000..2d225f78 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_orzhov.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_r.png b/data/magic-watermarks-180.mse-include/watermark_r.png new file mode 100644 index 00000000..5fb9e8ea Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_r.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_rakados.png b/data/magic-watermarks-180.mse-include/watermark_rakados.png new file mode 100644 index 00000000..22bb2a31 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_rakados.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_rgmana.png b/data/magic-watermarks-180.mse-include/watermark_rgmana.png new file mode 100644 index 00000000..c871cb42 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_rgmana.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_rwmana.png b/data/magic-watermarks-180.mse-include/watermark_rwmana.png new file mode 100644 index 00000000..70838dde Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_rwmana.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_s.png b/data/magic-watermarks-180.mse-include/watermark_s.png new file mode 100644 index 00000000..ebe3397f Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_s.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_selesnya.png b/data/magic-watermarks-180.mse-include/watermark_selesnya.png new file mode 100644 index 00000000..de027496 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_selesnya.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_simic.png b/data/magic-watermarks-180.mse-include/watermark_simic.png new file mode 100644 index 00000000..b68dbd28 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_simic.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_t.png b/data/magic-watermarks-180.mse-include/watermark_t.png new file mode 100644 index 00000000..a3acf0c7 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_t.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_u.png b/data/magic-watermarks-180.mse-include/watermark_u.png new file mode 100644 index 00000000..c8d910f9 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_u.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_ubmana.png b/data/magic-watermarks-180.mse-include/watermark_ubmana.png new file mode 100644 index 00000000..a9a3d3b8 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_ubmana.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_urmana.png b/data/magic-watermarks-180.mse-include/watermark_urmana.png new file mode 100644 index 00000000..abf8b793 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_urmana.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_w.png b/data/magic-watermarks-180.mse-include/watermark_w.png new file mode 100644 index 00000000..100da5a4 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_w.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_wbmana.png b/data/magic-watermarks-180.mse-include/watermark_wbmana.png new file mode 100644 index 00000000..31752d56 Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_wbmana.png differ diff --git a/data/magic-watermarks-180.mse-include/watermark_wumana.png b/data/magic-watermarks-180.mse-include/watermark_wumana.png new file mode 100644 index 00000000..e3bb235e Binary files /dev/null and b/data/magic-watermarks-180.mse-include/watermark_wumana.png differ diff --git a/data/magic-watermarks-180.mse-include/watermarks b/data/magic-watermarks-180.mse-include/watermarks new file mode 100644 index 00000000..1797fc09 --- /dev/null +++ b/data/magic-watermarks-180.mse-include/watermarks @@ -0,0 +1,32 @@ +# Watermark images + +choice images: + mana symbol white: /magic-watermarks-180.mse-include/watermark_w.png + mana symbol blue: /magic-watermarks-180.mse-include/watermark_u.png + mana symbol black: /magic-watermarks-180.mse-include/watermark_b.png + mana symbol red: /magic-watermarks-180.mse-include/watermark_r.png + mana symbol green: /magic-watermarks-180.mse-include/watermark_g.png + mana symbol snow: /magic-watermarks-180.mse-include/watermark_s.png + mana symbol tap: /magic-watermarks-180.mse-include/watermark_t.png + xander hybrid mana B/R: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_brmana.png") + xander hybrid mana U/B: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_ubmana.png") + xander hybrid mana B/G: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_bgmana.png") + xander hybrid mana R/G: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_rgmana.png") + xander hybrid mana G/U: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_gumana.png") + xander hybrid mana U/R: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_urmana.png") + xander hybrid mana W/B: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_wbmana.png") + xander hybrid mana G/W: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_gwmana.png") + xander hybrid mana R/W: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_rwmana.png") + xander hybrid mana W/U: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_wumana.png") + guild symbol Azorius Senate (W/U): script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_azorius.png") + guild symbol House Dimir (U/B): script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_dimir.png") + guild symbol Cult of Rakdos (B/R): script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_rakados.png") + guild symbol Gruul Clans (R/G): script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_gruul.png") + guild symbol Selesnya Conclave (G/W): script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_selesnya.png") + guild symbol Orzhov Syndicate (W/B): script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_orzhov.png") + guild symbol The Izzet (U/R): script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_izzet.png") + guild symbol The Golgari (B/G): script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_golgari.png") + guild symbol Boros Legion (R/W): script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_boros.png") + guild symbol The Simic (G/U): script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_simic.png") + promo symbol DCI: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_dcipromo.png") + promo symbol FNM: script: set_combine(combine:"shadow", input:"/magic-watermarks-180.mse-include/watermark_fnmpromo.png") diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index b7ec3cfd..ffa1e930 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -869,28 +869,12 @@ card field: type: text name: power 2 icon: stats/power.png - editable: false show statistics: false script: type_over_pt(value) card field: type: text name: toughness 2 icon: stats/toughness.png - editable: false - show statistics: false -#needed for FPM temps -card field: - type: text - name: fpmpower 2 - icon: stats/power.png - editable: false - show statistics: false -#needed for FPM temps -card field: - type: text - name: fpmtoughness 2 - icon: stats/toughness.png - editable: false show statistics: false #needed for FPM temps card field: