mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Updated VS-game for symbols that should be invisible at times but aren't (using artfreakwiu's version).
Removed vesigial icon.pngs from VS templates. Added 'smart' name and cost fields to magic-old and magic-old-split. Changed magic-embossedletters to allow "Faerie". git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@553 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -8,9 +8,6 @@ symbol:
|
||||
symbol:
|
||||
code: AE
|
||||
image: ae.png
|
||||
symbol:
|
||||
code: ae
|
||||
image: ae.png
|
||||
symbol:
|
||||
code: aE
|
||||
image: ae.png
|
||||
|
||||
@@ -127,9 +127,9 @@ card style:
|
||||
|
||||
############################# Name line
|
||||
name:
|
||||
left: { if card.card_symbol=="none" then 32 else 51 }
|
||||
left: 32
|
||||
top : 20
|
||||
width: { if card.card_symbol=="none" then 175 else 168 }
|
||||
right: { 237 - card_style.casting_cost.content_width }
|
||||
height: 17
|
||||
alignment: top shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -142,9 +142,9 @@ card style:
|
||||
shadow displacement x: 1
|
||||
shadow displacement y: 1
|
||||
name 2:
|
||||
left: { if card.card_symbol=="none" then 284 else 51 }
|
||||
left: 284
|
||||
top : 20
|
||||
width: { if card.card_symbol=="none" then 175 else 168 }
|
||||
right: { 489 - card_style.casting_cost.content_width }
|
||||
height: 17
|
||||
alignment: top shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -157,9 +157,9 @@ card style:
|
||||
shadow displacement x: 1
|
||||
shadow displacement y: 1
|
||||
casting cost:
|
||||
left: 209
|
||||
right: 244
|
||||
top : 18.5
|
||||
width: 35
|
||||
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||
height: 16
|
||||
alignment: bottom right
|
||||
symbol font:
|
||||
@@ -171,9 +171,9 @@ card style:
|
||||
padding top: 0
|
||||
|
||||
casting cost 2:
|
||||
left: 461
|
||||
right: 496
|
||||
top : 18.5
|
||||
width: 35
|
||||
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||
height: 16
|
||||
alignment: bottom right
|
||||
symbol font:
|
||||
|
||||
@@ -141,7 +141,7 @@ card style:
|
||||
name:
|
||||
left: 39
|
||||
top : 21
|
||||
width: 210
|
||||
right: { 300 - card_style.casting_cost.content_width }
|
||||
height: 22
|
||||
alignment: bottom shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -154,9 +154,9 @@ card style:
|
||||
shadow displacement x: 1
|
||||
shadow displacement y: 1
|
||||
casting cost:
|
||||
left: 250
|
||||
right: 304
|
||||
top : 21
|
||||
width: 54
|
||||
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||
height: 22
|
||||
alignment: middle right
|
||||
symbol font:
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.0 KiB |
+30
-11
@@ -286,8 +286,8 @@ card field:
|
||||
field1: card.name,
|
||||
separator: "™ ",
|
||||
field2: card.identity,
|
||||
grey_until_needed: true_pass(),
|
||||
hide_when_both_empty: true,
|
||||
soft_before_empty: true,
|
||||
hide_when_empty: true,
|
||||
type_over1: " TM",
|
||||
type_over2: "TM"
|
||||
)
|
||||
@@ -353,8 +353,8 @@ card field:
|
||||
field1: card.type_text,
|
||||
separator: " - ",
|
||||
field2: card.sub_type,
|
||||
grey_until_needed: true,
|
||||
hide_when_both_empty: true,
|
||||
soft_before_empty: true,
|
||||
hide_when_empty: true,
|
||||
type_over1: " -",
|
||||
type_over2: "-"
|
||||
)
|
||||
@@ -387,8 +387,8 @@ card field:
|
||||
field1: card.version,
|
||||
separator: " • ",
|
||||
field2: card.team_affiliation,
|
||||
grey_until_needed: true,
|
||||
hide_when_both_empty: true,
|
||||
soft_before_empty: true,
|
||||
hide_when_empty: true,
|
||||
type_over1: " `"
|
||||
)
|
||||
card list column: 2
|
||||
@@ -473,8 +473,8 @@ card field:
|
||||
field1: card.team,
|
||||
separator: " • ",
|
||||
field2: card.team_2_of_2,
|
||||
grey_until_needed: true,
|
||||
hide_when_both_empty: true,
|
||||
soft_before_empty: true,
|
||||
hide_when_empty: true,
|
||||
type_over1: " `"
|
||||
)
|
||||
description: The team of the card, use ` for a separator for dual cards
|
||||
@@ -498,8 +498,8 @@ card field:
|
||||
field1: card.team_2,
|
||||
separator: " • ",
|
||||
field2: card.team_2_of_2_2,
|
||||
grey_until_needed: true,
|
||||
hide_when_both_empty: true,
|
||||
soft_before_empty: true,
|
||||
hide_when_empty: true,
|
||||
type_over1: " `"
|
||||
)
|
||||
description: The second affiliation of the card (for dual cards)
|
||||
@@ -642,6 +642,11 @@ keyword:
|
||||
match: Cosmic: <atom-param>action</atom-param>
|
||||
mode: real
|
||||
reminder: This character comes into play with a cosmic counter on it. While this character has a cosmic counter on it, it has this ability in addition to any other text it has.
|
||||
keyword:
|
||||
keyword: Cosmic
|
||||
match: Cosmic
|
||||
mode: real
|
||||
reminder: This character comes into play with a cosmic counter on it.
|
||||
keyword:
|
||||
keyword: Boost
|
||||
match: Boost <atom-param>action</atom-param>
|
||||
@@ -701,4 +706,18 @@ keyword:
|
||||
keyword: Backup:
|
||||
match: Backup: <atom-param>action</atom-param>
|
||||
mode: real
|
||||
reminder: This ability can only be used during the build phase.
|
||||
reminder: This ability can only be used during the build phase.
|
||||
keyword:
|
||||
keyword: Dual Loyalty
|
||||
match: Dual Loaylty
|
||||
mode: real
|
||||
reminder: Recruit this card only if both its printed affiliations are among the affiliations of characters you control.
|
||||
keyword:
|
||||
keyword: Substitute
|
||||
match: Substitute
|
||||
mode: real
|
||||
reminder: Reveal this card -> You may remove from the game a ready character you control with cost greater than or equal to the cost of this card. If you do, put this card into play. Use only if this card is in your hand and only during your recruit step."
|
||||
#keyword:
|
||||
# keyword: Mutant Traits
|
||||
# keyword: Instanity
|
||||
# keyword: Free
|
||||
|
||||
Reference in New Issue
Block a user