Statistics Update (#12)

* Adding GenevensiS's stats page overhaul
* Update card_fields: automated stats are now disabled
* Update set_fields: added customization fields for stats
* Stats have new icons
* Updated position hint and card shape for several frames
* Added preliminary localization updates
* Added detect_custom_subtypes_statistic

---------

Co-authored-by: cajun <kajunkittyavenger@gmail.com>
This commit is contained in:
GenevensiS
2023-11-10 14:21:14 +01:00
committed by GitHub
parent 217630b275
commit 8c617b5936
65 changed files with 3928 additions and 853 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}