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
|
||||
|
||||
Reference in New Issue
Block a user