Commit 05364bab authored by pichoro's avatar pichoro

Added FPM Splits, FPM Flips, and FPM Token/Textless.

Added all files necessary to make them work.
Fixed bugs in FPM Normal and FPM Promo.
Fixed an error in Magic Split light artifact frame.
parent ed07b656
...@@ -66,11 +66,11 @@ choice images: ...@@ -66,11 +66,11 @@ choice images:
hybrid 2 color black / green : script: card_hybrid_2("bg") hybrid 2 color black / green : script: card_hybrid_2("bg")
hybrid 2 color red / white : script: card_hybrid_2("rw") hybrid 2 color red / white : script: card_hybrid_2("rw")
hybrid 2 color green / blue : script: card_hybrid_2("gu") hybrid 2 color green / blue : script: card_hybrid_2("gu")
hybrid 2 color colorless / white : script: card_hybrid_2("aw") hybrid 2 color artifact / white : script: card_hybrid_2("aw")
hybrid 2 color colorless / blue : script: card_hybrid_2("au") hybrid 2 color artifact / blue : script: card_hybrid_2("au")
hybrid 2 color colorless / black : script: card_hybrid_2("ab") hybrid 2 color artifact / black : script: card_hybrid_2("ab")
hybrid 2 color colorless / red : script: card_hybrid_2("ar") hybrid 2 color artifact / red : script: card_hybrid_2("ar")
hybrid 2 color colorless / green : script: card_hybrid_2("ag") hybrid 2 color artifact / green : script: card_hybrid_2("ag")
hybrid 3 color white / blue / black : script: card_hybrid_3("wub") 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 blue / black / red : script: card_hybrid_3("ubr")
hybrid 3 color black / red / green : script: card_hybrid_3("brg") hybrid 3 color black / red / green : script: card_hybrid_3("brg")
...@@ -123,16 +123,16 @@ choice images: ...@@ -123,16 +123,16 @@ choice images:
hybrid vertical green / blue : script: card_hybrid_2v("gu") hybrid vertical green / blue : script: card_hybrid_2v("gu")
hybrid vertical green / red : script: card_hybrid_2v("gr") hybrid vertical green / red : script: card_hybrid_2v("gr")
hybrid vertical green / black : script: card_hybrid_2v("gb") hybrid vertical green / black : script: card_hybrid_2v("gb")
hybrid vertical colorless / white : script: card_hybrid_2v("aw") hybrid vertical artifact / white : script: card_hybrid_2v("aw")
hybrid vertical colorless / blue : script: card_hybrid_2v("au") hybrid vertical artifact / blue : script: card_hybrid_2v("au")
hybrid vertical colorless / black : script: card_hybrid_2v("ab") hybrid vertical artifact / black : script: card_hybrid_2v("ab")
hybrid vertical colorless / red : script: card_hybrid_2v("ar") hybrid vertical artifact / red : script: card_hybrid_2v("ar")
hybrid vertical colorless / green : script: card_hybrid_2v("ag") hybrid vertical artifact / green : script: card_hybrid_2v("ag")
hybrid vertical white / colorless : script: card_hybrid_2v("wa") hybrid vertical white / artifact : script: card_hybrid_2v("wa")
hybrid vertical blue / colorless : script: card_hybrid_2v("ua") hybrid vertical blue / artifact : script: card_hybrid_2v("ua")
hybrid vertical black / colorless : script: card_hybrid_2v("ba") hybrid vertical black / artifact : script: card_hybrid_2v("ba")
hybrid vertical red / colorless : script: card_hybrid_2v("ra") hybrid vertical red / artifact : script: card_hybrid_2v("ra")
hybrid vertical green / colorless : script: card_hybrid_2v("ga") hybrid vertical green / artifact : script: card_hybrid_2v("ga")
# Also define colors for card list # Also define colors for card list
card list colors: true card list colors: true
...@@ -143,5 +143,6 @@ choice colors: ...@@ -143,5 +143,6 @@ choice colors:
red : rgb(168,0,0) red : rgb(168,0,0)
green : rgb(0,168,0) green : rgb(0,168,0)
colorless : rgb(72,90,100) colorless : rgb(72,90,100)
artifact : rgb(72,90,100)
multicolor : rgb(120,120,0) multicolor : rgb(120,120,0)
land : rgb(84,84,60) land : rgb(84,84,60)
...@@ -83,11 +83,11 @@ choice: ...@@ -83,11 +83,11 @@ choice:
choice: black / green choice: black / green
choice: red / white choice: red / white
choice: green / blue choice: green / blue
choice: colorless / white choice: artifact / white
choice: colorless / blue choice: artifact / blue
choice: colorless / black choice: artifact / black
choice: colorless / red choice: artifact / red
choice: colorless / green choice: artifact / green
choice: choice:
name: 3 color name: 3 color
choice: white / blue / black choice: white / blue / black
...@@ -138,29 +138,29 @@ choice: ...@@ -138,29 +138,29 @@ choice:
choice: white / black choice: white / black
choice: white / red choice: white / red
choice: white / green choice: white / green
choice: white / colorless choice: white / artifact
choice: blue / white choice: blue / white
choice: blue / black choice: blue / black
choice: blue / red choice: blue / red
choice: blue / green choice: blue / green
choice: blue / colorless choice: blue / artifact
choice: black / white choice: black / white
choice: black / blue choice: black / blue
choice: black / red choice: black / red
choice: black / green choice: black / green
choice: black / colorless choice: black / artifact
choice: red / white choice: red / white
choice: red / blue choice: red / blue
choice: red / black choice: red / black
choice: red / green choice: red / green
choice: red / colorless choice: red / artifact
choice: green / white choice: green / white
choice: green / blue choice: green / blue
choice: green / black choice: green / black
choice: green / red choice: green / red
choice: green / colorless choice: green / artifact
choice: colorless / white choice: artifact / white
choice: colorless / blue choice: artifact / blue
choice: colorless / black choice: artifact / black
choice: colorless / red choice: artifact / red
choice: colorless / green choice: artifact / green
\ No newline at end of file \ No newline at end of file
...@@ -66,11 +66,11 @@ choice images: ...@@ -66,11 +66,11 @@ choice images:
hybrid 2 color black / green : script: card_hybrid_pt("g") hybrid 2 color black / green : script: card_hybrid_pt("g")
hybrid 2 color red / white : script: card_hybrid_pt("w") hybrid 2 color red / white : script: card_hybrid_pt("w")
hybrid 2 color green / blue : script: card_hybrid_pt("u") hybrid 2 color green / blue : script: card_hybrid_pt("u")
hybrid 2 color colorless / white : script: card_hybrid_pt("w") hybrid 2 color artifact / white : script: card_hybrid_pt("w")
hybrid 2 color colorless / blue : script: card_hybrid_pt("u") hybrid 2 color artifact / blue : script: card_hybrid_pt("u")
hybrid 2 color colorless / black : script: card_hybrid_pt("b") hybrid 2 color artifact / black : script: card_hybrid_pt("b")
hybrid 2 color colorless / red : script: card_hybrid_pt("r") hybrid 2 color artifact / red : script: card_hybrid_pt("r")
hybrid 2 color colorless / green : script: card_hybrid_pt("g") hybrid 2 color artifact / green : script: card_hybrid_pt("g")
hybrid 3 color white / blue / black : script: card_hybrid_pt("b") 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 blue / black / red : script: card_hybrid_pt("r")
hybrid 3 color black / red / green : script: card_hybrid_pt("g") hybrid 3 color black / red / green : script: card_hybrid_pt("g")
...@@ -123,13 +123,13 @@ choice images: ...@@ -123,13 +123,13 @@ choice images:
hybrid vertical green / blue : script: card_hybrid_pt("u") hybrid vertical green / blue : script: card_hybrid_pt("u")
hybrid vertical green / red : script: card_hybrid_pt("b") hybrid vertical green / red : script: card_hybrid_pt("b")
hybrid vertical green / black : script: card_hybrid_pt("r") hybrid vertical green / black : script: card_hybrid_pt("r")
hybrid vertical colorless / white : script: card_hybrid_pt("w") hybrid vertical artifact / white : script: card_hybrid_pt("w")
hybrid vertical colorless / blue : script: card_hybrid_pt("u") hybrid vertical artifact / blue : script: card_hybrid_pt("u")
hybrid vertical colorless / black : script: card_hybrid_pt("b") hybrid vertical artifact / black : script: card_hybrid_pt("b")
hybrid vertical colorless / red : script: card_hybrid_pt("r") hybrid vertical artifact / red : script: card_hybrid_pt("r")
hybrid vertical colorless / green : script: card_hybrid_pt("g") hybrid vertical artifact / green : script: card_hybrid_pt("g")
hybrid vertical white / colorless : script: card_hybrid_pt("a") hybrid vertical white / artifact : script: card_hybrid_pt("a")
hybrid vertical blue / colorless : script: card_hybrid_pt("a") hybrid vertical blue / artifact : script: card_hybrid_pt("a")
hybrid vertical black / colorless : script: card_hybrid_pt("a") hybrid vertical black / artifact : script: card_hybrid_pt("a")
hybrid vertical red / colorless : script: card_hybrid_pt("a") hybrid vertical red / artifact : script: card_hybrid_pt("a")
hybrid vertical green / colorless : script: card_hybrid_pt("a") hybrid vertical green / artifact : script: card_hybrid_pt("a")
# 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
# 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
...@@ -67,11 +67,11 @@ choice images: ...@@ -67,11 +67,11 @@ choice images:
hybrid 2 color black / green : script: card_hybrid_pt("g") hybrid 2 color black / green : script: card_hybrid_pt("g")
hybrid 2 color red / white : script: card_hybrid_pt("w") hybrid 2 color red / white : script: card_hybrid_pt("w")
hybrid 2 color green / blue : script: card_hybrid_pt("u") hybrid 2 color green / blue : script: card_hybrid_pt("u")
hybrid 2 color colorless / white : script: card_hybrid_pt("w") hybrid 2 color artifact / white : script: card_hybrid_pt("w")
hybrid 2 color colorless / blue : script: card_hybrid_pt("u") hybrid 2 color artifact / blue : script: card_hybrid_pt("u")
hybrid 2 color colorless / black : script: card_hybrid_pt("b") hybrid 2 color artifact / black : script: card_hybrid_pt("b")
hybrid 2 color colorless / red : script: card_hybrid_pt("r") hybrid 2 color artifact / red : script: card_hybrid_pt("r")
hybrid 2 color colorless / green : script: card_hybrid_pt("g") hybrid 2 color artifact / green : script: card_hybrid_pt("g")
hybrid 3 color white / blue / black : script: card_hybrid_pt("u") 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 blue / black / red : script: card_hybrid_pt("b")
hybrid 3 color black / red / green : script: card_hybrid_pt("r") hybrid 3 color black / red / green : script: card_hybrid_pt("r")
...@@ -109,13 +109,13 @@ choice images: ...@@ -109,13 +109,13 @@ choice images:
hybrid vertical green / blue : script: card_hybrid_pt("g") hybrid vertical green / blue : script: card_hybrid_pt("g")
hybrid vertical green / red : 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 green / black : script: card_hybrid_pt("g")
hybrid vertical colorless / white : script: card_hybrid_pt("a") hybrid vertical artifact / white : script: card_hybrid_pt("a")
hybrid vertical colorless / blue : script: card_hybrid_pt("a") hybrid vertical artifact / blue : script: card_hybrid_pt("a")
hybrid vertical colorless / black : script: card_hybrid_pt("a") hybrid vertical artifact / black : script: card_hybrid_pt("a")
hybrid vertical colorless / red : script: card_hybrid_pt("a") hybrid vertical artifact / red : script: card_hybrid_pt("a")
hybrid vertical colorless / green : script: card_hybrid_pt("a") hybrid vertical artifact / green : script: card_hybrid_pt("a")
hybrid vertical white / colorless : script: card_hybrid_pt("w") hybrid vertical white / artifact : script: card_hybrid_pt("w")
hybrid vertical blue / colorless : script: card_hybrid_pt("u") hybrid vertical blue / artifact : script: card_hybrid_pt("u")
hybrid vertical black / colorless : script: card_hybrid_pt("b") hybrid vertical black / artifact : script: card_hybrid_pt("b")
hybrid vertical red / colorless : script: card_hybrid_pt("r") hybrid vertical red / artifact : script: card_hybrid_pt("r")
hybrid vertical green / colorless : script: card_hybrid_pt("g") hybrid vertical green / artifact : script: card_hybrid_pt("g")
...@@ -66,11 +66,11 @@ choice images: ...@@ -66,11 +66,11 @@ choice images:
hybrid 2 color black / green : script: card_hybrid_pt2("b") hybrid 2 color black / green : script: card_hybrid_pt2("b")
hybrid 2 color red / white : script: card_hybrid_pt2("r") hybrid 2 color red / white : script: card_hybrid_pt2("r")
hybrid 2 color green / blue : script: card_hybrid_pt2("g") hybrid 2 color green / blue : script: card_hybrid_pt2("g")
hybrid 2 color colorless / white : script: card_hybrid_pt2("a") hybrid 2 color artifact / white : script: card_hybrid_pt2("a")
hybrid 2 color colorless / blue : script: card_hybrid_pt2("a") hybrid 2 color artifact / blue : script: card_hybrid_pt2("a")
hybrid 2 color colorless / black : script: card_hybrid_pt2("a") hybrid 2 color artifact / black : script: card_hybrid_pt2("a")
hybrid 2 color colorless / red : script: card_hybrid_pt2("a") hybrid 2 color artifact / red : script: card_hybrid_pt2("a")
hybrid 2 color colorless / green : 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 white / blue / black : script: card_hybrid_pt2("b")
hybrid 3 color blue / black / red : script: card_hybrid_pt2("r") hybrid 3 color blue / black / red : script: card_hybrid_pt2("r")
hybrid 3 color black / red / green : script: card_hybrid_pt2("g") hybrid 3 color black / red / green : script: card_hybrid_pt2("g")
...@@ -108,13 +108,13 @@ choice images: ...@@ -108,13 +108,13 @@ choice images:
hybrid vertical green / blue : script: card_hybrid_pt2("u") hybrid vertical green / blue : script: card_hybrid_pt2("u")
hybrid vertical green / red : script: card_hybrid_pt2("r") hybrid vertical green / red : script: card_hybrid_pt2("r")
hybrid vertical green / black : script: card_hybrid_pt2("b") hybrid vertical green / black : script: card_hybrid_pt2("b")
hybrid vertical colorless / white : script: card_hybrid_pt2("w") hybrid vertical artifact / white : script: card_hybrid_pt2("w")
hybrid vertical colorless / blue : script: card_hybrid_pt2("u") hybrid vertical artifact / blue : script: card_hybrid_pt2("u")
hybrid vertical colorless / black : script: card_hybrid_pt2("b") hybrid vertical artifact / black : script: card_hybrid_pt2("b")
hybrid vertical colorless / red : script: card_hybrid_pt2("r") hybrid vertical artifact / red : script: card_hybrid_pt2("r")
hybrid vertical colorless / green : script: card_hybrid_pt2("g") hybrid vertical artifact / green : script: card_hybrid_pt2("g")
hybrid vertical white / colorless : script: card_hybrid_pt2("a") hybrid vertical white / artifact : script: card_hybrid_pt2("a")
hybrid vertical blue / colorless : script: card_hybrid_pt2("a") hybrid vertical blue / artifact : script: card_hybrid_pt2("a")
hybrid vertical black / colorless : script: card_hybrid_pt2("a") hybrid vertical black / artifact : script: card_hybrid_pt2("a")
hybrid vertical red / colorless : script: card_hybrid_pt2("a") hybrid vertical red / artifact : script: card_hybrid_pt2("a")
hybrid vertical green / colorless : script: card_hybrid_pt2("a") hybrid vertical green / artifact : script: card_hybrid_pt2("a")
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() }
...@@ -36,6 +36,9 @@ init script: ...@@ -36,6 +36,9 @@ init script:
else "new" 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? # 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)") black_font_colors := filter_rule(match:"^(hybrid 2 color [^/]*/ )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid 4 color [^/]*/[^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(hybrid 5 color horizontal [^/]*/[^/]*/[^/]*/[^/]*/ )?(white)")
font_color := { font_color := {
...@@ -66,6 +69,11 @@ styling field: ...@@ -66,6 +69,11 @@ styling field:
initial: dark initial: dark
choice: light choice: light
choice: dark 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: styling field:
type: choice type: choice
name: tap symbol name: tap symbol
...@@ -76,6 +84,10 @@ styling field: ...@@ -76,6 +84,10 @@ styling field:
choice: diagonal T choice: diagonal T
styling style: 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: beveled mana symbols:
choice images: choice images:
yes: /magic-mana-beveled.mse-symbol-font/mana_w.png yes: /magic-mana-beveled.mse-symbol-font/mana_w.png
...@@ -83,9 +95,9 @@ styling style: ...@@ -83,9 +95,9 @@ styling style:
tap symbol: tap symbol:
render style: both render style: both
choice images: choice images:
modern: /magic-mana-large.mse-symbol-font/mana_t.png modern: /magic-mana-small.mse-symbol-font/mana_t.png
old: /magic-mana-large.mse-symbol-font/mana_t_old.png old: /magic-mana-small.mse-symbol-font/mana_t_old.png
diagonal T: /magic-mana-large.mse-symbol-font/mana_t_older.png diagonal T: /magic-mana-small.mse-symbol-font/mana_t_older.png
############################################################## Card fields ############################################################## Card fields
card style: card style:
......
...@@ -32,6 +32,9 @@ init script: ...@@ -32,6 +32,9 @@ init script:
else "new" 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? # 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)") black_font_colors := filter_rule(match:"^(hybrid 2 color [^/]*/ )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid 4 color [^/]*/[^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(hybrid 5 color horizontal [^/]*/[^/]*/[^/]*/[^/]*/ )?(white)")
font_color := { font_color := {
...@@ -59,6 +62,11 @@ styling field: ...@@ -59,6 +62,11 @@ styling field:
initial: dark initial: dark
choice: light choice: light
choice: dark 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: styling field:
type: choice type: choice
name: tap symbol name: tap symbol
...@@ -73,16 +81,20 @@ styling style: ...@@ -73,16 +81,20 @@ styling style:
choice images: choice images:
light: lgcard.jpg light: lgcard.jpg
dark: gcard.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: beveled mana symbols:
choice images: 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 no: /magic-mana-small.mse-symbol-font/mana_w.png
tap symbol: tap symbol:
render style: both render style: both
choice images: choice images:
modern: /magic-mana-large.mse-symbol-font/mana_t.png modern: /magic-mana-small.mse-symbol-font/mana_t.png
old: /magic-mana-large.mse-symbol-font/mana_t_old.png old: /magic-mana-small.mse-symbol-font/mana_t_old.png
diagonal T: /magic-mana-large.mse-symbol-font/mana_t_older.png diagonal T: /magic-mana-small.mse-symbol-font/mana_t_older.png
############################################################## Card fields ############################################################## Card fields
card style: card style:
......
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() }
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() }
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
# 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")
...@@ -869,28 +869,12 @@ card field: ...@@ -869,28 +869,12 @@ card field:
type: text type: text
name: power 2 name: power 2
icon: stats/power.png icon: stats/power.png
editable: false
show statistics: false show statistics: false
script: type_over_pt(value) script: type_over_pt(value)
card field: card field:
type: text type: text
name: toughness 2 name: toughness 2
icon: stats/toughness.png 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 show statistics: false
#needed for FPM temps #needed for FPM temps
card field: card field:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment