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
+43 -21
View File
@@ -6,7 +6,7 @@ installer group: magic/old style/normal cards
icon: card-sample.png
position hint: 101
version: 2009-06-20
version: 2009-07-06
depends on:
package: magic.mse-game
version: 2008-06-02
@@ -77,7 +77,6 @@ init script:
)
else base
}
############################################################## Set info fields
set info style:
symbol:
@@ -153,6 +152,12 @@ styling field:
name: left align artist
description: Should the artist and copyright lines be left aligned, as seen in Tempest?
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 field:
type: choice
name: pt font
@@ -187,27 +192,27 @@ card style:
border color:
left: 0
top : 0
width: 375
height: 523
width: 375
height: 523
radius: 18
left width: 19
right width: 19
top width: 19
bottom width: 19
z index: -1
z index: 4
card color:
left: 0
top: 0
width: 375
height: 523
z index: -2
left: 0
top: 0
width: 375
height: 523
z index: 0
render style: image
popup style: in place
image: { card_background() }
############################# Name line
name:
left: 42
top : 24
left: 42
top: 24
right: { 341 - card_style.casting_cost.content_width }
height: 23
alignment: bottom shrink-overflow
@@ -238,6 +243,7 @@ card style:
top : 24
height: 20
width: 14
z index: 1
render style: image
choice images:
tombstone: tombstone.png
@@ -270,7 +276,7 @@ card style:
top : 290
width: 44
height: 22
z index: 1
z index: 2
alignment: middle right
render style: image
choice images:
@@ -322,9 +328,9 @@ card style:
then "middle center"
else "middle left"
z index: 2
padding left: 6
padding top: 2
padding right: 4
padding left: 6
padding top: 2
padding right: 4
padding bottom: 0
line height hard: 1.2
line height line: 1.5
@@ -340,11 +346,11 @@ card style:
include file: /magic-watermarks.mse-include/watermarks-old
############################# PT
pt:
z index: 4
left: 295
top: 470
width: 47
height: 27
z index: 1
left: 295
top: 470
width: 47
height: 27
alignment: right middle
font:
name: { styling.pt_font }
@@ -381,3 +387,19 @@ card style:
name: MPlantin
size: 6.5
color: { font_color(card.card_color) }
############################################################## Extra card fields
extra card field:
type: choice
name: foil layer
choice: foil
save value: false
editable: false
extra card style:
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"}