mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
New styling choice for p/t font on old style Magic templates.
Removing some vestigial "hpt.jpg" files. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1171 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -6,7 +6,7 @@ installer group: magic/old style/split cards
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 103
|
position hint: 103
|
||||||
|
|
||||||
version: 2008-08-07
|
version: 2008-08-26
|
||||||
depends on:
|
depends on:
|
||||||
package: magic.mse-game
|
package: magic.mse-game
|
||||||
version: 2008-06-02
|
version: 2008-06-02
|
||||||
@@ -21,11 +21,9 @@ card background: white
|
|||||||
card width: 523
|
card width: 523
|
||||||
card height: 375
|
card height: 375
|
||||||
card dpi: 150
|
card dpi: 150
|
||||||
|
|
||||||
# Author: Buttock1234
|
# Author: Buttock1234
|
||||||
# Lots of copy/paste from magic-new.mse-style
|
# Lots of copy/paste from magic-new.mse-style
|
||||||
############################################################## Extra scripts
|
############################################################## Extra scripts
|
||||||
|
|
||||||
init script:
|
init script:
|
||||||
# Use the normal tap symbol
|
# Use the normal tap symbol
|
||||||
mana_t := {
|
mana_t := {
|
||||||
@@ -155,6 +153,13 @@ styling field:
|
|||||||
name: left align artist
|
name: left align artist
|
||||||
description: Should the artist and copyright lines be left aligned, as seen in Tempest?
|
description: Should the artist and copyright lines be left aligned, as seen in Tempest?
|
||||||
initial: no
|
initial: no
|
||||||
|
styling field:
|
||||||
|
type: choice
|
||||||
|
name: pt font
|
||||||
|
description: Should the font used for p/t be MPlantin or MPlantin-Bold? MPlantin was used until Mirage.
|
||||||
|
initial: MPlantin-Bold
|
||||||
|
choice: MPlantin
|
||||||
|
choice: MPlantin-Bold
|
||||||
styling style:
|
styling style:
|
||||||
use guild mana symbols:
|
use guild mana symbols:
|
||||||
choice images:
|
choice images:
|
||||||
@@ -176,7 +181,6 @@ styling style:
|
|||||||
choice images:
|
choice images:
|
||||||
no: { symbol_variation(symbol: set.symbol, variation: "common") }
|
no: { symbol_variation(symbol: set.symbol, variation: "common") }
|
||||||
yes: { symbol_variation(symbol: set.symbol, variation: "rare") }
|
yes: { symbol_variation(symbol: set.symbol, variation: "rare") }
|
||||||
|
|
||||||
############################################################## Card fields
|
############################################################## Card fields
|
||||||
card style:
|
card style:
|
||||||
############################# Background stuff
|
############################# Background stuff
|
||||||
@@ -269,7 +273,6 @@ card style:
|
|||||||
width: 200
|
width: 200
|
||||||
height: 162
|
height: 162
|
||||||
z index: 1
|
z index: 1
|
||||||
|
|
||||||
image 2:
|
image 2:
|
||||||
left: 287
|
left: 287
|
||||||
top: 40
|
top: 40
|
||||||
@@ -461,9 +464,8 @@ card style:
|
|||||||
height: 23
|
height: 23
|
||||||
alignment: middle right
|
alignment: middle right
|
||||||
font:
|
font:
|
||||||
name: Mplantin
|
name: { styling.pt_font }
|
||||||
size: 14
|
size: 14
|
||||||
weight: bold
|
|
||||||
color: rgb(255,255,255)
|
color: rgb(255,255,255)
|
||||||
shadow color: rgb(0,0,0)
|
shadow color: rgb(0,0,0)
|
||||||
shadow displacement x: 1
|
shadow displacement x: 1
|
||||||
@@ -477,9 +479,8 @@ card style:
|
|||||||
height: 23
|
height: 23
|
||||||
alignment: middle right
|
alignment: middle right
|
||||||
font:
|
font:
|
||||||
name: Mplantin
|
name: { styling.pt_font }
|
||||||
size: 14
|
size: 14
|
||||||
weight: bold
|
|
||||||
color: rgb(255,255,255)
|
color: rgb(255,255,255)
|
||||||
shadow color: rgb(0,0,0)
|
shadow color: rgb(0,0,0)
|
||||||
shadow displacement x: 1
|
shadow displacement x: 1
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
##############################################################
|
mse version: 0.3.7
|
||||||
##############################################################
|
|
||||||
############################################################## Old Tokens
|
|
||||||
##############################################################
|
|
||||||
##############################################################
|
|
||||||
|
|
||||||
mse version: 0.3.7
|
|
||||||
game: magic
|
game: magic
|
||||||
short name: Tokens
|
short name: Tokens
|
||||||
full name: Old style
|
full name: Old style
|
||||||
@@ -12,7 +6,7 @@ installer group: magic/old style/tokens
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 107
|
position hint: 107
|
||||||
|
|
||||||
version: 2008-08-07
|
version: 2008-08-26
|
||||||
depends on:
|
depends on:
|
||||||
package: magic.mse-game
|
package: magic.mse-game
|
||||||
version: 2008-06-02
|
version: 2008-06-02
|
||||||
@@ -27,10 +21,7 @@ card background: white
|
|||||||
card width: 375
|
card width: 375
|
||||||
card height: 523
|
card height: 523
|
||||||
card dpi: 150
|
card dpi: 150
|
||||||
|
|
||||||
############################################################## Extra scripts
|
############################################################## Extra scripts
|
||||||
## COPY/PASTE from magic-old.mse-style/style
|
|
||||||
|
|
||||||
init script:
|
init script:
|
||||||
# There is no land template
|
# There is no land template
|
||||||
land_template := { "c{type}.jpg" }
|
land_template := { "c{type}.jpg" }
|
||||||
@@ -104,9 +95,7 @@ set info style:
|
|||||||
fill color 2: rgb(95, 84, 40)
|
fill color 2: rgb(95, 84, 40)
|
||||||
border color 1: rgb(255,255,255)
|
border color 1: rgb(255,255,255)
|
||||||
border color 2: rgb(255,255,255)
|
border color 2: rgb(255,255,255)
|
||||||
|
|
||||||
############################################################## Extra style options
|
############################################################## Extra style options
|
||||||
|
|
||||||
styling field:
|
styling field:
|
||||||
type: boolean
|
type: boolean
|
||||||
name: use guild mana symbols
|
name: use guild mana symbols
|
||||||
@@ -157,6 +146,13 @@ styling field:
|
|||||||
name: left align artist
|
name: left align artist
|
||||||
description: Should the artist and copyright lines be left aligned, as seen in Tempest?
|
description: Should the artist and copyright lines be left aligned, as seen in Tempest?
|
||||||
initial: no
|
initial: no
|
||||||
|
styling field:
|
||||||
|
type: choice
|
||||||
|
name: pt font
|
||||||
|
description: Should the font used for p/t be MPlantin or MPlantin-Bold? MPlantin was used until Mirage.
|
||||||
|
initial: MPlantin-Bold
|
||||||
|
choice: MPlantin
|
||||||
|
choice: MPlantin-Bold
|
||||||
styling style:
|
styling style:
|
||||||
use guild mana symbols:
|
use guild mana symbols:
|
||||||
choice images:
|
choice images:
|
||||||
@@ -178,7 +174,6 @@ styling style:
|
|||||||
choice images:
|
choice images:
|
||||||
no: { symbol_variation(symbol: set.symbol, variation: "common") }
|
no: { symbol_variation(symbol: set.symbol, variation: "common") }
|
||||||
yes: { symbol_variation(symbol: set.symbol, variation: "rare") }
|
yes: { symbol_variation(symbol: set.symbol, variation: "rare") }
|
||||||
|
|
||||||
############################################################## Card fields
|
############################################################## Card fields
|
||||||
card style:
|
card style:
|
||||||
############################# Background stuff
|
############################# Background stuff
|
||||||
@@ -202,7 +197,6 @@ card style:
|
|||||||
render style: image
|
render style: image
|
||||||
popup style: in place
|
popup style: in place
|
||||||
image: { card_background() }
|
image: { card_background() }
|
||||||
|
|
||||||
############################# Name line
|
############################# Name line
|
||||||
name:
|
name:
|
||||||
left: 40
|
left: 40
|
||||||
@@ -219,7 +213,6 @@ card style:
|
|||||||
shadow color: rgb(0,0,0)
|
shadow color: rgb(0,0,0)
|
||||||
shadow displacement x: 1
|
shadow displacement x: 1
|
||||||
shadow displacement y: 1
|
shadow displacement y: 1
|
||||||
|
|
||||||
############################# Image
|
############################# Image
|
||||||
image:
|
image:
|
||||||
left: 44
|
left: 44
|
||||||
@@ -227,9 +220,7 @@ card style:
|
|||||||
width: 286
|
width: 286
|
||||||
height: 270
|
height: 270
|
||||||
z index: 1
|
z index: 1
|
||||||
|
|
||||||
############################# Card type
|
############################# Card type
|
||||||
|
|
||||||
type:
|
type:
|
||||||
left: 58
|
left: 58
|
||||||
top : 348
|
top : 348
|
||||||
@@ -245,7 +236,6 @@ card style:
|
|||||||
shadow displacement x: 1
|
shadow displacement x: 1
|
||||||
shadow displacement y: 1
|
shadow displacement y: 1
|
||||||
separator color: rgb(192,192,192)
|
separator color: rgb(192,192,192)
|
||||||
|
|
||||||
rarity:
|
rarity:
|
||||||
right: 320
|
right: 320
|
||||||
top : 347
|
top : 347
|
||||||
@@ -278,7 +268,6 @@ card style:
|
|||||||
if styling.colored_rarities
|
if styling.colored_rarities
|
||||||
then symbol_variation(symbol: set.symbol, variation: "special")
|
then symbol_variation(symbol: set.symbol, variation: "special")
|
||||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||||
|
|
||||||
############################# Text box
|
############################# Text box
|
||||||
text:
|
text:
|
||||||
left: 63
|
left: 63
|
||||||
@@ -316,7 +305,6 @@ card style:
|
|||||||
line height hard: 1.2
|
line height hard: 1.2
|
||||||
line height line: 1.5
|
line height line: 1.5
|
||||||
line height soft: 0.9
|
line height soft: 0.9
|
||||||
|
|
||||||
############################# PT
|
############################# PT
|
||||||
pt:
|
pt:
|
||||||
z index: 4
|
z index: 4
|
||||||
@@ -326,18 +314,15 @@ card style:
|
|||||||
height: 30
|
height: 30
|
||||||
alignment: right top
|
alignment: right top
|
||||||
font:
|
font:
|
||||||
name: Mplantin
|
name: { styling.pt_font }
|
||||||
size: 18
|
size: 18
|
||||||
weight: bold
|
|
||||||
color: rgb(255,255,255)
|
color: rgb(255,255,255)
|
||||||
shadow color: rgb(0,0,0)
|
shadow color: rgb(0,0,0)
|
||||||
shadow displacement x: 2
|
shadow displacement x: 2
|
||||||
shadow displacement y: 2
|
shadow displacement y: 2
|
||||||
separator color: rgb(255,50,50)
|
separator color: rgb(255,50,50)
|
||||||
|
|
||||||
############################# Card sorting / numbering
|
############################# Card sorting / numbering
|
||||||
############################# Copyright stuff
|
############################# Copyright stuff
|
||||||
|
|
||||||
illustrator:
|
illustrator:
|
||||||
left: 57
|
left: 57
|
||||||
top : 459
|
top : 459
|
||||||
@@ -352,7 +337,6 @@ card style:
|
|||||||
shadow color: rgb(0,0,0)
|
shadow color: rgb(0,0,0)
|
||||||
shadow displacement x: 1
|
shadow displacement x: 1
|
||||||
shadow displacement y: 1
|
shadow displacement y: 1
|
||||||
|
|
||||||
copyright line:
|
copyright line:
|
||||||
left: 57
|
left: 57
|
||||||
top : 472
|
top : 472
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
##############################################################
|
mse version: 0.3.7
|
||||||
##############################################################
|
|
||||||
############################################################## OLD STYLE MAGIC
|
|
||||||
##############################################################
|
|
||||||
##############################################################
|
|
||||||
|
|
||||||
mse version: 0.3.7
|
|
||||||
game: magic
|
game: magic
|
||||||
short name: Old style
|
short name: Old style
|
||||||
full name: Before 8th edition
|
full name: Before 8th edition
|
||||||
@@ -12,7 +6,7 @@ installer group: magic/old style/normal cards
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 101
|
position hint: 101
|
||||||
|
|
||||||
version: 2008-08-07
|
version: 2008-08-26
|
||||||
depends on:
|
depends on:
|
||||||
package: magic.mse-game
|
package: magic.mse-game
|
||||||
version: 2008-06-02
|
version: 2008-06-02
|
||||||
@@ -30,10 +24,7 @@ card background: white
|
|||||||
card width: 375
|
card width: 375
|
||||||
card height: 523
|
card height: 523
|
||||||
card dpi: 150
|
card dpi: 150
|
||||||
|
|
||||||
############################################################## Extra scripts
|
############################################################## Extra scripts
|
||||||
## COPY/PASTE from magic-new.mse-style/style
|
|
||||||
|
|
||||||
init script:
|
init script:
|
||||||
# Use the normal tap symbol
|
# Use the normal tap symbol
|
||||||
mana_t := {
|
mana_t := {
|
||||||
@@ -110,9 +101,7 @@ set info style:
|
|||||||
fill color 2: rgb(95, 84, 40)
|
fill color 2: rgb(95, 84, 40)
|
||||||
border color 1: rgb(255,255,255)
|
border color 1: rgb(255,255,255)
|
||||||
border color 2: rgb(255,255,255)
|
border color 2: rgb(255,255,255)
|
||||||
|
|
||||||
############################################################## Extra style options
|
############################################################## Extra style options
|
||||||
|
|
||||||
styling field:
|
styling field:
|
||||||
type: boolean
|
type: boolean
|
||||||
name: use guild mana symbols
|
name: use guild mana symbols
|
||||||
@@ -168,6 +157,13 @@ styling field:
|
|||||||
name: left align artist
|
name: left align artist
|
||||||
description: Should the artist and copyright lines be left aligned, as seen in Tempest?
|
description: Should the artist and copyright lines be left aligned, as seen in Tempest?
|
||||||
initial: no
|
initial: no
|
||||||
|
styling field:
|
||||||
|
type: choice
|
||||||
|
name: pt font
|
||||||
|
description: Should the font used for p/t be MPlantin or MPlantin-Bold? MPlantin was used until Mirage.
|
||||||
|
initial: MPlantin-Bold
|
||||||
|
choice: MPlantin
|
||||||
|
choice: MPlantin-Bold
|
||||||
styling style:
|
styling style:
|
||||||
use guild mana symbols:
|
use guild mana symbols:
|
||||||
choice images:
|
choice images:
|
||||||
@@ -189,7 +185,6 @@ styling style:
|
|||||||
choice images:
|
choice images:
|
||||||
no: { symbol_variation(symbol: set.symbol, variation: "common") }
|
no: { symbol_variation(symbol: set.symbol, variation: "common") }
|
||||||
yes: { symbol_variation(symbol: set.symbol, variation: "rare") }
|
yes: { symbol_variation(symbol: set.symbol, variation: "rare") }
|
||||||
|
|
||||||
############################################################## Card fields
|
############################################################## Card fields
|
||||||
card style:
|
card style:
|
||||||
############################# Background stuff
|
############################# Background stuff
|
||||||
@@ -213,7 +208,6 @@ card style:
|
|||||||
render style: image
|
render style: image
|
||||||
popup style: in place
|
popup style: in place
|
||||||
image: { card_background() }
|
image: { card_background() }
|
||||||
|
|
||||||
############################# Name line
|
############################# Name line
|
||||||
name:
|
name:
|
||||||
left: 42
|
left: 42
|
||||||
@@ -251,7 +245,6 @@ card style:
|
|||||||
render style: image
|
render style: image
|
||||||
choice images:
|
choice images:
|
||||||
tombstone: tombstone.png
|
tombstone: tombstone.png
|
||||||
|
|
||||||
############################# Image
|
############################# Image
|
||||||
image:
|
image:
|
||||||
left: 45
|
left: 45
|
||||||
@@ -259,9 +252,7 @@ card style:
|
|||||||
width: 286
|
width: 286
|
||||||
height: 233
|
height: 233
|
||||||
z index: 1
|
z index: 1
|
||||||
|
|
||||||
############################# Card type
|
############################# Card type
|
||||||
|
|
||||||
type:
|
type:
|
||||||
left: 39
|
left: 39
|
||||||
top : 291
|
top : 291
|
||||||
@@ -278,7 +269,6 @@ card style:
|
|||||||
shadow displacement x: 1
|
shadow displacement x: 1
|
||||||
shadow displacement y: 1
|
shadow displacement y: 1
|
||||||
separator color: rgb(128,128,128)
|
separator color: rgb(128,128,128)
|
||||||
|
|
||||||
rarity:
|
rarity:
|
||||||
left: 293
|
left: 293
|
||||||
top : 290
|
top : 290
|
||||||
@@ -311,7 +301,6 @@ card style:
|
|||||||
if styling.colored_rarities
|
if styling.colored_rarities
|
||||||
then symbol_variation(symbol: set.symbol, variation: "special")
|
then symbol_variation(symbol: set.symbol, variation: "special")
|
||||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||||
|
|
||||||
############################# Text box
|
############################# Text box
|
||||||
text:
|
text:
|
||||||
left: 43
|
left: 43
|
||||||
@@ -353,7 +342,6 @@ card style:
|
|||||||
render style: image
|
render style: image
|
||||||
alignment: middle center
|
alignment: middle center
|
||||||
include file: /magic-watermarks.mse-include/watermarks-old
|
include file: /magic-watermarks.mse-include/watermarks-old
|
||||||
|
|
||||||
############################# PT
|
############################# PT
|
||||||
pt:
|
pt:
|
||||||
z index: 4
|
z index: 4
|
||||||
@@ -363,18 +351,15 @@ card style:
|
|||||||
height: 27
|
height: 27
|
||||||
alignment: right middle
|
alignment: right middle
|
||||||
font:
|
font:
|
||||||
name: Mplantin
|
name: { styling.pt_font }
|
||||||
size: 17
|
size: 17
|
||||||
weight: bold
|
|
||||||
color: rgb(255,255,255)
|
color: rgb(255,255,255)
|
||||||
shadow color: rgb(0,0,0)
|
shadow color: rgb(0,0,0)
|
||||||
shadow displacement x: 1
|
shadow displacement x: 1
|
||||||
shadow displacement y: 1
|
shadow displacement y: 1
|
||||||
separator color: rgb(200,0,0)
|
separator color: rgb(200,0,0)
|
||||||
|
|
||||||
############################# Card sorting / numbering
|
############################# Card sorting / numbering
|
||||||
############################# Copyright stuff
|
############################# Copyright stuff
|
||||||
|
|
||||||
illustrator:
|
illustrator:
|
||||||
left: 40
|
left: 40
|
||||||
top : 470
|
top : 470
|
||||||
@@ -389,7 +374,6 @@ card style:
|
|||||||
shadow color: rgb(0,0,0)
|
shadow color: rgb(0,0,0)
|
||||||
shadow displacement x: 1
|
shadow displacement x: 1
|
||||||
shadow displacement y: 1
|
shadow displacement y: 1
|
||||||
|
|
||||||
copyright line:
|
copyright line:
|
||||||
left: 40
|
left: 40
|
||||||
top : 486
|
top : 486
|
||||||
|
|||||||
Reference in New Issue
Block a user