Longer Stats Names (#106)
This commit is contained in:
@@ -1380,6 +1380,8 @@ filter_field_map_statistic :=
|
||||
color_identity_count: {color_identity_count_statistic()},
|
||||
mana_production: {mana_production_list_statistic(check_type: "all")},
|
||||
"permanent/non": {replace_en_spaces_statistic(remove_zero_width_spaces_statistic(permanent_statistic()))},
|
||||
"permanent/nonpermanent": {replace_en_spaces_statistic(remove_zero_width_spaces_statistic(permanent_statistic()))},
|
||||
"permanent / nonpermanent": {replace_en_spaces_statistic(remove_zero_width_spaces_statistic(permanent_statistic()))},
|
||||
mana_value: {cmc(card.casting_cost)},
|
||||
mana_value_2: {cmc(card.casting_cost_2)},
|
||||
supertype: {keep_only_supertypes_statistic(card.super_type)},
|
||||
|
||||
Reference in New Issue
Block a user