git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1233 0fc631ac-6414-0410-93d0-97cfa31319b6

This commit is contained in:
artfreakwiu
2008-10-28 03:13:10 +00:00
parent 8197e652ab
commit a3b670765e
2 changed files with 13 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 91 KiB

+13 -4
View File
@@ -91,6 +91,7 @@ card style:
else if card.rarity=="ultimate rare" then rgb(60,0,0)
else if card.rarity=="parallel rare" then rgb(216,199,53)
else if card.rarity=="gold tech" then rgb(216,199,53)
else if card.card_type=="dark synchro monster" then rgb(255,255,255)
else if is_nmonster() then rgb(255,255,255)
else rgb(0,0,0)
attribute:
@@ -164,7 +165,9 @@ card style:
font:
name: Palatino Linotype
size: 8
color: rgb(0,0,0)
color:
script: if card.card_type=="dark synchro monster" then rgb(255,255,255)
else rgb(0,0,0)
edition:
left: 43
top: 380
@@ -174,7 +177,9 @@ card style:
font:
name: Palatino Linotype Bold
size: 8
color: rgb(0,0,0)
color:
script: if card.card_type=="dark synchro monster" then rgb(255,255,255)
else rgb(0,0,0)
############################# Text box
rule text:
left: 35
@@ -251,7 +256,9 @@ card style:
font:
name: Palatino Linotype
size: 8
color: rgb(0,0,0)
color:
script: if card.card_type=="dark synchro monster" then rgb(255,255,255)
else rgb(0,0,0)
rarity:
left: 332
top : 492
@@ -290,7 +297,9 @@ card style:
font:
name: Palatino Linotype
size: 7
color: rgb(0,0,0)
color:
script: if card.card_type=="dark synchro monster" then rgb(255,255,255)
else rgb(0,0,0)
############################################extra card field:
extra card field:
type: choice