Commit 5ad9f35a authored by artfreakwiu's avatar artfreakwiu

No commit message

No commit message
parent 1137fc1b
...@@ -91,6 +91,7 @@ card style: ...@@ -91,6 +91,7 @@ card style:
else if card.rarity=="ultimate rare" then rgb(60,0,0) 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=="parallel rare" then rgb(216,199,53)
else if card.rarity=="gold tech" 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 if is_nmonster() then rgb(255,255,255)
else rgb(0,0,0) else rgb(0,0,0)
attribute: attribute:
...@@ -164,7 +165,9 @@ card style: ...@@ -164,7 +165,9 @@ card style:
font: font:
name: Palatino Linotype name: Palatino Linotype
size: 8 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: edition:
left: 43 left: 43
top: 380 top: 380
...@@ -174,7 +177,9 @@ card style: ...@@ -174,7 +177,9 @@ card style:
font: font:
name: Palatino Linotype Bold name: Palatino Linotype Bold
size: 8 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 ############################# Text box
rule text: rule text:
left: 35 left: 35
...@@ -251,7 +256,9 @@ card style: ...@@ -251,7 +256,9 @@ card style:
font: font:
name: Palatino Linotype name: Palatino Linotype
size: 8 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: rarity:
left: 332 left: 332
top : 492 top : 492
...@@ -290,7 +297,9 @@ card style: ...@@ -290,7 +297,9 @@ card style:
font: font:
name: Palatino Linotype name: Palatino Linotype
size: 7 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:
extra card field: extra card field:
type: choice type: choice
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment