Files
CajunAvenger eda330eee8 Initial commit
2021-07-09 02:07:58 -05:00

222 lines
5.3 KiB
Plaintext

mse version: 2.0.0
game: herospath
short name: Creatures
installer group: Magic Hero's Path/creature style
icon: card-sample.png
position hint: 03
version: 2014-01-21
depends on:
package: herospath.mse-game
version: 2014-01-21
depends on:
package: magic-mana-small.mse-symbol-font
version: 2007-09-23
depends on:
package: magic-embossedletters.mse-symbol-font
version: 2007-09-23
card width: 375
card height: 523
card dpi: 150
############################################################## 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: text
name: left
styling field:
type: text
name: top
styling field:
type: text
name: width
styling field:
type: text
name: height
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 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
background:
left: 0
top: 0
width: 375
height: 523
z index: -2
render style: image
popup style: in place
choice images:
green: gcard.jpg
############################# Name line
name:
left: 80
top: 32
right: 293
height: 23
alignment: middle center shrink-overflow
padding bottom: 0
z index: 1
symbol font:
name: magic-embossedletters
size: 22
alignment: bottom center
always symbol: true
############################# Image
image:
left: 29
top: 58
width: 316
height: 283
z index: 1
default: default_image.png
mask: image_mask.png
############################# Card type
type:
left: 35
top: 347
width: { 308 - max(22,card_style.rarity.content_width) }
height: 20
alignment: top shrink-overflow
z index: 1
padding top: 2
font:
name: Matrix
size: 14
color: black
separator color: rgb(128,128,128)
rarity:
right: 342
top: 347
width: 44
height: 22
z index: 2
render style: image
alignment: middle right
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
text:
left: 31
top: 379
width: 312
height: 95
font:
name: MPlantin
italic name: MPlantin-Italic
size: 14
scale down to: 6
color: black
symbol font:
name: { styling.text_box_mana_symbols }
size: 14
alignment: middle left
z index: 2
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
pt:
z index: 2
left: 284
top: 468
width: 60
height: 28
alignment: center middle shrink-overflow
font:
name: ModMatrix
size: 17
weight: bold
color: black
separator color: red
############################# Card sorting / numbering
############################# Copyright stuff
illustrator:
left: 59
top: 482
width: 217
height: 16
z index: 1
font:
name: Matrix
size: 10
weight: bold
color: black
copyright line:
left: 30
top: 494
width: 247
height: 12
z index: 1
font:
name: MPlantin
size: 6.5
color: black
############################################################## Extra card fields