diff --git a/projects/mtg/bin/Res/sets/EXO/_cards.dat b/projects/mtg/bin/Res/sets/EXO/_cards.dat index 4b74c32bc..39c7406a6 100644 --- a/projects/mtg/bin/Res/sets/EXO/_cards.dat +++ b/projects/mtg/bin/Res/sets/EXO/_cards.dat @@ -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] diff --git a/projects/mtg/bin/Res/sets/FUT/_cards.dat b/projects/mtg/bin/Res/sets/FUT/_cards.dat index 4f6cfb5ed..b92d0757e 100644 --- a/projects/mtg/bin/Res/sets/FUT/_cards.dat +++ b/projects/mtg/bin/Res/sets/FUT/_cards.dat @@ -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 diff --git a/projects/mtg/bin/Res/sets/M10/_cards.dat b/projects/mtg/bin/Res/sets/M10/_cards.dat index ebf14e29f..27a590d26 100644 --- a/projects/mtg/bin/Res/sets/M10/_cards.dat +++ b/projects/mtg/bin/Res/sets/M10/_cards.dat @@ -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] diff --git a/projects/mtg/bin/Res/sets/ONS/_cards.dat b/projects/mtg/bin/Res/sets/ONS/_cards.dat index 2297f8624..080bbe0c7 100644 --- a/projects/mtg/bin/Res/sets/ONS/_cards.dat +++ b/projects/mtg/bin/Res/sets/ONS/_cards.dat @@ -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] diff --git a/projects/mtg/bin/Res/sets/POR/_cards.dat b/projects/mtg/bin/Res/sets/POR/_cards.dat index 1e549caf4..2da8fbc09 100644 --- a/projects/mtg/bin/Res/sets/POR/_cards.dat +++ b/projects/mtg/bin/Res/sets/POR/_cards.dat @@ -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 diff --git a/projects/mtg/bin/Res/sets/RAV/_cards.dat b/projects/mtg/bin/Res/sets/RAV/_cards.dat index 0eef6a646..5aa11af74 100644 --- a/projects/mtg/bin/Res/sets/RAV/_cards.dat +++ b/projects/mtg/bin/Res/sets/RAV/_cards.dat @@ -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} diff --git a/projects/mtg/bin/Res/sets/SHM/_cards.dat b/projects/mtg/bin/Res/sets/SHM/_cards.dat index 6b42969cc..942629fd0 100644 --- a/projects/mtg/bin/Res/sets/SHM/_cards.dat +++ b/projects/mtg/bin/Res/sets/SHM/_cards.dat @@ -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 diff --git a/projects/mtg/bin/Res/sets/SHM/todo.dat b/projects/mtg/bin/Res/sets/SHM/todo.dat index 792f1fc75..fb1493371 100644 --- a/projects/mtg/bin/Res/sets/SHM/todo.dat +++ b/projects/mtg/bin/Res/sets/SHM/todo.dat @@ -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