1815 lines
32 KiB
Plaintext
1815 lines
32 KiB
Plaintext
mse version: 2.0.0
|
|
game: magic
|
|
full name: Checklist
|
|
short name: Checklist
|
|
installer group: magic/checklist
|
|
icon: card-sample.png
|
|
position hint: 999
|
|
|
|
version: 2014-06-28
|
|
depends on:
|
|
package: magic.mse-game
|
|
version: 2008-06-02
|
|
depends on:
|
|
package: magic-mana-large.mse-symbol-font
|
|
version: 2007-09-23
|
|
depends on:
|
|
package: magic-future-common.mse-include
|
|
version: 2007-09-23
|
|
|
|
card width: 375
|
|
card height: 523
|
|
card dpi: 150
|
|
############################################################## Extra scripts
|
|
init script:
|
|
|
|
template := { input + "card.jpg" }
|
|
land_template := { input + "card.jpg" }
|
|
|
|
card_shape := { "checklist" }
|
|
|
|
mana_t := {
|
|
if styling.tap_symbol == "old" then "old"
|
|
else if styling.tap_symbol == "diagonal T" then "older"
|
|
else "new"
|
|
}
|
|
|
|
# Use guild mana symbols?
|
|
guild_mana := { styling.use_guild_mana_symbols }
|
|
|
|
number_of_boxes := { if styling.number_of_boxes == "" then "100" else styling.number_of_boxes }
|
|
|
|
############################################################## Set info fields
|
|
set info style:
|
|
symbol:
|
|
variation:
|
|
name: invertedcommon
|
|
border radius: 0.10
|
|
fill type: solid
|
|
fill color: rgb(255,255,255)
|
|
border color: rgb(0,0,0)
|
|
############################################################## Extra style options
|
|
styling field:
|
|
type: text
|
|
name: number of boxes
|
|
description: How many boxes should there be? The default is 20.
|
|
styling field:
|
|
type: boolean
|
|
name: use guild mana symbols
|
|
description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana.
|
|
initial: no
|
|
styling field:
|
|
type: choice
|
|
name: tap symbol
|
|
description: What tap and untap symbols should be used on cards?
|
|
initial: modern
|
|
choice: modern
|
|
choice: old
|
|
choice: diagonal T
|
|
styling field:
|
|
type: choice
|
|
name: artist font color
|
|
description: The default artist and copyright line font color for cards
|
|
choice: black
|
|
choice: white
|
|
styling field:
|
|
type: boolean
|
|
name: inverted common symbol
|
|
description: Should the common rarity symbol be inverted, like in Coldsnap?
|
|
initial: no
|
|
############################################################## Card fields
|
|
card style:
|
|
############################# Background stuff
|
|
transformation:
|
|
left: 21
|
|
top: 25
|
|
height: 32
|
|
width: 32
|
|
z index: 2
|
|
render style: image
|
|
choice images:
|
|
day: sun_circle.png
|
|
night: night_circle.png
|
|
image:
|
|
left: 17
|
|
top: 17
|
|
width: 341
|
|
height: 488
|
|
z index: 0
|
|
rule text:
|
|
left: 65
|
|
top: 27
|
|
width: 287
|
|
height: 26
|
|
alignment: middle center
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 11
|
|
weight: bold
|
|
color: black
|
|
rarity:
|
|
right: 303
|
|
top: 481
|
|
width: 44
|
|
height: 22
|
|
z index: 2
|
|
render style: image
|
|
alignment: middle right
|
|
choice images:
|
|
# Images based on the set symbol
|
|
basic land:
|
|
script:
|
|
if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
|
|
else symbol_variation(symbol: set.symbol, variation: "common")
|
|
common:
|
|
script:
|
|
if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
|
|
else symbol_variation(symbol: set.symbol, variation: "common")
|
|
uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
|
|
rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
|
|
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
|
|
special: script: symbol_variation(symbol: set.symbol, variation: "special")
|
|
############################# Copyright stuff
|
|
illustrator:
|
|
left: 56
|
|
top : 478
|
|
width: 217
|
|
height: 16
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 10
|
|
weight: bold
|
|
color: { styling.artist_font_color }
|
|
copyright line:
|
|
left: 30
|
|
top : 493
|
|
width: 247
|
|
height: 12
|
|
z index: 2
|
|
font:
|
|
name: MPlantin
|
|
size: 6.5
|
|
color: { styling.artist_font_color }
|
|
############################################################## Extra card fields
|
|
extra card field:
|
|
type: choice
|
|
name: ptbox
|
|
save value: false
|
|
editable: false
|
|
choice: pt
|
|
extra card field:
|
|
type: choice
|
|
name: paintbrush
|
|
script: styling.artist_font_color
|
|
save value: false
|
|
editable: false
|
|
extra card field:
|
|
type: choice
|
|
name: black border
|
|
editable: false
|
|
save value: false
|
|
choice: black
|
|
extra card field:
|
|
type: choice
|
|
name: title bar
|
|
editable: false
|
|
save value: false
|
|
choice: title
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 1
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 1
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 1
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 2
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 2
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 2
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 3
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 3
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 3
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 4
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 4
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 4
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 5
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 5
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 5
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 6
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 6
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 6
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 7
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 7
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 7
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 8
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 8
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 8
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 9
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 9
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 9
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 10
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 10
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 10
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 11
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 11
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 11
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 12
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 12
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 12
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 13
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 13
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 13
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 14
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 14
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 14
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 15
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 15
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 15
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 16
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 16
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 16
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 17
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 17
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 17
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 18
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 18
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 18
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 19
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 19
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 19
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: multiple choice
|
|
name: box 20
|
|
editable: true
|
|
save value: true
|
|
empty choice: colorless
|
|
choice: white
|
|
choice: blue
|
|
choice: black
|
|
choice: red
|
|
choice:
|
|
name: green
|
|
line below: true
|
|
choice: artifact
|
|
choice: land
|
|
choice: multicolor
|
|
choice:
|
|
name: hybrid
|
|
line below: true
|
|
choice:
|
|
name: horizontal
|
|
type: radio
|
|
choice:
|
|
name: vertical
|
|
type: radio
|
|
choice:
|
|
name: radial
|
|
type: radio
|
|
choice:
|
|
name: overlay
|
|
type: radio
|
|
choice:
|
|
name: reversed
|
|
script: card_color_filter(value)
|
|
extra card field:
|
|
type: text
|
|
name: label 20
|
|
editable: true
|
|
save value: true
|
|
extra card field:
|
|
type: text
|
|
name: cost 20
|
|
script: mana_filter(value)
|
|
editable: true
|
|
save value: true
|
|
extra card style:
|
|
ptbox:
|
|
left: 308
|
|
top: 481
|
|
width: 46
|
|
height: 22
|
|
z index: 2
|
|
render style: image
|
|
image: pt.png
|
|
paintbrush:
|
|
left: 29
|
|
top : 481
|
|
width: 27
|
|
height: 11
|
|
z index: 2
|
|
render style: image
|
|
choice images:
|
|
black: /magic-future-common.mse-include/paintbrush_black.png
|
|
white: /magic-future-common.mse-include/paintbrush_white.png
|
|
black border:
|
|
left: 0
|
|
top: 0
|
|
width: 375
|
|
height: 523
|
|
z index: 2
|
|
render style: image
|
|
image: border.png
|
|
title bar:
|
|
left: 0
|
|
top: 0
|
|
width: 375
|
|
height: 523
|
|
z index: 1
|
|
render style: image
|
|
image: title.png
|
|
box 1:
|
|
left: 20
|
|
top: 63
|
|
width: { if number_of_boxes() < 1 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 1:
|
|
left: 29
|
|
top: 82
|
|
width: { if number_of_boxes() < 1 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 1:
|
|
right: 177
|
|
top: 67
|
|
width: { if number_of_boxes() < 1 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 2:
|
|
left: 191
|
|
top: 63
|
|
width: { if number_of_boxes() < 2 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 2:
|
|
left: 200
|
|
top: 82
|
|
width: { if number_of_boxes() < 2 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 2:
|
|
right: 347
|
|
top: 67
|
|
width: { if number_of_boxes() < 2 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 3:
|
|
left: 20
|
|
top: 105
|
|
width: { if number_of_boxes() < 3 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 3:
|
|
left: 29
|
|
top: 124
|
|
width: { if number_of_boxes() < 3 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 3:
|
|
right: 177
|
|
top: 109
|
|
width: { if number_of_boxes() < 3 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 4:
|
|
left: 191
|
|
top: 105
|
|
width: { if number_of_boxes() < 4 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 4:
|
|
left: 200
|
|
top: 124
|
|
width: { if number_of_boxes() < 4 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 4:
|
|
right: 347
|
|
top: 109
|
|
width: { if number_of_boxes() < 4 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 5:
|
|
left: 20
|
|
top: 147
|
|
width: { if number_of_boxes() < 5 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 5:
|
|
left: 29
|
|
top: 166
|
|
width: { if number_of_boxes() < 5 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 5:
|
|
right: 177
|
|
top: 151
|
|
width: { if number_of_boxes() < 5 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 6:
|
|
left: 191
|
|
top: 147
|
|
width: { if number_of_boxes() < 6 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 6:
|
|
left: 200
|
|
top: 166
|
|
width: { if number_of_boxes() < 6 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 6:
|
|
right: 347
|
|
top: 151
|
|
width: { if number_of_boxes() < 6 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 7:
|
|
left: 20
|
|
top: 189
|
|
width: { if number_of_boxes() < 7 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 7:
|
|
left: 29
|
|
top: 208
|
|
width: { if number_of_boxes() < 7 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 7:
|
|
right: 177
|
|
top: 193
|
|
width: { if number_of_boxes() < 7 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 8:
|
|
left: 191
|
|
top: 189
|
|
width: { if number_of_boxes() < 8 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 8:
|
|
left: 200
|
|
top: 208
|
|
width: { if number_of_boxes() < 8 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 8:
|
|
right: 347
|
|
top: 193
|
|
width: { if number_of_boxes() < 8 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 9:
|
|
left: 20
|
|
top: 230
|
|
width: { if number_of_boxes() < 9 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 9:
|
|
left: 29
|
|
top: 250
|
|
width: { if number_of_boxes() < 9 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 9:
|
|
right: 177
|
|
top: 235
|
|
width: { if number_of_boxes() < 9 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 10:
|
|
left: 191
|
|
top: 230
|
|
width: { if number_of_boxes() < 10 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 10:
|
|
left: 200
|
|
top: 250
|
|
width: { if number_of_boxes() < 10 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 10:
|
|
right: 347
|
|
top: 235
|
|
width: { if number_of_boxes() < 10 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 11:
|
|
left: 20
|
|
top: 272
|
|
width: { if number_of_boxes() < 11 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 11:
|
|
left: 29
|
|
top: 291
|
|
width: { if number_of_boxes() < 11 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 11:
|
|
right: 177
|
|
top: 277
|
|
width: { if number_of_boxes() < 11 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 12:
|
|
left: 191
|
|
top: 272
|
|
width: { if number_of_boxes() < 12 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 12:
|
|
left: 200
|
|
top: 291
|
|
width: { if number_of_boxes() < 12 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 12:
|
|
right: 347
|
|
top: 277
|
|
width: { if number_of_boxes() < 12 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 13:
|
|
left: 20
|
|
top: 314
|
|
width: { if number_of_boxes() < 13 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 13:
|
|
left: 29
|
|
top: 333
|
|
width: { if number_of_boxes() < 13 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 13:
|
|
right: 177
|
|
top: 319
|
|
width: { if number_of_boxes() < 13 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 14:
|
|
left: 191
|
|
top: 314
|
|
width: { if number_of_boxes() < 14 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 14:
|
|
left: 200
|
|
top: 333
|
|
width: { if number_of_boxes() < 14 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 14:
|
|
right: 347
|
|
top: 319
|
|
width: { if number_of_boxes() < 14 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 15:
|
|
left: 20
|
|
top: 356
|
|
width: { if number_of_boxes() < 15 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 15:
|
|
left: 29
|
|
top: 375
|
|
width: { if number_of_boxes() < 15 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 15:
|
|
right: 177
|
|
top: 361
|
|
width: { if number_of_boxes() < 15 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 16:
|
|
left: 191
|
|
top: 356
|
|
width: { if number_of_boxes() < 16 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 16:
|
|
left: 200
|
|
top: 375
|
|
width: { if number_of_boxes() < 16 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 16:
|
|
right: 347
|
|
top: 361
|
|
width: { if number_of_boxes() < 16 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 17:
|
|
left: 20
|
|
top: 398
|
|
width: { if number_of_boxes() < 17 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 17:
|
|
left: 29
|
|
top: 417
|
|
width: { if number_of_boxes() < 17 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 17:
|
|
right: 177
|
|
top: 403
|
|
width: { if number_of_boxes() < 17 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 18:
|
|
left: 191
|
|
top: 398
|
|
width: { if number_of_boxes() < 18 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 18:
|
|
left: 200
|
|
top: 417
|
|
width: { if number_of_boxes() < 18 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 18:
|
|
right: 347
|
|
top: 403
|
|
width: { if number_of_boxes() < 18 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 19:
|
|
left: 20
|
|
top: 440
|
|
width: { if number_of_boxes() < 19 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 19:
|
|
left: 29
|
|
top: 459
|
|
width: { if number_of_boxes() < 19 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 19:
|
|
right: 177
|
|
top: 445
|
|
width: { if number_of_boxes() < 19 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|
|
box 20:
|
|
left: 191
|
|
top: 440
|
|
width: { if number_of_boxes() < 20 then 0 else 164 }
|
|
height: 40
|
|
z index: 1
|
|
mask: boxmask.png
|
|
render style: image
|
|
popup style: in place
|
|
image: { card_background() }
|
|
label 20:
|
|
left: 200
|
|
top: 459
|
|
width: { if number_of_boxes() < 20 then 0 else 147 }
|
|
height: 16
|
|
alignment: bottom shrink-overflow
|
|
padding bottom: 0
|
|
z index: 2
|
|
font:
|
|
name: Matrix
|
|
size: 12
|
|
weight: bold
|
|
color: black
|
|
cost 20:
|
|
right: 347
|
|
top: 445
|
|
width: { if number_of_boxes() < 20 then 0 else 66 }
|
|
height: 16
|
|
alignment: bottom right
|
|
symbol font:
|
|
name: magic-mana-large
|
|
size: 12
|
|
alignment: bottom right
|
|
always symbol: true
|
|
z index: 2
|