mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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". git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@708 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -204,7 +204,7 @@ card style:
|
||||
top : 358
|
||||
width: 256
|
||||
height: 18
|
||||
alignment: top shrink-overflow
|
||||
alignment: middle shrink-overflow
|
||||
z index: 1
|
||||
padding top: 2
|
||||
font:
|
||||
|
||||
@@ -195,7 +195,7 @@ card style:
|
||||
top : 312
|
||||
width: 220
|
||||
height: 20
|
||||
alignment: top shrink-overflow
|
||||
alignment: middle shrink-overflow
|
||||
z index: 2
|
||||
padding top: 2
|
||||
font:
|
||||
|
||||
@@ -178,10 +178,10 @@ card style:
|
||||
|
||||
############################# Image
|
||||
image:
|
||||
left: 50
|
||||
top: 67
|
||||
width: 306
|
||||
height: 437
|
||||
left: 49
|
||||
top: 65
|
||||
width: 307
|
||||
height: 439
|
||||
mask: imagemask.png
|
||||
z index: 1
|
||||
|
||||
|
||||
@@ -230,7 +230,7 @@ card style:
|
||||
|
||||
############################# Image
|
||||
image:
|
||||
left: 38.25
|
||||
left: 39.25
|
||||
top: 52
|
||||
width: 214.02
|
||||
height: 154.45
|
||||
|
||||
@@ -180,10 +180,10 @@ card style:
|
||||
|
||||
############################# Image
|
||||
image:
|
||||
left: 50
|
||||
top: 67
|
||||
width: 306
|
||||
height: 437
|
||||
left: 49
|
||||
top: 65
|
||||
width: 307
|
||||
height: 439
|
||||
mask: imagemask.png
|
||||
z index: 1
|
||||
|
||||
|
||||
@@ -204,7 +204,7 @@ card style:
|
||||
type:
|
||||
left: 33
|
||||
top : 134
|
||||
width: 253
|
||||
width: { if card.pt !="" then 253 else 310 }
|
||||
height: 18
|
||||
alignment: top shrink-overflow
|
||||
z index: 1
|
||||
@@ -215,9 +215,9 @@ card style:
|
||||
separator color: rgb(128,128,128)
|
||||
|
||||
type 2:
|
||||
left: 86
|
||||
left: { if card.pt != "" then 86 else 34 }
|
||||
top : 353
|
||||
width: 256
|
||||
width: { if card.pt != "" then 256 else 308 }
|
||||
height: 18
|
||||
alignment: top shrink-overflow
|
||||
angle: 180
|
||||
|
||||
@@ -167,7 +167,7 @@ card style:
|
||||
type:
|
||||
left: 33
|
||||
top : 309
|
||||
width: 286
|
||||
width: 306
|
||||
height: 18
|
||||
alignment: top shrink-overflow
|
||||
z index: 1
|
||||
|
||||
@@ -201,7 +201,7 @@ card style:
|
||||
type:
|
||||
left: 58
|
||||
top : 348
|
||||
width: { 271 - max(22,card_style.rarity.content_width) }
|
||||
width: { 262 - max(22,card_style.rarity.content_width) }
|
||||
height: 18
|
||||
alignment: top left shrink-overflow
|
||||
z index: 1
|
||||
|
||||
@@ -1591,7 +1591,7 @@ keyword parameter type:
|
||||
example: Forest
|
||||
keyword parameter type:
|
||||
name: a
|
||||
match: an?
|
||||
match: [ ]*|[ an?]*
|
||||
|
||||
############################# All Magic keywords
|
||||
# By JrEye and Neko_Asakami, Updated by Pichoro and Buttock1234
|
||||
@@ -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.
|
||||
keyword:
|
||||
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
|
||||
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:
|
||||
|
||||
@@ -492,7 +492,7 @@ keyword parameter type:
|
||||
example: Forest
|
||||
keyword parameter type:
|
||||
name: a
|
||||
match: an?
|
||||
match: [ ]*|[ an?]*
|
||||
|
||||
############################# All Magic keywords
|
||||
# By JrEye and Neko_Asakami, Updated by Pichoro and Buttock1234
|
||||
@@ -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.
|
||||
keyword:
|
||||
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
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user