diff --git a/data/fullarts.zip b/data/fullarts.zip new file mode 100644 index 000000000..24d0d03f3 Binary files /dev/null and b/data/fullarts.zip differ diff --git a/data/magic-m15-showcase-ravnica-city-mural.mse-style/image_mask_partial.png b/data/magic-m15-showcase-ravnica-city-mural.mse-style/image_mask_partial.png new file mode 100644 index 000000000..c164ef642 Binary files /dev/null and b/data/magic-m15-showcase-ravnica-city-mural.mse-style/image_mask_partial.png differ diff --git a/data/magic-m15-showcase-ravnica-city-mural.mse-style/style b/data/magic-m15-showcase-ravnica-city-mural.mse-style/style index fb955f0da..4883b9035 100644 --- a/data/magic-m15-showcase-ravnica-city-mural.mse-style/style +++ b/data/magic-m15-showcase-ravnica-city-mural.mse-style/style @@ -1,6 +1,6 @@ mse version: 2.1.2 game: magic -short name: City Murual +short name: City Mural full name: Ravnica Showcase icon: card_sample.png position hint: 095 @@ -182,7 +182,11 @@ styling field: name: stretch image to whole card description: Make the image span the whole card instead of just the visible part. Use this to help make popout effects. initial: no - +styling field: + type: boolean + name: full art + description: Bleed the image behind the textbox + initial: no include file: /magic-modules.mse-include/texts/styling_fields styling field: @@ -267,12 +271,12 @@ card style: mask: foil_mask.png ############################# Image image: - left: { if styling.stretch_image_to_whole_card then 0 else 48 } + left: { if styling.stretch_image_to_whole_card then 0 else if styling.full_art then 40 else 48 } top: { if styling.stretch_image_to_whole_card then 0 else 102 } - width: { if styling.stretch_image_to_whole_card then stylesheet.card_width else 549 } - height: { if styling.stretch_image_to_whole_card then stylesheet.card_height else 395 } + width: { if styling.stretch_image_to_whole_card then stylesheet.card_width else if styling.full_art then 565 else 549 } + height: { if styling.stretch_image_to_whole_card then stylesheet.card_height else if styling.full_art then 727 else 395 } z index: 10 - mask: { if styling.stretch_image_to_whole_card then "image_mask_full.png" else "image_mask.png" } + mask: { if styling.stretch_image_to_whole_card then "image_mask_full.png" else if styling.full_art then "image_mask_partial.png" else "image_mask.png" } mainframe image: left: { popout_left() } top: { popout_top() } diff --git a/data/magic-m15-treasure-maps.mse-style/frame_mask_full.png b/data/magic-m15-treasure-maps.mse-style/frame_mask_full.png new file mode 100644 index 000000000..2363ef540 Binary files /dev/null and b/data/magic-m15-treasure-maps.mse-style/frame_mask_full.png differ diff --git a/data/magic-m15-treasure-maps.mse-style/style b/data/magic-m15-treasure-maps.mse-style/style index dacaa125d..f410f752c 100644 --- a/data/magic-m15-treasure-maps.mse-style/style +++ b/data/magic-m15-treasure-maps.mse-style/style @@ -86,6 +86,11 @@ styling field: type: text name: text size description: textbox font size (default is 14) +styling field: + type: boolean + name: full art + initial: no + description: Bleed the image behind the textbox styling field: type: boolean name: grey hybrid name @@ -187,7 +192,7 @@ card style: render style: image popup style: in place image: { card_background() } - mask: frame_mask.png + mask: {if styling.full_art then "frame_mask_full.png" else "frame_mask.png" } ############################# Name line name: left: {if card.casting_cost == "" then 55 else 60 } @@ -222,7 +227,7 @@ card style: left: 0 top: 57 width: 375 - height: 241 + height: { if styling.full_art then 430 else 241 } z index: 1 ############################# Card type indicator: