Add casting cost symbol font option to a few templates (#129)

This commit is contained in:
GenevensiS
2025-05-07 09:38:45 +02:00
committed by GitHub
parent 50f5b8b911
commit f8250c2dc0
6 changed files with 37 additions and 8 deletions

View File

@@ -432,7 +432,7 @@ mana_sort := sort_text@(order: "\\?XYZI[0123456789]VLHSFCAIE(WUBRG)")
#### correctly sort wedge mana
mana_sort_wedge := sort_text@(order: "\\?XYZI[0123456789]VLHSFCAIE(WBGUR)")
#### sort nothing
mana_unsort := sort_text@(order:"[/\\?XYZI0123456789VLHSCAIEWUBRG]")
mana_unsort := sort_text@(order:"[/\\?XYZI0123456789VLHSCAIEOPKMWUBRG]")
#### correctly sort guild mana
mana_sort_guild := sort_text@(order: "[\\?XYZI01234567890VLHSFCAIEWUBRG/|]") +
replace@(
@@ -486,6 +486,10 @@ mana_t :=
else if field == "old" then "old"
else "new"
}
mana_s := { "new" }
small_mana_t := "mana_t.png"
symbol_font_color := { rgb(0,0,0) }
symbol_font_alpha := { 1.0 }
guild_mana :=
{
styling.use_guild_mana_symbols or else false