-Added cards (search in your library + put into play tapped)
- Fixed issues in CHK
This commit is contained in:
wagic.the.homebrew
2009-07-21 01:12:56 +00:00
parent 5a1b75b8d9
commit 2ca0c75c19
15 changed files with 203 additions and 170 deletions

View File

@@ -35,6 +35,15 @@ subtype=Human Wizard
toughness=2
[/card]
[card]
text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Bant Panorama: Search your library for a basic Forest, Plains, or Island card and put it into play tapped. Then shuffle your library.
auto={T}:Add{1}
auto={1}{T}{S}:moveTo(myBattlefield) target(forest,plains,island|mylibrary) && tap
id=174842
name=Bant Panorama
rarity=C
type=Land
[/card]
[card]
text=Blightning deals 3 damage to target player. That player discards two cards.
id=174917
target=player
@@ -250,6 +259,15 @@ subtype=Elf Shaman
toughness=1
[/card]
[card]
text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Esper Panorama: Search your library for a basic Plains, Island, or Swamp card and put it into play tapped. Then shuffle your library.
id=179431
auto={T}:Add{1}
auto={1}{T}{S}:moveTo(myBattlefield) target(plains,island,swamp|mylibrary) && tap
name=Esper Panorama
rarity=C
type=Land
[/card]
[card]
text=Flash {B}, {T}, Sacrifice an artifact: Draw a card.
abilities=flash
auto={B}{T}{S(artifact|myinplay)}:draw:1
@@ -364,6 +382,15 @@ subtype=Beast
toughness=8
[/card]
[card]
text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Grixis Panorama: Search your library for a basic Island, Swamp, or Mountain card and put it into play tapped. Then shuffle your library.
auto={T}:Add{1}
auto={1}{T}{S}:moveTo(myBattlefield) target(island,swamp,mountain|mylibrary) && tap
id=179433
name=Grixis Panorama
rarity=C
type=Land
[/card]
[card]
text=Defender Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.)
abilities=defender,exalted
id=175103
@@ -481,6 +508,15 @@ subtype=Human Scout
toughness=1
[/card]
[card]
text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Jund Panorama: Search your library for a basic Swamp, Mountain, or Forest card and put it into play tapped. Then shuffle your library.
auto={T}:Add{1}
auto={1}{T}{S}:moveTo(myBattlefield) target(swamp,mountain,forest|mylibrary) && tap
id=179425
name=Jund Panorama
rarity=C
type=Land
[/card]
[card]
text=Jungle Shrine comes into play tapped. {T}: Add {R}, {G}, or {W} to your mana pool.
auto=tap
auto={T}:Add{R}
@@ -609,6 +645,15 @@ subtype=Human Shaman
toughness=2
[/card]
[card]
text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Naya Panorama: Search your library for a basic Mountain, Forest, or Plains card and put it into play tapped. Then shuffle your library.
auto={T}:Add{1}
auto={1}{T}{S}:moveTo(myBattlefield) target(mountain,forest,plains|mylibrary) && tap
id=179423
name=Naya Panorama
rarity=C
type=Land
[/card]
[card]
text={2}: Remove target creature card in a graveyard from the game. Put a 1/1 green Saproling creature token into play.
auto={2}:moveTo(exile) target(creature|graveyard) && token(Saproling,creature saproling, 1/1,green)
id=175023