added turnabout, with the new parser tools its 100% now.
This commit is contained in:
@@ -57,8 +57,8 @@ type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=AEther Shockwave
|
||||
auto=choice tap all(spirit)
|
||||
auto=choice tap all(creature[-spirit])
|
||||
auto=choice name(spirits) && tap all(spirit)
|
||||
auto=choice name(nonspirit) && tap all(creature[-spirit])
|
||||
text=Choose one - Tap all Spirits; or tap all non-Spirit creatures.
|
||||
mana={3}{W}
|
||||
type=Instant
|
||||
@@ -50935,6 +50935,24 @@ power=6
|
||||
toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
name=Turnabout
|
||||
auto=choice name(tap all opponents creatures) && tap all(creature|opponentbattlefield)
|
||||
auto=choice name(tap all opponents artifacts) && tap all(artifact|opponentbattlefield)
|
||||
auto=choice name(tap all opponents lands) && tap all(land|opponentbattlefield)
|
||||
auto=choice name(untap all opponents creatures) && untap all(creature|opponentbattlefield)
|
||||
auto=choice name(untap all opponents artifacts) && untap all(artifact|opponentbattlefield)
|
||||
auto=choice name(untap all opponents lands) && untap all(land|opponentbattlefield)
|
||||
auto=choice name(tap all your creatures) && tap all(creature|mybattlefield)
|
||||
auto=choice name(tap all your artifacts) && tap all(artifact|mybattlefield)
|
||||
auto=choice name(tap all your lands) && tap all(land|mybattlefield)
|
||||
auto=choice name(untap all your creatures) && untap all(creature|mybattlefield)
|
||||
auto=choice name(untap all your artifacts) && untap all(artifact|mybattlefield)
|
||||
auto=choice name(untap all your lands) && untap all(land|mybattlefield)
|
||||
text=Choose artifact, creature, or land. Tap all untapped permanents of the chosen type target player controls, or untap all tapped permanents of that type that player controls.
|
||||
type=instant
|
||||
mana={2}{U}{U}
|
||||
[/card]
|
||||
[card]
|
||||
name=Turn to Dust
|
||||
target=equipment
|
||||
auto=destroy
|
||||
|
||||
Reference in New Issue
Block a user