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:
@@ -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 ""}
|
||||
|
||||
Reference in New Issue
Block a user