Added Clash to keywords.

Added transparent textbox effect to magic-new and magic-planeshifted.
Added future sight type symbol watermarks.
Added colored orbs to vanguard.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@662 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-09-02 06:43:07 +00:00
parent 44ea7e9cd8
commit 0157f96f9a
25 changed files with 86 additions and 10 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

+12 -3
View File
@@ -116,6 +116,13 @@ styling field:
name: inverted common symbol
description: Should the common rarity symbol be inverted, like in Coldsnap?
initial: no
styling field:
type: choice
name: image size
description: Should the art extend into a transparent textbox?
initial: standard
choice: standard
choice: extended
styling style:
artifact style:
render style: both
@@ -204,11 +211,13 @@ card style:
############################# Image
image:
left: 32
left: 31
top: 62
width: 311
height: 228
width: 312
height: { if styling.image_size == "extended" then 407 else 228 }
z index: 1
mask:
script: if styling.image_size == "extended" then "imagemask_extended.png" else "imagemask_standard.png"
default: {default_image(card.card_color)}
############################# Card type