mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Optional foil system for all Magic templates.
Normal foil gradient added. Planeswalker and Flip card shapes now added. General clean up of styles. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1392 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.7
|
||||
mse version: 0.3.8
|
||||
game: magic
|
||||
short name: Split Cards
|
||||
full name: Modern split cards
|
||||
@@ -6,7 +6,7 @@ installer group: magic/new style/split cards
|
||||
icon: card-sample.png
|
||||
position hint: 003
|
||||
|
||||
version: 2008-08-07
|
||||
version: 2009-07-06
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2008-06-02
|
||||
@@ -23,20 +23,16 @@ depends on:
|
||||
package: magic-mana-small.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
|
||||
card background: white
|
||||
card width: 523
|
||||
card height: 375
|
||||
card dpi: 150
|
||||
|
||||
# Author: Wolfwood
|
||||
# Lots of copy/paste from magic-new.mse-style
|
||||
|
||||
# Updated by Pichoro
|
||||
############################################################## Extra scripts
|
||||
|
||||
init script:
|
||||
# Load scripts for image box
|
||||
include file: /magic-default-image.mse-include/scripts
|
||||
|
||||
|
||||
# Should hybrids have a grey name?
|
||||
mask_hybrid_with_land := { styling.grey_hybrid_name }
|
||||
|
||||
@@ -54,7 +50,7 @@ init script:
|
||||
) else input
|
||||
}
|
||||
template := { alternate_template() + "{type}.jpg" }
|
||||
|
||||
|
||||
# Use the normal tap symbol
|
||||
mana_t := {
|
||||
if styling.tap_symbol == "old" then "old"
|
||||
@@ -75,9 +71,7 @@ set info style:
|
||||
fill type: solid
|
||||
fill color: rgb(255,255,255)
|
||||
border color: rgb(0,0,0)
|
||||
|
||||
############################################################## Extra style options
|
||||
|
||||
styling field:
|
||||
type: boolean
|
||||
name: darker artifacts
|
||||
@@ -126,6 +120,12 @@ styling field:
|
||||
name: inverted common symbol
|
||||
description: Should the common rarity symbol be inverted, like in Coldsnap?
|
||||
initial: no
|
||||
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:
|
||||
darker artifacts:
|
||||
choice images:
|
||||
@@ -155,7 +155,6 @@ styling style:
|
||||
choice images:
|
||||
no: { symbol_variation(symbol: set.symbol, variation: "common") }
|
||||
yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") }
|
||||
|
||||
############################################################## Card fields
|
||||
card style:
|
||||
############################# Background stuff
|
||||
@@ -165,13 +164,13 @@ card style:
|
||||
width: 523
|
||||
height: 375
|
||||
radius: 18
|
||||
z index: -2
|
||||
z index: -1
|
||||
card color:
|
||||
left: 18
|
||||
top: 18
|
||||
width: 236
|
||||
height: 338
|
||||
z index: -1
|
||||
z index: 0
|
||||
render style: image
|
||||
popup style: in place
|
||||
image: { card_background() }
|
||||
@@ -180,7 +179,7 @@ card style:
|
||||
top: 18
|
||||
width: 236
|
||||
height: 338
|
||||
z index: -1
|
||||
z index: 0
|
||||
render style: image
|
||||
popup style: in place
|
||||
image: { card_background() }
|
||||
@@ -225,7 +224,6 @@ card style:
|
||||
always symbol: true
|
||||
z index: 2
|
||||
padding top: 0
|
||||
|
||||
casting cost 2:
|
||||
right: 494
|
||||
top : 27
|
||||
@@ -248,7 +246,6 @@ card style:
|
||||
height: 159
|
||||
z index: 1
|
||||
default: {default_image(card.card_color)}
|
||||
|
||||
image 2:
|
||||
left: 279
|
||||
top: 49
|
||||
@@ -256,9 +253,7 @@ card style:
|
||||
height: 159
|
||||
z index: 1
|
||||
default: {default_image(card.card_color_2)}
|
||||
|
||||
############################# Card type
|
||||
|
||||
type:
|
||||
left: 30
|
||||
top : 211
|
||||
@@ -271,7 +266,6 @@ card style:
|
||||
size: 12
|
||||
color: rgb(0,0,0)
|
||||
separator color: rgb(128,128,128)
|
||||
|
||||
type 2:
|
||||
left: 282
|
||||
top : 211
|
||||
@@ -284,13 +278,12 @@ card style:
|
||||
size: 12
|
||||
color: rgb(0,0,0)
|
||||
separator color: rgb(128,128,128)
|
||||
|
||||
rarity:
|
||||
right: 241
|
||||
top : 213
|
||||
width: 26
|
||||
height: 13
|
||||
z index: 1
|
||||
z index: 2
|
||||
alignment: middle right
|
||||
render style: image
|
||||
choice images:
|
||||
@@ -307,13 +300,12 @@ card style:
|
||||
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")
|
||||
|
||||
rarity 2:
|
||||
right: 493
|
||||
top : 213
|
||||
width: 26
|
||||
height: 13
|
||||
z index: 1
|
||||
z index: 2
|
||||
alignment: middle right
|
||||
render style: image
|
||||
choice images:
|
||||
@@ -330,7 +322,6 @@ card style:
|
||||
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: 29
|
||||
@@ -357,13 +348,10 @@ card style:
|
||||
else "middle left"
|
||||
z index: 2
|
||||
padding left: 2
|
||||
# padding top: 2
|
||||
padding right: 2
|
||||
# padding bottom: 2
|
||||
line height hard: 1.2
|
||||
line height line: 1.5
|
||||
line height soft: 0.9
|
||||
|
||||
text 2:
|
||||
left: 279
|
||||
top : 233
|
||||
@@ -389,9 +377,7 @@ card style:
|
||||
else "middle left"
|
||||
z index: 2
|
||||
padding left: 2
|
||||
# padding top: 2
|
||||
padding right: 2
|
||||
# padding bottom: 2
|
||||
line height hard: 1.2
|
||||
line height line: 1.5
|
||||
line height soft: 0.9
|
||||
@@ -413,10 +399,9 @@ card style:
|
||||
render style: image
|
||||
alignment: middle center
|
||||
include file: /magic-watermarks.mse-include/watermarks
|
||||
|
||||
############################# PT
|
||||
pt:
|
||||
z index: 4
|
||||
z index: 2
|
||||
left: 200
|
||||
top: 327
|
||||
width: 48
|
||||
@@ -428,9 +413,8 @@ card style:
|
||||
weight: bold
|
||||
color: rgb(0,0,0)
|
||||
separator color: rgb(200,0,0)
|
||||
|
||||
pt 2:
|
||||
z index: 4
|
||||
z index: 2
|
||||
left: 451
|
||||
top: 327
|
||||
width: 48
|
||||
@@ -442,10 +426,8 @@ card style:
|
||||
weight: bold
|
||||
color: rgb(0,0,0)
|
||||
separator color: rgb(200,0,0)
|
||||
|
||||
############################# Card sorting / numbering
|
||||
############################# Copyright stuff
|
||||
|
||||
illustrator:
|
||||
left: 46
|
||||
top : 338
|
||||
@@ -456,7 +438,6 @@ card style:
|
||||
name: Matrix
|
||||
size: 8
|
||||
color: { font_color(card.card_color) }
|
||||
|
||||
illustrator 2:
|
||||
left: 298
|
||||
top : 338
|
||||
@@ -467,7 +448,6 @@ card style:
|
||||
name: Matrix
|
||||
size: 8
|
||||
color: { font_color(card.card_color_2) }
|
||||
|
||||
copyright line:
|
||||
left: 26
|
||||
top : 348
|
||||
@@ -478,7 +458,6 @@ card style:
|
||||
name: MPlantin
|
||||
size: 6
|
||||
color: { font_color(card.card_color) }
|
||||
|
||||
copyright line 2:
|
||||
left: 278
|
||||
top : 348
|
||||
@@ -489,37 +468,50 @@ card style:
|
||||
name: MPlantin
|
||||
size: 6
|
||||
color: { font_color(card.card_color_2) }
|
||||
|
||||
############################################################## Extra card fields
|
||||
|
||||
extra card field:
|
||||
type: choice
|
||||
name: pt box
|
||||
script: card.card_color
|
||||
editable: false
|
||||
save value: false
|
||||
extra card field:
|
||||
type: choice
|
||||
name: pt box 2
|
||||
script: card.card_color_2
|
||||
editable: false
|
||||
|
||||
save value: false
|
||||
extra card field:
|
||||
type: choice
|
||||
name: foil layer
|
||||
choice: foil
|
||||
save value: false
|
||||
editable: false
|
||||
extra card style:
|
||||
pt box:
|
||||
left: 194
|
||||
top: 326
|
||||
width: 56
|
||||
left: 194
|
||||
top: 326
|
||||
width: 56
|
||||
height: 29
|
||||
z index: 1
|
||||
visible: { card.pt != "" }
|
||||
render style: image
|
||||
image: { card_ptbox() }
|
||||
|
||||
pt box 2:
|
||||
left: 445
|
||||
top: 326
|
||||
width: 56
|
||||
height: 29
|
||||
left: 445
|
||||
top: 326
|
||||
width: 56
|
||||
height: 29
|
||||
z index: 1
|
||||
visible: { card.pt_2 != "" }
|
||||
render style: image
|
||||
image: { card_ptbox() }
|
||||
foil layer:
|
||||
right: 523
|
||||
bottom: 0
|
||||
width: 375
|
||||
height: 523
|
||||
z index: 3
|
||||
angle: 90
|
||||
render style: image
|
||||
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
|
||||
|
||||
Reference in New Issue
Block a user