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:
pichoro
2009-07-07 03:04:54 +00:00
parent 3d3732b736
commit 06c83e4171
28 changed files with 1009 additions and 812 deletions
+32 -32
View File
@@ -1,4 +1,4 @@
mse version: 0.3.7
mse version: 0.3.8
game: magic
full name: FPM's Normal Magic
short name: FPM Normal
@@ -6,7 +6,7 @@ installer group: magic/FirePenguinMaster/Normal cards
icon: card-sample.png
position hint: 401
version: 2008-08-07
version: 2009-07-06
depends on:
package: magic.mse-game
version: 2008-06-02
@@ -23,16 +23,11 @@ depends on:
package: magic-mana-small.mse-symbol-font
version: 2007-09-23
card background: white
card width: 375
card height: 523
card dpi: 150
#Todo list:
#Add purple and silver
#Template by Art_Freak and Pichoro
############################################################## Extra scripts
init script:
green_template := {
if input == "g" then (
@@ -64,7 +59,6 @@ init script:
paintbrush_color := { if font_white() then "white" else "black" }
############################################################## Extra style options
styling field:
type: choice
name: cardname font
@@ -112,7 +106,12 @@ styling field:
choice: short text only
choice: never
initial: never
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:
green style:
render style: both
@@ -140,7 +139,6 @@ styling style:
always: /magic.mse-game/icons/center-all-text.png
short text only: /magic.mse-game/icons/center-short-text.png
never: /magic.mse-game/icons/center-no-text.png
############################################################## Card fields
card style:
############################# Background stuff
@@ -160,11 +158,10 @@ card style:
top: 0
width: 375
height: 523
z index: -2
z index: 0
render style: image
popup style: in place
image: { card_background() }
############################# Name line
name:
left: 45
@@ -194,17 +191,17 @@ card style:
scale down to: 18
alignment: bottom right
always symbol: true
z index: 2
z index: 1
padding top: 0
card symbol:
left: 30
top : 27
height: 20
width: 14
z index: 1
render style: image
choice images:
tombstone: tombstone.png
############################# Image
image:
left: 48
@@ -213,23 +210,20 @@ card style:
height: 223
mask: imagemask.png
z index: 1
############################# Card type
type:
left: 120
top : 312
width: 220
height: 20
alignment: middle shrink-overflow
z index: 2
z index: 1
padding top: 2
font:
name: Matrix
size: 10
color: rgb(0,0,0)
separator color: rgb(128,128,128)
rarity:
left: 70
top : 302
@@ -246,7 +240,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: 61
@@ -279,7 +272,6 @@ card style:
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
watermark:
left: 127
top : 340
@@ -289,10 +281,9 @@ card style:
render style: image
alignment: middle center
include file: /magic-watermarks.mse-include/watermarks
############################# PT
power:
z index: 4
z index: 2
left: 24
top: 362
width: 19
@@ -307,7 +298,7 @@ card style:
shadow displacement x: 1
shadow displacement y: 1
toughness:
z index: 4
z index: 2
left: 24
top: 415
width: 19
@@ -321,10 +312,8 @@ card style:
shadow color: rgb(0,0,0)
shadow displacement x: 1
shadow displacement y: 1
############################# Card sorting / numbering
############################# Copyright stuff
illustrator:
right: 350
top : 293
@@ -336,7 +325,6 @@ card style:
name: MPlantin-Italic
size: 8
color: { font_color(card.card_color) }
copyright line:
left: 65
top : 492
@@ -348,22 +336,25 @@ card style:
name: MPlantin
size: 7
color: { font_color(card.card_color) }
############################################################## Extra card fields
extra card field:
type: choice
name: pt symbols
script: "shieldsword"
editable: false
save value: false
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card field:
type: choice
name: paintbrush
script: paintbrush_color(card.card_color)
editable: false
choice: black
choice: white
save value: false
extra card style:
pt symbols:
left: 25
@@ -385,3 +376,12 @@ extra card style:
choice images:
black: /magic-future-common.mse-include/paintbrush_black.png
white: /magic-future-common.mse-include/paintbrush_white.png
foil layer:
left: 0
top : 0
width: 375
height: 523
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}