- more cards using library search
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-05-30 13:50:03 +00:00
parent 1f25f78965
commit 5de26cc509
12 changed files with 200 additions and 154 deletions

View File

@@ -838,6 +838,16 @@ type=Sorcery
mana={3}{G}{G}
[/card]
[card]
text=Search your library for a Forest card and put that card into play. Then shuffle your library.
target=Forest|myLibrary
auto=moveTo(myInplay)
id=4310
name=Nature's Lore
rarity=C
type=Sorcery
mana={1}{G}
[/card]
[card]
text=Destroy all green creatures.
auto=destroy all(creature[green])
id=4232
@@ -1267,6 +1277,16 @@ mana={3}{U}
type=Sorcery
[/card]
[card]
text=Search your library for a basic land card and put that card into play. Then shuffle your library.
target=land[basic]|myLibrary
auto=moveTo(myInplay)
id=4323
name=Untamed Wilds
rarity=U
type=Sorcery
mana={2}{G}
[/card]
[card]
text=Vampiric Feast deals 4 damage to target creature or player and you gain 4 life.
target=creature,player
auto=damage:4 target
@@ -1413,6 +1433,18 @@ mana={1}{G}{G}
type=Sorcery
[/card]
[card]
text=When Wood Elves comes into play, search your library for a Forest card and put that card into play. Then shuffle your library.
auto=moveTo(inPlay) target(forest|myLibrary)
id=4327
name=Wood Elves
rarity=R
type=Creature
mana={2}{G}
power=1
subtype=Elf Scout
toughness=1
[/card]
[card]
text=Destroy all creatures. They can't be regenerated.
auto=bury all(creature)
alias=1372

View File

@@ -401,14 +401,7 @@ rarity=R
type=Sorcery
mana={2}{G}
[/card]
[card]
text=Search your library for a Forest card and put that card into play. Then shuffle your library.
id=4310
name=Nature's Lore
rarity=C
type=Sorcery
mana={1}{G}
[/card]
[card]
text=When Noxious Toad is put into a graveyard from play, each opponent discards a card.
id=4233
@@ -677,14 +670,7 @@ power=3
subtype=Beast
toughness=2
[/card]
[card]
text=Search your library for a basic land card and put that card into play. Then shuffle your library.
id=4323
name=Untamed Wilds
rarity=U
type=Sorcery
mana={2}{G}
[/card]
[card]
text=White creatures get +2/+0 until end of turn.
id=4402
@@ -725,14 +711,4 @@ rarity=U
type=Sorcery
mana={2}{U}
[/card]
[card]
text=When Wood Elves comes into play, search your library for a Forest card and put that card into play. Then shuffle your library.
id=4327
name=Wood Elves
rarity=R
type=Creature
mana={2}{G}
power=1
subtype=Elf Scout
toughness=1
[/card]