mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Added the "smarter" casting cost and name lines to all Post 8th Magic templates.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@530 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -106,7 +106,7 @@ card style:
|
||||
name:
|
||||
left: { if card.card_symbol=="none" then 32 else 51 }
|
||||
top : 30
|
||||
width: { if card.card_symbol=="none" then 246 else 227 }
|
||||
right: { 341 - card_style.casting_cost.content_width }
|
||||
height: 23
|
||||
alignment: bottom shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -117,9 +117,9 @@ card style:
|
||||
weight: bold
|
||||
color: rgb(0,0,0)
|
||||
casting cost:
|
||||
left: 280
|
||||
right: 343
|
||||
top : 30
|
||||
width: 63
|
||||
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||
height: 23
|
||||
alignment: middle right
|
||||
symbol font:
|
||||
|
||||
@@ -104,7 +104,7 @@ card style:
|
||||
name:
|
||||
left: {if card.card_symbol=="none" then 32 else 51}
|
||||
top : 30
|
||||
width: {if card.card_symbol=="none" then 246 else 227}
|
||||
right: { 341 - card_style.casting_cost.content_width }
|
||||
height: 23
|
||||
alignment: bottom shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -116,9 +116,9 @@ card style:
|
||||
color: rgb(0,0,0)
|
||||
|
||||
name 2:
|
||||
left: 35
|
||||
right: 343
|
||||
top : 454
|
||||
width: 308
|
||||
left: { 34 + card_style.casting_cost_2.content_width }
|
||||
height: 23
|
||||
alignment: bottom shrink-overflow
|
||||
angle: 180
|
||||
@@ -131,9 +131,9 @@ card style:
|
||||
color: rgb(0,0,0)
|
||||
|
||||
casting cost:
|
||||
left: 280
|
||||
right: 343
|
||||
top : 30
|
||||
width: 63
|
||||
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||
height: 23
|
||||
alignment: bottom right
|
||||
symbol font:
|
||||
@@ -146,7 +146,7 @@ card style:
|
||||
casting cost 2:
|
||||
left: 32
|
||||
top : 454
|
||||
width: 63
|
||||
width: { max(30, card_style.casting_cost_2.content_width) + 5 }
|
||||
height: 23
|
||||
alignment: bottom right
|
||||
angle: 180
|
||||
|
||||
@@ -113,7 +113,7 @@ card style:
|
||||
name:
|
||||
left: { if card.card_symbol=="none" then 32 else 51 }
|
||||
top : 30
|
||||
width: { if card.card_symbol=="none" then 246 else 227 }
|
||||
right: { 341 - card_style.casting_cost.content_width }
|
||||
height: 23
|
||||
alignment: bottom shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -124,9 +124,9 @@ card style:
|
||||
weight: bold
|
||||
color: rgb(0,0,0)
|
||||
casting cost:
|
||||
left: 280
|
||||
right: 343
|
||||
top : 30
|
||||
width: 63
|
||||
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||
height: 23
|
||||
alignment: bottom right
|
||||
symbol font:
|
||||
|
||||
@@ -120,7 +120,7 @@ card style:
|
||||
name:
|
||||
left: { if card.card_symbol=="none" then 30 else 51 }
|
||||
top : 27
|
||||
width: { if card.card_symbol=="none" then 175 else 168 }
|
||||
right: { 242 - card_style.casting_cost.content_width }
|
||||
height: 17
|
||||
alignment: top shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -133,7 +133,7 @@ card style:
|
||||
name 2:
|
||||
left: { if card.card_symbol_2=="none" then 282 else 51 }
|
||||
top : 27
|
||||
width: { if card.card_symbol_2=="none" then 215 else 227 }
|
||||
right: { 493 - card_style.casting_cost_2.content_width }
|
||||
height: 17
|
||||
alignment: top shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -144,9 +144,9 @@ card style:
|
||||
weight: bold
|
||||
color: rgb(0,0,0)
|
||||
casting cost:
|
||||
left: 207
|
||||
right: 243
|
||||
top : 27
|
||||
width: 35
|
||||
width: { max(19, card_style.casting_cost.content_width) + 3 }
|
||||
height: 16
|
||||
alignment: bottom right
|
||||
symbol font:
|
||||
@@ -158,9 +158,9 @@ card style:
|
||||
padding top: 0
|
||||
|
||||
casting cost 2:
|
||||
left: 459
|
||||
right: 494
|
||||
top : 27
|
||||
width: 35
|
||||
width: { max(19, card_style.casting_cost_2.content_width) + 3 }
|
||||
height: 16
|
||||
alignment: bottom right
|
||||
symbol font:
|
||||
|
||||
@@ -102,7 +102,7 @@ card style:
|
||||
name:
|
||||
left: { if card.card_symbol=="none" then 32 else 51 }
|
||||
top : 30
|
||||
width: { if card.card_symbol=="none" then 246 else 227 }
|
||||
right: { 341 - card_style.casting_cost.content_width }
|
||||
height: 23
|
||||
alignment: middle shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -116,9 +116,9 @@ card style:
|
||||
shadow displacement x: -1
|
||||
shadow displacement y: 1
|
||||
casting cost:
|
||||
left: 280
|
||||
right: 343
|
||||
top : 30
|
||||
width: 63
|
||||
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||
height: 23
|
||||
alignment: bottom right
|
||||
symbol font:
|
||||
|
||||
@@ -95,8 +95,7 @@ card style:
|
||||
left:
|
||||
script: if card.card_symbol=="none" then 32 else 51
|
||||
top : 30
|
||||
width:
|
||||
script: if card.card_symbol=="none" then 246 else 227
|
||||
right: { 341 - card_style.casting_cost.content_width }
|
||||
height: 23
|
||||
alignment: bottom shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -107,9 +106,9 @@ card style:
|
||||
weight: bold
|
||||
color: rgb(0,0,0)
|
||||
casting cost:
|
||||
left: 280
|
||||
right: 343
|
||||
top : 29
|
||||
width: 63
|
||||
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||
height: 23
|
||||
alignment: bottom right
|
||||
symbol font:
|
||||
|
||||
Reference in New Issue
Block a user