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:
@@ -538,6 +538,19 @@ mana={2}{B}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
text=When Hidden Horror enters the battlefield, sacrifice it unless you discard a creature card.
|
||||
id=6574
|
||||
name=Hidden Horror
|
||||
rarity=U
|
||||
mana={1}{B}{B}
|
||||
type=Creature
|
||||
subtype=Horror
|
||||
auto=moveTo(graveyard) notatarget(this|myBattlefield)
|
||||
auto=moveTo(graveyard) notatarget(creature|myhand)
|
||||
power=4
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
text=Hurricane deals X damage to each creature with flying and each player.
|
||||
id=6640
|
||||
auto=damage:X all(creature[flying])
|
||||
@@ -911,6 +924,20 @@ mana={G}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying When Screeching Drake enters the battlefield, draw a card, then discard a card.
|
||||
id=6523
|
||||
name=Screeching Drake
|
||||
rarity=C
|
||||
mana={3}{U}
|
||||
type=Creature
|
||||
subtype=Drake
|
||||
auto=draw:1
|
||||
auto=moveTo(mygraveyard) notatarget(*|myhand)
|
||||
power=2
|
||||
toughness=2
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
text=Spitting Earth deals damage equal to the number of Mountains you control to target creature.
|
||||
id=6589
|
||||
target=creature
|
||||
|
||||
@@ -140,17 +140,6 @@ text=Tap any number of untapped creatures you control. You gain 4 life for each
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=6574
|
||||
name=Hidden Horror
|
||||
mana={1}{B}{B}
|
||||
type=Creature
|
||||
subtype=Horror
|
||||
power=4
|
||||
toughness=4
|
||||
text=When Hidden Horror enters the battlefield, sacrifice it unless you discard a creature card.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=6628
|
||||
name=Ironhoof Ox
|
||||
mana={3}{G}{G}
|
||||
@@ -310,17 +299,6 @@ auto=destroy all(creature[tapped])
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=6523
|
||||
name=Screeching Drake
|
||||
mana={3}{U}
|
||||
type=Creature
|
||||
subtype=Drake
|
||||
power=2
|
||||
toughness=2
|
||||
text=Flying When Screeching Drake enters the battlefield, draw a card, then discard a card.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=6539
|
||||
name=Sea Drake
|
||||
mana={2}{U}
|
||||
|
||||
Reference in New Issue
Block a user