New colorless frame for futureshifts.
New artifact masks for magic-future-textless. Sorta sloppy, but better than before. Further improvements to font color for futureshifts, specifically colored artifacts. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@651 0fc631ac-6414-0410-93d0-97cfa31319b6
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 30 KiB |
@@ -10,12 +10,6 @@ card height: 523
|
|||||||
card dpi: 150
|
card dpi: 150
|
||||||
|
|
||||||
#By: Pichoro
|
#By: Pichoro
|
||||||
#
|
|
||||||
#Todo:
|
|
||||||
#Make different colored colorless mana symbols work
|
|
||||||
#Casting cost mask
|
|
||||||
#Frames can be changed to jpegs
|
|
||||||
#make colored artifacts look right
|
|
||||||
############################################################## Extra scripts
|
############################################################## Extra scripts
|
||||||
|
|
||||||
init script:
|
init script:
|
||||||
@@ -164,7 +158,13 @@ card style:
|
|||||||
script:
|
script:
|
||||||
if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
||||||
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
||||||
else font_color(card.card_color)
|
else if contains(card.card_color, match:"artifact") then (
|
||||||
|
if contains(card.card_color, match:"blue") or
|
||||||
|
contains(card.card_color, match:"black") or
|
||||||
|
contains(card.card_color, match:"red") or
|
||||||
|
contains(card.card_color, match:"green") then rgb(255,255,255)
|
||||||
|
else rgb(0,0,0)
|
||||||
|
) else font_color(card.card_color)
|
||||||
casting cost:
|
casting cost:
|
||||||
left: 18
|
left: 18
|
||||||
top: 57
|
top: 57
|
||||||
@@ -215,7 +215,13 @@ card style:
|
|||||||
script:
|
script:
|
||||||
if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
||||||
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
||||||
else font_color(card.card_color)
|
else if contains(card.card_color, match:"artifact") then (
|
||||||
|
if contains(card.card_color, match:"blue") or
|
||||||
|
contains(card.card_color, match:"black") or
|
||||||
|
contains(card.card_color, match:"red") or
|
||||||
|
contains(card.card_color, match:"green") then rgb(255,255,255)
|
||||||
|
else rgb(0,0,0)
|
||||||
|
) else font_color(card.card_color)
|
||||||
separator color: rgb(128,128,128)
|
separator color: rgb(128,128,128)
|
||||||
rarity:
|
rarity:
|
||||||
right: 352
|
right: 352
|
||||||
@@ -245,7 +251,17 @@ card style:
|
|||||||
name: Mplantin
|
name: Mplantin
|
||||||
size: 16
|
size: 16
|
||||||
weight: bold
|
weight: bold
|
||||||
color: { font_color(card.card_color) }
|
color:
|
||||||
|
script:
|
||||||
|
if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
||||||
|
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
||||||
|
else if contains(card.card_color, match:"artifact") then (
|
||||||
|
if contains(card.card_color, match:"blue") or
|
||||||
|
contains(card.card_color, match:"black") or
|
||||||
|
contains(card.card_color, match:"red") or
|
||||||
|
contains(card.card_color, match:"green") then rgb(255,255,255)
|
||||||
|
else rgb(0,0,0)
|
||||||
|
) else font_color(card.card_color)
|
||||||
separator color: rgb(200,0,0)
|
separator color: rgb(200,0,0)
|
||||||
############################# Card sorting / numbering
|
############################# Card sorting / numbering
|
||||||
############################# Copyright stuff
|
############################# Copyright stuff
|
||||||
|
|||||||
|
After Width: | Height: | Size: 101 B |
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 178 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 74 KiB |
@@ -10,9 +10,6 @@ card height: 523
|
|||||||
card dpi: 150
|
card dpi: 150
|
||||||
|
|
||||||
#By: Pichoro
|
#By: Pichoro
|
||||||
#
|
|
||||||
#Todo:
|
|
||||||
#Colorless Frame
|
|
||||||
############################################################## Extra scripts
|
############################################################## Extra scripts
|
||||||
|
|
||||||
init script:
|
init script:
|
||||||
@@ -201,7 +198,13 @@ card style:
|
|||||||
script:
|
script:
|
||||||
if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
||||||
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
||||||
else font_color(card.card_color)
|
else if contains(card.card_color, match:"artifact") then (
|
||||||
|
if contains(card.card_color, match:"blue") or
|
||||||
|
contains(card.card_color, match:"black") or
|
||||||
|
contains(card.card_color, match:"red") or
|
||||||
|
contains(card.card_color, match:"green") then rgb(255,255,255)
|
||||||
|
else rgb(0,0,0)
|
||||||
|
) else font_color(card.card_color)
|
||||||
casting cost:
|
casting cost:
|
||||||
left: 4
|
left: 4
|
||||||
top: 39
|
top: 39
|
||||||
@@ -253,7 +256,13 @@ card style:
|
|||||||
script:
|
script:
|
||||||
if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
||||||
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
||||||
else font_color(card.card_color)
|
else if contains(card.card_color, match:"artifact") then (
|
||||||
|
if contains(card.card_color, match:"blue") or
|
||||||
|
contains(card.card_color, match:"black") or
|
||||||
|
contains(card.card_color, match:"red") or
|
||||||
|
contains(card.card_color, match:"green") then rgb(255,255,255)
|
||||||
|
else rgb(0,0,0)
|
||||||
|
) else font_color(card.card_color)
|
||||||
separator color: rgb(128,128,128)
|
separator color: rgb(128,128,128)
|
||||||
rarity:
|
rarity:
|
||||||
right: 353
|
right: 353
|
||||||
@@ -330,7 +339,17 @@ card style:
|
|||||||
name: Mplantin
|
name: Mplantin
|
||||||
size: 17
|
size: 17
|
||||||
weight: bold
|
weight: bold
|
||||||
color: { font_color(card.card_color) }
|
color:
|
||||||
|
script:
|
||||||
|
if styling.grey_hybrid_name and contains(card.card_color, match:"land") and not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
||||||
|
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
||||||
|
else if contains(card.card_color, match:"artifact") then (
|
||||||
|
if contains(card.card_color, match:"blue") or
|
||||||
|
contains(card.card_color, match:"black") or
|
||||||
|
contains(card.card_color, match:"red") or
|
||||||
|
contains(card.card_color, match:"green") then rgb(255,255,255)
|
||||||
|
else rgb(0,0,0)
|
||||||
|
) else font_color(card.card_color)
|
||||||
separator color: rgb(200,0,0)
|
separator color: rgb(200,0,0)
|
||||||
############################# Card sorting / numbering
|
############################# Card sorting / numbering
|
||||||
############################# Copyright stuff
|
############################# Copyright stuff
|
||||||
|
|||||||