Add Sokrates custom frame by DoX (#146)

This commit is contained in:
GenevensiS
2025-07-04 05:19:09 +02:00
committed by GitHub
parent 895d006c8c
commit 203a83cf54
68 changed files with 607 additions and 27 deletions

View File

@@ -8,11 +8,11 @@ card style:
visible: { (not nameline_disabled_1()) and not casting_cost_disabled_1() }
always symbol: true
font:
name: MPlantin
italic name: MPlantin-Italic
size: { name_font_size() }
color: black
name: { casting_cost_font() }
italic name: { casting_cost_font_italic() }
size: { casting_cost_font_size() }
color: { casting_cost_font_color() }
symbol font:
name: { styling.casting_cost_mana_symbols or else "magic-mana-large" }
size: { name_font_size() }
size: { casting_cost_font_size() }
z index: 920

View File

@@ -9,11 +9,11 @@ card style:
visible: { (not nameline_disabled_2()) and not casting_cost_disabled_2() }
always symbol: true
font:
name: MPlantin
italic name: MPlantin-Italic
size: { name2_font_size() }
color: black
name: { casting_cost2_font() }
italic name: { casting_cost2_font_italic() }
size: { casting_cost2_font_size() }
color: { casting_cost2_font_color() }
symbol font:
name: { styling.casting_cost_mana_symbols or else "magic-mana-large" }
size: { name2_font_size() }
size: { casting_cost2_font_size() }
z index: 920

View File

@@ -9,11 +9,11 @@ card style:
visible: { (not nameline_disabled_3()) and not casting_cost_disabled_3() }
always symbol: true
font:
name: MPlantin
italic name: MPlantin-Italic
size: { name3_font_size() }
color: black
name: { casting_cost3_font() }
italic name: { casting_cost3_font_italic() }
size: { casting_cost3_font_size() }
color: { casting_cost3_font_color() }
symbol font:
name: { styling.casting_cost_mana_symbols or else "magic-mana-large" }
size: { name3_font_size() }
size: { casting_cost3_font_size() }
z index: 920