Fix #107
This commit is contained in:
@@ -220,6 +220,7 @@ init script:
|
||||
v_mana_num := {max(to_number(set.number_hybrid_variants),0) or else -1}
|
||||
ancestral_mana := {false}
|
||||
white_text := {false}
|
||||
symbol_font_small_color := { "black" }
|
||||
|
||||
############################################################## Set fields
|
||||
set field:
|
||||
@@ -408,6 +409,16 @@ card field:
|
||||
card list column: 1
|
||||
card list width: 150
|
||||
description: The name of the card
|
||||
#### compatibility with mana fonts
|
||||
card field:
|
||||
type: choice
|
||||
name: card symbol
|
||||
description: The symbol of the card.
|
||||
show statistics: false
|
||||
card list name: Symbol
|
||||
card list column: 0920
|
||||
card list width: 100
|
||||
choice: none
|
||||
############################# Image
|
||||
card field:
|
||||
type: image
|
||||
|
||||
@@ -282,6 +282,8 @@ init script:
|
||||
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:"")}
|
||||
v_mana_num := {max(to_number(set.number_hybrid_variants),0) or else -1}
|
||||
|
||||
symbol_font_small_color := { "black" }
|
||||
############################################################## Set fields
|
||||
set field:
|
||||
type: info
|
||||
@@ -554,6 +556,16 @@ card field:
|
||||
card list column: 1
|
||||
card list width: 150
|
||||
description: The name of the card
|
||||
#### compatibility with mana fonts
|
||||
card field:
|
||||
type: choice
|
||||
name: card symbol
|
||||
description: The symbol of the card.
|
||||
show statistics: false
|
||||
card list name: Symbol
|
||||
card list column: 0920
|
||||
card list width: 100
|
||||
choice: none
|
||||
############################# Image
|
||||
card field:
|
||||
type: image
|
||||
|
||||
@@ -268,7 +268,7 @@ init script:
|
||||
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}
|
||||
|
||||
symbol_font_small_color := { "black" }
|
||||
############################################################## Set fields
|
||||
set field:
|
||||
type: info
|
||||
@@ -450,6 +450,16 @@ card field:
|
||||
card list column: 2
|
||||
card list width: 150
|
||||
description: The name of the card
|
||||
#### compatibility with mana fonts
|
||||
card field:
|
||||
type: choice
|
||||
name: card symbol
|
||||
description: The symbol of the card.
|
||||
show statistics: false
|
||||
card list name: Symbol
|
||||
card list column: 0920
|
||||
card list width: 100
|
||||
choice: none
|
||||
############################# Image
|
||||
card field:
|
||||
type: image
|
||||
|
||||
@@ -92,6 +92,16 @@ card field:
|
||||
card list width: 50
|
||||
card list name: CC
|
||||
description: The casting cost of the card
|
||||
#### compatibility with mana fonts
|
||||
card field:
|
||||
type: choice
|
||||
name: card symbol
|
||||
description: The symbol of the card.
|
||||
show statistics: false
|
||||
card list name: Symbol
|
||||
card list column: 0920
|
||||
card list width: 100
|
||||
choice: none
|
||||
############################# Image
|
||||
card field:
|
||||
type: image
|
||||
|
||||
@@ -483,3 +483,4 @@ use_hybrid_v_mana := { use_v_mana() and chosen(set.mana_symbol_options, choice:"
|
||||
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:"")}
|
||||
v_mana_num := {max(to_number(set.number_hybrid_variants),0) or else -1}
|
||||
symbol_font_small_color := { "black" }
|
||||
|
||||
@@ -213,7 +213,7 @@ init script:
|
||||
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}
|
||||
|
||||
symbol_font_small_color := { "black" }
|
||||
############################################################## Set fields
|
||||
set field:
|
||||
type: info
|
||||
@@ -354,6 +354,16 @@ card field:
|
||||
card list column: 1
|
||||
card list width: 150
|
||||
description: The name of the card
|
||||
#### compatibility with mana fonts
|
||||
card field:
|
||||
type: choice
|
||||
name: card symbol
|
||||
description: The symbol of the card.
|
||||
show statistics: false
|
||||
card list name: Symbol
|
||||
card list column: 0920
|
||||
card list width: 100
|
||||
choice: none
|
||||
############################# Image
|
||||
card field:
|
||||
type: image
|
||||
|
||||
Reference in New Issue
Block a user