Commit 5da31292 authored by pichoro's avatar pichoro

Improved image mask for magic-futureshift.

Changed embossedletter font to fix AE error.
Adjusted artist and copyright lines for futureshifts.
Making some minor preparations for creation of Planeswalker template.
parent 7dc582bd
...@@ -3,13 +3,7 @@ ...@@ -3,13 +3,7 @@
image font size: 46 image font size: 46
horizontal space: 1.2 horizontal space: 1.2
symbol: symbol:
code: AE code: Æ
image: ae.png
symbol:
code: aE
image: ae.png
symbol:
code: Ae
image: ae.png image: ae.png
symbol: symbol:
code: & code: &
...@@ -184,9 +178,9 @@ symbol: ...@@ -184,9 +178,9 @@ symbol:
image: space.png image: space.png
text font: text font:
name: MPlantin name: MPlantin
size: 19 size: 1
color: rgb(225,198,77) color: rgb(225,198,77)
text margin top: -1 text margin left: .26
text margin bottom: 3 text margin right: .2
text margin left: -2 text margin top: -.12
text margin right: -2 text margin bottom: -.12
...@@ -269,7 +269,7 @@ card style: ...@@ -269,7 +269,7 @@ card style:
illustrator: illustrator:
right: { if card.pt != "" then 281 else 341 } right: { if card.pt != "" then 281 else 341 }
top : 478 top : 478
width: { max(150, card_style.illustrator.content_width) + 5 } left: 30
height: 16 height: 16
z index: 2 z index: 2
alignment: middle right alignment: middle right
...@@ -285,9 +285,9 @@ card style: ...@@ -285,9 +285,9 @@ card style:
else rgb(255,255,255) else rgb(255,255,255)
copyright line: copyright line:
left: 22 left: 30
top : 491 top : 491
width: { if card.pt != "" then 260 else 320 } right: { if card.pt != "" then 281 else 341 }
height: 12 height: 12
z index: 2 z index: 2
alignment: bottom right alignment: bottom right
......
...@@ -265,7 +265,7 @@ card style: ...@@ -265,7 +265,7 @@ card style:
) else font_color(card.card_color) ) else font_color(card.card_color)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
right: 353 right: 351
top : 304 top : 304
width: 19 width: 19
height: 19 height: 19
...@@ -357,7 +357,7 @@ card style: ...@@ -357,7 +357,7 @@ card style:
illustrator: illustrator:
right: { if card.pt != "" then 275 else 338 } right: { if card.pt != "" then 275 else 338 }
top : 475 top : 475
width: { max(150, card_style.illustrator.content_width) + 5 } left: 30
height: 16 height: 16
z index: 2 z index: 2
alignment: middle right alignment: middle right
...@@ -373,9 +373,9 @@ card style: ...@@ -373,9 +373,9 @@ card style:
else rgb(255,255,255) else rgb(255,255,255)
copyright line: copyright line:
left: 20 left: 30
top : 488 top : 488
width: { if card.pt != "" then 254 else 317 } right: { if card.pt != "" then 275 else 338 }
height: 12 height: 12
z index: 2 z index: 2
alignment: bottom right alignment: bottom right
......
...@@ -973,7 +973,6 @@ card field: ...@@ -973,7 +973,6 @@ card field:
type: text type: text
name: rule text 2 name: rule text 2
script: text_filter(input: value, card_name: card.name_2) script: text_filter(input: value, card_name: card.name_2)
editable: false
show statistics: false show statistics: false
card field: card field:
type: text type: text
......
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