add popouts to future

This commit is contained in:
cajun
2025-11-08 17:21:41 -06:00
parent b2271d8b36
commit 98cda371bd

View File

@@ -157,6 +157,7 @@ styling field:
name: beleren name: beleren
description: Should these cards use Beleren or the original font? description: Should these cards use Beleren or the original font?
initial: yes initial: yes
include file: /magic-modules.mse-include/popouts/styling_fields
include file: /magic-modules.mse-include/rarities/styling_fields include file: /magic-modules.mse-include/rarities/styling_fields
styling field: styling field:
type: boolean type: boolean
@@ -240,6 +241,7 @@ include file: /magic-modules.mse-include/information/card_fields
include file: /magic-modules.mse-include/stamps/card_fields include file: /magic-modules.mse-include/stamps/card_fields
include file: /magic-modules.mse-include/watermarks/card_fields include file: /magic-modules.mse-include/watermarks/card_fields
include file: /magic-modules.mse-include/separators/card_fields include file: /magic-modules.mse-include/separators/card_fields
include file: /magic-modules.mse-include/popouts/card_fields
card style: card style:
############################# Background stuff ############################# Background stuff
border color: border color:
@@ -338,10 +340,10 @@ card style:
planeswalker: { if styling.original_symbols then "/magic-future-common.mse-include/planeswalker_" + typesymbol_color(value) + ".png" } planeswalker: { if styling.original_symbols then "/magic-future-common.mse-include/planeswalker_" + typesymbol_color(value) + ".png" }
############################# Image ############################# Image
image: image:
left: 30 left: { if styling.stretch_art_to_whole_card then 0 else 30 }
top: 44 top: { if styling.stretch_art_to_whole_card then 0 else 44 }
width: 328 width: { if styling.stretch_art_to_whole_card then 375 else 328 }
height: 309 height: { if styling.stretch_art_to_whole_card then 523 else 309 }
z index: 100 z index: 100
mask: mask_image.png mask: mask_image.png
############################# Card type ############################# Card type