Initial commit

This commit is contained in:
CajunAvenger
2021-07-09 02:07:58 -05:00
parent 44a72dbc6f
commit eda330eee8
22968 changed files with 376881 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -0,0 +1,304 @@
mse version: 0.3.8
game: planechase
short name: Planechase
full name: Mainframe Update
installer group: Magic Planes/normal style
icon: card-sample.png
position hint: 01
version: 2018-06-02
depends on:
package: planechase.mse-game
version: 2009-08-11
depends on:
package: magic-mana-small.mse-symbol-font
version: 2009-08-10
card width: 800
card height: 559
card dpi: 170
#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 }
is_nom := {card.supertype == "Phenomenon" }
card_shape := { "plane card" }
############################################################## 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: font size
description: Set the maximum font size. Default is 16.
styling field:
type: choice
name: chaos break
description: Places the break for the chaos ability.
choice: high
choice: middle
choice: low
initial: middle
styling field:
type: boolean
name: center set info
description: disables the copyright field and centers set and card information
initial: no
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: 129
top: 29
width: 542
height: 34
alignment: bottom center shrink-overflow
padding bottom: 0
z index: 2
font:
name: Beleren Bold
size: 19
color: black
############################# Image
image:
left: 24
top: 22
width: 753
height: 513
z index: 1
mask: { if is_nom() then "image_mask_nom.png" else "image_mask_" + styling.chaos_break + ".png" }
############################# Card type
type:
left: 176
top: 362
width: 450
height: 34
alignment: bottom center shrink-overflow
padding bottom: 0
z index: 2
font:
name: Beleren Bold
size: 14
color: black
rarity:
right: 624
top: 377
width: 43
height: 21
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")
masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
############################# Text box
text:
left: 95
width: 613
top: 402
height: { if is_nom() then 116 else if styling.chaos_break == "high" then 48 else if styling.chaos_break == "low" then 71 else 62 }
font:
name: MPlantin
italic name: MPlantin-Italic
size: { if styling.font_size != "" then styling.font_size else 16 }
scale down to: 1
color: black
symbol font:
name: { styling.text_box_mana_symbols }
size: { if styling.font_size != "" then styling.font_size else 16 }
alignment: middle left
z index: 2
line height hard: 1.15
line height soft: 1.0
chaos text:
left: 143
width: { if is_nom() then 0 else 565 }
top: { if styling.chaos_break == "high" then 453 else if styling.chaos_break == "low" then 477 else 469 }
height: { if is_nom() then 0 else if styling.chaos_break == "high" then 65 else if styling.chaos_break == "low" then 42 else 47 }
font:
name: MPlantin
italic name: MPlantin-Italic
size: { if styling.font_size != "" then styling.font_size else 16 }
scale down to: 1
color: black
symbol font:
name: { styling.text_box_mana_symbols }
size: { if styling.font_size != "" then styling.font_size else 16 }
alignment: middle left
z index: 2
line height hard: 1.2
############################# Card sorting / numbering
############################# Copyright stuff
illustrator:
right: 480
top: 528
width: 140
height: 10
z index: 2
alignment: center
font:
name: Beleren Small Caps Bold
size: 7.25
color: white
copyright:
right: 530
top: 542
width: { if styling.center_set_info then 0 else 150 }
height: { if styling.center_set_info then 0 else 10 }
z index: 2
alignment: middle right shrink-overflow
font:
name: Matrix
size: 8
color: white
weight: bold
visible: {not set.automatic_copyright}
set code:
left: { (if styling.center_set_info then 365 else 275) + card_style.card_number_m15.content_width }
top: 542
width: 50
height: 19
z index: 1
font:
name: Relay-Medium
size: 7
color: white
weight: bold
card number m15:
left: { if styling.center_set_info then 360 else 270 }
top: 542
width: 120
height: 19
z index: 1
font:
name: Relay-Medium
size: 7
color: white
weight: bold
############################################################## Extra card fields
extra card field:
type: choice
name: background
editable: false
save value: false
choice: frame
extra card field:
type: text
name: auto copyright
script: set.copyright
save value: false
editable: false
show statistics: false
extra card field:
type: choice
name: chaos symbol
editable: false
save value: false
choice: chaos
extra card field:
type: choice
name: artist arrow
save value: false
choice: white
editable: false
extra card style:
background:
left: 0
top: 0
width: 800
height: 559
z index: 0
render style: image
choice images:
frame: card.png
chaos symbol:
left: 95
top: { if styling.chaos_break == "high" then 468 else if styling.chaos_break == "low" then 483 else 477 }
width: { if is_nom() then 0 else 38 }
height: { if is_nom() then 0 else 33 }
z index: 2
render style: image
choice images:
chaos: /magic-mana-small.mse-symbol-font/mana_chaos.png
artist arrow:
left: { 395 - card_style.illustrator.content_width * 0.5 }
top: 531
width: 12
height: 7
z index: 6
render style: image
image: artist_arrow.png
auto copyright:
right: 530
top: 542
width: { if styling.center_set_info then 0 else 150 }
height: { if styling.center_set_info then 0 else 10 }
z index: 2
alignment: middle right shrink-overflow
font:
name: Matrix
size: 8
color: white
weight: bold
visible: {set.automatic_copyright}

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 B