sync with Full and prune

update templates to sync up with Full Pack
remove depreciated and full-pack exclusive templates
This commit is contained in:
cajun
2024-01-05 18:54:40 -06:00
parent a2e9c76161
commit 8e6d6c7198
16551 changed files with 777665 additions and 210108 deletions

View File

@@ -88,7 +88,7 @@ init script:
replace@(match:"<soft-line>\n", replace:"")+
filter_text@(match:"\n")
text_size := { 14 -(if styling.separated_text_size = "" then 0 else if contains(styling.separated_text_size, match: ".5") then to_int(split_text(match:".5", styling.separated_text_size).0) else styling.separated_text_size) }
text_size := { 14 -(if styling.separated_text_size == "" then 0 else if contains(styling.separated_text_size, match: ".5") then to_int(split_text(match:".5", styling.separated_text_size).0) else styling.separated_text_size) }
level_three := { contains(styling.use_separate_textboxes, match: "three") }
level_four := { contains(styling.use_separate_textboxes, match: "four") }
level_two := { contains(styling.use_separate_textboxes, match: "two") }
@@ -312,7 +312,7 @@ card style:
color: rgba(0,0,0,0)
separator color: red
rarity:
right: 202
right: {188 + 0.5*(card_style.rarity.content_width)}
top: 476
width: 44
height: 22
@@ -577,7 +577,7 @@ extra card field:
save value: false
editable: false
show statistics: false
extra card field
extra card field:
type: text
name: replace type
editable: false