add symbol support to dossier

This commit is contained in:
cajun
2025-10-21 11:36:48 -05:00
parent e482600655
commit 9727568dca

View File

@@ -214,6 +214,8 @@ include file: /magic-modules.mse-include/foils/card_fields
include file: /magic-modules.mse-include/alias/card_fields
include file: /magic-modules.mse-include/card-symbols/card_fields
card style:
############################# Background stuff
border color:
@@ -235,7 +237,7 @@ card style:
mask: { if is_crowned() then "card_crown_mask.png" else "card_mask.png" }
############################# Name line
name:
left: 63
left: { if card.card_symbol == "none" then 63 else 99 }
top: { 47 + name_font_vertical() }
right: { 665 - (if card_style.casting_cost.content_width == 0 then 0 else card_style.casting_cost.content_width + 7) }
height: 51