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
+27 -4
View File
@@ -6,7 +6,7 @@ installer group: magic/old style/textless cards
icon: card-sample.png
position hint: 105
version: 2009-06-20
version: 2009-07-06
depends on:
package: magic.mse-game
version: 2008-06-02
@@ -123,6 +123,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
@@ -148,13 +154,13 @@ card style:
right width: 17
top width: 17
bottom width: 18
z index: -1
z index: 4
card color:
left: 0
top: 0
width: 375
height: 523
z index: -2
z index: 0
render style: image
popup style: in place
image: { card_background() }
@@ -192,6 +198,7 @@ card style:
top : 24
height: 20
width: 14
z index: 1
render style: image
choice images:
tombstone: tombstone.png
@@ -238,7 +245,7 @@ card style:
############################# Textbox
############################# PT
pt:
z index: 4
z index: 1
left: 295
top: 470
width: 47
@@ -280,3 +287,19 @@ card style:
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"}