Commit 46b0a738 authored by twanvl's avatar twanvl

set version number of template files to 0.3.0

parent a480b3f4
mse version: 0.2.7 mse version: 0.3.0
game: magic game: magic
short name: Flip Cards short name: Flip Cards
full name: Modern flip cards full name: Modern flip cards
icon: card-sample.png icon: card-sample.png
card width: 375
card height: 523
card dpi: 150
# Author: Wolfwood # Author: Wolfwood
# Non-creature extension: Guinea Pig and Neko Asakami # Non-creature extension: Guinea Pig and Neko Asakami
# Lots of copy/paste from magic-new.mse-style # Lots of copy/paste from magic-new.mse-style
...@@ -34,74 +38,25 @@ init script: ...@@ -34,74 +38,25 @@ init script:
} }
############################################################## Set info fields ############################################################## Extra style options
info style:
title:
padding left: 2
font:
size: 16
symbol:
variation:
name: common
border radius: 0.10
fill type: solid
fill color: rgb(0,0,0)
border color: rgb(255,255,255)
variation:
name: uncommon
border radius: 0.05
fill type: linear gradient
fill color 1: rgb(224,224,224)
fill color 2: rgb(84, 84, 84)
border color 1: rgb(0, 0, 0)
border color 2: rgb(0, 0, 0)
variation:
name: rare
border radius: 0.05
fill type: linear gradient
fill color 1: rgb(214,196,94)
fill color 2: rgb(95, 84, 40)
border color 1: rgb(0, 0, 0)
border color 2: rgb(0, 0, 0)
variation:
name: special
border radius: 0.10
fill type: linear gradient
fill color 1: rgb(224,170,247)
fill color 2: rgb(58,7,80)
border color 1: rgb(255,255,255)
border color 2: rgb(255,255,255)
automatic reminder text:
render style: both
choice images:
yes: script: buildin_image("bool_yes")
no: script: buildin_image("bool_no")
use gradient multicolor:
render style: both
choice images:
yes: script: buildin_image("bool_yes")
no: script: buildin_image("bool_no")
styling field:
############################################################## Extra style
extra field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards. description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
initial: no initial: no
extra field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana. description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana.
initial: no initial: no
extra field: styling field:
type: boolean type: boolean
name: popup mana symbols name: popup mana symbols
description: Use the symbols of the casting cost line inside the text box as well description: Use the symbols of the casting cost line inside the text box as well
initial: no initial: no
extra style: styling style:
popup mana symbols: popup mana symbols:
choice images: choice images:
yes: /magic-mana-large.mse-symbol-font/mana_w.png yes: /magic-mana-large.mse-symbol-font/mana_w.png
...@@ -139,7 +94,7 @@ card style: ...@@ -139,7 +94,7 @@ card style:
width: width:
script: if card.card_symbol=="none" then 246 else 227 script: if card.card_symbol=="none" then 246 else 227
height: 23 height: 23
align: bottom shrink-overflow alignment: bottom shrink-overflow
padding bottom: 0 padding bottom: 0
z index: 1 z index: 1
font: font:
...@@ -153,7 +108,7 @@ card style: ...@@ -153,7 +108,7 @@ card style:
top : 454 top : 454
width: 308 width: 308
height: 23 height: 23
align: bottom shrink-overflow alignment: bottom shrink-overflow
angle: 180 angle: 180
padding bottom: 0 padding bottom: 0
z index: 1 z index: 1
...@@ -168,11 +123,11 @@ card style: ...@@ -168,11 +123,11 @@ card style:
top : 30 top : 30
width: 63 width: 63
height: 23 height: 23
align: bottom right alignment: bottom right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
align: bottom right alignment: bottom right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
...@@ -181,12 +136,12 @@ card style: ...@@ -181,12 +136,12 @@ card style:
top : 454 top : 454
width: 63 width: 63
height: 23 height: 23
align: bottom right alignment: bottom right
angle: 180 angle: 180
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
align: bottom right alignment: bottom right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
...@@ -216,7 +171,7 @@ card style: ...@@ -216,7 +171,7 @@ card style:
top : 134 top : 134
width: 253 width: 253
height: 18 height: 18
align: top shrink-overflow alignment: top shrink-overflow
z index: 1 z index: 1
font: font:
name: Matrix name: Matrix
...@@ -229,7 +184,7 @@ card style: ...@@ -229,7 +184,7 @@ card style:
top : 353 top : 353
width: 256 width: 256
height: 18 height: 18
align: top shrink-overflow alignment: top shrink-overflow
angle: 180 angle: 180
z index: 1 z index: 1
font: font:
...@@ -272,7 +227,7 @@ card style: ...@@ -272,7 +227,7 @@ card style:
then "magic-mana-large" then "magic-mana-large"
else "magic-mana-small" else "magic-mana-small"
size: 14 size: 14
align: middle left alignment: middle left
z index: 2 z index: 2
padding left: 4 padding left: 4
padding top: -1 padding top: -1
...@@ -300,7 +255,7 @@ card style: ...@@ -300,7 +255,7 @@ card style:
then "magic-mana-large" then "magic-mana-large"
else "magic-mana-small" else "magic-mana-small"
size: 14 size: 14
align: middle left alignment: middle left
z index: 2 z index: 2
padding left: 4 padding left: 4
padding top: -1 padding top: -1
...@@ -316,7 +271,7 @@ card style: ...@@ -316,7 +271,7 @@ card style:
top: 131 top: 131
width: 60 width: 60
height: 28 height: 28
align: center middle alignment: center middle
font: font:
name: Mplantin name: Mplantin
size: 18 size: 18
...@@ -330,7 +285,7 @@ card style: ...@@ -330,7 +285,7 @@ card style:
top: 348 top: 348
width: 60 width: 60
height: 28 height: 28
align: center middle alignment: center middle
angle: 180 angle: 180
font: font:
name: Mplantin name: Mplantin
...@@ -389,7 +344,3 @@ card style: ...@@ -389,7 +344,3 @@ card style:
size: 8 size: 8
color: color:
script: font_color() script: font_color()
width: 375
height: 523
dpi: 150
\ No newline at end of file
mse version: 0.2.7 mse version: 0.3.0
game: magic game: magic
short name: Promotional short name: Promotional
full name: Large image full name: Large image
icon: card-sample.png icon: card-sample.png
card width: 375
card height: 523
card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
...@@ -34,81 +38,33 @@ init script: ...@@ -34,81 +38,33 @@ init script:
rgb(0,0,0) rgb(0,0,0)
} }
############################################################## Set info fields
info style:
title:
padding left: 2
font:
size: 16
symbol:
variation:
name: common
border radius: 0.10
fill type: solid
fill color: rgb(0,0,0)
border color: rgb(255,255,255)
variation:
name: uncommon
border radius: 0.05
fill type: linear gradient
fill color 1: rgb(224,224,224)
fill color 2: rgb(84, 84, 84)
border color 1: rgb(0, 0, 0)
border color 2: rgb(0, 0, 0)
variation:
name: rare
border radius: 0.05
fill type: linear gradient
fill color 1: rgb(214,196,94)
fill color 2: rgb(95, 84, 40)
border color 1: rgb(0, 0, 0)
border color 2: rgb(0, 0, 0)
variation:
name: special
border radius: 0.10
fill type: linear gradient
fill color 1: rgb(224,170,247)
fill color 2: rgb(58,7,80)
border color 1: rgb(255,255,255)
border color 2: rgb(255,255,255)
automatic reminder text:
render style: both
choice images:
yes: script: buildin_image("bool_yes")
no: script: buildin_image("bool_no")
use gradient multicolor:
render style: both
choice images:
yes: script: buildin_image("bool_yes")
no: script: buildin_image("bool_no")
############################################################## Extra style ############################################################## Extra style options
extra field: styling field:
type: boolean type: boolean
name: colored mana symbols name: colored mana symbols
description: Use colored mana symbols, as used by Wizards since Fifth Dawn. description: Use colored mana symbols, as used by Wizards since Fifth Dawn.
extra field: styling field:
type: boolean type: boolean
name: darker artifacts name: darker artifacts
description: Use darker artifacts, as used by Wizards since Fifth Dawn. description: Use darker artifacts, as used by Wizards since Fifth Dawn.
extra field: styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards. description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
extra field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana. description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana.
initial: no initial: no
extra field: styling field:
type: boolean type: boolean
name: popup mana symbols name: popup mana symbols
description: Use the symbols of the casting cost line inside the text box as well description: Use the symbols of the casting cost line inside the text box as well
initial: no initial: no
extra style: styling style:
popup mana symbols: popup mana symbols:
choice images: choice images:
yes: /magic-mana-large.mse-symbol-font/mana_w.png yes: /magic-mana-large.mse-symbol-font/mana_w.png
...@@ -146,7 +102,7 @@ card style: ...@@ -146,7 +102,7 @@ card style:
width: width:
script: if card.card_symbol=="none" then 246 else 227 script: if card.card_symbol=="none" then 246 else 227
height: 23 height: 23
align: bottom shrink-overflow alignment: bottom shrink-overflow
padding bottom: 0 padding bottom: 0
z index: 1 z index: 1
font: font:
...@@ -159,11 +115,11 @@ card style: ...@@ -159,11 +115,11 @@ card style:
top : 30 top : 30
width: 63 width: 63
height: 23 height: 23
align: bottom right alignment: bottom right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
align: bottom right alignment: bottom right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
...@@ -192,7 +148,7 @@ card style: ...@@ -192,7 +148,7 @@ card style:
top : 317 top : 317
width: 286 width: 286
height: 18 height: 18
align: top shrink-overflow alignment: top shrink-overflow
z index: 1 z index: 1
font: font:
name: Matrix name: Matrix
...@@ -225,7 +181,7 @@ card style: ...@@ -225,7 +181,7 @@ card style:
then "magic-mana-large" then "magic-mana-large"
else "magic-mana-small" else "magic-mana-small"
size: 14 size: 14
align: middle left alignment: middle left
z index: 2 z index: 2
padding left: 4 padding left: 4
padding top: 2 padding top: 2
...@@ -241,7 +197,7 @@ card style: ...@@ -241,7 +197,7 @@ card style:
height: 156 height: 156
z index: 1 z index: 1
render style: image render style: image
align: middle center alignment: middle center
include file: magic-watermarks.mse-include/watermarks include file: magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
...@@ -251,7 +207,7 @@ card style: ...@@ -251,7 +207,7 @@ card style:
top: 467 top: 467
width: 60 width: 60
height: 28 height: 28
align: center middle alignment: center middle
font: font:
name: Mplantin name: Mplantin
size: 18 size: 18
...@@ -297,7 +253,3 @@ card style: ...@@ -297,7 +253,3 @@ card style:
size: 8 size: 8
color: color:
script: font_color() script: font_color()
width: 375
height: 523
dpi: 150
mse version: 0.2.7 mse version: 0.3.0
game: magic game: magic
short name: Modern style short name: Modern style
full name: After 8th edition full name: After 8th edition
icon: card-sample.png icon: card-sample.png
card width: 375
card height: 523
card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
...@@ -42,13 +46,13 @@ init script: ...@@ -42,13 +46,13 @@ init script:
############################################################## Extra style ############################################################## Extra style options
extra field: styling field:
type: boolean type: boolean
name: colored mana symbols name: colored mana symbols
description: Use colored mana symbols, as used by Wizards since Fifth Dawn. description: Use colored mana symbols, as used by Wizards since Fifth Dawn.
extra field: styling field:
type: choice type: choice
name: artifact style name: artifact style
description: Choose the style of artifacts: light = before Fifth Dawn, dark = used since Fifth Dawn, brown = old rust style. description: Choose the style of artifacts: light = before Fifth Dawn, dark = used since Fifth Dawn, brown = old rust style.
...@@ -56,21 +60,21 @@ extra field: ...@@ -56,21 +60,21 @@ extra field:
choice: light choice: light
choice: dark choice: dark
choice: brown choice: brown
extra field: styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards. description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
extra field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana. description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana.
initial: no initial: no
extra field: styling field:
type: boolean type: boolean
name: popup mana symbols name: popup mana symbols
description: Use the symbols of the casting cost line inside the text box as well description: Use the symbols of the casting cost line inside the text box as well
initial: no initial: no
extra field: styling field:
type: choice type: choice
name: tap symbol name: tap symbol
description: What tap symbol should be used on cards? description: What tap symbol should be used on cards?
...@@ -79,7 +83,7 @@ extra field: ...@@ -79,7 +83,7 @@ extra field:
choice: old choice: old
choice: diagonal T choice: diagonal T
extra style: styling style:
artifact style: artifact style:
render style: both render style: both
choice images: choice images:
...@@ -127,7 +131,7 @@ card style: ...@@ -127,7 +131,7 @@ card style:
top : 30 top : 30
width: { if card.card_symbol=="none" then 246 else 227 } width: { if card.card_symbol=="none" then 246 else 227 }
height: 23 height: 23
align: bottom shrink-overflow alignment: bottom shrink-overflow
padding bottom: 0 padding bottom: 0
z index: 1 z index: 1
font: font:
...@@ -140,11 +144,11 @@ card style: ...@@ -140,11 +144,11 @@ card style:
top : 30 top : 30
width: 63 width: 63
height: 23 height: 23
align: bottom right alignment: bottom right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
align: bottom right alignment: bottom right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
...@@ -172,7 +176,7 @@ card style: ...@@ -172,7 +176,7 @@ card style:
top : 298 top : 298
width: 286 width: 286
height: 20 height: 20
align: top shrink-overflow alignment: top shrink-overflow
z index: 1 z index: 1
padding top: 2 padding top: 2
font: font:
...@@ -215,7 +219,7 @@ card style: ...@@ -215,7 +219,7 @@ card style:
then "magic-mana-large" then "magic-mana-large"
else "magic-mana-small" else "magic-mana-small"
size: 14 size: 14
align: middle left alignment: middle left
z index: 2 z index: 2
padding left: 6 padding left: 6
padding top: 2 padding top: 2
...@@ -231,7 +235,7 @@ card style: ...@@ -231,7 +235,7 @@ card style:
height: 156 height: 156
z index: 1 z index: 1
render style: image render style: image
align: middle center alignment: middle center
include file: magic-watermarks.mse-include/watermarks include file: magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
...@@ -241,7 +245,7 @@ card style: ...@@ -241,7 +245,7 @@ card style:
top: 467 top: 467
width: 60 width: 60
height: 28 height: 28
align: center middle alignment: center middle
font: font:
name: Mplantin name: Mplantin
size: 18 size: 18
...@@ -284,7 +288,3 @@ card style: ...@@ -284,7 +288,3 @@ card style:
name: MPlantin name: MPlantin
size: 6.5 size: 6.5
color: { font_color() } color: { font_color() }
width: 375
height: 523
dpi: 150
mse version: 0.2.7 mse version: 0.3.0
short name: Magic short name: Magic
full name: Magic the Gathering full name: Magic the Gathering
icon: card-back.png icon: card-back.png
......
mse version: 0.2.7 mse version: 0.3.0
game: vs game: vs
short name: Promotional short name: Promotional
full name: Extended Art Promo full name: Extended Art Promo
icon: card-sample.png icon: card-sample.png
############################################################## Extra scripts card width: 375
card height: 523
card dpi: 150
############################################################## Set info fields ############################################################## Extra scripts
info style:
title:
padding left: 2
font:
size: 16
automatic reminder text:
font:
size: 16
render style: both
choice images:
yes: script: buildin_image("bool_yes")
no: script: buildin_image("bool_no")
############################################################## Extra style ############################################################## Extra style
...@@ -43,7 +33,7 @@ card style: ...@@ -43,7 +33,7 @@ card style:
equipment: card-equipment.jpg equipment: card-equipment.jpg
location: card-location.jpg location: card-location.jpg
plot twist: card-plot-twist.jpg plot twist: card-plot-twist.jpg
card list colors: true colors card list: true
choice colors: choice colors:
character: rgb(120,18,0) character: rgb(120,18,0)
character dual: rgb(120,18,0) character dual: rgb(120,18,0)
...@@ -59,7 +49,7 @@ card style: ...@@ -59,7 +49,7 @@ card style:
top : 23 top : 23
width: 224 width: 224
height: 24 height: 24
align: bottom shrink-overflow alignment: bottom shrink-overflow
font: font:
name: Percolator Expert name: Percolator Expert
size: 22 size: 22
...@@ -72,14 +62,14 @@ card style: ...@@ -72,14 +62,14 @@ card style:
symbol font: symbol font:
name: vs-standard-arrow name: vs-standard-arrow
size: 15 size: 15
align: middle center alignment: middle center
z index: 4 z index: 4
cost: cost:
left: 31 left: 31
top : 28 top : 28
width: 13 width: 13
height: 31 height: 31
align: middle center alignment: middle center
font: font:
name: Dirty Headline name: Dirty Headline
size: 18 size: 18
...@@ -120,7 +110,7 @@ card style: ...@@ -120,7 +110,7 @@ card style:
color: rgb(0,0,0) color: rgb(0,0,0)
weight: bold weight: bold
visible: script: is_character() visible: script: is_character()
align: middle center alignment: middle center
z index: 3 z index: 3
type bar: type bar:
left: script: if is_dual() then 87 else 72 left: script: if is_dual() then 87 else 72
...@@ -141,7 +131,7 @@ card style: ...@@ -141,7 +131,7 @@ card style:
top : 44 top : 44
width: 224 width: 224
height: 18 height: 18
align: top shrink-overflow alignment: top shrink-overflow
z index: 4 z index: 4
font: font:
name: Percolator Expert name: Percolator Expert
...@@ -156,7 +146,7 @@ card style: ...@@ -156,7 +146,7 @@ card style:
symbol font: symbol font:
name: vs-standard-arrow name: vs-standard-arrow
size: 8 size: 8
align: middle center alignment: middle center
############################# Card ID ############################# Card ID
number: number:
...@@ -203,9 +193,9 @@ card style: ...@@ -203,9 +193,9 @@ card style:
symbol font: symbol font:
name: vs-standard-arrow name: vs-standard-arrow
size: 18 size: 18
align: middle center alignment: middle center
visible: is_dual() visible: is_dual()
align: center shrink-overflow alignment: center shrink-overflow
z index: 4 z index: 4
padding left: 2 padding left: 2
padding top: 2 padding top: 2
...@@ -250,8 +240,8 @@ card style: ...@@ -250,8 +240,8 @@ card style:
symbol font: symbol font:
name: vs-standard-arrow name: vs-standard-arrow
size: 8 size: 8
align: middle center alignment: middle center
align: top left alignment: top left
z index: 4 z index: 4
padding left: 2 padding left: 2
padding top: 2 padding top: 2
...@@ -271,7 +261,7 @@ card style: ...@@ -271,7 +261,7 @@ card style:
size: 8 size: 8
scale down to: 4 scale down to: 4
color: rgb(0,0,0) color: rgb(0,0,0)
align: bottom left alignment: bottom left
z index: 3 z index: 3
padding left: 2 padding left: 2
padding top: 2 padding top: 2
...@@ -290,7 +280,7 @@ card style: ...@@ -290,7 +280,7 @@ card style:
height: 32 height: 32
visible: script: is_character() visible: script: is_character()
z index: 4 z index: 4
align: left middle alignment: left middle
font: font:
name: Dirty Headline name: Dirty Headline
size: 20 size: 20
...@@ -307,7 +297,7 @@ card style: ...@@ -307,7 +297,7 @@ card style:
height: 32 height: 32
visible: script: is_character() visible: script: is_character()
z index: 4 z index: 4
align: left middle alignment: left middle
padding bottom: -4 padding bottom: -4
font: font:
name: Dirty Headline name: Dirty Headline
...@@ -325,7 +315,7 @@ card style: ...@@ -325,7 +315,7 @@ card style:
top : 417 top : 417
width: 170 width: 170
height: 10 height: 10
align: center top alignment: center top
z index: 4 z index: 4
font: font:
name: Eurostile name: Eurostile
...@@ -339,12 +329,9 @@ card style: ...@@ -339,12 +329,9 @@ card style:
width: 110 width: 110
height: 13 height: 13
z index: 4 z index: 4
align: middle left alignment: middle left
font: font:
name: Eurostile name: Eurostile
size: 4 size: 4
color: rgb(255,255,255) color: rgb(255,255,255)
width: 375
height: 523
dpi: 150
mse version: 0.2.7 mse version: 0.3.0
game: vs game: vs
short name: Standard short name: Standard
full name: Normal VS cards full name: Normal VS cards
icon: card-sample.png icon: card-sample.png
############################################################## Extra scripts card width: 375
card height: 523
############################################################## Set info fields card dpi: 150
info style:
title:
padding left: 2
font:
size: 16
automatic reminder text:
font:
size: 16
render style: both
choice images:
yes: script: buildin_image("bool_yes")
no: script: buildin_image("bool_no")
############################################################## Extra style ############################################################## Extra scripts
############################################################## Card fields ############################################################## Card fields
card style: card style:
...@@ -43,7 +31,7 @@ card style: ...@@ -43,7 +31,7 @@ card style:
equipment: card-equipment.jpg equipment: card-equipment.jpg
location: card-location.jpg location: card-location.jpg
plot twist: card-plot-twist.jpg plot twist: card-plot-twist.jpg
card list colors: true colors card list: true
choice colors: choice colors:
character: rgb(120,18,0) character: rgb(120,18,0)
character dual: rgb(120,18,0) character dual: rgb(120,18,0)
...@@ -59,7 +47,7 @@ card style: ...@@ -59,7 +47,7 @@ card style:
top : 25 top : 25
width: 219 width: 219
height: 24 height: 24
align: bottom shrink-overflow alignment: bottom shrink-overflow
padding bottom: 0 padding bottom: 0
z index: 4 z index: 4
font: font:
...@@ -74,13 +62,13 @@ card style: ...@@ -74,13 +62,13 @@ card style:
symbol font: symbol font:
name: vs-standard-arrow name: vs-standard-arrow
size: 15 size: 15
align: middle center alignment: middle center
cost: cost:
left: 33 left: 33
top : 28 top : 28
width: 25 width: 25
height: 41 height: 41
align: middle center alignment: middle center
font: font:
name: Dirty Headline name: Dirty Headline
size: 24 size: 24
...@@ -121,7 +109,7 @@ card style: ...@@ -121,7 +109,7 @@ card style:
size: 11 size: 11
color: rgb(0,0,0) color: rgb(0,0,0)
weight: bold weight: bold
align: middle center alignment: middle center
z index: 3 z index: 3
type bar: type bar:
left: 72 left: 72
...@@ -142,7 +130,7 @@ card style: ...@@ -142,7 +130,7 @@ card style:
top : 46 top : 46
width: 219 width: 219
height: 18 height: 18
align: top shrink-overflow alignment: top shrink-overflow
z index: 4 z index: 4
font: font:
name: Percolator Expert name: Percolator Expert
...@@ -170,7 +158,7 @@ card style: ...@@ -170,7 +158,7 @@ card style:
else if card.rarity=="uncommon" then rgb(80,174,255) else if card.rarity=="uncommon" then rgb(80,174,255)
else if card.rarity=="rare" then rgb(255,210,60) else if card.rarity=="rare" then rgb(255,210,60)
else if card.rarity=="promo" then rgb(255,20,20) else if card.rarity=="promo" then rgb(255,20,20)
else rgb(255,255,255) else rgb(255,255,255)
weight: bold weight: bold
rarity: rarity:
left: 135 left: 135
...@@ -201,8 +189,8 @@ card style: ...@@ -201,8 +189,8 @@ card style:
symbol font: symbol font:
name: vs-standard-arrow name: vs-standard-arrow
size: 18 size: 18
align: middle center alignment: middle center
align: middle center alignment: middle center
z index: 4 z index: 4
padding left: 2 padding left: 2
padding top: 2 padding top: 2
...@@ -223,9 +211,9 @@ card style: ...@@ -223,9 +211,9 @@ card style:
symbol font: symbol font:
name: vs-standard-arrow name: vs-standard-arrow
size: 18 size: 18
align: middle center alignment: middle center
visible: is_dual() visible: { is_dual() }
align: middle center alignment: middle center
z index: 4 z index: 4
padding left: 2 padding left: 2
padding top: 2 padding top: 2
...@@ -265,8 +253,8 @@ card style: ...@@ -265,8 +253,8 @@ card style:
symbol font: symbol font:
name: vs-standard-arrow name: vs-standard-arrow
size: 11 size: 11
align: middle center alignment: middle center
align: top left alignment: top left
z index: 4 z index: 4
padding left: 2 padding left: 2
padding top: 2 padding top: 2
...@@ -285,7 +273,7 @@ card style: ...@@ -285,7 +273,7 @@ card style:
size: 11 size: 11
scale down to: 8 scale down to: 8
color: rgb(0,0,0) color: rgb(0,0,0)
align: bottom left alignment: bottom left
z index: 3 z index: 3
padding left: 2 padding left: 2
padding top: 2 padding top: 2
...@@ -304,7 +292,7 @@ card style: ...@@ -304,7 +292,7 @@ card style:
height: 37 height: 37
visible: script: is_character() visible: script: is_character()
z index: 4 z index: 4
align: left middle alignment: left middle
font: font:
name: Dirty Headline name: Dirty Headline
size: 24 size: 24
...@@ -321,7 +309,7 @@ card style: ...@@ -321,7 +309,7 @@ card style:
height: 37 height: 37
visible: script: is_character() visible: script: is_character()
z index: 4 z index: 4
align: left middle alignment: left middle
padding bottom: -4 padding bottom: -4
font: font:
name: Dirty Headline name: Dirty Headline
...@@ -339,7 +327,7 @@ card style: ...@@ -339,7 +327,7 @@ card style:
top : 320 top : 320
width: 170 width: 170
height: 16 height: 16
align: center top alignment: center top
z index: 4 z index: 4
font: font:
name: Eurostile name: Eurostile
...@@ -353,12 +341,9 @@ card style: ...@@ -353,12 +341,9 @@ card style:
width: 110 width: 110
height: 26 height: 26
z index: 4 z index: 4
align: middle left alignment: middle left
font: font:
name: Eurostile name: Eurostile
size: 6 size: 6
color: rgb(255,255,255) color: rgb(255,255,255)
width: 375
height: 523
dpi: 150
...@@ -196,6 +196,7 @@ card field: ...@@ -196,6 +196,7 @@ card field:
show statistics: false show statistics: false
card list visible: true card list visible: true
card list column: 1 card list column: 1
card list width: 200
description: The name of the card, use @ for a diamond description: The name of the card, use @ for a diamond
card field: card field:
type: text type: text
...@@ -245,14 +246,15 @@ card field: ...@@ -245,14 +246,15 @@ card field:
script: script:
set.code set.code
+ "-" + + "-" +
position( format( format: "%03i"
of: card , position(
in: set of: card
order_by: {card.name} in: set
) order_by: {card.name}
))
card list visible: true card list visible: true
card list column: 6 card list column: 6
card list width: 55 card list width: 65
card list name: # card list name: #
editable: false editable: false
card field: card field:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment