Commit b013ebf5 authored by pichoro's avatar pichoro

Optional foil system for all Magic templates.

Normal foil gradient added.
Planeswalker and Flip card shapes now added.
General clean up of styles.
parent acc57ac0
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
full name: Extended Art full name: Extended Art
short name: Extended Art short name: Extended Art
...@@ -6,7 +6,7 @@ installer group: magic/new style/extended art ...@@ -6,7 +6,7 @@ installer group: magic/new style/extended art
icon: card-sample.png icon: card-sample.png
position hint: 006 position hint: 006
version: 2008-11-27 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -20,14 +20,11 @@ depends on: ...@@ -20,14 +20,11 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
# Made by artfreakwiu, edited by Megrin_kai and Pichoro # Made by artfreakwiu, edited by Megrin_kai and Pichoro
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
# Load scripts for image box # Load scripts for image box
include file: /magic-default-image.mse-include/scripts include file: /magic-default-image.mse-include/scripts
...@@ -69,9 +66,7 @@ set info style: ...@@ -69,9 +66,7 @@ set info style:
fill type: solid fill type: solid
fill color: rgb(255,255,255) fill color: rgb(255,255,255)
border color: rgb(0,0,0) border color: rgb(0,0,0)
############################################################## Extra style ############################################################## Extra style
styling field: styling field:
type: boolean type: boolean
name: darker artifacts name: darker artifacts
...@@ -120,7 +115,12 @@ styling field: ...@@ -120,7 +115,12 @@ styling field:
name: inverted common symbol name: inverted common symbol
description: Should the common rarity symbol be inverted, like in Coldsnap? description: Should the common rarity symbol be inverted, like in Coldsnap?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
darker artifacts: darker artifacts:
choice images: choice images:
...@@ -150,7 +150,6 @@ styling style: ...@@ -150,7 +150,6 @@ styling style:
choice images: choice images:
no: { symbol_variation(symbol: set.symbol, variation: "common") } no: { symbol_variation(symbol: set.symbol, variation: "common") }
yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") } yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") }
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -164,17 +163,16 @@ card style: ...@@ -164,17 +163,16 @@ card style:
right width: 17 right width: 17
top width: 17 top width: 17
bottom width: 18 bottom width: 18
z index: -1 z index: 4
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: { if card.card_symbol=="none" then 32 else 51 } left: { if card.card_symbol=="none" then 32 else 51 }
...@@ -207,10 +205,10 @@ card style: ...@@ -207,10 +205,10 @@ card style:
top : 31 top : 31
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
############################# Image ############################# Image
image: image:
left: 32 left: 32
...@@ -219,28 +217,25 @@ card style: ...@@ -219,28 +217,25 @@ card style:
height: 376 height: 376
z index: 1 z index: 1
default: {default_image(card.card_color)} default: {default_image(card.card_color)}
############################# Card type ############################# Card type
type: type:
left: 33 left: 33
top : 447 top : 447
width: { 308 - max(22,card_style.rarity.content_width) } width: { 308 - max(22,card_style.rarity.content_width) }
height: 18 height: 18
alignment: top shrink-overflow alignment: top shrink-overflow
z index: 3 z index: 1
font: font:
name: Matrix name: Matrix
size: 14 size: 14
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
right: 344 right: 344
top : 445 top : 445
width: 40 width: 40
height: 20 height: 20
z index: 3 z index: 2
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -257,7 +252,6 @@ card style: ...@@ -257,7 +252,6 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
text: text:
left: 34 left: 34
...@@ -285,7 +279,7 @@ card style: ...@@ -285,7 +279,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "bottom center" then "bottom center"
else "bottom left" else "bottom left"
z index: 2 z index: 1
padding left: 6 padding left: 6
padding top: 2 padding top: 2
padding right: 4 padding right: 4
...@@ -293,10 +287,9 @@ card style: ...@@ -293,10 +287,9 @@ card style:
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9 line height soft: 0.9
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 2
left: 284 left: 284
top: 466 top: 466
width: 60 width: 60
...@@ -308,9 +301,7 @@ card style: ...@@ -308,9 +301,7 @@ card style:
weight: bold weight: bold
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
left: 56 left: 56
top : 477 top : 477
...@@ -321,7 +312,6 @@ card style: ...@@ -321,7 +312,6 @@ card style:
name: Matrix name: Matrix
size: 10 size: 10
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
copyright line: copyright line:
left: 26 left: 26
top : 493 top : 493
...@@ -332,15 +322,19 @@ card style: ...@@ -332,15 +322,19 @@ card style:
name: MPlantin name: MPlantin
size: 6.5 size: 6.5
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt box name: pt box
script: card.card_color script: card.card_color
editable: false editable: false
save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card style: extra card style:
pt box: pt box:
left: 271 left: 271
...@@ -352,3 +346,11 @@ extra card style: ...@@ -352,3 +346,11 @@ extra card style:
render style: image render style: image
mask: mask_pt.png mask: mask_pt.png
image: { card_ptbox() } image: { card_ptbox() }
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
full name: FPM's Flip Magic full name: FPM's Flip Magic
short name: FPM Flip short name: FPM Flip
...@@ -6,16 +6,13 @@ installer group: magic/FirePenguinMaster/Flip cards ...@@ -6,16 +6,13 @@ installer group: magic/FirePenguinMaster/Flip cards
icon: card-sample.png icon: card-sample.png
position hint: 402 position hint: 402
version: 2008-08-07 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
depends on: depends on:
package: magic-future-common.mse-include package: magic-future-common.mse-include
version: 2007-09-23 version: 2007-09-23
depends on:
package: magic-default-image.mse-include
version: 2007-09-23
depends on: depends on:
package: magic-watermarks.mse-include package: magic-watermarks.mse-include
version: 2007-09-23 version: 2007-09-23
...@@ -26,17 +23,12 @@ depends on: ...@@ -26,17 +23,12 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
# Template by Art_Freak
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
# Load blend scripts for hybrids/multicolors
include file: /magic-default-image.mse-include/scripts
# We have no land templates # We have no land templates
land_template := { "c{type}.jpg" } land_template := { "c{type}.jpg" }
...@@ -55,7 +47,9 @@ init script: ...@@ -55,7 +47,9 @@ init script:
font_colors_white := { input != "w" } font_colors_white := { input != "w" }
paintbrush_color := { if font_white() then "white" else "black" } paintbrush_color := { if font_white() then "white" else "black" }
card_shape := { "flip" }
############################################################## Extra style ############################################################## Extra style
styling field: styling field:
type: choice type: choice
...@@ -90,7 +84,12 @@ styling field: ...@@ -90,7 +84,12 @@ styling field:
choice: short text only choice: short text only
choice: never choice: never
initial: never initial: never
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
use guild mana symbols: use guild mana symbols:
choice images: choice images:
...@@ -108,7 +107,6 @@ styling style: ...@@ -108,7 +107,6 @@ styling style:
always: /magic.mse-game/icons/center-all-text.png always: /magic.mse-game/icons/center-all-text.png
short text only: /magic.mse-game/icons/center-short-text.png short text only: /magic.mse-game/icons/center-short-text.png
never: /magic.mse-game/icons/center-no-text.png never: /magic.mse-game/icons/center-no-text.png
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -122,17 +120,16 @@ card style: ...@@ -122,17 +120,16 @@ card style:
right width: 17 right width: 17
top width: 17 top width: 17
bottom width: 18 bottom width: 18
z index: -1 z index: 4
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: 45 left: 45
...@@ -163,12 +160,13 @@ card style: ...@@ -163,12 +160,13 @@ card style:
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
padding top: 0 padding top: 0
z index: 2 z index: 1
card symbol: card symbol:
left: 30 left: 30
top : 27 top : 27
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
...@@ -202,17 +200,17 @@ card style: ...@@ -202,17 +200,17 @@ card style:
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
padding top: 0 padding top: 0
z index: 2 z index: 1
card symbol 2: card symbol 2:
right: 331 right: 331
bottom: 457 bottom: 457
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
angle: 180 angle: 180
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
############################# Image ############################# Image
image: image:
left: 49 left: 49
...@@ -221,7 +219,6 @@ card style: ...@@ -221,7 +219,6 @@ card style:
height: 245 height: 245
mask: imagemask.png mask: imagemask.png
z index: 1 z index: 1
############################# Card type ############################# Card type
type: type:
left: 126 left: 126
...@@ -266,7 +263,6 @@ card style: ...@@ -266,7 +263,6 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
#should the bottom textbox be the flipped or unflipped text? if flipped, reverse orientations of fields. #should the bottom textbox be the flipped or unflipped text? if flipped, reverse orientations of fields.
text: text:
...@@ -350,10 +346,9 @@ card style: ...@@ -350,10 +346,9 @@ card style:
alignment: middle center alignment: middle center
angle: 180 angle: 180
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
power: power:
z index: 4 z index: 2
left: 24 left: 24
top: 342 top: 342
width: 19 width: 19
...@@ -368,7 +363,7 @@ card style: ...@@ -368,7 +363,7 @@ card style:
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
toughness: toughness:
z index: 4 z index: 2
left: 24 left: 24
top: 393 top: 393
width: 19 width: 19
...@@ -383,7 +378,7 @@ card style: ...@@ -383,7 +378,7 @@ card style:
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
power 2: power 2:
z index: 4 z index: 2
right: 334 right: 334
bottom: 111 bottom: 111
width: 19 width: 19
...@@ -399,7 +394,7 @@ card style: ...@@ -399,7 +394,7 @@ card style:
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
toughness 2: toughness 2:
z index: 4 z index: 2
right: 334 right: 334
bottom: 58 bottom: 58
width: 19 width: 19
...@@ -414,7 +409,6 @@ card style: ...@@ -414,7 +409,6 @@ card style:
shadow color: rgb(0,0,0) shadow color: rgb(0,0,0)
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
right: 350 right: 350
...@@ -438,27 +432,31 @@ card style: ...@@ -438,27 +432,31 @@ card style:
name: MPlantin name: MPlantin
size: 7 size: 7
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt symbols name: pt symbols
script: "shieldsword" script: "shieldsword"
editable: false editable: false
save value: false
extra card field: extra card field:
type: choice type: choice
name: pt symbols 2 name: pt symbols 2
script: "shieldsword" script: "shieldsword"
save value: false
editable: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false editable: false
extra card field: extra card field:
type: choice type: choice
name: paintbrush name: paintbrush
script: paintbrush_color(card.card_color) script: paintbrush_color(card.card_color)
editable: false editable: false
choice: black save value: false
choice: white
extra card style: extra card style:
pt symbols: pt symbols:
left: 24 left: 24
...@@ -491,3 +489,12 @@ extra card style: ...@@ -491,3 +489,12 @@ extra card style:
choice images: choice images:
black: /magic-future-common.mse-include/paintbrush_black.png black: /magic-future-common.mse-include/paintbrush_black.png
white: /magic-future-common.mse-include/paintbrush_white.png white: /magic-future-common.mse-include/paintbrush_white.png
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
full name: FPM Planeswalkers full name: FPM Planeswalkers
short name: FPM 'Walkers short name: FPM 'Walkers
...@@ -6,7 +6,7 @@ installer group: magic/FirePenguinMaster/Planeswalker cards ...@@ -6,7 +6,7 @@ installer group: magic/FirePenguinMaster/Planeswalker cards
icon: card-sample.png icon: card-sample.png
position hint: 408 position hint: 408
version: 2008-09-04 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -23,12 +23,10 @@ depends on: ...@@ -23,12 +23,10 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
#Todo list: #Template by Pichoro
#Add purple and silver
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
green_template := { green_template := {
...@@ -67,6 +65,8 @@ init script: ...@@ -67,6 +65,8 @@ init script:
else "loyalty naught" else "loyalty naught"
} }
card_shape := { "planeswalker" }
############################################################## Set info fields ############################################################## Set info fields
############################################################## Extra style options ############################################################## Extra style options
styling field: styling field:
...@@ -116,6 +116,12 @@ styling field: ...@@ -116,6 +116,12 @@ styling field:
choice: short text only choice: short text only
choice: never choice: never
initial: never initial: never
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
green style: green style:
render style: both render style: both
...@@ -145,13 +151,13 @@ card style: ...@@ -145,13 +151,13 @@ card style:
right width: 17 right width: 17
top width: 17 top width: 17
bottom width: 18 bottom width: 18
z index: 2 z index: 4
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
...@@ -184,13 +190,14 @@ card style: ...@@ -184,13 +190,14 @@ card style:
scale down to: 18 scale down to: 18
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
z index: 2 z index: 1
padding top: 0 padding top: 0
card symbol: card symbol:
left: 30 left: 30
top : 27 top : 27
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
...@@ -209,7 +216,7 @@ card style: ...@@ -209,7 +216,7 @@ card style:
width: 220 width: 220
height: 20 height: 20
alignment: middle shrink-overflow alignment: middle shrink-overflow
z index: 2 z index: 1
padding top: 2 padding top: 2
font: font:
name: Matrix name: Matrix
...@@ -277,7 +284,7 @@ card style: ...@@ -277,7 +284,7 @@ card style:
############################# PT ############################# PT
############################# Loyalty ############################# Loyalty
loyalty: loyalty:
z index: 4 z index: 2
left: 30 left: 30
top: 295 top: 295
width: 13.16 width: 13.16
...@@ -289,7 +296,7 @@ card style: ...@@ -289,7 +296,7 @@ card style:
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
loyalty cost 1: loyalty cost 1:
z index: 4 z index: 2
left: 28 left: 28
top: 347 top: 347
width: 13.16 width: 13.16
...@@ -301,7 +308,7 @@ card style: ...@@ -301,7 +308,7 @@ card style:
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
loyalty cost 2: loyalty cost 2:
z index: 4 z index: 2
left: 28 left: 28
top: 396 top: 396
width: 13.16 width: 13.16
...@@ -313,7 +320,7 @@ card style: ...@@ -313,7 +320,7 @@ card style:
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
loyalty cost 3: loyalty cost 3:
z index: 4 z index: 2
left: 28 left: 28
top: 446 top: 446
width: 13.16 width: 13.16
...@@ -354,57 +361,61 @@ extra card field: ...@@ -354,57 +361,61 @@ extra card field:
name: loyalty box name: loyalty box
editable: false editable: false
choice: loyalty choice: loyalty
save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card field: extra card field:
type: choice type: choice
name: paintbrush name: paintbrush
script: paintbrush_color(card.card_color) script: paintbrush_color(card.card_color)
editable: false editable: false
choice: black save value: false
choice: white
extra card field: extra card field:
type: choice type: choice
name: loyalty box name: loyalty box
editable: false editable: false
choice: loyalty choice: loyalty
save value: false
extra card field: extra card field:
type: choice type: choice
name: loyalty cost box 1 name: loyalty cost box 1
editable: false editable: false
script: loyalty_image(card.loyalty_cost_1) script: loyalty_image(card.loyalty_cost_1)
choice: loyalty up save value: false
choice: loyalty down
choice: loyalty naught
extra card field: extra card field:
type: choice type: choice
name: loyalty cost box 2 name: loyalty cost box 2
editable: false editable: false
script: loyalty_image(card.loyalty_cost_2) script: loyalty_image(card.loyalty_cost_2)
choice: loyalty up save value: false
choice: loyalty down
choice: loyalty naught
extra card field: extra card field:
type: choice type: choice
name: loyalty cost box 3 name: loyalty cost box 3
editable: false editable: false
script: loyalty_image(card.loyalty_cost_3) script: loyalty_image(card.loyalty_cost_3)
choice: loyalty up save value: false
choice: loyalty down
choice: loyalty naught
extra card field: extra card field:
type: text type: text
name: colon 1 name: colon 1
editable: false editable: false
script: ":" script: ":"
save value: false
extra card field: extra card field:
type: text type: text
name: colon 2 name: colon 2
editable: false editable: false
script: ":" script: ":"
save value: false
extra card field: extra card field:
type: text type: text
name: colon 3 name: colon 3
editable: false editable: false
script: ":" script: ":"
save value: false
extra card style: extra card style:
paintbrush: paintbrush:
right: { 350 - card_style.illustrator.content_width } right: { 350 - card_style.illustrator.content_width }
...@@ -416,12 +427,20 @@ extra card style: ...@@ -416,12 +427,20 @@ extra card style:
choice images: choice images:
black: /magic-future-common.mse-include/paintbrush_black.png black: /magic-future-common.mse-include/paintbrush_black.png
white: /magic-future-common.mse-include/paintbrush_white.png white: /magic-future-common.mse-include/paintbrush_white.png
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
loyalty box: loyalty box:
left: 6 left: 6
top: 293 top: 293
width: 60 width: 60
height: 38 height: 38
z index: 3 z index: 1
render style: image render style: image
visible: { card.loyalty !="" } visible: { card.loyalty !="" }
choice images: choice images:
...@@ -431,7 +450,7 @@ extra card style: ...@@ -431,7 +450,7 @@ extra card style:
top: 345 top: 345
width: 42 width: 42
height: 40 height: 40
z index: 3 z index: 1
render style: image render style: image
visible: { card.loyalty_cost_1 !="" } visible: { card.loyalty_cost_1 !="" }
choice images: choice images:
...@@ -443,7 +462,7 @@ extra card style: ...@@ -443,7 +462,7 @@ extra card style:
top: 394 top: 394
width: 42 width: 42
height: 40 height: 40
z index: 3 z index: 1
render style: image render style: image
visible: { card.loyalty_cost_2 !="" } visible: { card.loyalty_cost_2 !="" }
choice images: choice images:
...@@ -455,7 +474,7 @@ extra card style: ...@@ -455,7 +474,7 @@ extra card style:
top: 444 top: 444
width: 42 width: 42
height: 40 height: 40
z index: 3 z index: 1
render style: image render style: image
visible: { card.loyalty_cost_3 !="" } visible: { card.loyalty_cost_3 !="" }
choice images: choice images:
...@@ -467,7 +486,7 @@ extra card style: ...@@ -467,7 +486,7 @@ extra card style:
top: 359 top: 359
width: 5 width: 5
height: 10 height: 10
z index: 4 z index: 1
font: font:
name: MPlantin name: MPlantin
size: 15 size: 15
...@@ -480,7 +499,7 @@ extra card style: ...@@ -480,7 +499,7 @@ extra card style:
top: 408 top: 408
width: 5 width: 5
height: 10 height: 10
z index: 4 z index: 1
font: font:
name: MPlantin name: MPlantin
size: 15 size: 15
...@@ -493,7 +512,7 @@ extra card style: ...@@ -493,7 +512,7 @@ extra card style:
top: 458 top: 458
width: 5 width: 5
height: 10 height: 10
z index: 4 z index: 1
font: font:
name: MPlantin name: MPlantin
size: 15 size: 15
...@@ -501,3 +520,4 @@ extra card style: ...@@ -501,3 +520,4 @@ extra card style:
color: rgb(0,0,0) color: rgb(0,0,0)
alignment: middle center alignment: middle center
visible: { card.loyalty_cost_3 !="" } visible: { card.loyalty_cost_3 !="" }
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
full name: FPM's Normal Magic full name: FPM's Normal Magic
short name: FPM Normal short name: FPM Normal
...@@ -6,7 +6,7 @@ installer group: magic/FirePenguinMaster/Normal cards ...@@ -6,7 +6,7 @@ installer group: magic/FirePenguinMaster/Normal cards
icon: card-sample.png icon: card-sample.png
position hint: 401 position hint: 401
version: 2008-08-07 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -23,16 +23,11 @@ depends on: ...@@ -23,16 +23,11 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
#Template by Art_Freak and Pichoro
#Todo list:
#Add purple and silver
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
green_template := { green_template := {
if input == "g" then ( if input == "g" then (
...@@ -64,7 +59,6 @@ init script: ...@@ -64,7 +59,6 @@ init script:
paintbrush_color := { if font_white() then "white" else "black" } paintbrush_color := { if font_white() then "white" else "black" }
############################################################## Extra style options ############################################################## Extra style options
styling field: styling field:
type: choice type: choice
name: cardname font name: cardname font
...@@ -112,7 +106,12 @@ styling field: ...@@ -112,7 +106,12 @@ styling field:
choice: short text only choice: short text only
choice: never choice: never
initial: never initial: never
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
green style: green style:
render style: both render style: both
...@@ -140,7 +139,6 @@ styling style: ...@@ -140,7 +139,6 @@ styling style:
always: /magic.mse-game/icons/center-all-text.png always: /magic.mse-game/icons/center-all-text.png
short text only: /magic.mse-game/icons/center-short-text.png short text only: /magic.mse-game/icons/center-short-text.png
never: /magic.mse-game/icons/center-no-text.png never: /magic.mse-game/icons/center-no-text.png
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -160,11 +158,10 @@ card style: ...@@ -160,11 +158,10 @@ card style:
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: 45 left: 45
...@@ -194,17 +191,17 @@ card style: ...@@ -194,17 +191,17 @@ card style:
scale down to: 18 scale down to: 18
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
z index: 2 z index: 1
padding top: 0 padding top: 0
card symbol: card symbol:
left: 30 left: 30
top : 27 top : 27
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
############################# Image ############################# Image
image: image:
left: 48 left: 48
...@@ -213,23 +210,20 @@ card style: ...@@ -213,23 +210,20 @@ card style:
height: 223 height: 223
mask: imagemask.png mask: imagemask.png
z index: 1 z index: 1
############################# Card type ############################# Card type
type: type:
left: 120 left: 120
top : 312 top : 312
width: 220 width: 220
height: 20 height: 20
alignment: middle shrink-overflow alignment: middle shrink-overflow
z index: 2 z index: 1
padding top: 2 padding top: 2
font: font:
name: Matrix name: Matrix
size: 10 size: 10
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
left: 70 left: 70
top : 302 top : 302
...@@ -246,7 +240,6 @@ card style: ...@@ -246,7 +240,6 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
text: text:
left: 61 left: 61
...@@ -279,7 +272,6 @@ card style: ...@@ -279,7 +272,6 @@ card style:
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9 line height soft: 0.9
watermark: watermark:
left: 127 left: 127
top : 340 top : 340
...@@ -289,10 +281,9 @@ card style: ...@@ -289,10 +281,9 @@ card style:
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
power: power:
z index: 4 z index: 2
left: 24 left: 24
top: 362 top: 362
width: 19 width: 19
...@@ -307,7 +298,7 @@ card style: ...@@ -307,7 +298,7 @@ card style:
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
toughness: toughness:
z index: 4 z index: 2
left: 24 left: 24
top: 415 top: 415
width: 19 width: 19
...@@ -321,10 +312,8 @@ card style: ...@@ -321,10 +312,8 @@ card style:
shadow color: rgb(0,0,0) shadow color: rgb(0,0,0)
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
############################# Card sorting / numbering ############################# Card sorting / numbering
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
right: 350 right: 350
top : 293 top : 293
...@@ -336,7 +325,6 @@ card style: ...@@ -336,7 +325,6 @@ card style:
name: MPlantin-Italic name: MPlantin-Italic
size: 8 size: 8
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
copyright line: copyright line:
left: 65 left: 65
top : 492 top : 492
...@@ -348,22 +336,25 @@ card style: ...@@ -348,22 +336,25 @@ card style:
name: MPlantin name: MPlantin
size: 7 size: 7
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt symbols name: pt symbols
script: "shieldsword" script: "shieldsword"
editable: false editable: false
save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card field: extra card field:
type: choice type: choice
name: paintbrush name: paintbrush
script: paintbrush_color(card.card_color) script: paintbrush_color(card.card_color)
editable: false editable: false
choice: black save value: false
choice: white
extra card style: extra card style:
pt symbols: pt symbols:
left: 25 left: 25
...@@ -385,3 +376,12 @@ extra card style: ...@@ -385,3 +376,12 @@ extra card style:
choice images: choice images:
black: /magic-future-common.mse-include/paintbrush_black.png black: /magic-future-common.mse-include/paintbrush_black.png
white: /magic-future-common.mse-include/paintbrush_white.png white: /magic-future-common.mse-include/paintbrush_white.png
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
full name: FPM's Promo Magic full name: FPM's Promo Magic
short name: FPM Promo short name: FPM Promo
...@@ -6,7 +6,7 @@ installer group: magic/FirePenguinMaster/Promotional ...@@ -6,7 +6,7 @@ installer group: magic/FirePenguinMaster/Promotional
icon: card-sample.png icon: card-sample.png
position hint: 404 position hint: 404
version: 2008-08-07 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -23,13 +23,11 @@ depends on: ...@@ -23,13 +23,11 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
#Template by Pichoro
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
green_template := { green_template := {
if input == "g" then ( if input == "g" then (
...@@ -112,7 +110,12 @@ styling field: ...@@ -112,7 +110,12 @@ styling field:
choice: short text only choice: short text only
choice: never choice: never
initial: never initial: never
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
green style: green style:
render style: both render style: both
...@@ -140,7 +143,6 @@ styling style: ...@@ -140,7 +143,6 @@ styling style:
always: /magic.mse-game/icons/center-all-text.png always: /magic.mse-game/icons/center-all-text.png
short text only: /magic.mse-game/icons/center-short-text.png short text only: /magic.mse-game/icons/center-short-text.png
never: /magic.mse-game/icons/center-no-text.png never: /magic.mse-game/icons/center-no-text.png
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -154,17 +156,16 @@ card style: ...@@ -154,17 +156,16 @@ card style:
right width: 18 right width: 18
top width: 18 top width: 18
bottom width: 18 bottom width: 18
z index: 4 z index: 5
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: 45 left: 45
...@@ -195,16 +196,16 @@ card style: ...@@ -195,16 +196,16 @@ card style:
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
padding top: 0 padding top: 0
z index: 2 z index: 1
card symbol: card symbol:
left: 30 left: 30
top : 27 top : 27
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
############################# Image ############################# Image
image: image:
left: 49 left: 49
...@@ -213,23 +214,20 @@ card style: ...@@ -213,23 +214,20 @@ card style:
height: 439 height: 439
mask: imagemask.png mask: imagemask.png
z index: 1 z index: 1
############################# Card type ############################# Card type
type: type:
left: 120 left: 120
top : 312 top : 312
width: 220 width: 220
height: 20 height: 20
alignment: top shrink-overflow alignment: top shrink-overflow
z index: 1 z index: 2
padding top: 2 padding top: 2
font: font:
name: Matrix name: Matrix
size: 10 size: 10
color: { styling.font_color } color: { styling.font_color }
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
############################# Text box ############################# Text box
text: text:
left: 61 left: 61
...@@ -254,7 +252,7 @@ card style: ...@@ -254,7 +252,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "middle center" then "middle center"
else "middle left" else "middle left"
z index: 2 z index: 3
padding left: 6 padding left: 6
padding top: 2 padding top: 2
padding right: 4 padding right: 4
...@@ -267,14 +265,13 @@ card style: ...@@ -267,14 +265,13 @@ card style:
top : 340 top : 340
width: 138 width: 138
height: 156 height: 156
z index: 1 z index: 2
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
power: power:
z index: 4 z index: 2
left: 24 left: 24
top: 361 top: 361
width: 19 width: 19
...@@ -288,9 +285,8 @@ card style: ...@@ -288,9 +285,8 @@ card style:
shadow color: rgb(0,0,0) shadow color: rgb(0,0,0)
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
toughness: toughness:
z index: 4 z index: 2
left: 25 left: 25
top: 418 top: 418
width: 19 width: 19
...@@ -304,52 +300,54 @@ card style: ...@@ -304,52 +300,54 @@ card style:
shadow color: rgb(0,0,0) shadow color: rgb(0,0,0)
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
right: 350 right: 350
top : 293 top : 293
width: { max(20, card_style.illustrator.content_width) + 5 } width: { max(20, card_style.illustrator.content_width) + 5 }
height: 16 height: 16
z index: 1 z index: 2
alignment: middle right alignment: middle right
font: font:
name: MPlantin-Italic name: MPlantin-Italic
size: 8 size: 8
color: { styling.font_color } color: { styling.font_color }
copyright line: copyright line:
left: 65 left: 65
top : 492 top : 492
width: 285 width: 285
height: 12 height: 12
z index: 1 z index: 2
alignment: bottom right alignment: bottom right
font: font:
name: MPlantin name: MPlantin
size: 7 size: 7
color: { styling.font_color } color: { styling.font_color }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt symbols name: pt symbols
script: "shieldsword" script: "shieldsword"
editable: false editable: false
save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card field: extra card field:
type: choice type: choice
name: black paintbrush name: black paintbrush
editable: false editable: false
choice: black choice: black
save value: false
extra card field: extra card field:
type: choice type: choice
name: white paintbrush name: white paintbrush
editable: false editable: false
choice: white choice: white
save value: false
extra card style: extra card style:
pt symbols: pt symbols:
left: 25 left: 25
...@@ -366,7 +364,7 @@ extra card style: ...@@ -366,7 +364,7 @@ extra card style:
top : 294 top : 294
width: 40 width: 40
height: 15 height: 15
z index: 1 z index: 2
render style: image render style: image
visible: { styling.font_color == "black" } visible: { styling.font_color == "black" }
choice images: choice images:
...@@ -376,8 +374,17 @@ extra card style: ...@@ -376,8 +374,17 @@ extra card style:
top : 294 top : 294
width: 40 width: 40
height: 15 height: 15
z index: 1 z index: 2
render style: image render style: image
visible: { styling.font_color == "white" } visible: { styling.font_color == "white" }
choice images: choice images:
white: /magic-future-common.mse-include/paintbrush_white.png white: /magic-future-common.mse-include/paintbrush_white.png
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 4
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
full name: FPM's Split Magic full name: FPM's Split Magic
short name: FPM Split short name: FPM Split
...@@ -6,7 +6,7 @@ installer group: magic/FirePenguinMaster/Split cards ...@@ -6,7 +6,7 @@ installer group: magic/FirePenguinMaster/Split cards
icon: card-sample.png icon: card-sample.png
position hint: 403 position hint: 403
version: 2008-08-07 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -23,19 +23,11 @@ depends on: ...@@ -23,19 +23,11 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 523 card width: 523
card height: 375 card height: 375
card dpi: 150 card dpi: 150
#Template by Pichoro
# Made by the forum members of the MSE2 Forums.
# Special thanks to Artfreakwiu who did the start and the bulk of the work,
# RoatheEternal for testing and graphics,
# BunnieRein (for finally making the casting cost work),
# FirePenguinMaster for making the frames to begin with,
# and Twanvl for making MSE2 to begin with.
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
green_template := { green_template := {
if input == "g" then ( if input == "g" then (
...@@ -116,7 +108,12 @@ styling field: ...@@ -116,7 +108,12 @@ styling field:
choice: short text only choice: short text only
choice: never choice: never
initial: never initial: never
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
green style: green style:
render style: both render style: both
...@@ -144,7 +141,6 @@ styling style: ...@@ -144,7 +141,6 @@ styling style:
always: /magic.mse-game/icons/center-all-text.png always: /magic.mse-game/icons/center-all-text.png
short text only: /magic.mse-game/icons/center-short-text.png short text only: /magic.mse-game/icons/center-short-text.png
never: /magic.mse-game/icons/center-no-text.png never: /magic.mse-game/icons/center-no-text.png
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -154,13 +150,13 @@ card style: ...@@ -154,13 +150,13 @@ card style:
width: 523 width: 523
height: 375 height: 375
radius: 18 radius: 18
z index: -3 z index: -1
card color: card color:
left: 18 left: 18
top: 18 top: 18
width: 235.49 width: 235.49
height: 338 height: 338
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
...@@ -169,11 +165,10 @@ card style: ...@@ -169,11 +165,10 @@ card style:
top: 18 top: 18
width: 235.49 width: 235.49
height: 338 height: 338
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: 37.39 left: 37.39
...@@ -219,7 +214,7 @@ card style: ...@@ -219,7 +214,7 @@ card style:
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
padding top: 0 padding top: 0
z index: 2 z index: 1
casting cost 2: casting cost 2:
left: 272.16 left: 272.16
top : 45 top : 45
...@@ -234,14 +229,14 @@ card style: ...@@ -234,14 +229,14 @@ card style:
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
padding top: 0 padding top: 0
z index: 2 z index: 1
card symbol: card symbol:
left: 22.78 left: 22.78
top : 22 top : 22
height: 13.85 height: 13.85
width: 9.7 width: 9.7
render style: image render style: image
z index: 2 z index: 1
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
card symbol 2: card symbol 2:
...@@ -250,10 +245,9 @@ card style: ...@@ -250,10 +245,9 @@ card style:
height: 13.85 height: 13.85
width: 9.7 width: 9.7
render style: image render style: image
z index: 2 z index: 1
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
############################# Image ############################# Image
image: image:
left: 39.25 left: 39.25
...@@ -269,7 +263,6 @@ card style: ...@@ -269,7 +263,6 @@ card style:
height: 154.45 height: 154.45
mask: imagemask.png mask: imagemask.png
z index: 1 z index: 1
############################# Card type ############################# Card type
type: type:
left: 90.11 left: 90.11
...@@ -329,7 +322,6 @@ card style: ...@@ -329,7 +322,6 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
text: text:
left: 49.25 left: 49.25
...@@ -411,10 +403,9 @@ card style: ...@@ -411,10 +403,9 @@ card style:
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
power: power:
z index: 4 z index: 2
left: 22.62 left: 22.62
top: 256 top: 256
width: 13.16 width: 13.16
...@@ -429,7 +420,7 @@ card style: ...@@ -429,7 +420,7 @@ card style:
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
power 2: power 2:
z index: 4 z index: 2
left: 276.11 left: 276.11
top: 256 top: 256
width: 13.16 width: 13.16
...@@ -444,7 +435,7 @@ card style: ...@@ -444,7 +435,7 @@ card style:
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
toughness: toughness:
z index: 4 z index: 2
left: 22.62 left: 22.62
top: 293 top: 293
width: 13.16 width: 13.16
...@@ -459,7 +450,7 @@ card style: ...@@ -459,7 +450,7 @@ card style:
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
toughness 2: toughness 2:
z index: 4 z index: 2
left: 276.11 left: 276.11
top: 293 top: 293
width: 13.16 width: 13.16
...@@ -473,7 +464,6 @@ card style: ...@@ -473,7 +464,6 @@ card style:
shadow color: rgb(0,0,0) shadow color: rgb(0,0,0)
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
right: 246.41 right: 246.41
...@@ -519,34 +509,37 @@ card style: ...@@ -519,34 +509,37 @@ card style:
name: MPlantin name: MPlantin
size: 4.85 size: 4.85
color: { font_color(card.card_color_2) } color: { font_color(card.card_color_2) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt symbols name: pt symbols
script: "shieldsword" script: "shieldsword"
editable: false editable: false
save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card field: extra card field:
type: choice type: choice
name: pt symbols 2 name: pt symbols 2
script: "shieldsword" script: "shieldsword"
save value: false
editable: false editable: false
extra card field: extra card field:
type: choice type: choice
name: paintbrush name: paintbrush
script: paintbrush_color(card.card_color) script: paintbrush_color(card.card_color)
editable: false editable: false
choice: black save value: false
choice: white
extra card field: extra card field:
type: choice type: choice
name: paintbrush 2 name: paintbrush 2
script: paintbrush_color(card.card_color_2) script: paintbrush_color(card.card_color_2)
editable: false editable: false
choice: black save value: false
choice: white
extra card style: extra card style:
pt symbols: pt symbols:
left: 23.32 left: 23.32
...@@ -588,3 +581,13 @@ extra card style: ...@@ -588,3 +581,13 @@ extra card style:
choice images: choice images:
black: /magic-future-common.mse-include/paintbrush_black.png black: /magic-future-common.mse-include/paintbrush_black.png
white: /magic-future-common.mse-include/paintbrush_white.png white: /magic-future-common.mse-include/paintbrush_white.png
foil layer:
right: 523
bottom: 0
width: 375
height: 523
z index: 3
angle: 90
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
full name: FPM's Token Magic full name: FPM's Token Magic
short name: FPM Token short name: FPM Token
...@@ -6,7 +6,7 @@ installer group: magic/FirePenguinMaster/Tokens ...@@ -6,7 +6,7 @@ installer group: magic/FirePenguinMaster/Tokens
icon: card-sample.png icon: card-sample.png
position hint: 407 position hint: 407
version: 2008-08-07 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -23,13 +23,11 @@ depends on: ...@@ -23,13 +23,11 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
#Template by Art_Freak and Pichoro
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
green_template := { green_template := {
if input == "g" then ( if input == "g" then (
...@@ -61,8 +59,11 @@ init script: ...@@ -61,8 +59,11 @@ init script:
paintbrush_color := { if font_white() then "white" else "black" } paintbrush_color := { if font_white() then "white" else "black" }
card_shape := { "token" } card_shape := {
if styling.token then "token"
else "normal"
}
############################################################## Extra style ############################################################## Extra style
styling field: styling field:
type: choice type: choice
...@@ -111,7 +112,17 @@ styling field: ...@@ -111,7 +112,17 @@ styling field:
choice: short text only choice: short text only
choice: never choice: never
initial: never initial: never
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling field:
type: boolean
name: token
description: Is this card a token?
initial: yes
styling style: styling style:
green style: green style:
render style: both render style: both
...@@ -139,7 +150,6 @@ styling style: ...@@ -139,7 +150,6 @@ styling style:
always: /magic.mse-game/icons/center-all-text.png always: /magic.mse-game/icons/center-all-text.png
short text only: /magic.mse-game/icons/center-short-text.png short text only: /magic.mse-game/icons/center-short-text.png
never: /magic.mse-game/icons/center-no-text.png never: /magic.mse-game/icons/center-no-text.png
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -153,17 +163,16 @@ card style: ...@@ -153,17 +163,16 @@ card style:
right width: 18 right width: 18
top width: 18 top width: 18
bottom width: 18 bottom width: 18
z index: 4 z index: 6
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: 45 left: 45
...@@ -194,16 +203,16 @@ card style: ...@@ -194,16 +203,16 @@ card style:
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
padding top: 0 padding top: 0
z index: 2 z index: 1
card symbol: card symbol:
left: 30 left: 30
top : 27 top : 27
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
############################# Image ############################# Image
image: image:
left: 49 left: 49
...@@ -212,9 +221,7 @@ card style: ...@@ -212,9 +221,7 @@ card style:
height: 439 height: 439
mask: imagemask.png mask: imagemask.png
z index: 1 z index: 1
############################# Card type ############################# Card type
type: type:
left: 110 left: 110
top : 479 top : 479
...@@ -228,7 +235,6 @@ card style: ...@@ -228,7 +235,6 @@ card style:
size: 10 size: 10
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
left: { if to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" then 70 else 21 } left: { if to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" then 70 else 21 }
top : { if to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" then 468 else 471 } top : { if to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" then 468 else 471 }
...@@ -245,7 +251,6 @@ card style: ...@@ -245,7 +251,6 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
text: text:
left: 56 left: 56
...@@ -270,7 +275,7 @@ card style: ...@@ -270,7 +275,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "middle center" then "middle center"
else "middle left" else "middle left"
z index: 3 z index: 4
padding left: 6 padding left: 6
padding top: 2 padding top: 2
padding right: 4 padding right: 4
...@@ -288,10 +293,9 @@ card style: ...@@ -288,10 +293,9 @@ card style:
alignment: middle center alignment: middle center
visible: { card.rule_text != "" and card.flavor_text != "" } visible: { card.rule_text != "" and card.flavor_text != "" }
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
power: power:
z index: 4 z index: 2
left: 24 left: 24
top: 361 top: 361
width: 19 width: 19
...@@ -305,9 +309,8 @@ card style: ...@@ -305,9 +309,8 @@ card style:
shadow color: rgb(0,0,0) shadow color: rgb(0,0,0)
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
toughness: toughness:
z index: 4 z index: 2
left: 25 left: 25
top: 418 top: 418
width: 19 width: 19
...@@ -321,9 +324,7 @@ card style: ...@@ -321,9 +324,7 @@ card style:
shadow color: rgb(0,0,0) shadow color: rgb(0,0,0)
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
right: 350 right: 350
top : 461 top : 461
...@@ -335,7 +336,6 @@ card style: ...@@ -335,7 +336,6 @@ card style:
name: MPlantin-Italic name: MPlantin-Italic
size: 8 size: 8
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
copyright line: copyright line:
left: 65 left: 65
top : 494 top : 494
...@@ -347,37 +347,37 @@ card style: ...@@ -347,37 +347,37 @@ card style:
name: MPlantin name: MPlantin
size: 7 size: 7
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt symbols name: pt symbols
script: "shieldsword" script: "shieldsword"
editable: false editable: false
save value: false
extra card field: extra card field:
type: choice type: choice
name: textbox name: textbox
script: card.card_color script: card.card_color
show statistics: false
editable: false editable: false
save value: false save value: false
extra card field: extra card field:
type: choice type: choice
name: typeline name: typeline
script: card.card_color script: card.card_color
show statistics: false
editable: false editable: false
save value: false save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card field: extra card field:
type: choice type: choice
name: paintbrush name: paintbrush
script: paintbrush_color(card.card_color) script: paintbrush_color(card.card_color)
editable: false editable: false
choice: black save value: false
choice: white
extra card style: extra card style:
pt symbols: pt symbols:
left: 25 left: 25
...@@ -421,3 +421,12 @@ extra card style: ...@@ -421,3 +421,12 @@ extra card style:
choice images: choice images:
black: /magic-future-common.mse-include/paintbrush_black.png black: /magic-future-common.mse-include/paintbrush_black.png
white: /magic-future-common.mse-include/paintbrush_white.png white: /magic-future-common.mse-include/paintbrush_white.png
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 5
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
This diff is collapsed.
...@@ -6,7 +6,7 @@ installer group: magic/Future/Textless cards ...@@ -6,7 +6,7 @@ installer group: magic/Future/Textless cards
icon: card-sample.png icon: card-sample.png
position hint: 055 position hint: 055
version: 2009-01-10 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -17,15 +17,12 @@ depends on: ...@@ -17,15 +17,12 @@ depends on:
package: magic-mana-future.mse-symbol-font package: magic-mana-future.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
#By: Pichoro #By: Pichoro
#Images by Spiderboy4, Buttock1234, and Artfreakwiu #Images by Spiderboy4, Buttock1234, and Artfreakwiu
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
...@@ -90,7 +87,6 @@ set info style: ...@@ -90,7 +87,6 @@ set info style:
fill type: solid fill type: solid
fill color: rgb(255,255,255) fill color: rgb(255,255,255)
border color: rgb(0,0,0) border color: rgb(0,0,0)
############################################################## Extra style options ############################################################## Extra style options
styling field: styling field:
type: boolean type: boolean
...@@ -115,7 +111,12 @@ styling field: ...@@ -115,7 +111,12 @@ styling field:
name: inverted common symbol name: inverted common symbol
description: Should the common rarity symbol be inverted, like in Coldsnap? description: Should the common rarity symbol be inverted, like in Coldsnap?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
use guild mana symbols: use guild mana symbols:
choice images: choice images:
...@@ -125,7 +126,6 @@ styling style: ...@@ -125,7 +126,6 @@ styling style:
choice images: choice images:
no: { symbol_variation(symbol: set.symbol, variation: "common") } no: { symbol_variation(symbol: set.symbol, variation: "common") }
yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") } yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") }
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -140,17 +140,16 @@ card style: ...@@ -140,17 +140,16 @@ card style:
top width: 17 top width: 17
bottom width: 18 bottom width: 18
mask: bordermask.png mask: bordermask.png
z index: 2 z index: 4
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: { if card.card_symbol=="none" then 73 else 88 } left: { if card.card_symbol=="none" then 73 else 88 }
...@@ -205,7 +204,7 @@ card style: ...@@ -205,7 +204,7 @@ card style:
top : 35 top : 35
height: 20 height: 20
width: 14 width: 14
z index: 2 z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
...@@ -214,7 +213,7 @@ card style: ...@@ -214,7 +213,7 @@ card style:
top: 25 top: 25
width: 21 width: 21
height: 20 height: 20
z index: 2 z index: 1
render style: image render style: image
choice images: choice images:
artifact: { "/magic-future-common.mse-include/artifact_" + typesymbol_color(value) + ".png" } artifact: { "/magic-future-common.mse-include/artifact_" + typesymbol_color(value) + ".png" }
...@@ -225,16 +224,14 @@ card style: ...@@ -225,16 +224,14 @@ card style:
multitype: { "/magic-future-common.mse-include/multitype_" + typesymbol_color(value) + ".png" } multitype: { "/magic-future-common.mse-include/multitype_" + typesymbol_color(value) + ".png" }
sorcery: { "/magic-future-common.mse-include/sorcery_" + typesymbol_color(value) + ".png" } sorcery: { "/magic-future-common.mse-include/sorcery_" + typesymbol_color(value) + ".png" }
planeswalker: { "/magic-future-common.mse-include/planeswalker_" + typesymbol_color(value) + ".png" } planeswalker: { "/magic-future-common.mse-include/planeswalker_" + typesymbol_color(value) + ".png" }
############################# Image ############################# Image
image: image:
left: 37 left: 37
top: 46 top: 46
width: 322 width: 322
height: 418 height: 418
z index: 0 z index: 1
mask: mask_image.png mask: mask_image.png
############################# Card type ############################# Card type
type: type:
left: 49 left: 49
...@@ -291,10 +288,9 @@ card style: ...@@ -291,10 +288,9 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 2
left: 287 left: 287
top: 467 top: 467
width: 60 width: 60
...@@ -326,13 +322,12 @@ card style: ...@@ -326,13 +322,12 @@ card style:
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
############################# Card sorting / numbering ############################# Card sorting / numbering
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
right: { if card.pt != "" then 281 else 341 } right: { if card.pt != "" then 281 else 341 }
top : 478 top : 478
left: 30 left: 30
height: 16 height: 16
z index: 2 z index: 1
alignment: middle right alignment: middle right
font: font:
name: Matrix name: Matrix
...@@ -344,13 +339,12 @@ card style: ...@@ -344,13 +339,12 @@ card style:
contains(card.card_color, match:"multicolor") or contains(card.card_color, match:"multicolor") or
contains(card.card_color, match:"white") then rgb(0,0,0) contains(card.card_color, match:"white") then rgb(0,0,0)
else rgb(255,255,255) else rgb(255,255,255)
copyright line: copyright line:
left: 30 left: 30
top : 491 top : 491
right: { if card.pt != "" then 281 else 341 } right: { if card.pt != "" then 281 else 341 }
height: 12 height: 12
z index: 2 z index: 1
alignment: bottom right alignment: bottom right
font: font:
name: MPlantin name: MPlantin
...@@ -362,20 +356,24 @@ card style: ...@@ -362,20 +356,24 @@ card style:
contains(card.card_color, match:"multicolor") or contains(card.card_color, match:"multicolor") or
contains(card.card_color, match:"white") then rgb(0,0,0) contains(card.card_color, match:"white") then rgb(0,0,0)
else rgb(255,255,255) else rgb(255,255,255)
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt box name: pt box
script: card.card_color script: card.card_color
editable: false editable: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card field: extra card field:
type: choice type: choice
name: paintbrush name: paintbrush
script: paintbrush_font(value) script: paintbrush_font(value)
editable: false editable: false
choice: black save value: false
choice: white
extra card style: extra card style:
pt box: pt box:
right: 357 right: 357
...@@ -392,8 +390,16 @@ extra card style: ...@@ -392,8 +390,16 @@ extra card style:
top : 479 top : 479
width: 40 width: 40
height: 15 height: 15
z index: 2 z index: 1
render style: image render style: image
choice images: choice images:
black: /magic-future-common.mse-include/paintbrush_black.png black: /magic-future-common.mse-include/paintbrush_black.png
white: /magic-future-common.mse-include/paintbrush_white.png white: /magic-future-common.mse-include/paintbrush_white.png
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
...@@ -6,7 +6,7 @@ installer group: magic/Future/Normal cards ...@@ -6,7 +6,7 @@ installer group: magic/Future/Normal cards
icon: card-sample.png icon: card-sample.png
position hint: 051 position hint: 051
version: 2009-01-18 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -16,9 +16,6 @@ depends on: ...@@ -16,9 +16,6 @@ depends on:
depends on: depends on:
package: magic-future-common.mse-include package: magic-future-common.mse-include
version: 2008-05-21 version: 2008-05-21
depends on:
package: magic-mana-large.mse-symbol-font
version: 2007-09-23
depends on: depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
...@@ -26,15 +23,12 @@ depends on: ...@@ -26,15 +23,12 @@ depends on:
package: magic-mana-future.mse-symbol-font package: magic-mana-future.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
#By: Pichoro #By: Pichoro
#Images by Spiderboy4, Buttock1234, and Artfreakwiu #Images by Spiderboy4, Buttock1234, and Artfreakwiu
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
...@@ -130,7 +124,6 @@ set info style: ...@@ -130,7 +124,6 @@ set info style:
fill type: solid fill type: solid
fill color: rgb(255,255,255) fill color: rgb(255,255,255)
border color: rgb(0,0,0) border color: rgb(0,0,0)
############################################################## Extra style options ############################################################## Extra style options
styling field: styling field:
type: boolean type: boolean
...@@ -171,12 +164,17 @@ styling field: ...@@ -171,12 +164,17 @@ styling field:
choice: short text only choice: short text only
choice: never choice: never
initial: never initial: never
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling field: styling field:
type: boolean type: boolean
name: inverted common symbol name: inverted common symbol
description: Should the common rarity symbol be inverted, like in Coldsnap? description: Should the common rarity symbol be inverted, like in Coldsnap?
initial: no initial: no
styling style: styling style:
use guild mana symbols: use guild mana symbols:
choice images: choice images:
...@@ -185,9 +183,9 @@ styling style: ...@@ -185,9 +183,9 @@ styling style:
tap symbol: tap symbol:
render style: both render style: both
choice images: choice images:
modern: /magic-mana-large.mse-symbol-font/mana_t.png modern: /magic-mana-small.mse-symbol-font/mana_t.png
old: /magic-mana-large.mse-symbol-font/mana_t_old.png old: /magic-mana-small.mse-symbol-font/mana_t_old.png
diagonal T: /magic-mana-large.mse-symbol-font/mana_t_older.png diagonal T: /magic-mana-small.mse-symbol-font/mana_t_older.png
center text: center text:
render style: both render style: both
choice images: choice images:
...@@ -198,7 +196,6 @@ styling style: ...@@ -198,7 +196,6 @@ styling style:
choice images: choice images:
no: { symbol_variation(symbol: set.symbol, variation: "common") } no: { symbol_variation(symbol: set.symbol, variation: "common") }
yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") } yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") }
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -213,17 +210,16 @@ card style: ...@@ -213,17 +210,16 @@ card style:
top width: 17 top width: 17
bottom width: 18 bottom width: 18
mask: bordermask.png mask: bordermask.png
z index: 2 z index: 8
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: { if card.card_symbol=="none" then 73 else 88 } left: { if card.card_symbol=="none" then 73 else 88 }
...@@ -232,7 +228,7 @@ card style: ...@@ -232,7 +228,7 @@ card style:
height: 26 height: 26
alignment: middle shrink-overflow alignment: middle shrink-overflow
padding bottom: 0 padding bottom: 0
z index: 4 z index: 5
font: font:
name: Matrix name: Matrix
size: 18 size: 18
...@@ -270,7 +266,7 @@ card style: ...@@ -270,7 +266,7 @@ card style:
scale down to: 22 scale down to: 22
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
z index: 3 z index: 5
padding top: 0 padding top: 0
mask: costmask.png mask: costmask.png
card symbol: card symbol:
...@@ -278,7 +274,7 @@ card style: ...@@ -278,7 +274,7 @@ card style:
top : 31 top : 31
height: 20 height: 20
width: 14 width: 14
z index: 4 z index: 5
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
...@@ -287,7 +283,7 @@ card style: ...@@ -287,7 +283,7 @@ card style:
top: 24 top: 24
width: 21 width: 21
height: 20 height: 20
z index: 4 z index: 5
render style: image render style: image
choice images: choice images:
artifact: { "/magic-future-common.mse-include/artifact_" + typesymbol_color(value) + ".png" } artifact: { "/magic-future-common.mse-include/artifact_" + typesymbol_color(value) + ".png" }
...@@ -298,16 +294,14 @@ card style: ...@@ -298,16 +294,14 @@ card style:
multitype: { "/magic-future-common.mse-include/multitype_" + typesymbol_color(value) + ".png" } multitype: { "/magic-future-common.mse-include/multitype_" + typesymbol_color(value) + ".png" }
sorcery: { "/magic-future-common.mse-include/sorcery_" + typesymbol_color(value) + ".png" } sorcery: { "/magic-future-common.mse-include/sorcery_" + typesymbol_color(value) + ".png" }
planeswalker: { "/magic-future-common.mse-include/planeswalker_" + typesymbol_color(value) + ".png" } planeswalker: { "/magic-future-common.mse-include/planeswalker_" + typesymbol_color(value) + ".png" }
############################# Image ############################# Image
image: image:
left: 32 left: 32
top: 44 top: 44
width: 327 width: 327
height: 310 height: 310
z index: 0 z index: 1
mask: mask_image.png mask: mask_image.png
############################# Card type ############################# Card type
type: type:
left: 49 left: 49
...@@ -315,7 +309,7 @@ card style: ...@@ -315,7 +309,7 @@ card style:
width: { 300 - max(21,card_style.rarity.content_width) } width: { 300 - max(21,card_style.rarity.content_width) }
height: 20 height: 20
alignment: middle shrink-overflow alignment: middle shrink-overflow
z index: 3 z index: 5
padding top: 2 padding top: 2
font: font:
name: Matrix name: Matrix
...@@ -347,7 +341,7 @@ card style: ...@@ -347,7 +341,7 @@ card style:
top : 302 top : 302
width: 22 width: 22
height: 22 height: 22
z index: 3 z index: 5
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -364,7 +358,6 @@ card style: ...@@ -364,7 +358,6 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
text: text:
left: 36 left: 36
...@@ -393,7 +386,7 @@ card style: ...@@ -393,7 +386,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "middle center" then "middle center"
else "middle left" else "middle left"
z index: 3 z index: 5
padding left: 6 padding left: 6
padding top: 2 padding top: 2
padding right: 4 padding right: 4
...@@ -406,14 +399,13 @@ card style: ...@@ -406,14 +399,13 @@ card style:
top : 321 top : 321
width: 132 width: 132
height: 152 height: 152
z index: 2 z index: 4
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 6
left: 287 left: 287
top: 469 top: 469
width: 60 width: 60
...@@ -445,13 +437,12 @@ card style: ...@@ -445,13 +437,12 @@ card style:
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
############################# Card sorting / numbering ############################# Card sorting / numbering
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
right: { if card.pt != "" then 275 else 338 } right: { if card.pt != "" then 275 else 338 }
top : 475 top : 475
left: 30 left: 30
height: 16 height: 16
z index: 2 z index: 1
alignment: middle right alignment: middle right
font: font:
name: Matrix name: Matrix
...@@ -469,7 +460,7 @@ card style: ...@@ -469,7 +460,7 @@ card style:
top : 488 top : 488
right: { if card.pt != "" then 275 else 338 } right: { if card.pt != "" then 275 else 338 }
height: 12 height: 12
z index: 2 z index: 1
alignment: bottom right alignment: bottom right
font: font:
name: MPlantin name: MPlantin
...@@ -500,13 +491,24 @@ extra card field: ...@@ -500,13 +491,24 @@ extra card field:
script: card.card_color script: card.card_color
editable: false editable: false
save value: false save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card field: extra card field:
type: choice type: choice
name: paintbrush name: paintbrush
script: paintbrush_color(value) script: paintbrush_color(value)
editable: false editable: false
choice: black save value: false
choice: white
extra card style: extra card style:
textbox: textbox:
left: 23 left: 23
...@@ -516,7 +518,7 @@ extra card style: ...@@ -516,7 +518,7 @@ extra card style:
render style: image render style: image
popup style: in place popup style: in place
image: { card_textbox() } image: { card_textbox() }
z index: 1 z index: 2
typeline: typeline:
left: 18 left: 18
top: 17 top: 17
...@@ -525,13 +527,13 @@ extra card style: ...@@ -525,13 +527,13 @@ extra card style:
render style: image render style: image
popup style: in place popup style: in place
image: { card_typeline() } image: { card_typeline() }
z index: 2 z index: 3
pt box: pt box:
left: 285 left: 285
top: 452 top: 452
width: 70 width: 70
height: 52 height: 52
z index: 3 z index: 4
visible: { card.pt != "" } visible: { card.pt != "" }
render style: image render style: image
image: { card_ptbox() } image: { card_ptbox() }
...@@ -540,9 +542,17 @@ extra card style: ...@@ -540,9 +542,17 @@ extra card style:
top : 476 top : 476
width: 40 width: 40
height: 15 height: 15
z index: 2 z index: 1
render style: image render style: image
visible: { card.illustrator != "" } visible: { card.illustrator != "" }
choice images: choice images:
black: /magic-future-common.mse-include/paintbrush_black.png black: /magic-future-common.mse-include/paintbrush_black.png
white: /magic-future-common.mse-include/paintbrush_white.png white: /magic-future-common.mse-include/paintbrush_white.png
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 7
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
short name: Flip Cards short name: Flip Cards
full name: Modern flip cards full name: Modern flip cards
...@@ -6,7 +6,7 @@ installer group: magic/new style/flip cards ...@@ -6,7 +6,7 @@ installer group: magic/new style/flip cards
icon: card-sample.png icon: card-sample.png
position hint: 002 position hint: 002
version: 2008-11-27 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -23,17 +23,13 @@ depends on: ...@@ -23,17 +23,13 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 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 Improvements by Pichor
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
# Load scripts for image box # Load scripts for image box
include file: /magic-default-image.mse-include/scripts include file: /magic-default-image.mse-include/scripts
...@@ -61,6 +57,7 @@ init script: ...@@ -61,6 +57,7 @@ init script:
} }
# Use guild mana symbols? # Use guild mana symbols?
guild_mana := { styling.use_guild_mana_symbols } guild_mana := { styling.use_guild_mana_symbols }
card_shape := {"flip"}
############################################################## Set info fields ############################################################## Set info fields
set info style: set info style:
...@@ -72,7 +69,6 @@ set info style: ...@@ -72,7 +69,6 @@ set info style:
fill color: rgb(255,255,255) fill color: rgb(255,255,255)
border color: rgb(0,0,0) border color: rgb(0,0,0)
############################################################## Extra style options ############################################################## Extra style options
styling field: styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
...@@ -112,7 +108,12 @@ styling field: ...@@ -112,7 +108,12 @@ styling field:
name: inverted common symbol name: inverted common symbol
description: Should the common rarity symbol be inverted, like in Coldsnap? description: Should the common rarity symbol be inverted, like in Coldsnap?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
use guild mana symbols: use guild mana symbols:
choice images: choice images:
...@@ -134,7 +135,6 @@ styling style: ...@@ -134,7 +135,6 @@ styling style:
choice images: choice images:
no: { symbol_variation(symbol: set.symbol, variation: "common") } no: { symbol_variation(symbol: set.symbol, variation: "common") }
yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") } yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") }
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -148,17 +148,16 @@ card style: ...@@ -148,17 +148,16 @@ card style:
right width: 17 right width: 17
top width: 17 top width: 17
bottom width: 18 bottom width: 18
z index: -1 z index: 4
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: {if card.card_symbol=="none" then 32 else 51} left: {if card.card_symbol=="none" then 32 else 51}
...@@ -173,7 +172,6 @@ card style: ...@@ -173,7 +172,6 @@ card style:
size: 17 size: 17
weight: bold weight: bold
color: rgb(0,0,0) color: rgb(0,0,0)
name 2: name 2:
left: 343 left: 343
bottom: 454 bottom: 454
...@@ -188,7 +186,6 @@ card style: ...@@ -188,7 +186,6 @@ card style:
size: 17 size: 17
weight: bold weight: bold
color: rgb(0,0,0) color: rgb(0,0,0)
casting cost: casting cost:
right: 343 right: 343
top : 31 top : 31
...@@ -216,27 +213,24 @@ card style: ...@@ -216,27 +213,24 @@ card style:
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
card symbol: card symbol:
left: {if card.card_symbol=="none" then 20 else 32} left: {if card.card_symbol=="none" then 20 else 32}
top : 31 top : 31
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
############################# Image ############################# Image
image: image:
left: 32 left: 32
top: 162 top: 162
width: 311 width: 311
height: 182 height: 182
z index: 10 z index: 1
default: {default_image(card.card_color)} default: {default_image(card.card_color)}
############################# Card type ############################# Card type
type: type:
left: 33 left: 33
top : 134 top : 134
...@@ -249,7 +243,6 @@ card style: ...@@ -249,7 +243,6 @@ card style:
size: 14 size: 14
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
type 2: type 2:
right: { if card.pt_2 != "" then 86 else 34 } right: { if card.pt_2 != "" then 86 else 34 }
bottom: 353 bottom: 353
...@@ -263,7 +256,6 @@ card style: ...@@ -263,7 +256,6 @@ card style:
size: 14 size: 14
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
left: 309 left: 309
top : 482 top : 482
...@@ -286,7 +278,6 @@ card style: ...@@ -286,7 +278,6 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
text: text:
left: 33 left: 33
...@@ -319,7 +310,6 @@ card style: ...@@ -319,7 +310,6 @@ card style:
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9 line height soft: 0.9
text 2: text 2:
right: 32 right: 32
bottom: 380 bottom: 380
...@@ -371,10 +361,9 @@ card style: ...@@ -371,10 +361,9 @@ card style:
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 2
left: 290 left: 290
top: 130 top: 130
width: 60 width: 60
...@@ -386,9 +375,8 @@ card style: ...@@ -386,9 +375,8 @@ card style:
weight: bold weight: bold
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
pt 2: pt 2:
z index: 4 z index: 2
right: 24 right: 24
bottom: 349 bottom: 349
width: 60 width: 60
...@@ -401,10 +389,8 @@ card style: ...@@ -401,10 +389,8 @@ card style:
weight: bold weight: bold
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
############################# Card sorting / numbering ############################# Card sorting / numbering
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
left: 58 left: 58
top : 479 top : 479
...@@ -415,7 +401,6 @@ card style: ...@@ -415,7 +401,6 @@ card style:
name: Matrix name: Matrix
size: 10 size: 10
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
copyright line: copyright line:
left: 26 left: 26
top : 493 top : 493
...@@ -426,20 +411,25 @@ card style: ...@@ -426,20 +411,25 @@ card style:
name: MPlantin name: MPlantin
size: 6.5 size: 6.5
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt box name: pt box
script: card.card_color script: card.card_color
editable: false editable: false
save value: false
extra card field: extra card field:
type: choice type: choice
name: pt box 2 name: pt box 2
script: card.card_color script: card.card_color
save value: false
editable: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false editable: false
extra card style: extra card style:
pt box: pt box:
left: 285 left: 285
...@@ -451,14 +441,26 @@ extra card style: ...@@ -451,14 +441,26 @@ extra card style:
render style: image render style: image
mask: mask_pt.png mask: mask_pt.png
image: { flip_ptbox() } image: { flip_ptbox() }
pt box 2: pt box 2:
left: 18 left: 18
top: 342 top: 342
width: 70 width: 70
height: 38 height: 38
z index: 2 z index: 1
visible: { card.pt_2 != "" } visible: { card.pt_2 != "" }
render style: image render style: image
mask: mask_pt2.png mask: mask_pt2.png
image: { flip_ptbox2() } image: { flip_ptbox2() }
image: { card_ptbox() }
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
short name: Walkers short name: Walkers
full name: Modern Planeswalkers full name: Modern Planeswalkers
...@@ -6,13 +6,10 @@ installer group: magic/new style/planeswalkers ...@@ -6,13 +6,10 @@ installer group: magic/new style/planeswalkers
icon: card-sample.png icon: card-sample.png
position hint: 008 position hint: 008
version: 2008-11-27 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
depends on:
package: magic-default-image.mse-include
version: 2007-09-23
depends on: depends on:
package: magic-future-common.mse-include package: magic-future-common.mse-include
version: 2007-09-23 version: 2007-09-23
...@@ -26,21 +23,13 @@ depends on: ...@@ -26,21 +23,13 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
#Images by Artfreakwiu, Buttock1234, and Twanvl
#Code by Pichoro #Code by Pichoro
#Todo: update images after lorwyn release to feature proper frames rather than guesses. #Images by Artfreakwiu, Buttock1234, and Twanvl
#Todo: add textures to namebox and type/rarity box.
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
# Load scripts for image box
include file: /magic-default-image.mse-include/scripts
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
...@@ -70,6 +59,8 @@ init script: ...@@ -70,6 +59,8 @@ init script:
else if contains(input, match: "-") then "loyalty down" else if contains(input, match: "-") then "loyalty down"
else "loyalty naught" else "loyalty naught"
} }
card_shape := {"planeswalker"}
############################################################## Set info fields ############################################################## Set info fields
set info style: set info style:
...@@ -80,9 +71,7 @@ set info style: ...@@ -80,9 +71,7 @@ set info style:
fill type: solid fill type: solid
fill color: rgb(255,255,255) fill color: rgb(255,255,255)
border color: rgb(0,0,0) border color: rgb(0,0,0)
############################################################## Extra style options ############################################################## Extra style options
styling field: styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
...@@ -118,7 +107,12 @@ styling field: ...@@ -118,7 +107,12 @@ styling field:
name: inverted common symbol name: inverted common symbol
description: Should the common rarity symbol be inverted, like in Coldsnap? description: Should the common rarity symbol be inverted, like in Coldsnap?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
use guild mana symbols: use guild mana symbols:
choice images: choice images:
...@@ -140,7 +134,6 @@ styling style: ...@@ -140,7 +134,6 @@ styling style:
choice images: choice images:
no: { symbol_variation(symbol: set.symbol, variation: "common") } no: { symbol_variation(symbol: set.symbol, variation: "common") }
yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") } yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") }
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -155,17 +148,16 @@ card style: ...@@ -155,17 +148,16 @@ card style:
top width: 17 top width: 17
bottom width: 18 bottom width: 18
mask: border_mask.png mask: border_mask.png
z index: -1 z index: 5
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: { if card.card_symbol=="none" then 32 else 51 } left: { if card.card_symbol=="none" then 32 else 51 }
...@@ -198,10 +190,10 @@ card style: ...@@ -198,10 +190,10 @@ card style:
top : 25 top : 25
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
############################# Image ############################# Image
image: image:
left: 28 left: 28
...@@ -210,9 +202,7 @@ card style: ...@@ -210,9 +202,7 @@ card style:
height: 426 height: 426
z index: 1 z index: 1
mask: image_mask.png mask: image_mask.png
############################# Card type ############################# Card type
type: type:
left: 36 left: 36
top : 307 top : 307
...@@ -226,13 +216,12 @@ card style: ...@@ -226,13 +216,12 @@ card style:
size: 14 size: 14
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
right: 342 right: 342
top : 308 top : 308
width: 42 width: 42
height: 21 height: 21
z index: 1 z index: 2
render style: image render style: image
alignment: middle right alignment: middle right
choice images: choice images:
...@@ -249,7 +238,6 @@ card style: ...@@ -249,7 +238,6 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
text: text:
left: 66 left: 66
...@@ -275,7 +263,7 @@ card style: ...@@ -275,7 +263,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "middle center" then "middle center"
else "middle left" else "middle left"
z index: 2 z index: 3
mask: text_mask.png mask: text_mask.png
padding left: 6 padding left: 6
padding right: 4 padding right: 4
...@@ -285,20 +273,18 @@ card style: ...@@ -285,20 +273,18 @@ card style:
line height soft: 0.9 line height soft: 0.9
line height hard max: 1.3 line height hard max: 1.3
line height line max: 1.6 line height line max: 1.6
watermark: watermark:
left: 117 left: 117
top : 331 top : 331
width: 138 width: 138
height: 150 height: 150
z index: 1 z index: 2
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# Loyalty ############################# Loyalty
loyalty: loyalty:
z index: 4 z index: 3
left: 326 left: 326
top: 467 top: 467
width: 13.16 width: 13.16
...@@ -310,7 +296,7 @@ card style: ...@@ -310,7 +296,7 @@ card style:
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
loyalty cost 1: loyalty cost 1:
z index: 4 z index: 3
left: 32 left: 32
top: 342 top: 342
width: 13.16 width: 13.16
...@@ -322,7 +308,7 @@ card style: ...@@ -322,7 +308,7 @@ card style:
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
loyalty cost 2: loyalty cost 2:
z index: 4 z index: 3
left: 32 left: 32
top: 390 top: 390
width: 13.16 width: 13.16
...@@ -334,7 +320,7 @@ card style: ...@@ -334,7 +320,7 @@ card style:
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
loyalty cost 3: loyalty cost 3:
z index: 4 z index: 3
left: 32 left: 32
top: 436 top: 436
width: 13.16 width: 13.16
...@@ -347,91 +333,91 @@ card style: ...@@ -347,91 +333,91 @@ card style:
color: rgb(255,255,255) color: rgb(255,255,255)
############################# Card sorting / numbering ############################# Card sorting / numbering
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
left: 63 left: 63
bottom : 500 bottom : 500
width: 287 width: 287
height: 16 height: 16
z index: 1 z index: 6
alignment: middle center alignment: middle center
font: font:
name: Matrix name: Matrix
size: 10 size: 10
weight: bold weight: bold
color: { paintbrush_color() } color: { paintbrush_color() }
copyright line: copyright line:
left: 43 left: 43
top : 497 top : 497
width: 287 width: 287
height: 12 height: 12
z index: 1 z index: 6
alignment: middle center alignment: middle center
font: font:
name: MPlantin name: MPlantin
size: 7 size: 7
color: { paintbrush_color() } color: { paintbrush_color() }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: loyalty box name: loyalty box
editable: false editable: false
choice: loyalty choice: loyalty
save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card field: extra card field:
type: choice type: choice
name: loyalty cost box 1 name: loyalty cost box 1
editable: false editable: false
script: loyalty_image(card.loyalty_cost_1) script: loyalty_image(card.loyalty_cost_1)
choice: loyalty up save value: false
choice: loyalty down
choice: loyalty naught
extra card field: extra card field:
type: choice type: choice
name: loyalty cost box 2 name: loyalty cost box 2
editable: false editable: false
script: loyalty_image(card.loyalty_cost_2) script: loyalty_image(card.loyalty_cost_2)
choice: loyalty up save value: false
choice: loyalty down
choice: loyalty naught
extra card field: extra card field:
type: choice type: choice
name: loyalty cost box 3 name: loyalty cost box 3
editable: false editable: false
script: loyalty_image(card.loyalty_cost_3) script: loyalty_image(card.loyalty_cost_3)
choice: loyalty up save value: false
choice: loyalty down
choice: loyalty naught
extra card field: extra card field:
type: choice type: choice
name: paintbrush name: paintbrush
script: paintbrush_color(value) script: paintbrush_color(value)
editable: false editable: false
choice: black save value: false
choice: white
extra card field: extra card field:
type: text type: text
name: colon 1 name: colon 1
editable: false editable: false
script: ":" script: ":"
save value: false
extra card field: extra card field:
type: text type: text
name: colon 2 name: colon 2
editable: false editable: false
script: ":" script: ":"
save value: false
extra card field: extra card field:
type: text type: text
name: colon 3 name: colon 3
editable: false editable: false
script: ":" script: ":"
save value: false
extra card style: extra card style:
paintbrush: paintbrush:
right: { 206 + card_style.illustrator.content_width * -0.5 } right: { 206 + card_style.illustrator.content_width * -0.5 }
top : 486 top : 486
width: 30 width: 30
height: 12 height: 12
z index: 1 z index: 6
render style: image render style: image
choice images: choice images:
black: /magic-future-common.mse-include/paintbrush_black.png black: /magic-future-common.mse-include/paintbrush_black.png
...@@ -441,17 +427,29 @@ extra card style: ...@@ -441,17 +427,29 @@ extra card style:
top: 465 top: 465
width: 60 width: 60
height: 38 height: 38
z index: 3 z index: 2
render style: image render style: image
visible: { card.loyalty !="" } visible: { card.loyalty !="" }
choice images: choice images:
loyalty: loyalty.png loyalty: loyalty.png
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 4
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
loyalty cost box 1: loyalty cost box 1:
left: 18 left: 18
top: 340 top: 340
width: 42 width: 42
height: 40 height: 40
z index: 3 z index: 2
render style: image render style: image
visible: { card.loyalty_cost_1 !="" } visible: { card.loyalty_cost_1 !="" }
choice images: choice images:
...@@ -463,7 +461,7 @@ extra card style: ...@@ -463,7 +461,7 @@ extra card style:
top: 388 top: 388
width: 42 width: 42
height: 40 height: 40
z index: 3 z index: 2
render style: image render style: image
visible: { card.loyalty_cost_2 !="" } visible: { card.loyalty_cost_2 !="" }
choice images: choice images:
...@@ -475,7 +473,7 @@ extra card style: ...@@ -475,7 +473,7 @@ extra card style:
top: 434 top: 434
width: 42 width: 42
height: 40 height: 40
z index: 3 z index: 2
render style: image render style: image
visible: { card.loyalty_cost_3 !="" } visible: { card.loyalty_cost_3 !="" }
choice images: choice images:
...@@ -487,7 +485,7 @@ extra card style: ...@@ -487,7 +485,7 @@ extra card style:
top: 354 top: 354
width: 5 width: 5
height: 10 height: 10
z index: 4 z index: 2
font: font:
name: MPlantin name: MPlantin
size: 15 size: 15
...@@ -500,7 +498,7 @@ extra card style: ...@@ -500,7 +498,7 @@ extra card style:
top: 402 top: 402
width: 5 width: 5
height: 10 height: 10
z index: 4 z index: 2
font: font:
name: MPlantin name: MPlantin
size: 15 size: 15
...@@ -513,7 +511,7 @@ extra card style: ...@@ -513,7 +511,7 @@ extra card style:
top: 448 top: 448
width: 5 width: 5
height: 10 height: 10
z index: 4 z index: 2
font: font:
name: MPlantin name: MPlantin
size: 15 size: 15
...@@ -521,3 +519,4 @@ extra card style: ...@@ -521,3 +519,4 @@ extra card style:
color: rgb(0,0,0) color: rgb(0,0,0)
alignment: middle center alignment: middle center
visible: { card.loyalty_cost_3 !="" } visible: { card.loyalty_cost_3 !="" }
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
short name: Promotional short name: Promotional
full name: Large image full name: Large image
...@@ -6,7 +6,7 @@ installer group: magic/new style/promotional ...@@ -6,7 +6,7 @@ installer group: magic/new style/promotional
icon: card-sample.png icon: card-sample.png
position hint: 004 position hint: 004
version: 2008-11-27 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -23,13 +23,10 @@ depends on: ...@@ -23,13 +23,10 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
# Load scripts for image box # Load scripts for image box
include file: /magic-default-image.mse-include/scripts include file: /magic-default-image.mse-include/scripts
...@@ -62,7 +59,6 @@ init script: ...@@ -62,7 +59,6 @@ init script:
guild_mana := { styling.use_guild_mana_symbols } guild_mana := { styling.use_guild_mana_symbols }
############################################################## Extra style options ############################################################## Extra style options
styling field: styling field:
type: boolean type: boolean
name: darker artifacts name: darker artifacts
...@@ -106,7 +102,12 @@ styling field: ...@@ -106,7 +102,12 @@ styling field:
choice: short text only choice: short text only
choice: never choice: never
initial: never initial: never
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
darker artifacts: darker artifacts:
choice images: choice images:
...@@ -132,7 +133,6 @@ styling style: ...@@ -132,7 +133,6 @@ styling style:
always: /magic.mse-game/icons/center-all-text.png always: /magic.mse-game/icons/center-all-text.png
short text only: /magic.mse-game/icons/center-short-text.png short text only: /magic.mse-game/icons/center-short-text.png
never: /magic.mse-game/icons/center-no-text.png never: /magic.mse-game/icons/center-no-text.png
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -146,20 +146,19 @@ card style: ...@@ -146,20 +146,19 @@ card style:
right width: 17 right width: 17
top width: 17 top width: 17
bottom width: 18 bottom width: 18
z index: -1 z index: 5
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: { if card.card_symbol=="none" then 32 else 51 } left: { if card.card_symbol=="none" then 32 else 51 }
top : 30 top : 30
right: { 341 - card_style.casting_cost.content_width } right: { 341 - card_style.casting_cost.content_width }
height: 23 height: 23
...@@ -189,10 +188,10 @@ card style: ...@@ -189,10 +188,10 @@ card style:
top : 31 top : 31
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
############################# Image ############################# Image
image: image:
left: 32 left: 32
...@@ -201,16 +200,14 @@ card style: ...@@ -201,16 +200,14 @@ card style:
height: 408 height: 408
z index: 1 z index: 1
default: {default_image(card.card_color)} default: {default_image(card.card_color)}
############################# Card type ############################# Card type
type: type:
left: 33 left: 33
top : 309 top : 309
width: 306 width: 306
height: 18 height: 18
alignment: top shrink-overflow alignment: top shrink-overflow
z index: 1 z index: 2
font: font:
name: Matrix name: Matrix
size: 16 size: 16
...@@ -219,7 +216,6 @@ card style: ...@@ -219,7 +216,6 @@ card style:
shadow displacement x: 1 shadow displacement x: 1
shadow displacement y: 1 shadow displacement y: 1
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
############################# Text box ############################# Text box
text: text:
left: 31 left: 31
...@@ -247,7 +243,7 @@ card style: ...@@ -247,7 +243,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "middle center shrink-overflow" then "middle center shrink-overflow"
else "middle left shrink-overflow" else "middle left shrink-overflow"
z index: 2 z index: 3
padding left: 4 padding left: 4
padding top: 2 padding top: 2
padding right: 4 padding right: 4
...@@ -257,20 +253,18 @@ card style: ...@@ -257,20 +253,18 @@ card style:
line height soft: 0.9 line height soft: 0.9
line height hard max: 1.3 line height hard max: 1.3
line height line max: 1.6 line height line max: 1.6
watermark: watermark:
left: 117 left: 117
top : 321 top : 321
width: 138 width: 138
height: 156 height: 156
z index: 1 z index: 2
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 3
left: 284 left: 284
top: 466 top: 466
width: 60 width: 60
...@@ -282,10 +276,8 @@ card style: ...@@ -282,10 +276,8 @@ card style:
weight: bold weight: bold
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
############################# Card sorting / numbering ############################# Card sorting / numbering
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
left: 56 left: 56
top : 477 top : 477
...@@ -296,7 +288,6 @@ card style: ...@@ -296,7 +288,6 @@ card style:
name: Matrix name: Matrix
size: 10 size: 10
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
copyright line: copyright line:
left: 26 left: 26
top : 493 top : 493
...@@ -307,23 +298,36 @@ card style: ...@@ -307,23 +298,36 @@ card style:
name: MPlantin name: MPlantin
size: 6.5 size: 6.5
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt box name: pt box
script: card.card_color script: card.card_color
editable: false editable: false
save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card style: extra card style:
pt box: pt box:
left: 271 left: 271
top: 461 top: 461
width: 81 width: 81
height: 42 height: 42
z index: 1 z index: 2
visible: { card.pt != "" } visible: { card.pt != "" }
render style: image render style: image
mask: mask_pt.png mask: mask_pt.png
image: { card_ptbox() } image: { card_ptbox() }
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 4
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
short name: Split Cards short name: Split Cards
full name: Modern split cards full name: Modern split cards
...@@ -6,7 +6,7 @@ installer group: magic/new style/split cards ...@@ -6,7 +6,7 @@ installer group: magic/new style/split cards
icon: card-sample.png icon: card-sample.png
position hint: 003 position hint: 003
version: 2008-08-07 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -23,20 +23,16 @@ depends on: ...@@ -23,20 +23,16 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 523 card width: 523
card height: 375 card height: 375
card dpi: 150 card dpi: 150
# Author: Wolfwood # Author: Wolfwood
# Lots of copy/paste from magic-new.mse-style # Updated by Pichoro
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
# Load scripts for image box # Load scripts for image box
include file: /magic-default-image.mse-include/scripts include file: /magic-default-image.mse-include/scripts
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
...@@ -54,7 +50,7 @@ init script: ...@@ -54,7 +50,7 @@ init script:
) else input ) else input
} }
template := { alternate_template() + "{type}.jpg" } template := { alternate_template() + "{type}.jpg" }
# Use the normal tap symbol # Use the normal tap symbol
mana_t := { mana_t := {
if styling.tap_symbol == "old" then "old" if styling.tap_symbol == "old" then "old"
...@@ -75,9 +71,7 @@ set info style: ...@@ -75,9 +71,7 @@ set info style:
fill type: solid fill type: solid
fill color: rgb(255,255,255) fill color: rgb(255,255,255)
border color: rgb(0,0,0) border color: rgb(0,0,0)
############################################################## Extra style options ############################################################## Extra style options
styling field: styling field:
type: boolean type: boolean
name: darker artifacts name: darker artifacts
...@@ -126,6 +120,12 @@ styling field: ...@@ -126,6 +120,12 @@ styling field:
name: inverted common symbol name: inverted common symbol
description: Should the common rarity symbol be inverted, like in Coldsnap? description: Should the common rarity symbol be inverted, like in Coldsnap?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
darker artifacts: darker artifacts:
choice images: choice images:
...@@ -155,7 +155,6 @@ styling style: ...@@ -155,7 +155,6 @@ styling style:
choice images: choice images:
no: { symbol_variation(symbol: set.symbol, variation: "common") } no: { symbol_variation(symbol: set.symbol, variation: "common") }
yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") } yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") }
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -165,13 +164,13 @@ card style: ...@@ -165,13 +164,13 @@ card style:
width: 523 width: 523
height: 375 height: 375
radius: 18 radius: 18
z index: -2 z index: -1
card color: card color:
left: 18 left: 18
top: 18 top: 18
width: 236 width: 236
height: 338 height: 338
z index: -1 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
...@@ -180,7 +179,7 @@ card style: ...@@ -180,7 +179,7 @@ card style:
top: 18 top: 18
width: 236 width: 236
height: 338 height: 338
z index: -1 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
...@@ -225,7 +224,6 @@ card style: ...@@ -225,7 +224,6 @@ card style:
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
casting cost 2: casting cost 2:
right: 494 right: 494
top : 27 top : 27
...@@ -248,7 +246,6 @@ card style: ...@@ -248,7 +246,6 @@ card style:
height: 159 height: 159
z index: 1 z index: 1
default: {default_image(card.card_color)} default: {default_image(card.card_color)}
image 2: image 2:
left: 279 left: 279
top: 49 top: 49
...@@ -256,9 +253,7 @@ card style: ...@@ -256,9 +253,7 @@ card style:
height: 159 height: 159
z index: 1 z index: 1
default: {default_image(card.card_color_2)} default: {default_image(card.card_color_2)}
############################# Card type ############################# Card type
type: type:
left: 30 left: 30
top : 211 top : 211
...@@ -271,7 +266,6 @@ card style: ...@@ -271,7 +266,6 @@ card style:
size: 12 size: 12
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
type 2: type 2:
left: 282 left: 282
top : 211 top : 211
...@@ -284,13 +278,12 @@ card style: ...@@ -284,13 +278,12 @@ card style:
size: 12 size: 12
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
right: 241 right: 241
top : 213 top : 213
width: 26 width: 26
height: 13 height: 13
z index: 1 z index: 2
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -307,13 +300,12 @@ card style: ...@@ -307,13 +300,12 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
rarity 2: rarity 2:
right: 493 right: 493
top : 213 top : 213
width: 26 width: 26
height: 13 height: 13
z index: 1 z index: 2
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -330,7 +322,6 @@ card style: ...@@ -330,7 +322,6 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
text: text:
left: 29 left: 29
...@@ -357,13 +348,10 @@ card style: ...@@ -357,13 +348,10 @@ card style:
else "middle left" else "middle left"
z index: 2 z index: 2
padding left: 2 padding left: 2
# padding top: 2
padding right: 2 padding right: 2
# padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9 line height soft: 0.9
text 2: text 2:
left: 279 left: 279
top : 233 top : 233
...@@ -389,9 +377,7 @@ card style: ...@@ -389,9 +377,7 @@ card style:
else "middle left" else "middle left"
z index: 2 z index: 2
padding left: 2 padding left: 2
# padding top: 2
padding right: 2 padding right: 2
# padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9 line height soft: 0.9
...@@ -413,10 +399,9 @@ card style: ...@@ -413,10 +399,9 @@ card style:
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 2
left: 200 left: 200
top: 327 top: 327
width: 48 width: 48
...@@ -428,9 +413,8 @@ card style: ...@@ -428,9 +413,8 @@ card style:
weight: bold weight: bold
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
pt 2: pt 2:
z index: 4 z index: 2
left: 451 left: 451
top: 327 top: 327
width: 48 width: 48
...@@ -442,10 +426,8 @@ card style: ...@@ -442,10 +426,8 @@ card style:
weight: bold weight: bold
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
############################# Card sorting / numbering ############################# Card sorting / numbering
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
left: 46 left: 46
top : 338 top : 338
...@@ -456,7 +438,6 @@ card style: ...@@ -456,7 +438,6 @@ card style:
name: Matrix name: Matrix
size: 8 size: 8
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
illustrator 2: illustrator 2:
left: 298 left: 298
top : 338 top : 338
...@@ -467,7 +448,6 @@ card style: ...@@ -467,7 +448,6 @@ card style:
name: Matrix name: Matrix
size: 8 size: 8
color: { font_color(card.card_color_2) } color: { font_color(card.card_color_2) }
copyright line: copyright line:
left: 26 left: 26
top : 348 top : 348
...@@ -478,7 +458,6 @@ card style: ...@@ -478,7 +458,6 @@ card style:
name: MPlantin name: MPlantin
size: 6 size: 6
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
copyright line 2: copyright line 2:
left: 278 left: 278
top : 348 top : 348
...@@ -489,37 +468,50 @@ card style: ...@@ -489,37 +468,50 @@ card style:
name: MPlantin name: MPlantin
size: 6 size: 6
color: { font_color(card.card_color_2) } color: { font_color(card.card_color_2) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt box name: pt box
script: card.card_color script: card.card_color
editable: false editable: false
save value: false
extra card field: extra card field:
type: choice type: choice
name: pt box 2 name: pt box 2
script: card.card_color_2 script: card.card_color_2
editable: false editable: false
save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card style: extra card style:
pt box: pt box:
left: 194 left: 194
top: 326 top: 326
width: 56 width: 56
height: 29 height: 29
z index: 1 z index: 1
visible: { card.pt != "" } visible: { card.pt != "" }
render style: image render style: image
image: { card_ptbox() } image: { card_ptbox() }
pt box 2: pt box 2:
left: 445 left: 445
top: 326 top: 326
width: 56 width: 56
height: 29 height: 29
z index: 1 z index: 1
visible: { card.pt_2 != "" } visible: { card.pt_2 != "" }
render style: image render style: image
image: { card_ptbox() } image: { card_ptbox() }
foil layer:
right: 523
bottom: 0
width: 375
height: 523
z index: 3
angle: 90
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
...@@ -6,7 +6,7 @@ installer group: magic/new style/tokens ...@@ -6,7 +6,7 @@ installer group: magic/new style/tokens
icon: card-sample.png icon: card-sample.png
position hint: 007 position hint: 007
version: 2009-06-17 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -26,9 +26,8 @@ depends on: ...@@ -26,9 +26,8 @@ depends on:
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
# By Pichoro
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_typeline } mask_hybrid_with_land := { styling.grey_hybrid_typeline }
...@@ -45,7 +44,7 @@ init script: ...@@ -45,7 +44,7 @@ init script:
land_template := { "c{type}.jpg" } land_template := { "c{type}.jpg" }
colored_lands := false colored_lands := false
# Use the normal tap symbol # Use the normal tap symbol
mana_t := { mana_t := {
if styling.tap_symbol == "old" then "old" if styling.tap_symbol == "old" then "old"
...@@ -75,9 +74,7 @@ set info style: ...@@ -75,9 +74,7 @@ set info style:
fill type: solid fill type: solid
fill color: rgb(255,255,255) fill color: rgb(255,255,255)
border color: rgb(0,0,0) border color: rgb(0,0,0)
############################################################## Extra style ############################################################## Extra style
styling field: styling field:
type: boolean type: boolean
name: grey hybrid typeline name: grey hybrid typeline
...@@ -118,6 +115,12 @@ styling field: ...@@ -118,6 +115,12 @@ styling field:
name: inverted common symbol name: inverted common symbol
description: Should the common rarity symbol be inverted, like in Coldsnap? description: Should the common rarity symbol be inverted, like in Coldsnap?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
use guild mana symbols: use guild mana symbols:
choice images: choice images:
...@@ -144,36 +147,34 @@ styling style: ...@@ -144,36 +147,34 @@ styling style:
choice images: choice images:
no: { symbol_variation(symbol: set.symbol, variation: "common") } no: { symbol_variation(symbol: set.symbol, variation: "common") }
yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") } yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") }
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
border color: border color:
left: 0 left: 0
top : 0 top : 0
width: 375 width: 375
height: 523 height: 523
radius: 18 radius: 18
left width: 17 left width: 17
right width: 17 right width: 17
top width: 17 top width: 17
bottom width: 18 bottom width: 18
z index: -1 z index: 4
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { color_background(type:"card" + text_shape(), base_hybrid:card_hybrid) } image: { color_background(type:"card" + text_shape(), base_hybrid:card_hybrid) }
###################C######### Name line ###################C######### Name line
name: name:
left: left:
{ if card_style.name.content_width > 269 then 50 { if card_style.name.content_width > 269 then 50
else card_style.name.content_width * -0.5 + 184.5 } else card_style.name.content_width * -0.5 + 184.5 }
top: 23 top: 23
width: width:
{ if card_style.name.content_width > 269 then 275 { if card_style.name.content_width > 269 then 275
...@@ -182,34 +183,30 @@ card style: ...@@ -182,34 +183,30 @@ card style:
alignment: bottom center justify-all alignment: bottom center justify-all
padding bottom: -2 padding bottom: -2
padding top: 2 padding top: 2
z index: 3 z index: 2
symbol font: symbol font:
name: magic-embossedletters name: magic-embossedletters
size: 22 size: 22
alignment: bottom center alignment: bottom center
always symbol: true always symbol: true
############################# Image ############################# Image
image: image:
left: 30 left: 30
top: { if text_shape() == 2 or text_shape() == 1 then 58 else 59 } top: { if text_shape() == 2 or text_shape() == 1 then 58 else 59 }
width: 315 width: 315
height: height:
{ if text_shape() == "0" then 366 { if text_shape() == "0" then 366
else if text_shape() == "1" then 349 else if text_shape() == "1" then 349
else 288 } else 288 }
mask: { "imagemask{text_shape()}.png" } mask: { "imagemask{text_shape()}.png" }
z index: 1 z index: 1
################H############ Card type ################H############ Card type
type: type:
left: 35 left: 35
top: top:
{ if text_shape() == "0" then 432 {if text_shape() == "0" then 432
else if text_shape() == "1" then 414 else if text_shape() == "1" then 414
else 353 } else 353}
width: { 308 - max(22,card_style.rarity.content_width) } width: { 308 - max(22,card_style.rarity.content_width) }
height: 20 height: 20
alignment: top shrink-overflow alignment: top shrink-overflow
...@@ -222,7 +219,6 @@ card style: ...@@ -222,7 +219,6 @@ card style:
size: 15 size: 15
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
right: 342 right: 342
top: top:
...@@ -231,7 +227,7 @@ card style: ...@@ -231,7 +227,7 @@ card style:
else 353 } else 353 }
width: 44 width: 44
height: 22 height: 22
z index: 1 z index: 2
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -248,7 +244,6 @@ card style: ...@@ -248,7 +244,6 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
text: text:
left: 31 left: 31
...@@ -283,7 +278,7 @@ card style: ...@@ -283,7 +278,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "middle center shrink-overflow" then "middle center shrink-overflow"
else "middle left shrink-overflow" else "middle left shrink-overflow"
z index: 2 z index: 1
padding left: 6 padding left: 6
padding top: 2 padding top: 2
padding right: 4 padding right: 4
...@@ -291,10 +286,9 @@ card style: ...@@ -291,10 +286,9 @@ card style:
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9 line height soft: 0.9
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 2
left: left:
{ if text_shape() == "2" then 288 { if text_shape() == "2" then 288
else 284 } else 284 }
...@@ -310,70 +304,65 @@ card style: ...@@ -310,70 +304,65 @@ card style:
weight: bold weight: bold
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
left: 58 left: 58
top : 479 top : 479
width: 215 width: 215
height: 16 height: 16
z index: 2 z index: 1
font: font:
name: Matrix name: Matrix
size: 11 size: 11
weight: bold weight: bold
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
copyright line: copyright line:
left: 30 left: 30
top : 493 top : 493
width: 247 width: 247
height: 12 height: 12
z index: 2 z index: 1
font: font:
name: MPlantin name: MPlantin
size: 6.5 size: 6.5
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt box name: pt box
script: card.card_color script: card.card_color
editable: false editable: false
save value: false save value: false
show statistics: false extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card field: extra card field:
type: choice type: choice
name: name box name: name box
choice: black choice: black
editable: false editable: false
save value: false save value: false
show statistics: false
extra card field: extra card field:
type: choice type: choice
name: name box left name: name box left
choice: black choice: black
editable: false editable: false
save value: false save value: false
show statistics: false
extra card field: extra card field:
type: choice type: choice
name: name box right name: name box right
choice: black choice: black
editable: false editable: false
save value: false save value: false
show statistics: false
extra card field: extra card field:
type: choice type: choice
name: paintbrush name: paintbrush
script: paintbrush_color(card.card_color) script: paintbrush_color(card.card_color)
editable: false editable: false
choice: black save value: false
choice: white
extra card style: extra card style:
pt box: pt box:
left: left:
...@@ -388,7 +377,20 @@ extra card style: ...@@ -388,7 +377,20 @@ extra card style:
visible: { card.pt != "" } visible: { card.pt != "" }
render style: image render style: image
image: { color_background(type:"pt" + text_shape(), base_hybrid:pt_hybrid) } image: { color_background(type:"pt" + text_shape(), base_hybrid:pt_hybrid) }
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
name box: name box:
left: left:
{ if card_style.name.content_width > 275 then 50 { if card_style.name.content_width > 275 then 50
...@@ -398,7 +400,7 @@ extra card style: ...@@ -398,7 +400,7 @@ extra card style:
{ if card_style.name.content_width > 275 then 275 { if card_style.name.content_width > 275 then 275
else card_style.name.content_width + 3} else card_style.name.content_width + 3}
height: 35 height: 35
z index: 2 z index: 1
visible: { card.name != "" } visible: { card.name != "" }
render style: image render style: image
image: name-mid.png image: name-mid.png
...@@ -409,7 +411,7 @@ extra card style: ...@@ -409,7 +411,7 @@ extra card style:
top: 26 top: 26
width: 15 width: 15
height: 35 height: 35
z index: 2 z index: 1
render style: image render style: image
image: name-left.png image: name-left.png
name box right: name box right:
...@@ -419,7 +421,7 @@ extra card style: ...@@ -419,7 +421,7 @@ extra card style:
top: 26 top: 26
width: 14 width: 14
height: 35 height: 35
z index: 2 z index: 1
render style: image render style: image
image: name-right.png image: name-right.png
paintbrush: paintbrush:
...@@ -427,8 +429,9 @@ extra card style: ...@@ -427,8 +429,9 @@ extra card style:
top : 481 top : 481
width: 30 width: 30
height: 11 height: 11
z index: 2 z index: 1
render style: image render style: image
choice images: choice images:
black: /magic-future-common.mse-include/paintbrush_black.png black: /magic-future-common.mse-include/paintbrush_black.png
white: /magic-future-common.mse-include/paintbrush_white.png white: /magic-future-common.mse-include/paintbrush_white.png
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
short name: Modern style short name: Modern style
full name: After 8th edition full name: After 8th edition
...@@ -6,20 +6,17 @@ icon: card-sample.png ...@@ -6,20 +6,17 @@ icon: card-sample.png
position hint: 001 position hint: 001
installer group: magic/new style/normal cards installer group: magic/new style/normal cards
version: 2008-11-27 version: 2009-07-06
depends on: magic.mse-game 2008-06-02 depends on: magic.mse-game 2008-06-02
depends on: magic-default-image.mse-include 2007-09-23 depends on: magic-default-image.mse-include 2007-09-23
depends on: magic-watermarks.mse-include 2007-09-23 depends on: magic-watermarks.mse-include 2007-09-23
depends on: magic-mana-large.mse-symbol-font 2007-09-23 depends on: magic-mana-large.mse-symbol-font 2007-09-23
depends on: magic-mana-small.mse-symbol-font 2007-09-23 depends on: magic-mana-small.mse-symbol-font 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
# Load scripts for image box # Load scripts for image box
include file: /magic-default-image.mse-include/scripts include file: /magic-default-image.mse-include/scripts
...@@ -66,9 +63,7 @@ set info style: ...@@ -66,9 +63,7 @@ set info style:
fill type: solid fill type: solid
fill color: rgb(255,255,255) fill color: rgb(255,255,255)
border color: rgb(0,0,0) border color: rgb(0,0,0)
############################################################## Extra style options ############################################################## Extra style options
styling field: styling field:
type: choice type: choice
name: artifact style name: artifact style
...@@ -121,6 +116,12 @@ styling field: ...@@ -121,6 +116,12 @@ styling field:
name: inverted common symbol name: inverted common symbol
description: Should the common rarity symbol be inverted, like in Coldsnap? description: Should the common rarity symbol be inverted, like in Coldsnap?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling field: styling field:
type: choice type: choice
name: image size name: image size
...@@ -164,7 +165,6 @@ styling style: ...@@ -164,7 +165,6 @@ styling style:
choice images: choice images:
standard: /magic.mse-game/icons/small-image.png standard: /magic.mse-game/icons/small-image.png
extended: /magic.mse-game/icons/large-image.png extended: /magic.mse-game/icons/large-image.png
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
...@@ -178,22 +178,20 @@ card style: ...@@ -178,22 +178,20 @@ card style:
right width: 17 right width: 17
top width: 17 top width: 17
bottom width: 18 bottom width: 18
#mask: border-mask.png z index: 4
z index: -1
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: { if card.card_symbol=="none" then 32 else 51 } left: { if card.card_symbol=="none" then 32 else 51 }
top : 30 top : 30
right: { 341 - card_style.casting_cost.content_width } right: { 341 - card_style.casting_cost.content_width }
height: 23 height: 23
alignment: bottom shrink-overflow alignment: bottom shrink-overflow
...@@ -225,10 +223,10 @@ card style: ...@@ -225,10 +223,10 @@ card style:
top : 31 top : 31
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
############################# Image ############################# Image
image: image:
left: 32 left: 32
...@@ -239,29 +237,26 @@ card style: ...@@ -239,29 +237,26 @@ card style:
mask: mask:
script: if styling.image_size == "extended" then "imagemask_extended.png" else "imagemask_standard.png" script: if styling.image_size == "extended" then "imagemask_extended.png" else "imagemask_standard.png"
default: {default_image(card.card_color)} default: {default_image(card.card_color)}
############################# Card type ############################# Card type
type: type:
left: 35 left: 35
top : 298 top : 298
width: { 308 - max(22,card_style.rarity.content_width) } width: { 308 - max(22,card_style.rarity.content_width) }
height: 20 height: 20
alignment: top shrink-overflow alignment: top shrink-overflow
z index: 2 z index: 1
padding top: 2 padding top: 2
font: font:
name: Matrix name: Matrix
size: 14 size: 14
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
right: 342 right: 342
top : 297 top : 297
width: 44 width: 44
height: 22 height: 22
z index: 1 z index: 2
render style: image render style: image
alignment: middle right alignment: middle right
choice images: choice images:
...@@ -278,7 +273,6 @@ card style: ...@@ -278,7 +273,6 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
text: text:
left: 31 left: 31
...@@ -305,15 +299,12 @@ card style: ...@@ -305,15 +299,12 @@ card style:
else "middle left" else "middle left"
z index: 2 z index: 2
padding left: 6 padding left: 6
# padding top: 2
padding right: 4 padding right: 4
# padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9 line height soft: 0.9
line height hard max: 1.3 line height hard max: 1.3
line height line max: 1.6 line height line max: 1.6
watermark: watermark:
left: 117 left: 117
top : 321 top : 321
...@@ -323,10 +314,9 @@ card style: ...@@ -323,10 +314,9 @@ card style:
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 2
left: 284 left: 284
top: 466 top: 466
width: 60 width: 60
...@@ -338,10 +328,8 @@ card style: ...@@ -338,10 +328,8 @@ card style:
weight: bold weight: bold
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
############################# Card sorting / numbering ############################# Card sorting / numbering
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
left: 56 left: 56
top : 478 top : 478
...@@ -353,7 +341,6 @@ card style: ...@@ -353,7 +341,6 @@ card style:
size: 10 size: 10
weight: bold weight: bold
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
copyright line: copyright line:
left: 30 left: 30
top : 493 top : 493
...@@ -364,15 +351,19 @@ card style: ...@@ -364,15 +351,19 @@ card style:
name: MPlantin name: MPlantin
size: 6.5 size: 6.5
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt box name: pt box
script: card.card_color script: card.card_color
editable: false editable: false
save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card style: extra card style:
pt box: pt box:
left: 271 left: 271
...@@ -384,3 +375,12 @@ extra card style: ...@@ -384,3 +375,12 @@ extra card style:
visible: { card.pt != "" } visible: { card.pt != "" }
render style: image render style: image
image: { card_ptbox() } image: { card_ptbox() }
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
...@@ -6,7 +6,7 @@ installer group: magic/old style/promo cards ...@@ -6,7 +6,7 @@ installer group: magic/old style/promo cards
icon: card-sample.png icon: card-sample.png
position hint: 104 position hint: 104
version: 2009-06-20 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -134,6 +134,12 @@ styling field: ...@@ -134,6 +134,12 @@ styling field:
name: left align artist name: left align artist
description: Should the artist and copyright lines be left aligned, as seen in Tempest? description: Should the artist and copyright lines be left aligned, as seen in Tempest?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling field: styling field:
type: choice type: choice
name: pt font name: pt font
...@@ -158,27 +164,27 @@ card style: ...@@ -158,27 +164,27 @@ card style:
border color: border color:
left: 0 left: 0
top : 0 top : 0
width: 375 width: 375
height: 523 height: 523
radius: 18 radius: 18
left width: 17 left width: 17
right width: 17 right width: 17
top width: 17 top width: 17
bottom width: 18 bottom width: 18
z index: -1 z index: 5
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: 42 left: 42
top : 24 top : 24
right: { 341 - card_style.casting_cost.content_width } right: { 341 - card_style.casting_cost.content_width }
height: 23 height: 23
alignment: bottom shrink-overflow alignment: bottom shrink-overflow
...@@ -209,6 +215,7 @@ card style: ...@@ -209,6 +215,7 @@ card style:
top : 24 top : 24
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
...@@ -226,7 +233,7 @@ card style: ...@@ -226,7 +233,7 @@ card style:
width: 284 width: 284
height: 18 height: 18
alignment: top left shrink-overflow alignment: top left shrink-overflow
z index: 1 z index: 2
font: font:
name: MPlantin name: MPlantin
size: 11 size: 11
...@@ -256,7 +263,7 @@ card style: ...@@ -256,7 +263,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "middle center" then "middle center"
else "middle left" else "middle left"
z index: 2 z index: 3
padding left: 2 padding left: 2
padding top: 2 padding top: 2
padding right: 2 padding right: 2
...@@ -266,11 +273,11 @@ card style: ...@@ -266,11 +273,11 @@ card style:
line height soft: 0.9 line height soft: 0.9
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 1
left: 295 left: 295
top: 470 top: 470
width: 47 width: 47
height: 27 height: 27
alignment: right middle alignment: right middle
font: font:
name: { styling.pt_font } name: { styling.pt_font }
...@@ -308,3 +315,19 @@ card style: ...@@ -308,3 +315,19 @@ card style:
size: 6.5 size: 6.5
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card style:
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 4
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
...@@ -6,7 +6,7 @@ installer group: magic/old style/split cards ...@@ -6,7 +6,7 @@ installer group: magic/old style/split cards
icon: card-sample.png icon: card-sample.png
position hint: 103 position hint: 103
version: 2009-06-20 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -21,7 +21,6 @@ card width: 523 ...@@ -21,7 +21,6 @@ card width: 523
card height: 375 card height: 375
card dpi: 150 card dpi: 150
# Author: Buttock1234 # Author: Buttock1234
# Lots of copy/paste from magic-new.mse-style
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
# Use the normal tap symbol # Use the normal tap symbol
...@@ -152,6 +151,12 @@ styling field: ...@@ -152,6 +151,12 @@ styling field:
name: left align artist name: left align artist
description: Should the artist and copyright lines be left aligned, as seen in Tempest? description: Should the artist and copyright lines be left aligned, as seen in Tempest?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling field: styling field:
type: choice type: choice
name: pt font name: pt font
...@@ -189,13 +194,13 @@ card style: ...@@ -189,13 +194,13 @@ card style:
width: 523 width: 523
height: 375 height: 375
radius: 18 radius: 18
z index: -2 z index: -1
card color: card color:
left: 18 left: 18
top: 18 top: 18
width: 236 width: 236
height: 338 height: 338
z index: -1 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
...@@ -204,7 +209,7 @@ card style: ...@@ -204,7 +209,7 @@ card style:
top: 18 top: 18
width: 236 width: 236
height: 338 height: 338
z index: -1 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
...@@ -314,7 +319,7 @@ card style: ...@@ -314,7 +319,7 @@ card style:
top : 207 top : 207
width: 26 width: 26
height: 13 height: 13
z index: 1 z index: 2
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -346,7 +351,7 @@ card style: ...@@ -346,7 +351,7 @@ card style:
top : 207 top : 207
width: 26 width: 26
height: 13 height: 13
z index: 1 z index: 2
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -456,7 +461,7 @@ card style: ...@@ -456,7 +461,7 @@ card style:
include file: /magic-watermarks.mse-include/watermarks-old include file: /magic-watermarks.mse-include/watermarks-old
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 1
left: 208 left: 208
top: 331 top: 331
width: 37 width: 37
...@@ -471,7 +476,7 @@ card style: ...@@ -471,7 +476,7 @@ card style:
shadow displacement y: 1 shadow displacement y: 1
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
pt 2: pt 2:
z index: 4 z index: 1
left: 460 left: 460
top: 331 top: 331
width: 37 width: 37
...@@ -536,3 +541,20 @@ card style: ...@@ -536,3 +541,20 @@ card style:
name: MPlantin name: MPlantin
size: 6 size: 6
color: { font_color(card.card_color_2) } color: { font_color(card.card_color_2) }
############################################################## Extra card fields
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card style:
foil layer:
right: 523
bottom: 0
width: 375
height: 523
z index: 3
angle: 90
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
...@@ -6,7 +6,7 @@ installer group: magic/old style/textless cards ...@@ -6,7 +6,7 @@ installer group: magic/old style/textless cards
icon: card-sample.png icon: card-sample.png
position hint: 105 position hint: 105
version: 2009-06-20 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -123,6 +123,12 @@ styling field: ...@@ -123,6 +123,12 @@ styling field:
name: left align artist name: left align artist
description: Should the artist and copyright lines be left aligned, as seen in Tempest? description: Should the artist and copyright lines be left aligned, as seen in Tempest?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling field: styling field:
type: choice type: choice
name: pt font name: pt font
...@@ -148,13 +154,13 @@ card style: ...@@ -148,13 +154,13 @@ card style:
right width: 17 right width: 17
top width: 17 top width: 17
bottom width: 18 bottom width: 18
z index: -1 z index: 4
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
...@@ -192,6 +198,7 @@ card style: ...@@ -192,6 +198,7 @@ card style:
top : 24 top : 24
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
...@@ -238,7 +245,7 @@ card style: ...@@ -238,7 +245,7 @@ card style:
############################# Textbox ############################# Textbox
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 1
left: 295 left: 295
top: 470 top: 470
width: 47 width: 47
...@@ -280,3 +287,19 @@ card style: ...@@ -280,3 +287,19 @@ card style:
size: 6.5 size: 6.5
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card style:
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
...@@ -6,7 +6,7 @@ installer group: magic/old style/tokens ...@@ -6,7 +6,7 @@ installer group: magic/old style/tokens
icon: card-sample.png icon: card-sample.png
position hint: 107 position hint: 107
version: 2009-06-20 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -142,6 +142,12 @@ styling field: ...@@ -142,6 +142,12 @@ styling field:
name: left align artist name: left align artist
description: Should the artist and copyright lines be left aligned, as seen in Tempest? description: Should the artist and copyright lines be left aligned, as seen in Tempest?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling field: styling field:
type: choice type: choice
name: pt font name: pt font
...@@ -183,13 +189,13 @@ card style: ...@@ -183,13 +189,13 @@ card style:
right width: 17 right width: 17
top width: 17 top width: 17
bottom width: 18 bottom width: 18
z index: -1 z index: 4
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
...@@ -237,7 +243,7 @@ card style: ...@@ -237,7 +243,7 @@ card style:
top : 347 top : 347
width: 46 width: 46
height: 23 height: 23
z index: 1 z index: 2
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -293,7 +299,7 @@ card style: ...@@ -293,7 +299,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "middle center shrink-overflow" then "middle center shrink-overflow"
else "middle left shrink-overflow" else "middle left shrink-overflow"
z index: 2 z index: 1
padding left: 2 padding left: 2
padding top: 2 padding top: 2
padding right: 2 padding right: 2
...@@ -303,7 +309,7 @@ card style: ...@@ -303,7 +309,7 @@ card style:
line height soft: 0.9 line height soft: 0.9
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 1
left: 283 left: 283
top: 458 top: 458
width: 45 width: 45
...@@ -344,3 +350,20 @@ card style: ...@@ -344,3 +350,20 @@ card style:
name: MPlantin name: MPlantin
size: 8 size: 8
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card style:
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
...@@ -6,7 +6,7 @@ installer group: magic/old style/normal cards ...@@ -6,7 +6,7 @@ installer group: magic/old style/normal cards
icon: card-sample.png icon: card-sample.png
position hint: 101 position hint: 101
version: 2009-06-20 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -77,7 +77,6 @@ init script: ...@@ -77,7 +77,6 @@ init script:
) )
else base else base
} }
############################################################## Set info fields ############################################################## Set info fields
set info style: set info style:
symbol: symbol:
...@@ -153,6 +152,12 @@ styling field: ...@@ -153,6 +152,12 @@ styling field:
name: left align artist name: left align artist
description: Should the artist and copyright lines be left aligned, as seen in Tempest? description: Should the artist and copyright lines be left aligned, as seen in Tempest?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling field: styling field:
type: choice type: choice
name: pt font name: pt font
...@@ -187,27 +192,27 @@ card style: ...@@ -187,27 +192,27 @@ card style:
border color: border color:
left: 0 left: 0
top : 0 top : 0
width: 375 width: 375
height: 523 height: 523
radius: 18 radius: 18
left width: 19 left width: 19
right width: 19 right width: 19
top width: 19 top width: 19
bottom width: 19 bottom width: 19
z index: -1 z index: 4
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 523
z index: -2 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: 42 left: 42
top : 24 top: 24
right: { 341 - card_style.casting_cost.content_width } right: { 341 - card_style.casting_cost.content_width }
height: 23 height: 23
alignment: bottom shrink-overflow alignment: bottom shrink-overflow
...@@ -238,6 +243,7 @@ card style: ...@@ -238,6 +243,7 @@ card style:
top : 24 top : 24
height: 20 height: 20
width: 14 width: 14
z index: 1
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
...@@ -270,7 +276,7 @@ card style: ...@@ -270,7 +276,7 @@ card style:
top : 290 top : 290
width: 44 width: 44
height: 22 height: 22
z index: 1 z index: 2
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -322,9 +328,9 @@ card style: ...@@ -322,9 +328,9 @@ card style:
then "middle center" then "middle center"
else "middle left" else "middle left"
z index: 2 z index: 2
padding left: 6 padding left: 6
padding top: 2 padding top: 2
padding right: 4 padding right: 4
padding bottom: 0 padding bottom: 0
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
...@@ -340,11 +346,11 @@ card style: ...@@ -340,11 +346,11 @@ card style:
include file: /magic-watermarks.mse-include/watermarks-old include file: /magic-watermarks.mse-include/watermarks-old
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 1
left: 295 left: 295
top: 470 top: 470
width: 47 width: 47
height: 27 height: 27
alignment: right middle alignment: right middle
font: font:
name: { styling.pt_font } name: { styling.pt_font }
...@@ -381,3 +387,19 @@ card style: ...@@ -381,3 +387,19 @@ card style:
name: MPlantin name: MPlantin
size: 6.5 size: 6.5
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
############################################################## Extra card fields
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card style:
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
mse version: 0.3.7
version: 2008-08-31
short name: normal foil
installer group: magic/overlays/foil/normal
position hint: 001
icon: overlay.png
\ No newline at end of file
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
short name: Planeshifted Splits short name: Planeshifted Splits
full name: Planeshifted Split Cards full name: Planeshifted Split Cards
...@@ -6,13 +6,10 @@ installer group: magic/Planeshifted/Split Cards ...@@ -6,13 +6,10 @@ installer group: magic/Planeshifted/Split Cards
icon: card-sample.png icon: card-sample.png
position hint: 013 position hint: 013
version: 2008-08-05 version: 2009-07-06
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
depends on:
package: magic-default-image.mse-include
version: 2007-09-23
depends on: depends on:
package: magic-watermarks.mse-include package: magic-watermarks.mse-include
version: 2007-09-23 version: 2007-09-23
...@@ -23,15 +20,11 @@ depends on: ...@@ -23,15 +20,11 @@ depends on:
package: magic-mana-small.mse-symbol-font package: magic-mana-small.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 523 card width: 523
card height: 375 card height: 375
card dpi: 150 card dpi: 150
# By Pichoro; based on templates by Wolfwood and Buttock1234 # By Pichoro; based on templates by Wolfwood and Buttock1234
# Lots of copy/paste from magic-new.mse-style
############################################################## Extra scripts ############################################################## Extra scripts
init script: init script:
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
...@@ -42,7 +35,7 @@ init script: ...@@ -42,7 +35,7 @@ init script:
template_suffix := [card: "card.jpg", pt: "pt.png"] template_suffix := [card: "card.jpg", pt: "pt.png"]
template := { input + template_suffix[type] } template := { input + template_suffix[type] }
land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] } land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] }
# Use the normal tap symbol # Use the normal tap symbol
mana_t := { mana_t := {
if styling.tap_symbol == "old" then "old" if styling.tap_symbol == "old" then "old"
...@@ -108,6 +101,12 @@ styling field: ...@@ -108,6 +101,12 @@ styling field:
name: inverted common symbol name: inverted common symbol
description: Should the common rarity symbol be inverted, like in Coldsnap? description: Should the common rarity symbol be inverted, like in Coldsnap?
initial: no initial: no
styling field:
type: package choice
name: overlay
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling style: styling style:
use guild mana symbols: use guild mana symbols:
choice images: choice images:
...@@ -119,40 +118,38 @@ styling style: ...@@ -119,40 +118,38 @@ styling style:
modern: /magic-mana-large.mse-symbol-font/mana_t.png modern: /magic-mana-large.mse-symbol-font/mana_t.png
old: /magic-mana-large.mse-symbol-font/mana_t_old.png old: /magic-mana-large.mse-symbol-font/mana_t_old.png
diagonal T: /magic-mana-large.mse-symbol-font/mana_t_older.png diagonal T: /magic-mana-large.mse-symbol-font/mana_t_older.png
############################################################## Card fields ############################################################## Card fields
card style: card style:
############################# Background stuff ############################# Background stuff
border color: border color:
left: 0 left: 0
top : 0 top: 0
width: 523 width: 523
height: 375 height: 375
radius: 18 radius: 18
z index: -2
card color:
left: 18
top: 18
width: 236
height: 338
z index: -1 z index: -1
card color:
left: 18
top: 18
width: 236
height: 338
z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
card color 2: card color 2:
left: 269 left: 269
top: 18 top: 18
width: 236 width: 236
height: 338 height: 338
z index: -1 z index: 0
render style: image render style: image
popup style: in place popup style: in place
image: { card_background() } image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: { if card.card_symbol=="none" then 30 else 51 } left: { if card.card_symbol=="none" then 30 else 51 }
top : 27 top: 27
right: { 242 - card_style.casting_cost.content_width } right: { 242 - card_style.casting_cost.content_width }
height: 17 height: 17
alignment: top shrink-overflow alignment: top shrink-overflow
...@@ -168,7 +165,7 @@ card style: ...@@ -168,7 +165,7 @@ card style:
shadow displacement y: 1 shadow displacement y: 1
name 2: name 2:
left: { if card.card_symbol_2=="none" then 282 else 51 } left: { if card.card_symbol_2=="none" then 282 else 51 }
top : 27 top: 27
right: { 493 - card_style.casting_cost_2.content_width } right: { 493 - card_style.casting_cost_2.content_width }
height: 17 height: 17
alignment: top shrink-overflow alignment: top shrink-overflow
...@@ -184,7 +181,7 @@ card style: ...@@ -184,7 +181,7 @@ card style:
shadow displacement y: 1 shadow displacement y: 1
casting cost: casting cost:
right: 243 right: 243
top : 28 top: 28
width: { max(19, card_style.casting_cost.content_width) + 3 } width: { max(19, card_style.casting_cost.content_width) + 3 }
height: 16 height: 16
alignment: bottom right alignment: bottom right
...@@ -195,10 +192,9 @@ card style: ...@@ -195,10 +192,9 @@ card style:
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
casting cost 2: casting cost 2:
right: 494 right: 494
top : 28 top: 28
width: { max(19, card_style.casting_cost_2.content_width) + 3 } width: { max(19, card_style.casting_cost_2.content_width) + 3 }
height: 16 height: 16
alignment: bottom right alignment: bottom right
...@@ -209,7 +205,6 @@ card style: ...@@ -209,7 +205,6 @@ card style:
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
############################# Image ############################# Image
image: image:
left: 28 left: 28
...@@ -217,16 +212,13 @@ card style: ...@@ -217,16 +212,13 @@ card style:
width: 216 width: 216
height: 159 height: 159
z index: 1 z index: 1
image 2: image 2:
left: 279 left: 279
top: 49 top: 49
width: 216 width: 216
height: 159 height: 159
z index: 1 z index: 1
############################# Card type ############################# Card type
type: type:
left: 30 left: 30
top : 211 top : 211
...@@ -262,7 +254,7 @@ card style: ...@@ -262,7 +254,7 @@ card style:
top : 213 top : 213
width: 26 width: 26
height: 13 height: 13
z index: 1 z index: 2
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -279,13 +271,12 @@ card style: ...@@ -279,13 +271,12 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
rarity 2: rarity 2:
right: 493 right: 493
top : 213 top : 213
width: 26 width: 26
height: 13 height: 13
z index: 1 z index: 2
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -301,7 +292,6 @@ card style: ...@@ -301,7 +292,6 @@ card style:
uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon") uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
############################# Text box ############################# Text box
text: text:
left: 29 left: 29
...@@ -332,7 +322,6 @@ card style: ...@@ -332,7 +322,6 @@ card style:
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9 line height soft: 0.9
text 2: text 2:
left: 279 left: 279
top : 233 top : 233
...@@ -380,14 +369,13 @@ card style: ...@@ -380,14 +369,13 @@ card style:
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 2
left: 200 left: 200
top: 327 top: 327
width: 48 width: 48
height: 25 height: 25
alignment: center middle shrink-overflow alignment: center middle shrink-overflow
font: font:
name: ModMatrix name: ModMatrix
...@@ -399,11 +387,11 @@ card style: ...@@ -399,11 +387,11 @@ card style:
shadow displacement y: 1 shadow displacement y: 1
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
pt 2: pt 2:
z index: 4 z index: 2
left: 451 left: 451
top: 327 top: 327
width: 48 width: 48
height: 25 height: 25
alignment: center middle shrink-overflow alignment: center middle shrink-overflow
font: font:
name: ModMatrix name: ModMatrix
...@@ -414,10 +402,8 @@ card style: ...@@ -414,10 +402,8 @@ card style:
shadow displacement x: -1 shadow displacement x: -1
shadow displacement y: 1 shadow displacement y: 1
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
############################# Card sorting / numbering ############################# Card sorting / numbering
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
left: 46 left: 46
top : 338 top : 338
...@@ -428,7 +414,6 @@ card style: ...@@ -428,7 +414,6 @@ card style:
name: Matrix name: Matrix
size: 8 size: 8
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
illustrator 2: illustrator 2:
left: 298 left: 298
top : 338 top : 338
...@@ -439,7 +424,6 @@ card style: ...@@ -439,7 +424,6 @@ card style:
name: Matrix name: Matrix
size: 8 size: 8
color: { font_color(card.card_color_2) } color: { font_color(card.card_color_2) }
copyright line: copyright line:
left: 26 left: 26
top : 348 top : 348
...@@ -450,7 +434,6 @@ card style: ...@@ -450,7 +434,6 @@ card style:
name: MPlantin name: MPlantin
size: 6 size: 6
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
copyright line 2: copyright line 2:
left: 278 left: 278
top : 348 top : 348
...@@ -461,37 +444,51 @@ card style: ...@@ -461,37 +444,51 @@ card style:
name: MPlantin name: MPlantin
size: 6 size: 6
color: { font_color(card.card_color_2) } color: { font_color(card.card_color_2) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: pt box name: pt box
script: card.card_color script: card.card_color
editable: false editable: false
save value: false
extra card field: extra card field:
type: choice type: choice
name: pt box 2 name: pt box 2
script: card.card_color_2 script: card.card_color_2
editable: false editable: false
save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card style: extra card style:
pt box: pt box:
left: 194 left: 194
top: 326 top: 326
width: 56 width: 56
height: 29 height: 29
z index: 1 z index: 1
visible: { card.pt != "" } visible: { card.pt != "" }
render style: image render style: image
image: { card_ptbox() } image: { card_ptbox() }
pt box 2: pt box 2:
left: 445 left: 445
top: 326 top: 326
width: 56 width: 56
height: 29 height: 29
z index: 1 z index: 1
visible: { card.pt_2 != "" } visible: { card.pt_2 != "" }
render style: image render style: image
image: { card_ptbox() } image: { card_ptbox() }
foil layer:
right: 523
bottom: 0
width: 375
height: 523
z index: 3
angle: 90
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
This diff is collapsed.
This diff is collapsed.
...@@ -14,6 +14,7 @@ card field: ...@@ -14,6 +14,7 @@ card field:
choice: token choice: token
choice: flip choice: flip
choice: split choice: split
choice: planeswalker
choice: shifted choice: shifted
choice: rulestip choice: rulestip
script: script:
......
...@@ -5,7 +5,7 @@ installer group: magic/game files ...@@ -5,7 +5,7 @@ installer group: magic/game files
icon: card-back.png icon: card-back.png
position hint: 01 position hint: 01
version: 2009-06-10 version: 2009-07-06
depends on: magic-blends.mse-include 2007-09-23 depends on: magic-blends.mse-include 2007-09-23
depends on: magic-watermarks.mse-include 2007-09-23 depends on: magic-watermarks.mse-include 2007-09-23
......
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