This commit is contained in:
@@ -276,7 +276,7 @@ name=Null Brooch
|
||||
mana={4}
|
||||
type=Artifact
|
||||
text={2}, {T}, Discard your hand: Counter target noncreature spell.
|
||||
auto={2}{T}:fizzle target(*|[-creature]|stack) && moveTo(graveyard) all(*|myhand)
|
||||
auto={2}{T}:fizzle target(*[-creature]|stack) && moveTo(graveyard) all(*|myhand)
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
|
||||
@@ -106,7 +106,7 @@ id=130713
|
||||
name=Force of Savagery
|
||||
color=Green
|
||||
rarity=R
|
||||
mana={2}{R}
|
||||
mana={2}{G}
|
||||
type=Creature
|
||||
subtype=Elemental
|
||||
power=8
|
||||
|
||||
@@ -1688,7 +1688,7 @@ name=Trumpet Blast
|
||||
mana={2}{R}
|
||||
type=Instant
|
||||
text=Attacking creatures get +2/+0 until end of turn.
|
||||
auto=all(creature[attacking]) 2/0
|
||||
auto=lord(creature[attacking]) 2/0
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
|
||||
@@ -733,6 +733,7 @@ name=Reminisce
|
||||
mana={2}{U}
|
||||
type=Sorcery
|
||||
text=Target player shuffles his or her graveyard into his or her library.
|
||||
target=player
|
||||
auto=moveTo(ownerlibrary) all(*|ownergraveyard)
|
||||
rarity=U
|
||||
[/card]
|
||||
|
||||
@@ -1426,7 +1426,8 @@ mana={2}{U}
|
||||
[/card]
|
||||
[card]
|
||||
text=Haste (This creature can attack the turn it comes under your control.) When Thundermare comes into play, tap all other creatures.
|
||||
auto=tap all(creature[-Thundermare])
|
||||
auto=tap all(creature)
|
||||
auto=untap(this)
|
||||
id=4364
|
||||
abilities=haste
|
||||
name=Thundermare
|
||||
|
||||
@@ -286,7 +286,8 @@ toughness=1
|
||||
text=Each player returns all creature cards from his or her graveyard to his or her hand.
|
||||
id=89015
|
||||
name=Empty the Catacombs
|
||||
auto=moveto(ownerHand) all(creature|Graveyard)
|
||||
auto=moveto(myHand) all(creature|myGraveyard)
|
||||
auto=moveto(opponentHand) all(creature|opponentGraveyard)
|
||||
rarity=R
|
||||
type=Sorcery
|
||||
mana={3}{B}
|
||||
|
||||
@@ -424,7 +424,7 @@ toughness=6
|
||||
text=Destroy all artifacts and enchantments. You gain 2 life for each permanent destroyed this way.
|
||||
id=146759
|
||||
name=Fracturing Gust
|
||||
auto=all(artifact,enchantment) life:2
|
||||
auto=foreach(artifact,enchantment) life:2
|
||||
auto=destroy all(artifact,enchantment)
|
||||
rarity=R
|
||||
type=Instant
|
||||
@@ -443,19 +443,6 @@ subtype=Elemental Shaman
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=When Furystoke Giant comes into play, other creatures you control gain "{T}: This creature deals 2 damage to target creature or player" until end of turn. Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.)
|
||||
abilities=persist
|
||||
auto=all(creature) other {T}:damage:2 target(creature,player)
|
||||
id=152069
|
||||
name=Furystoke Giant
|
||||
rarity=R
|
||||
type=Creature
|
||||
mana={3}{R}{R}
|
||||
power=3
|
||||
subtype=Giant Warrior
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying Other blue creatures you control get +1/+1. Other black creatures you control get +1/+1.
|
||||
abilities=flying
|
||||
auto=lord(creature[blue]|myinplay) 1/1 other
|
||||
@@ -1242,7 +1229,7 @@ toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={R}{G}: Each blocked creature gets +1/+0 and gains trample until end of turn.
|
||||
auto={R}{G}:all(creature[blocked]) 1/0 && all(creature[blocked]) trample
|
||||
auto={R}{G}:lord(creature[blocked]) 1/0 && lord(creature[blocked]) trample
|
||||
id=157884
|
||||
name=Tattermunge Witch
|
||||
rarity=U
|
||||
|
||||
@@ -419,7 +419,19 @@ rarity=U
|
||||
type=Sorcery
|
||||
mana={RG}
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=When Furystoke Giant comes into play, other creatures you control gain "{T}: This creature deals 2 damage to target creature or player" until end of turn. Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.)
|
||||
abilities=persist
|
||||
auto=lord(creature|myinplay) {T}:damage:2 target(creature,player)
|
||||
id=152069
|
||||
name=Furystoke Giant
|
||||
rarity=R
|
||||
type=Creature
|
||||
mana={3}{R}{R}
|
||||
power=3
|
||||
subtype=Giant Warrior
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Ghastlord of Fugue is unblockable. Whenever Ghastlord of Fugue deals combat damage to a player, that player reveals his or her hand. Choose a card from it. That player removes that card from the game.
|
||||
id=153297
|
||||
|
||||
Reference in New Issue
Block a user