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

View File

@@ -11,4 +11,9 @@ card style:
italic name: { name_font_italic() }
size: { name_font_size() }
color: { name_font_color() }
shadow color: { name_shadow_color() }
shadow displacement x: -2
shadow displacement y: 2
#shadow displacement x: { name_shadow_displacement_x() }
#shadow displacement y: { name_shadow_displacement_y() }
z index: 900

View File

@@ -12,4 +12,9 @@ card style:
italic name: { name2_font_italic() }
size: { name2_font_size() }
color: { name2_font_color() }
shadow color: { name2_shadow_color() }
shadow displacement x: -2
shadow displacement y: 2
#shadow displacement x: { name2_shadow_displacement_x() }
#shadow displacement y: { name2_shadow_displacement_y() }
z index: 900

View File

@@ -12,4 +12,9 @@ card style:
italic name: { name3_font_italic() }
size: { name3_font_size() }
color: { name3_font_color() }
shadow color: { name3_shadow_color() }
shadow displacement x: -2
shadow displacement y: 2
#shadow displacement x: { name3_shadow_displacement_x() }
#shadow displacement y: { name3_shadow_displacement_y() }
z index: 900

View File

@@ -12,4 +12,9 @@ card style:
italic name: { type_font_italic() }
size: { type_font_size() }
color: { type_font_color() }
shadow color: { type_shadow_color() }
shadow displacement x: -2
shadow displacement y: 2
#shadow displacement x: { type_shadow_displacement_x() } TODO: Make this scriptable
#shadow displacement y: { type_shadow_displacement_y() } TODO: Make this scriptable
separator color: red

View File

@@ -13,4 +13,9 @@ card style:
italic name: { type2_font_italic() }
size: { type2_font_size() }
color: { type2_font_color() }
shadow color: { type2_shadow_color() }
shadow displacement x: -2
shadow displacement y: 2
#shadow displacement x: { type2_shadow_displacement_x() }
#shadow displacement y: { type2_shadow_displacement_y() }
separator color: red

View File

@@ -13,4 +13,9 @@ card style:
italic name: { type3_font_italic() }
size: { type3_font_size() }
color: { type3_font_color() }
shadow color: { type3_shadow_color() }
shadow displacement x: -2
shadow displacement y: 2
#shadow displacement x: { type3_shadow_displacement_x() }
#shadow displacement y: { type3_shadow_displacement_y() }
separator color: red