add zealas full arts

This commit is contained in:
cajun
2025-10-14 21:11:32 -05:00
parent 5dc4d7b4dc
commit 43d48f40a5
5 changed files with 17 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -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() }