387 lines
10 KiB
Plaintext
387 lines
10 KiB
Plaintext
mse version: 0.3.8
|
|
game: saga
|
|
short name: Standard
|
|
installer group: Magic Saga/normal style
|
|
icon: card-sample.png
|
|
position hint: 01
|
|
|
|
version: 2010-04-24
|
|
depends on:
|
|
package: saga.mse-game
|
|
version: 2010-04-22
|
|
depends on:
|
|
package: magic-mana-small.mse-symbol-font
|
|
version: 2007-09-23
|
|
depends on:
|
|
package: magic-future-common.mse-include
|
|
version: 2007-09-23
|
|
|
|
card width: 375
|
|
card height: 523
|
|
card dpi: 150
|
|
#Images by Art_Freak
|
|
############################################################## Extra scripts
|
|
init script:
|
|
# Use the normal tap symbol
|
|
mana_t := {
|
|
if styling.tap_symbol == "old" then "old"
|
|
else if styling.tap_symbol == "diagonal T" then "older"
|
|
else "new"
|
|
}
|
|
# Use guild mana symbols?
|
|
guild_mana := { styling.use_guild_mana_symbols }
|
|
|
|
############################################################## Set info fields
|
|
set info style:
|
|
symbol:
|
|
variation:
|
|
name: invertedcommon
|
|
border radius: 0.10
|
|
fill type: solid
|
|
fill color: rgb(255,255,255)
|
|
border color: rgb(0,0,0)
|
|
############################################################## Extra style options
|
|
styling field:
|
|
type: boolean
|
|
name: use guild mana symbols
|
|
description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana.
|
|
initial: no
|
|
styling field:
|
|
type: package choice
|
|
name: text box mana symbols
|
|
match: magic-mana-*.mse-symbol-font
|
|
initial: magic-mana-small.mse-symbol-font
|
|
styling field:
|
|
type: choice
|
|
name: tap symbol
|
|
description: What tap and untap symbols should be used on cards?
|
|
initial: old
|
|
choice: modern
|
|
choice: old
|
|
choice: diagonal T
|
|
styling field:
|
|
type: boolean
|
|
name: inverted common symbol
|
|
description: Should the common rarity symbol be inverted, like in Coldsnap?
|
|
initial: no
|
|
styling field:
|
|
type: color
|
|
name: text color
|
|
description: What color should the text and dividers be?
|
|
choice:
|
|
name: black
|
|
color: rgb(0,0,0)
|
|
choice:
|
|
name: sepia
|
|
color: rgb(94,38,18)
|
|
styling field:
|
|
type: choice
|
|
name: flavor size
|
|
choice: small
|
|
choice: medium
|
|
choice: large
|
|
initial: medium
|
|
description: What size should the flavor text box be?
|
|
styling field:
|
|
type: choice
|
|
name: art position
|
|
choice: top
|
|
choice: middle
|
|
choice: bottom
|
|
initial: top
|
|
description: Where on the page should the art be positioned?
|
|
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:
|
|
yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png
|
|
no: /magic-mana-small.mse-symbol-font/mana_rg.png
|
|
tap symbol:
|
|
render style: both
|
|
choice images:
|
|
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
|
|
inverted common symbol:
|
|
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
|
|
radius: 18
|
|
mask: { if is_odd() then "border-mask-odd.png" else "border-mask-even.png" }
|
|
z index: 4
|
|
############################# Name line
|
|
name:
|
|
left: 50
|
|
top : 28
|
|
width: 275
|
|
height: 23
|
|
alignment: bottom center shrink-overflow
|
|
padding bottom: 0
|
|
z index: 1
|
|
font:
|
|
name: DasRoy Small Caps
|
|
size: 16
|
|
weight: bold
|
|
color: { styling.text_color }
|
|
############################# Image
|
|
image:
|
|
left: 50
|
|
top: { if styling.art_position=="top" then 113 else if styling.art_position=="bottom" then 298 else 209.5 }
|
|
width: 275
|
|
height: 178
|
|
z index: 1
|
|
mask: image_mask.png
|
|
############################# Card type
|
|
supertype:
|
|
left: 50
|
|
top : 76
|
|
width: 275
|
|
height: 18
|
|
alignment: bottom center shrink-overflow
|
|
padding bottom: 0
|
|
z index: 1
|
|
font:
|
|
name: DasRoy Small Caps
|
|
size: 14
|
|
weight: bold
|
|
color: { styling.text_color }
|
|
subtype:
|
|
left: 50
|
|
top : 91
|
|
width: 275
|
|
height: 18
|
|
alignment: bottom center shrink-overflow
|
|
padding bottom: 0
|
|
z index: 1
|
|
font:
|
|
name: DasRoy Small Caps
|
|
size: 12
|
|
weight: bold
|
|
color: { styling.text_color }
|
|
rarity:
|
|
left: { if is_odd() then 50 else 300 }
|
|
top : 480
|
|
width: 25
|
|
height: 25
|
|
z index: 1
|
|
render style: image
|
|
alignment: middle left
|
|
choice images:
|
|
# Images based on the set symbol
|
|
common:
|
|
script:
|
|
if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
|
|
else symbol_variation(symbol: set.symbol, variation: "common")
|
|
uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
|
|
rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
|
|
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
|
|
special: script: symbol_variation(symbol: set.symbol, variation: "special")
|
|
############################# Text box
|
|
rule text:
|
|
left: 50
|
|
width: 275
|
|
top: { if styling.art_position=="top" then 300 else 121 }
|
|
height: { if styling.art_position!="middle" then (if styling.flavor_size=="medium" then 95 else if styling.flavor_size=="large" then 65 else 125) else 84 }
|
|
font:
|
|
name: MPlantin
|
|
italic name: MPlantin-Italic
|
|
size: 10.5
|
|
scale down to: 0.5
|
|
color: { styling.text_color }
|
|
symbol font:
|
|
name: { styling.text_box_mana_symbols }
|
|
size: 10.5
|
|
alignment: middle left
|
|
z index: 1
|
|
padding left: 6
|
|
padding right: 4
|
|
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
|
|
flavor text:
|
|
left: 50
|
|
width: 275
|
|
top: { if styling.art_position=="top" then (if styling.flavor_size=="medium" then 405 else if styling.flavor_size=="large" then 375 else 435) else if styling.art_position=="bottom" then (if styling.flavor_size=="medium" then 226 else if styling.flavor_size=="large" then 196 else 238) else 386 }
|
|
height: { if styling.art_position!="middle" then (if styling.flavor_size=="medium" then 65 else if styling.flavor_size=="large" then 95 else 35) else 88 }
|
|
font:
|
|
name: MPlantin
|
|
italic name: MPlantin-Italic
|
|
size: 10.5
|
|
scale down to: 0.5
|
|
color: { styling.text_color }
|
|
symbol font:
|
|
name: { styling.text_box_mana_symbols }
|
|
size: 10.5
|
|
alignment: middle left
|
|
z index: 1
|
|
padding left: 6
|
|
padding right: 4
|
|
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
|
|
############################# Card sorting / numbering
|
|
saga order:
|
|
left: { if is_odd() then 285 else 50 }
|
|
top : 480
|
|
width: 40
|
|
height: 13
|
|
z index: 1
|
|
alignment: { if is_odd() then "bottom right shrink-overflow" else "bottom left shrink-overflow" }
|
|
font:
|
|
name: MPlantin
|
|
size: 12
|
|
weight: bold
|
|
color: { styling.text_color }
|
|
############################# Copyright stuff
|
|
illustrator:
|
|
left: { if is_odd() then 108 else 123 }
|
|
top : 480
|
|
width: 175
|
|
height: 12
|
|
z index: 1
|
|
alignment: { if is_odd() then "bottom left shrink-overflow" else "bottom right shrink-overflow" }
|
|
font:
|
|
name: Matrix
|
|
size: 8
|
|
weight: bold
|
|
color: { styling.text_color }
|
|
copyright line:
|
|
left: { if is_odd() then 75 else 95 }
|
|
top : 494
|
|
width: 203
|
|
height: 13
|
|
z index: 1
|
|
alignment: { if is_odd() then "top left shrink-overflow" else "top right shrink-overflow" }
|
|
font:
|
|
name: MPlantin
|
|
size: 6
|
|
color: { styling.text_color }
|
|
############################################################## Extra card fields
|
|
extra card field:
|
|
type: choice
|
|
name: background
|
|
editable: false
|
|
save value: false
|
|
choice: frame
|
|
extra card field:
|
|
type: choice
|
|
name: paintbrush
|
|
save value: false
|
|
choice: white
|
|
editable: false
|
|
extra card field:
|
|
type: color
|
|
name: name divider
|
|
default: styling.text_color
|
|
editable: false
|
|
save value: false
|
|
extra card field:
|
|
type: color
|
|
name: img top divider
|
|
default: styling.text_color
|
|
editable: false
|
|
save value: false
|
|
extra card field:
|
|
type: color
|
|
name: img bottom divider
|
|
default: styling.text_color
|
|
editable: false
|
|
save value: false
|
|
extra card field:
|
|
type: color
|
|
name: txt bottom divider
|
|
default: styling.text_color
|
|
editable: false
|
|
save value: false
|
|
extra card field:
|
|
type: color
|
|
name: txt float divider
|
|
default: styling.text_color
|
|
editable: false
|
|
save value: false
|
|
extra card field:
|
|
type: choice
|
|
name: foil layer
|
|
choice: foil
|
|
save value: false
|
|
editable: false
|
|
extra card style:
|
|
background:
|
|
left: 0
|
|
top: 0
|
|
width: 375
|
|
height: 523
|
|
z index: 0
|
|
render style: image
|
|
choice images:
|
|
frame: { if is_odd() then "oddpage.png" else "evenpage.png" }
|
|
paintbrush:
|
|
left: { if is_odd() then 75 else (267 - card_style.illustrator.content_width) }
|
|
top : 480
|
|
width: 30
|
|
height: 12
|
|
z index: 1
|
|
render style: image
|
|
choice images:
|
|
white: /magic-future-common.mse-include/paintbrush_black.png
|
|
name divider:
|
|
left: 50
|
|
top: 50
|
|
width: 275
|
|
height: 40
|
|
z index: 1
|
|
mask: name-divider.png
|
|
img top divider:
|
|
left: 50
|
|
top: 110
|
|
width: 275
|
|
height: 10
|
|
z index: 2
|
|
mask: field-divider.png
|
|
img bottom divider:
|
|
left: 50
|
|
top: { if styling.art_position=="top" then 286 else if styling.art_position=="bottom" then 293 else 204.5 }
|
|
width: 275
|
|
height: 10
|
|
z index: 2
|
|
mask: field-divider.png
|
|
txt bottom divider:
|
|
left: 50
|
|
top: 470
|
|
width: 275
|
|
height: 10
|
|
z index: 1
|
|
mask: field-divider.png
|
|
txt float divider:
|
|
left: 50
|
|
top: { if styling.art_position=="top" then (if styling.flavor_size=="medium" then 395 else if styling.flavor_size=="large" then 365 else 425) else if styling.art_position=="bottom" then (if styling.flavor_size=="medium" then 216 else if styling.flavor_size=="large" then 186 else 228) else 380.5 }
|
|
width: 275
|
|
height: 10
|
|
z index: 1
|
|
mask: { if styling.art_position=="middle" then "field-divider.png" else "text-divider.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"}
|