This commit is contained in:
leungclj
2009-08-06 14:51:22 +00:00
parent 064143fa81
commit c399915d40
8 changed files with 23 additions and 21 deletions

View File

@@ -276,7 +276,7 @@ name=Null Brooch
mana={4} mana={4}
type=Artifact type=Artifact
text={2}, {T}, Discard your hand: Counter target noncreature spell. 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 rarity=R
[/card] [/card]
[card] [card]

View File

@@ -106,7 +106,7 @@ id=130713
name=Force of Savagery name=Force of Savagery
color=Green color=Green
rarity=R rarity=R
mana={2}{R} mana={2}{G}
type=Creature type=Creature
subtype=Elemental subtype=Elemental
power=8 power=8

View File

@@ -1688,7 +1688,7 @@ name=Trumpet Blast
mana={2}{R} mana={2}{R}
type=Instant type=Instant
text=Attacking creatures get +2/+0 until end of turn. text=Attacking creatures get +2/+0 until end of turn.
auto=all(creature[attacking]) 2/0 auto=lord(creature[attacking]) 2/0
rarity=C rarity=C
[/card] [/card]
[card] [card]

View File

@@ -733,6 +733,7 @@ name=Reminisce
mana={2}{U} mana={2}{U}
type=Sorcery type=Sorcery
text=Target player shuffles his or her graveyard into his or her library. text=Target player shuffles his or her graveyard into his or her library.
target=player
auto=moveTo(ownerlibrary) all(*|ownergraveyard) auto=moveTo(ownerlibrary) all(*|ownergraveyard)
rarity=U rarity=U
[/card] [/card]

View File

@@ -1426,7 +1426,8 @@ mana={2}{U}
[/card] [/card]
[card] [card]
text=Haste (This creature can attack the turn it comes under your control.) When Thundermare comes into play, tap all other creatures. 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 id=4364
abilities=haste abilities=haste
name=Thundermare name=Thundermare

View File

@@ -286,7 +286,8 @@ toughness=1
text=Each player returns all creature cards from his or her graveyard to his or her hand. text=Each player returns all creature cards from his or her graveyard to his or her hand.
id=89015 id=89015
name=Empty the Catacombs name=Empty the Catacombs
auto=moveto(ownerHand) all(creature|Graveyard) auto=moveto(myHand) all(creature|myGraveyard)
auto=moveto(opponentHand) all(creature|opponentGraveyard)
rarity=R rarity=R
type=Sorcery type=Sorcery
mana={3}{B} mana={3}{B}

View File

@@ -424,7 +424,7 @@ toughness=6
text=Destroy all artifacts and enchantments. You gain 2 life for each permanent destroyed this way. text=Destroy all artifacts and enchantments. You gain 2 life for each permanent destroyed this way.
id=146759 id=146759
name=Fracturing Gust name=Fracturing Gust
auto=all(artifact,enchantment) life:2 auto=foreach(artifact,enchantment) life:2
auto=destroy all(artifact,enchantment) auto=destroy all(artifact,enchantment)
rarity=R rarity=R
type=Instant type=Instant
@@ -443,19 +443,6 @@ subtype=Elemental Shaman
toughness=2 toughness=2
[/card] [/card]
[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. text=Flying Other blue creatures you control get +1/+1. Other black creatures you control get +1/+1.
abilities=flying abilities=flying
auto=lord(creature[blue]|myinplay) 1/1 other auto=lord(creature[blue]|myinplay) 1/1 other
@@ -1242,7 +1229,7 @@ toughness=1
[/card] [/card]
[card] [card]
text={R}{G}: Each blocked creature gets +1/+0 and gains trample until end of turn. 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 id=157884
name=Tattermunge Witch name=Tattermunge Witch
rarity=U rarity=U

View File

@@ -419,7 +419,19 @@ rarity=U
type=Sorcery type=Sorcery
mana={RG} mana={RG}
[/card] [/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] [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. 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 id=153297