LCI Keyword/Type Update

Fixes #17
This commit is contained in:
cajun
2023-11-04 19:25:12 -05:00
parent 000616eb1c
commit df7fbdef1b
6 changed files with 504 additions and 130 deletions

View File

@@ -970,6 +970,7 @@ styling field:
choice: center back
choice: center first name
choice: center second name
choice: right align
choice: clear front
choice: clear back
choice: nyx front
@@ -1369,7 +1370,7 @@ card style:
name: { styling.text_box_mana_symbols }
size: { if styling.front_font_cap != "" then styling.front_font_cap else (if is_mutate() then 12 else 14) }
alignment:
script: if chosen(styling.other_options, choice:"center front") then "middle center" else "middle left"
script: if chosen(styling.other_options, choice:"center front") then "middle center" else if chosen(styling.other_options, choice:"right align") then "middle right" else "middle left"
z index: 5
padding left: 6
padding right: 4
@@ -1392,7 +1393,7 @@ card style:
name: { styling.text_box_mana_symbols }
size: { if styling.back_font_cap != "" then styling.back_font_cap else (if back_mutate() then 12 else 14) }
alignment:
script: if chosen(styling.other_options, choice:"center back") then "middle center" else "middle left"
script: if chosen(styling.other_options, choice:"center back") then "middle center" else if chosen(styling.other_options, choice:"right align") then "middle right" else "middle left"
z index: 5
padding left: 6
padding right: 4