Commit 6dcdfe78 authored by artfreakwiu's avatar artfreakwiu

Added the reversed concealed-optional image and necessary scripting.

parent 5f164552
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment