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:
@@ -231,6 +231,19 @@ auto={1}:equip
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
text=Fear (This creature can't be blocked except by artifact creatures and/or black creatures.) Whenever a player casts a spell, sacrifice a creature.
|
||||
id=50204
|
||||
name=Desecration Elemental
|
||||
rarity=R
|
||||
mana={3}{B}
|
||||
type=Creature
|
||||
subtype=Elemental
|
||||
auto=@movedto(*|stack):moveTo(ownergraveyard) notatarget(creature|myBattlefield)
|
||||
power=8
|
||||
toughness=8
|
||||
abilities=fear
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy target creature. It can't be regenerated. You lose life equal to that creature's toughness.
|
||||
id=50210
|
||||
target=creature
|
||||
|
||||
@@ -211,21 +211,6 @@ text=Enchant land Whenever enchanted land is tapped for mana, its controller add
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=50204
|
||||
name=Desecration Elemental
|
||||
mana={3}{B}
|
||||
type=Creature
|
||||
subtype=Elemental
|
||||
power=8
|
||||
toughness=8
|
||||
text=Fear (This creature can't be blocked except by artifact creatures and/or black creatures.) Whenever a player casts a spell, sacrifice a creature.
|
||||
# Following line does not work: triggered effects can't choose
|
||||
# targets. (Also the effect could probably be canceled.)
|
||||
auto=@movedto(*|stack):bury target(creature|mybattlefield)
|
||||
abilities=Fear
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=76971
|
||||
name=Disruption Aura
|
||||
mana={2}{U}
|
||||
|
||||
Reference in New Issue
Block a user