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

View File

@@ -0,0 +1,289 @@
mse version: 2.0.0
game: magic
short name: Cartoon Vertical
full name: Style by Lordpenguin
icon: example.png
position hint: 103
installer group: magic/cartoon
version: 2014-02-22
depends on: magic.mse-game 2008-06-02
depends on: magic-mana-bubble.mse-symbol-font 2008-05-21
depends on: magic-mana-small.mse-symbol-font 2008-05-18
depends on: magic-watermarks.mse-include 2008-05-21
depends on: vs-standard-new.mse-symbol-font 2008-05-19
card width: 375
card height: 523
card dpi: 150
############################################################## Extra scripts
init script:
template := {input+"{type}"+if styling.magic_textures then "_8th.png" else ".png" }
land_template := {"l{type}"+if styling.magic_textures then "_8th.png" else ".png"}
mana_t := {
if styling.tap_symbol == "old" then "old"
else if styling.tap_symbol == "older" then "older"
else "new"
}
# Use guild mana symbols?
guild_mana := {false}
############################################################## Extra style options
styling field:
type: package choice
name: auxilliary field symbol font
match: *.mse-symbol-font
initial: vs-standard-new.mse-symbol-font
styling field:
type: choice
name: tap symbol
description: What tap symbol should be used on cards?
initial: modern
choice: modern
choice: old
choice: older
styling field:
type: boolean
name: display art
description: Should card art be displayed?
initial: no
styling field:
type: boolean
name: magic textures
description: Use Magic textures?
initial: no
styling style:
tap symbol:
render style: both
choice images:
modern: /magic-mana-bubble.mse-symbol-font/mana_q.png
old: /magic-mana-bubble.mse-symbol-font/mana_q_old.png
older: /magic-mana-bubble.mse-symbol-font/mana_q_older.png
############################################################## Card fields
card style:
border color:
left: 0
top : 0
width: 375
height: 523
radius: 18
left width: 17
right width: 17
top width: 17
bottom width: 17
z index: 6
card color:
left: 0
top: 0
width: 375
height: 523
z index: -2
render style: image
popup style: in place
image: { card_background() }
name:
left: 45
top : 45
right: 330
height: 30
alignment: left top shrink-overflow
z index: 1
font:
name: Harrowprint
size: 24
weight: bold
color: black
casting cost:
left: 45
top : 79
right: 330
height: 44
alignment: middle center
symbol font:
name: magic-mana-bubble
size: 100
alignment: middle center
always symbol: true
z index: 1
type:
left: 42
top: 170
right: 333
height: 18
alignment: top left shrink-overflow
z index: 1
font:
name: Harrowprint
size: 14
weight: bold
color: black
text:
left: 42
top: {if styling.display_art then 354 else 200}
right: 333
bottom: 450
z index: 3
alignment: middle left
font:
name: Harrowprint
size: 13
scale down to: 6
color: black
symbol font:
name: magic-mana-small
size: 15
line height hard: 1.2
line height line: 1.5
line height hard max: 1.6
line height line max: 3.2
copyright line:
left: 60
bottom: 503
height: 10
right: 355
z index: 1
alignment: bottom right shrink-overflow
font:
name: MPlantin
size: 7
color: white
shadow color: black
shadow blur: 2
rarity:
width: 35
height: 35
bottom: 494
left: 20
z index: 2
render style: image
choice images:
basic land: script: symbol_variation(symbol: set.symbol, variation: "common")
common: script: 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")
pt:
right: 337
top: 452
width: 80
bottom: 480
z index: 2
alignment: right bottom shrink-overflow
font:
name: ModMatrix
size: 20
weight: bold
color: rgb(0,0,0)
separator color: rgb(200,0,0)
image:
top: 198
height: 142
left: 69
width: 237
z index: 2
mask: mask.png
visible: {styling.display_art}
illustrator:
left: 96
bottom: 503
height: 13
right: {350-card_style.copyright_line.content_width}
z index: 2
alignment: bottom left shrink-overflow
font:
name: Matrix
size: 10
weight: bold
color: white
shadow color: black
shadow blur: 2
visible: {styling.display_art}
watermark:
left: 30
right: 345
top: 220
bottom: 430
z index: 1
render style: image
alignment: middle center
include file: /magic-watermarks.mse-include/watermarks
visible: {not styling.display_art}
extra card field:
type: choice
name: boxes
editable: false
save value: false
show statistics: false
card list allow: false
choice: Default
extra card field:
type: color
name: picborder
editable: false
save value: false
show statistics: false
card list allow: false
choice:
name: Default
color: black
extra card field:
type: text
name: affiliation
description: Use the Insert Symbol menu to enter Affiliation Symbols
extra card field:
type: text
name: artby
script: "Art by "
editable: false
save value: false
show statistics: false
card list allow: false
extra card style:
boxes:
left: 0
top: 0
width: 375
height: 523
z index: -1
render style: image
choice images:
Default: boxes.png
picborder:
top: 194
height: 150
left: 65
width: 245
z index: 1
radius: 13
visible: {styling.display_art}
affiliation:
left: 70
right: {330-card_style.pt.content_width}
bottom: 480
top: 454
z index: 1
alignment: left middle
symbol font:
name: {styling.auxilliary_field_symbol_font}
size: 24
alignment: middle center
always symbol: true
artby:
left: 60
bottom: 503
height: 13
right: 96
z index: 2
alignment: bottom left
font:
name: Matrix
size: 10
weight: bold
color: white
shadow color: black
shadow blur: 2
visible: {styling.display_art}