Add Sokrates custom frame by DoX (#146)
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user