add card watermark to sagas

This commit is contained in:
cajun
2024-08-14 22:05:35 -05:00
parent ab7895cdbc
commit 98a196f401

View File

@@ -236,6 +236,7 @@ init script:
# alternate rarity color # alternate rarity color
alt_rarity := {styling.alt_rarity_color} alt_rarity := {styling.alt_rarity_color}
custom_watermark_a := {if styling.card_watermark == "" or not contains(styling.card_watermark, match:".png") then "/magic-modules.mse-include/watermarks/other/planeswalker.png" else "/magic-mainframe-extras.mse-include/" + styling.card_watermark}
############################################################## Set info fields ############################################################## Set info fields
set info style: set info style:
@@ -333,6 +334,10 @@ styling field:
type: text type: text
name: custom chapter coordinate name: custom chapter coordinate
description: Set the custom symbol at the given height description: Set the custom symbol at the given height
styling field:
type: text
name: card watermark
description: Filename in magic-watermarks to use for standalone card watermark
styling field: styling field:
type: boolean type: boolean
name: wider watermarks name: wider watermarks