CLB Update

This commit is contained in:
CajunAvenger
2022-06-29 07:21:32 -05:00
parent dc7c3fbbd0
commit 50ffff2f6f
464 changed files with 903585 additions and 63 deletions

View File

@@ -539,7 +539,17 @@ card field:
else
forward_editor(field: card.copyright)
description: Copyright of this card and cardnumber, the default value can be changed on the 'set info' tab
card field:
type: choice
name: stamp
choice: standard
choice: none
choice: acorn
choice: universes beyond
choice: custom
choice: custom color
default: set.default_stamp
description: The stamp style for this card.
############################################################## Duplicate fields (split/flip cards)
# Based on flip templates by Wolfwood
# These are a direct copy of the fields above, only with a 2
@@ -1086,6 +1096,34 @@ card field:
show statistics: false
multi line: true
description: The fifteenth level text for the card
card field:
type: text
name: level 16 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias_2 != "" then card.alias_2 else card.name_2, margin_code:"lv16")
show statistics: false
multi line: true
description: The sixteenth level text for the card
card field:
type: text
name: level 17 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias_2 != "" then card.alias_2 else card.name_2, margin_code:"lv17")
show statistics: false
multi line: true
description: The seventeenth level text for the card
card field:
type: text
name: level 18 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias_2 != "" then card.alias_2 else card.name_2, margin_code:"lv18")
show statistics: false
multi line: true
description: The eighteenth level text for the card
card field:
type: text
name: level 19 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias_2 != "" then card.alias_2 else card.name_2, margin_code:"lv19")
show statistics: false
multi line: true
description: The nineteenth level text for the card
card field:
type: text
name: level 5