Erwan
-removing useless code -fixed a few cards (incorrect set)
This commit is contained in:
@@ -303,6 +303,14 @@ auto=foreach(Zombie) -1/-1
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=39503
|
||||
name=Flooded Strand
|
||||
type=Land
|
||||
text={T}, Pay 1 life, Sacrifice Flooded Strand: Search your library for a Plains or Island card and put it into play. Then shuffle your library.
|
||||
auto={T}{S}:moveTo(myinplay) target(plains,island|mylibrary) && life:-1
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
text={G}
|
||||
id=40106
|
||||
name=Forest
|
||||
@@ -984,6 +992,14 @@ auto=foreach(Elf)life:1
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=39507
|
||||
name=Windswept Heath
|
||||
type=Land
|
||||
text={T}, Pay 1 life, Sacrifice Windswept Heath: Search your library for a Forest or Plains card and put it into play. Then shuffle your library.
|
||||
auto={T}{S}:moveTo(myinplay) target(forest,plains) && life:-1
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
text={T}: Add {G} to your mana pool.
|
||||
id=39828
|
||||
name=Wirewood Elf
|
||||
@@ -1013,4 +1029,13 @@ text=Target creature gets +X/+X until end of turn, where X is the number of Elve
|
||||
target=creature
|
||||
auto=foreach(Elf) 1/1
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=39506
|
||||
name=Wooded Foothills
|
||||
mana=
|
||||
type=Land
|
||||
text={T}, Pay 1 life, Sacrifice Wooded Foothills: Search your library for a Mountain or Forest card and put it into play. Then shuffle your library.
|
||||
auto={T}{S}:moveTo(myinplay) target(mountain,forest|mylibrary) && life:-1
|
||||
rarity=R
|
||||
[/card]
|
||||
Reference in New Issue
Block a user