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

@@ -53,7 +53,8 @@ init script:
comma_count := filter_text@(match:",")
is_token := { styling.token == "text" or styling.token == "textless" }
is_blank_token := { styling.token == "textless" }
has_identity := {styling.color_indicator_dot }
has_identity := { false }
has_identity_2 := { false }
ancestral_mana := { styling.ancestral_mana_symbols }
bar_offset := {if styling_offset() == "-" then 0 else if styling_offset() != "" then -styling_offset() else 0}