mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -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:
@@ -6,7 +6,7 @@ installer group: magic/old style/tokens
|
||||
icon: card-sample.png
|
||||
position hint: 107
|
||||
|
||||
version: 2009-06-20
|
||||
version: 2009-07-06
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2008-06-02
|
||||
@@ -142,6 +142,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
|
||||
@@ -183,13 +189,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() }
|
||||
@@ -237,7 +243,7 @@ card style:
|
||||
top : 347
|
||||
width: 46
|
||||
height: 23
|
||||
z index: 1
|
||||
z index: 2
|
||||
alignment: middle right
|
||||
render style: image
|
||||
choice images:
|
||||
@@ -293,7 +299,7 @@ card style:
|
||||
styling.center_text == "always"
|
||||
then "middle center shrink-overflow"
|
||||
else "middle left shrink-overflow"
|
||||
z index: 2
|
||||
z index: 1
|
||||
padding left: 2
|
||||
padding top: 2
|
||||
padding right: 2
|
||||
@@ -303,7 +309,7 @@ card style:
|
||||
line height soft: 0.9
|
||||
############################# PT
|
||||
pt:
|
||||
z index: 4
|
||||
z index: 1
|
||||
left: 283
|
||||
top: 458
|
||||
width: 45
|
||||
@@ -344,3 +350,20 @@ card style:
|
||||
name: MPlantin
|
||||
size: 8
|
||||
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"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user