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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user