symbol font updates

Fix #22
Fix white_text/v_mana_loc errors on sister games
This commit is contained in:
cajun
2023-11-19 16:07:45 -06:00
parent 8c617b5936
commit 88dedfd77d
6 changed files with 121 additions and 7 deletions

View File

@@ -270,6 +270,7 @@ init script:
}
card_shape := { "plane card" }
is_nom := {card.supertype == "Phenomenon"}
ancestral_mana := {"false"}
use_v_mana := {contains(set.custom_mana_symbol_name, match:".png")}
use_large_v_mana := { use_v_mana() and contains(set.mana_symbol_options, match:"casting")}
@@ -278,7 +279,7 @@ init script:
use_hybrid_v_mana := { use_v_mana() and contains(set.mana_symbol_options, match:"hybrid")}
v_mana_name := {if not use_v_mana() then "" else replace(set.custom_mana_symbol_name, match:"(.+/|\\.png)", replace:"")}
v_mana_loc := {if not use_v_mana() then "" else replace(set.custom_mana_symbol_name, match:"{v_mana_name()}\\.png", replace:"")}
white_text := {false}
############################################################## Set fields
set field:
type: info