mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Added the reversed concealed-optional image and necessary scripting.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@688 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -18,6 +18,20 @@ card dpi: 150
|
||||
|
||||
############################################################## Extra scripts
|
||||
|
||||
init script:
|
||||
con_opt_template_1 := {
|
||||
if styling.con_optional == "c-left" then "ccoccard2.png"
|
||||
else "ccoccard.png"
|
||||
}
|
||||
con_opt_template_2 := {
|
||||
if styling.con_optional == "c-left" then "ccoccard2.png"
|
||||
else "ccoccard.png"
|
||||
}
|
||||
con_opt_template_3 := {
|
||||
if styling.con_optional == "c-left" then "ccoccard2.png"
|
||||
else "ccoccard.png"
|
||||
}
|
||||
|
||||
############################################################## Set info fields
|
||||
|
||||
############################################################## Extra style
|
||||
@@ -32,6 +46,13 @@ styling field:
|
||||
name: watermarkings
|
||||
description: Use watermarks?
|
||||
initial: no
|
||||
styling field:
|
||||
type: choice
|
||||
name: con optional
|
||||
description: Use which concealed-optional?
|
||||
initial: c-left
|
||||
choice: c-left
|
||||
choice: c-right
|
||||
styling field:
|
||||
type: choice
|
||||
name: symbol font
|
||||
@@ -40,6 +61,13 @@ styling field:
|
||||
choice: new
|
||||
choice: old
|
||||
|
||||
styling style:
|
||||
con optional:
|
||||
render style: both
|
||||
choice images:
|
||||
c-left: ccoccard2.png
|
||||
c-right: ccoccard.png
|
||||
|
||||
############################################################## Card fields
|
||||
card style:
|
||||
############################# Background stuff
|
||||
@@ -58,9 +86,9 @@ card style:
|
||||
characters hidden concealed: chcocard.png
|
||||
characters hidden concealed dual: chcocard.png
|
||||
characters hidden concealed dual (new): chcocard.png
|
||||
characters concealed-optional concealed-optional character: ccoccard.png
|
||||
characters concealed-optional concealed-optional dual: ccoccard.png
|
||||
characters concealed-optional concealed-optional dual (new): ccoccard.png
|
||||
characters concealed-optional concealed-optional character: { con_opt_template_1(value) }
|
||||
characters concealed-optional concealed-optional dual: { con_opt_template_2(value) }
|
||||
characters concealed-optional concealed-optional dual (new): { con_opt_template_3(value) }
|
||||
equipment visible equipment: eveqcard.png
|
||||
equipment concealed equipment: eceqcard.png
|
||||
equipment concealed-optional equipment: eoeqcard.png
|
||||
|
||||
Reference in New Issue
Block a user