Fixed primitives and tokens, implemented count for party of creatures in Zendikar cards.
This commit is contained in:
@@ -3,6 +3,14 @@ grade=borderline
|
||||
#Please keep these card alphabetized, and try to have the "name=" line at the top of each card
|
||||
#I sorted this programatically - Vitty85 04-07-2020
|
||||
[card]
|
||||
name=AEther Rift
|
||||
auto=@each my upkeep:moverandom(*) from(myHand) to(myGraveyard)
|
||||
auto=@movedTo(creature|myGraveyard) from(myHand) turnlimited:name(Pay life or put in play) pay[[{L:5}]] opponent donothing?moveTo(myBattlefield) target(creature[fresh]|myGraveyard)]))
|
||||
text=At the beginning of your upkeep, discard a card at random. If you discard a creature card this way, return it from your graveyard to the battlefield unless any player pays 5 life.
|
||||
mana={1}{R}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=AEther Tide
|
||||
target=<prex>creature|myhand
|
||||
auto=reject && target(<prex>creature|battlefield) moveTo(ownerhand)
|
||||
@@ -19078,7 +19086,7 @@ type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Illuminate
|
||||
targer=creature
|
||||
target=creature
|
||||
auto=damage:X
|
||||
other={X}{2}{R}{R} name(Kicker {2}{R})
|
||||
auto=if paid(alternative) then damage:X targetcontroller
|
||||
@@ -41103,7 +41111,7 @@ name=Thunderscape Battlemage
|
||||
other={2}{R}{G} name(Kicker green)
|
||||
auto=if paid(alternative) then destroy target(enchantment)
|
||||
kicker={1}{B}
|
||||
auto=kicker ifnot paid(alternative) then target(player) ability$!name(Discard 2 cards) reject notatarger(<2>*|myhand)!$ targetedplayer
|
||||
auto=kicker ifnot paid(alternative) then target(player) ability$!name(Discard 2 cards) reject notatarget(<2>*|myhand)!$ targetedplayer
|
||||
text=Kicker {1}{B} and/or {G} (You may pay an additional {1}{B} and/or {G} as you cast this spell.) -- When Thunderscape Battlemage enters the battlefield, if it was kicked with its {1}{B} kicker, target player discards two cards. -- When Thunderscape Battlemage enters the battlefield, if it was kicked with its {G} kicker, destroy target enchantment.
|
||||
mana={2}{R}
|
||||
type=Creature
|
||||
|
||||
@@ -28,12 +28,6 @@ text=When you set this scheme in motion, until your next turn, whenever a player
|
||||
type=Scheme
|
||||
[/card]
|
||||
[card]
|
||||
name=AEther Rift
|
||||
text=At the beginning of your upkeep, discard a card at random. If you discard a creature card this way, return it from your graveyard to the battlefield unless any player pays 5 life.
|
||||
mana={1}{R}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=AEther Searcher
|
||||
text=Reveal AEther Searcher as you draft it. Reveal the next card you draft and note its name. -- When AEther Searcher enters the battlefield, you may search your hand and/or library for a card with a name noted as you drafted cards named AEther Searcher. You may cast it without paying its mana cost. If you searched your library this way, shuffle it.
|
||||
mana={7}
|
||||
|
||||
Reference in New Issue
Block a user