diff --git a/data/magic-m15-mainframe-planes-mini.mse-style/card.png b/data/magic-m15-mainframe-planes-mini.mse-style/card.png index a6858e722..9b458c9b3 100644 Binary files a/data/magic-m15-mainframe-planes-mini.mse-style/card.png and b/data/magic-m15-mainframe-planes-mini.mse-style/card.png differ diff --git a/data/magic-m15-mainframe-planes-mini.mse-style/style b/data/magic-m15-mainframe-planes-mini.mse-style/style index 5b1b4a94c..d860dce06 100644 --- a/data/magic-m15-mainframe-planes-mini.mse-style/style +++ b/data/magic-m15-mainframe-planes-mini.mse-style/style @@ -47,7 +47,9 @@ init script: filter_image := {crop("filter.png", height: height_textbox()+9, width:428, offset_x:0, offset_y:0)} height_chaos := {77 - height_textbox()} height_c_sym := {if is_nom() then 0 else min(22,height_chaos()-4) } - + special_text := { + card.text + (if remove_tags(card.rule_text_2) != "" then "\n" + card.rule_text_2 else "") + } ############################################################## Set info fields set info style: symbol: @@ -343,6 +345,16 @@ extra card field: editable: false save value: false show statistics: false +extra card field: + type: text + name: filler text + editable: true + save value: true + show statistics: false + multi line: true + script: + forward_editor(field: card.special_text) + special_text() extra card style: background: diff --git a/data/magic-m15-mainframe-planes.mse-style/card.png b/data/magic-m15-mainframe-planes.mse-style/card.png index a6858e722..f3b116a30 100644 Binary files a/data/magic-m15-mainframe-planes.mse-style/card.png and b/data/magic-m15-mainframe-planes.mse-style/card.png differ diff --git a/data/magic-m15-mainframe-planes.mse-style/style b/data/magic-m15-mainframe-planes.mse-style/style index 6f5a5199e..33dcc9d3a 100644 --- a/data/magic-m15-mainframe-planes.mse-style/style +++ b/data/magic-m15-mainframe-planes.mse-style/style @@ -47,6 +47,10 @@ init script: filter_image := {crop("filter.png", height: height_textbox()+18, width:656, offset_x:0, offset_y:0)} height_chaos := {109 - height_textbox()} height_c_sym := {if is_nom() then 0 else min(33,height_chaos()-4) } + + special_text := { + card.text + (if remove_tags(card.rule_text_2) != "" then "\n" + card.rule_text_2 else "") + } ############################################################## Set info fields set info style: symbol: @@ -341,6 +345,16 @@ extra card field: editable: false save value: false show statistics: false +extra card field: + type: text + name: filler text + editable: true + save value: true + show statistics: false + multi line: true + script: + forward_editor(field: card.special_text) + special_text() extra card style: background: @@ -361,6 +375,7 @@ extra card style: render style: image choice images: chaos: /magic-mana-small.mse-symbol-font/mana_chaos.png + visible: {height_textbox() < 101} artist arrow: left: { 395 - card_style.illustrator.content_width * 0.5 } top: 531 @@ -410,6 +425,7 @@ extra card style: render style: image image: {filter_image()} z index: 1 + visible: {not is_nom()} card code: left: { if styling.center_set_info then 360 else 270 } top: 542