Commit 02758711 authored by pichoro's avatar pichoro

Made a change to casting costs in all new Magic styles. They're still not perfect, but closer.

Corrected a mistake in extended image styling for magic-new and magic-planeshifted.
parent b61f4bc2
...@@ -155,14 +155,14 @@ card style: ...@@ -155,14 +155,14 @@ card style:
color: rgb(0,0,0) color: rgb(0,0,0)
casting cost: casting cost:
right: 343 right: 343
top : 30 top : 32
width: { max(30, card_style.casting_cost.content_width) + 5 } width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23 height: 23
alignment: middle right alignment: middle right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
alignment: bottom right alignment: middle right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
......
...@@ -172,20 +172,20 @@ card style: ...@@ -172,20 +172,20 @@ card style:
casting cost: casting cost:
right: 343 right: 343
top : 30 top : 33
width: { max(30, card_style.casting_cost.content_width) + 5 } width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23 height: 23
alignment: bottom right alignment: bottom right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
alignment: bottom right alignment: middle right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
casting cost 2: casting cost 2:
left: 32 left: 32
top : 454 top : 450
width: { max(30, card_style.casting_cost_2.content_width) + 5 } width: { max(30, card_style.casting_cost_2.content_width) + 5 }
height: 23 height: 23
alignment: bottom right alignment: bottom right
...@@ -193,7 +193,7 @@ card style: ...@@ -193,7 +193,7 @@ card style:
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
alignment: bottom right alignment: middle right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
......
...@@ -174,14 +174,14 @@ card style: ...@@ -174,14 +174,14 @@ card style:
color: rgb(0,0,0) color: rgb(0,0,0)
casting cost: casting cost:
right: 345 right: 345
top : 23 top : 25
width: { max(30, card_style.casting_cost.content_width) + 5 } width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23 height: 23
alignment: bottom right alignment: bottom right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
alignment: bottom right alignment: middle right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
......
...@@ -150,14 +150,14 @@ card style: ...@@ -150,14 +150,14 @@ card style:
color: rgb(0,0,0) color: rgb(0,0,0)
casting cost: casting cost:
right: 343 right: 343
top : 30 top : 32
width: { max(30, card_style.casting_cost.content_width) + 5 } width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23 height: 23
alignment: bottom right alignment: bottom right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
alignment: bottom right alignment: middle right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
......
...@@ -193,7 +193,7 @@ card style: ...@@ -193,7 +193,7 @@ card style:
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 12 size: 12
alignment: bottom right alignment: middle right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
...@@ -207,7 +207,7 @@ card style: ...@@ -207,7 +207,7 @@ card style:
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 12 size: 12
alignment: bottom right alignment: middle right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
......
...@@ -195,7 +195,7 @@ card style: ...@@ -195,7 +195,7 @@ card style:
color: rgb(0,0,0) color: rgb(0,0,0)
casting cost: casting cost:
right: 343 right: 343
top : 30 top : 32
width: { max(30, card_style.casting_cost.content_width) + 5 } width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23 height: 23
alignment: bottom right alignment: bottom right
...@@ -205,7 +205,7 @@ card style: ...@@ -205,7 +205,7 @@ card style:
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
alignment: bottom right alignment: middle right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
...@@ -220,9 +220,9 @@ card style: ...@@ -220,9 +220,9 @@ card style:
############################# Image ############################# Image
image: image:
left: 32 left: 31
top: 62 top: 62
width: 311 width: 312
height: { if styling.image_size == "extended" then 408 else 228 } height: { if styling.image_size == "extended" then 408 else 228 }
z index: 1 z index: 1
mask: mask:
......
...@@ -162,14 +162,14 @@ card style: ...@@ -162,14 +162,14 @@ card style:
shadow displacement y: 1 shadow displacement y: 1
casting cost: casting cost:
right: 343 right: 343
top : 30 top : 33
width: { max(30, card_style.casting_cost.content_width) + 5 } width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23 height: 23
alignment: bottom right alignment: bottom right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
alignment: bottom right alignment: middle right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
...@@ -184,9 +184,9 @@ card style: ...@@ -184,9 +184,9 @@ card style:
############################# Image ############################# Image
image: image:
left: 32 left: 31
top: 62 top: 62
width: 311 width: 312
height: { if styling.image_size == "extended" then 408 else 228 } height: { if styling.image_size == "extended" then 408 else 228 }
z index: 1 z index: 1
mask: mask:
......
...@@ -143,14 +143,14 @@ card style: ...@@ -143,14 +143,14 @@ card style:
color: rgb(0,0,0) color: rgb(0,0,0)
casting cost: casting cost:
right: 343 right: 343
top : 29 top : 30
width: { max(30, card_style.casting_cost.content_width) + 5 } width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23 height: 23
alignment: bottom right alignment: bottom right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
alignment: bottom right alignment: middle right
always symbol: true always symbol: true
z index: 2 z index: 2
padding top: 0 padding top: 0
......
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