mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
First Alara Reborn keyword for Vanguard; fixing other keyword errors.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1376 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -5,7 +5,7 @@ installer group: Magic Vanguard/game files
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 02
|
position hint: 02
|
||||||
|
|
||||||
version: 2009-01-15
|
version: 2009-04-08
|
||||||
|
|
||||||
# Author : Wolfwood
|
# Author : Wolfwood
|
||||||
# Most stuff is copy/pasted from magic.mse-game
|
# Most stuff is copy/pasted from magic.mse-game
|
||||||
@@ -1024,9 +1024,9 @@ keyword:
|
|||||||
reminder: As you play it, you may tap two untapped creatures you control that share a color with it. When you do, copy it and you may choose a new target for the copy.
|
reminder: As you play it, you may tap two untapped creatures you control that share a color with it. When you do, copy it and you may choose a new target for the copy.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Retrace
|
keyword: Retrace
|
||||||
match: Retrace
|
match: retrace
|
||||||
mode: expert
|
mode: expert
|
||||||
reminder: You may play this card from your graveyard by discarding a land card in addition to paying its other costs.
|
reminder: You may play it from your graveyard by discarding a land card in addition to paying its other costs.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Chroma
|
keyword: Chroma
|
||||||
match: Chroma
|
match: Chroma
|
||||||
@@ -1034,17 +1034,17 @@ keyword:
|
|||||||
rules: Chroma — [effect] based on the number of [color] mana symbols [in graveyard, under your control, in cards you discard].
|
rules: Chroma — [effect] based on the number of [color] mana symbols [in graveyard, under your control, in cards you discard].
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Unearth
|
keyword: Unearth
|
||||||
match: Unearth <atom-param>cost</atom-param>
|
match: unearth <atom-param>cost</atom-param>
|
||||||
mode: expert
|
mode: expert
|
||||||
reminder: {param1}: Return it from your graveyard to play. If it is a creature, it gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.
|
reminder: {param1}: Return it from your graveyard to play. If it is a creature, it gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Devour
|
keyword: Devour
|
||||||
match: Devour <atom-param>number</atom-param>
|
match: devour <atom-param>number</atom-param>
|
||||||
mode: expert
|
mode: expert
|
||||||
reminder: As it comes into play, you may sacrifice any number of creatures. It comes into play with { if param1.value == 1 then "" else if param1.value == 2 then "twice " else english_number(param1) + " times " }that many +1/+1 counters on it.
|
reminder: As it comes into play, you may sacrifice any number of creatures. It comes into play with { if param1.value == 1 then "" else if param1.value == 2 then "twice " else english_number(param1) + " times " }that many +1/+1 counters on it.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Exalted
|
keyword: Exalted
|
||||||
match: Exalted
|
match: exalted
|
||||||
mode: expert
|
mode: expert
|
||||||
reminder: Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.
|
reminder: Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.
|
||||||
keyword:
|
keyword:
|
||||||
@@ -1052,3 +1052,8 @@ keyword:
|
|||||||
match: Domain
|
match: Domain
|
||||||
mode: pseudo
|
mode: pseudo
|
||||||
rules: Domain — [effect] for each basic land type among lands you control.
|
rules: Domain — [effect] for each basic land type among lands you control.
|
||||||
|
keyword:
|
||||||
|
keyword: Cascade
|
||||||
|
match: cascade
|
||||||
|
mode: expert
|
||||||
|
reminder: When you play it, remove the top card of your library from the game until you remove a nonland card that costs less. You may play that card without paying its mana cost. Put the removed cards on the bottom of your library at random.
|
||||||
|
|||||||
Reference in New Issue
Block a user