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:
@@ -1089,6 +1089,19 @@ power=2
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=When Hidden Horror enters the battlefield, sacrifice it unless you discard a creature card.
|
||||
id=135234
|
||||
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=When Highway Robber enters the battlefield, target opponent loses 2 life and you gain 2 life.
|
||||
id=129564
|
||||
name=Highway Robber
|
||||
@@ -2571,6 +2584,19 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Trample (If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) At the beginning of your upkeep, return a green creature you control to its owner's hand.
|
||||
auto=@each my upkeep:moveto(myhand) notatarget(creature[green]|myBattlefield)
|
||||
id=135264
|
||||
name=Stampeding Wildebeests
|
||||
rarity=U
|
||||
mana={2}{G}{G}
|
||||
type=Creature
|
||||
subtype=Antelope Beast
|
||||
power=5
|
||||
toughness=4
|
||||
abilities=trample
|
||||
[/card]
|
||||
[card]
|
||||
text={7}{W}: You gain 5 life.
|
||||
id=130385
|
||||
name=Starlight Invoker
|
||||
|
||||
Reference in New Issue
Block a user