Commit a4b56a9b authored by pichoro's avatar pichoro

Adding planechase game file, for plane type cards.

parent 8510434e
mse version: 0.3.8
game: planechase
short name: Standard
installer group: Magic Planechase/normal style
icon: card-sample.png
position hint: 01
version: 2009-08-11
depends on:
package: planechase.mse-game
version: 2009-08-11
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: 523
card height: 375
card dpi: 111.7142857
#By Pichoro
#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 }
############################################################## 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 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:
############################# Name line
name:
left: 84
top : 20
width: 354
height: 23
alignment: bottom center shrink-overflow
padding bottom: 0
z index: 2
font:
name: Matrix
size: 17
weight: bold
color: rgb(0,0,0)
############################# Image
image:
left: 16
top: 15
width: 492
height: 343
z index: 1
mask: image_mask.png
############################# Card type
type:
left: 114
top : 243
width: 294
height: 23
alignment: bottom center shrink-overflow
padding bottom: 0
z index: 2
font:
name: Matrix
size: 13.5
color: black
rarity:
right: 408
top : 253
width: 28
height: 14
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
############################# Card sorting / numbering
############################# Copyright stuff
illustrator:
left: 168
top : 351
width: 214
height: 13
z index: 2
alignment: middle center
font:
name: Matrix
size: 8
weight: bold
color: white
copyright line:
left: 154
top : 361
width: 214
height: 13
z index: 2
alignment: middle center
font:
name: MPlantin
size: 6
color: white
############################################################## Extra card fields
extra card field:
type: choice
name: background
editable: false
save value: false
choice: frame
extra card field:
type: choice
name: chaos symbol
editable: false
save value: false
choice: chaos
extra card field:
type: choice
name: paintbrush
save value: false
choice: white
editable: false
extra card field:
type: text
name: text
multi line: true
save value: false
script:
combined_editor(field1: card.rule_text, separator: "<line>\n</line>", field2: card.flavor_text)
description: The rules and flavor text for the card; use up and down arrows to switch
extra card style:
background:
left: 0
top: 0
width: 523
height: 375
z index: 0
render style: image
choice images:
frame: card.png
chaos symbol:
left: 62
top: 318
width: 25
height: 22
z index: 2
render style: image
choice images:
chaos: /magic-mana-small.mse-symbol-font/mana_chaos.png
paintbrush:
left: { 245 - card_style.illustrator.content_width * 0.5 }
top : 352
width: 30
height: 12
z index: 6
render style: image
choice images:
white: /magic-future-common.mse-include/paintbrush_white.png
text:
left: 61
width: 402
top: 270
height: 78
paragraph height: 39
font:
name: MPlantin
italic name: MPlantin-Italic
size: 10.5
scale down to: 0.5
color: black
symbol font:
name: { styling.text_box_mana_symbols }
size: 10.5
alignment: middle left
z index: 2
line height hard: 1.1
mask: textbox_mask.png
This diff is collapsed.
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