Added 102! successfully tested cards.
After weeks of hard work, I can proudly present you this huge package of cards, based only on already existing card code elements. Some examples and important notes: - Cards that get buried if you don't fulfill a condition 1. when they enter the battlefield (Hidden Horror[WEL]; Mercenary Knight, Thundering Wurm [both POR]) 2. during your upkeep (Endless Wurm[USG]). - Cards that allow to draw a card, then discard a card when entering the battlefield or damaging an opponent (Owl Familiar[POR], Looter il-Kor[TSP]). IMPORTANT NOTE: Those cards work only correctly because the draw effect resolves before the discard effect. Instants and Sorceries with such effects or permanents that have an activation cost for drawing, then discarding a card won't work because the two effects don't trigger in the correct order. - Land cycle from Visions and Planeshift (both very puzzling, but working perfectly!) I also updated World enchantments (tested & working, see rules for them in Gatherer!) Several card fixes. If you have any questions, post them! ;)
This commit is contained in:
@@ -600,6 +600,15 @@ power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever you cast a creature spell, Furious Assault deals 1 damage to target player.
|
||||
id=19848
|
||||
auto=@movedTo(creature|mystack):damage:1 target(player)
|
||||
name=Furious Assault
|
||||
rarity=C
|
||||
mana={2}{R}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Trample, haste
|
||||
id=19842
|
||||
name=Gerrard's Irregulars
|
||||
@@ -935,6 +944,18 @@ toughness=2
|
||||
abilities=first strike
|
||||
[/card]
|
||||
[card]
|
||||
text=At the beginning of your upkeep, sacrifice Lithophage unless you sacrifice a Mountain.
|
||||
auto=@each my upkeep:bury notatarget(lithophage,mountain|myBattlefield)
|
||||
id=19731
|
||||
name=Lithophage
|
||||
rarity=R
|
||||
mana={3}{R}{R}
|
||||
type=Creature
|
||||
subtype=Insect
|
||||
power=7
|
||||
toughness=7
|
||||
[/card]
|
||||
[card]
|
||||
text=All creatures have forestwalk.
|
||||
id=19860
|
||||
name=Lumbering Satyr
|
||||
|
||||
@@ -626,15 +626,6 @@ rarity=U
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever you play a creature spell, Furious Assault deals 1 damage to target player.
|
||||
id=19848
|
||||
auto=@movedTo(creature|mystack):damage:1 target(player)
|
||||
name=Furious Assault
|
||||
rarity=C
|
||||
type=Enchantment
|
||||
mana={2}{R}
|
||||
[/card]
|
||||
[card]
|
||||
text=At the beginning of your upkeep, each player reveals the top card of his or her library. If all cards revealed this way are creature cards, put those cards into play under their owners' control.
|
||||
id=19742
|
||||
name=Game Preserve
|
||||
@@ -707,9 +698,6 @@ mana={6}
|
||||
text=When Howling Wolf comes into play, you may search your library for up to three cards named Howling Wolf, reveal them, and put them into your hand. If you do, shuffle your library.
|
||||
id=19632
|
||||
name=Howling Wolf
|
||||
auto=may moveTo(myhand) target(creature[Howling Wolf]|mylibrary)
|
||||
auto=may moveTo(myhand) target(creature[Howling Wolf]|mylibrary)
|
||||
auto=may moveTo(myhand) target(creature[Howling Wolf]|mylibrary)
|
||||
rarity=C
|
||||
type=Creature
|
||||
mana={2}{G}{G}
|
||||
|
||||
Reference in New Issue
Block a user