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: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

+32 -1
View File
@@ -1,4 +1,4 @@
mse version: 0.3.2
mse version: 0.3.2
game: vanguard
short name: Standard
icon: card-sample.png
@@ -233,3 +233,34 @@ card style:
name: MPlantin
size: 6
color: rgb(0,0,0)
############################################################## Extra card fields
extra card field:
type: choice
name: orb
choice: none
choice: white
choice: blue
choice: black
choice: red
choice: green
choice: artifact
choice: multicolor
extra card style:
orb:
left: 179
top: 483
width: 17
height: 17
z index: 2
render style: image
choice images:
white: cost_w.png
blue: cost_u.png
black: cost_b.png
red: cost_r.png
green: cost_g.png
artifact: cost_a.png
multicolor: cost_m.png