Commit 0ea010b8 authored by pichoro's avatar pichoro

Improvments to typeline fields in magic-new-flip, magic-new-promo,...

Improvments to typeline fields in magic-new-flip, magic-new-promo, magic-old-token, magic-fpm, and magic-fpm-flip.
Improved image masks for magic-fpm-split, magic-fpm-promo, and magic-fpm-token.
Modified <a> parameter and Champion keyword; now you can "Champion two Knights".
parent a1521dca
...@@ -204,7 +204,7 @@ card style: ...@@ -204,7 +204,7 @@ card style:
top : 358 top : 358
width: 256 width: 256
height: 18 height: 18
alignment: top shrink-overflow alignment: middle shrink-overflow
z index: 1 z index: 1
padding top: 2 padding top: 2
font: font:
......
...@@ -195,7 +195,7 @@ card style: ...@@ -195,7 +195,7 @@ card style:
top : 312 top : 312
width: 220 width: 220
height: 20 height: 20
alignment: top shrink-overflow alignment: middle shrink-overflow
z index: 2 z index: 2
padding top: 2 padding top: 2
font: font:
......
...@@ -178,10 +178,10 @@ card style: ...@@ -178,10 +178,10 @@ card style:
############################# Image ############################# Image
image: image:
left: 50 left: 49
top: 67 top: 65
width: 306 width: 307
height: 437 height: 439
mask: imagemask.png mask: imagemask.png
z index: 1 z index: 1
......
...@@ -230,7 +230,7 @@ card style: ...@@ -230,7 +230,7 @@ card style:
############################# Image ############################# Image
image: image:
left: 38.25 left: 39.25
top: 52 top: 52
width: 214.02 width: 214.02
height: 154.45 height: 154.45
......
...@@ -180,10 +180,10 @@ card style: ...@@ -180,10 +180,10 @@ card style:
############################# Image ############################# Image
image: image:
left: 50 left: 49
top: 67 top: 65
width: 306 width: 307
height: 437 height: 439
mask: imagemask.png mask: imagemask.png
z index: 1 z index: 1
......
...@@ -204,7 +204,7 @@ card style: ...@@ -204,7 +204,7 @@ card style:
type: type:
left: 33 left: 33
top : 134 top : 134
width: 253 width: { if card.pt !="" then 253 else 310 }
height: 18 height: 18
alignment: top shrink-overflow alignment: top shrink-overflow
z index: 1 z index: 1
...@@ -215,9 +215,9 @@ card style: ...@@ -215,9 +215,9 @@ card style:
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
type 2: type 2:
left: 86 left: { if card.pt != "" then 86 else 34 }
top : 353 top : 353
width: 256 width: { if card.pt != "" then 256 else 308 }
height: 18 height: 18
alignment: top shrink-overflow alignment: top shrink-overflow
angle: 180 angle: 180
......
...@@ -167,7 +167,7 @@ card style: ...@@ -167,7 +167,7 @@ card style:
type: type:
left: 33 left: 33
top : 309 top : 309
width: 286 width: 306
height: 18 height: 18
alignment: top shrink-overflow alignment: top shrink-overflow
z index: 1 z index: 1
......
...@@ -201,7 +201,7 @@ card style: ...@@ -201,7 +201,7 @@ card style:
type: type:
left: 58 left: 58
top : 348 top : 348
width: { 271 - max(22,card_style.rarity.content_width) } width: { 262 - max(22,card_style.rarity.content_width) }
height: 18 height: 18
alignment: top left shrink-overflow alignment: top left shrink-overflow
z index: 1 z index: 1
......
...@@ -1591,7 +1591,7 @@ keyword parameter type: ...@@ -1591,7 +1591,7 @@ keyword parameter type:
example: Forest example: Forest
keyword parameter type: keyword parameter type:
name: a name: a
match: an? match: [ ]*|[ an?]*
############################# All Magic keywords ############################# All Magic keywords
# By JrEye and Neko_Asakami, Updated by Pichoro and Buttock1234 # By JrEye and Neko_Asakami, Updated by Pichoro and Buttock1234
...@@ -2026,7 +2026,7 @@ keyword: ...@@ -2026,7 +2026,7 @@ keyword:
reminder: You may play this spell for its evoke cost. If you do, it's sacrificed when it comes into play. reminder: You may play this spell for its evoke cost. If you do, it's sacrificed when it comes into play.
keyword: keyword:
keyword: Champion keyword: Champion
match: Champion <atom-param>a</atom-param> <atom-param>name</atom-param> match: Champion<atom-param>a</atom-param><atom-param>name</atom-param>
mode: expert mode: expert
reminder: When this comes into play, sacrifice it unless you remove another {param2} you control from the game. When this leaves play, that card returns to play. reminder: When this comes into play, sacrifice it unless you remove another {param2} you control from the game. When this leaves play, that card returns to play.
keyword: keyword:
......
...@@ -492,7 +492,7 @@ keyword parameter type: ...@@ -492,7 +492,7 @@ keyword parameter type:
example: Forest example: Forest
keyword parameter type: keyword parameter type:
name: a name: a
match: an? match: [ ]*|[ an?]*
############################# All Magic keywords ############################# All Magic keywords
# By JrEye and Neko_Asakami, Updated by Pichoro and Buttock1234 # By JrEye and Neko_Asakami, Updated by Pichoro and Buttock1234
...@@ -920,7 +920,7 @@ keyword: ...@@ -920,7 +920,7 @@ keyword:
reminder: You may play it for its evoke cost. If you do, it's sacrificed when it comes into play. reminder: You may play it for its evoke cost. If you do, it's sacrificed when it comes into play.
keyword: keyword:
keyword: Champion keyword: Champion
match: champion <atom-param>a</atom-param> <atom-param>name</atom-param> match: champion<atom-param>a</atom-param><atom-param>name</atom-param>
mode: expert mode: expert
reminder: When it comes into play, sacrifice it unless you remove another {param2} you control from the game. When it leaves play, that card returns to play. reminder: When it comes into play, sacrifice it unless you remove another {param2} you control from the game. When it leaves play, that card returns to play.
keyword: keyword:
......
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