Additional primitive fixes

This commit is contained in:
Anthony Calosa
2017-01-16 06:48:07 +08:00
parent 5e7f81678d
commit 0ab872e152

View File

@@ -17388,7 +17388,7 @@ toughness=3
[card]
name=Centaur Vinecrasher
abilities=trample
auto=counter(1/1,1,type:land:graveyard)
auto=foreach(land|graveyard) counter(1/1,1)
autograveyard=@movedto(land|graveyard):pay({G}{G}) moveto(ownerhand)
text=Trample -- Centaur Vinecrasher enters the battlefield with a number of +1/+1 counters on it equal to the number of land cards in all graveyards. -- Whenever a land card is put into a graveyard from anywhere, you may pay {G}{G}. If you do, return Centaur Vinecrasher from your graveyard to your hand.
mana={3}{G}
@@ -24022,7 +24022,7 @@ type=Artifact
[/card]
[card]
name=Custodi Soulbinders
auto=counter(1/1,1,type:other creature:battlefield)
auto=foreach(other creature|battlefield) counter(1/1,1)
auto={2}{w}{C(1/1,-1)}:token(Spirit,Creature Spirit,1/1,white flying)
text=Custodi Soulbinders enters the battlefield with X +1/+1 counters on it, where X is the number of other creatures on the battlefield. -- {2}{W}, Remove a +1/+1 counter from Custodi Soulbinders: Put a 1/1 white Spirit creature token with flying onto the battlefield.
mana={3}{W}
@@ -30164,7 +30164,7 @@ type=Artifact
[/card]
[card]
name=Drakestown Forgotten
auto=counter(1/1,1,type:creature:graveyard)
auto=foreach(creature|graveyard) counter(1/1,1)
auto={2}{b}{C(1/1,-1)}:target(creature) -1/-1 ueot
text=Drakestown Forgotten enters the battlefield with X +1/+1 counters on it, where X is the number of creature cards in all graveyards. -- {2}{B}, Remove a +1/+1 counter from Drakestown Forgotten: Target creature gets -1/-1 until end of turn.
mana={4}{B}
@@ -32542,7 +32542,7 @@ type=Instant
[/card]
[card]
name=Edge of Autumn
auto=if type(land|mybattlefield)~lessthan~5 then target(land[basic]|mybattlefield) moveTo(mybattlefield)
auto=if type(land|mybattlefield)~lessthan~5 then target(land[basic]|mylibrary) moveTo(mybattlefield)
autohand={S(land|mybattlefield)}{cycle}:name(cycling) draw:1
text=If you control four or fewer lands, search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library. -- Cycling - Sacrifice a land. (Sacrifice a land, Discard this card: Draw a card.)
mana={1}{G}
@@ -36482,7 +36482,7 @@ subtype=Aura
[card]
name=Extract from Darkness
auto=all(player) deplete:2
auto=moveto(mybattlefield) target(creature|mygraveyard)
auto=moveto(mybattlefield) target(creature|graveyard)
text=Each player puts the top two cards of his or her library into his or her graveyard. Then put a creature card from a graveyard onto the battlefield under your control.
mana={3}{U}{B}
type=Sorcery