Scripts for card numbers

Add partition support
Add MOM card number support
Add Stamp support
No templates utilize these just yet
This commit is contained in:
cajun
2023-11-04 20:53:05 -05:00
parent bf8e529821
commit 94b8383b32
7 changed files with 107 additions and 51 deletions

View File

@@ -134,6 +134,15 @@ set field:
type: boolean
name: automatic card numbers
description: Should card numbers be shown on the cards?
set field:
type: choice
name: card number style
description: What style of automatic card numbers should be used?
choice: 0001
choice: 001/099
choice: 001
choice: 1/99
choice: 1
set field:
type: text
name: card number offsets
@@ -447,3 +456,12 @@ default set style:
mana symbol options:
render style: checklist
direction: vertical
default stamp:
render style: both
choice images:
standard: /magic.mse-game/stamps/foil.png
acorn: /magic.mse-game/stamps/acorn.png
universes beyond: /magic.mse-game/stamps/ub.png
alchemy: /magic.mse-game/stamps/alchemy.png
alchemy old: /magic.mse-game/stamps/alchemy_old.png
custom: {if contains(set.custom_stamp_name, match:".png") then "/magic-mainframe-extras.mse-include/"+set.custom_stamp_name else ""}