Commit 93054223 authored by pichoro's avatar pichoro

Adjusted some magic fields, mostly casting costs.

Added larger masks for magic-new-planeswalkers to stop errors.
parent a08810b5
mse version: 0.3.5 mse version: 0.3.6
game: magic game: magic
short name: Future Textless short name: Future Textless
full name: Futureshift Textless full name: Futureshift Textless
icon: card-sample.png icon: card-sample.png
position hint: 051 position hint: 051
version: 2007-09-23 version: 2007-12-29
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-09-23 version: 2007-09-23
...@@ -16,6 +16,7 @@ depends on: ...@@ -16,6 +16,7 @@ depends on:
package: magic-mana-future.mse-symbol-font package: magic-mana-future.mse-symbol-font
version: 2007-09-23 version: 2007-09-23
card background: white
card width: 375 card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
......
...@@ -169,10 +169,10 @@ card style: ...@@ -169,10 +169,10 @@ card style:
casting cost: casting cost:
right: 343 right: 343
top : 33 top : 31
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: middle right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
...@@ -182,10 +182,10 @@ card style: ...@@ -182,10 +182,10 @@ card style:
padding top: 0 padding top: 0
casting cost 2: casting cost 2:
right: 32 right: 32
bottom: 450 bottom: 449
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: middle right
angle: 180 angle: 180
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
......
...@@ -174,7 +174,7 @@ card style: ...@@ -174,7 +174,7 @@ card style:
top : 25 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: middle right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
...@@ -204,7 +204,7 @@ card style: ...@@ -204,7 +204,7 @@ card style:
type: type:
left: 37 left: 37
top : 310 top : 307
width: { 306 - max(22,card_style.rarity.content_width) } width: { 306 - max(22,card_style.rarity.content_width) }
height: 20 height: 20
alignment: top shrink-overflow alignment: top shrink-overflow
......
...@@ -150,7 +150,7 @@ card style: ...@@ -150,7 +150,7 @@ card style:
top : 32 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: middle right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
......
...@@ -159,10 +159,10 @@ card style: ...@@ -159,10 +159,10 @@ card style:
shadow displacement y: 1 shadow displacement y: 1
casting cost: casting cost:
right: 343 right: 343
top : 33 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: middle right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
......
...@@ -147,7 +147,7 @@ card style: ...@@ -147,7 +147,7 @@ card style:
top : 30 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: middle right
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
......
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