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