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:
@@ -27,6 +27,17 @@ mana={2}{W}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature When enchanted creature is put into a graveyard, you draw two cards.
|
||||
id=6147
|
||||
target=creature
|
||||
auto=@movedTo(mytgt|mygraveyard):draw:2 controller
|
||||
name=Bequeathal
|
||||
rarity=C
|
||||
mana={G}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=When Cartographer enters the battlefield, you may return target land card from your graveyard to your hand.
|
||||
id=6144
|
||||
name=Cartographer
|
||||
@@ -335,6 +346,15 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever you cast a creature spell, tap target creature.
|
||||
id=6115
|
||||
auto=@movedTo(creature|mystack):tap target(creature)
|
||||
name=Onslaught
|
||||
rarity=C
|
||||
mana={R}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=First strike, protection from black, protection from red (This creature deals combat damage before creatures without first strike. It can't be blocked, targeted, dealt damage, or enchanted by anything black or red.)
|
||||
id=5199
|
||||
name=Paladin en-Vec
|
||||
@@ -590,7 +610,7 @@ abilities=trample
|
||||
[/card]
|
||||
[card]
|
||||
text=Shadow (This creature can block or be blocked by only creatures with shadow.) Whenever Soltari Visionary deals damage to a player, destroy target enchantment that player controls.
|
||||
auto=@damaged(player) from(this):may destroy target(enchantment|opponentBattlefield)
|
||||
auto=@damaged(player) from(this):destroy target(enchantment|opponentBattlefield)
|
||||
id=6031
|
||||
name=Soltari Visionary
|
||||
rarity=C
|
||||
@@ -726,7 +746,7 @@ abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying When Welkin Hawk is put into a graveyard from the battlefield, you may search your library for a card named Welkin Hawk, reveal that card, put it into your hand, then shuffle your library.
|
||||
auto=@movedTo(this|graveyard):may moveTo(myHand) target(Welkin Hawk|mylibrary)
|
||||
auto=@movedTo(this|graveyard) from(battlefield):may moveTo(myHand) target(welkin hawk|mylibrary)
|
||||
id=6034
|
||||
name=Welkin Hawk
|
||||
rarity=C
|
||||
|
||||
@@ -15,15 +15,6 @@ text=Buyback {3} (You may pay an additional {3} as you play this spell. If you d
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=6147
|
||||
name=Bequeathal
|
||||
mana={G}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
text=Enchant creature When enchanted creature is put into a graveyard, you draw two cards.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=6079
|
||||
name=Carnophage
|
||||
mana={B}
|
||||
@@ -415,16 +406,6 @@ text=At the beginning of each player's upkeep, if that player has fewer cards in
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=6115
|
||||
name=Onslaught
|
||||
mana={R}
|
||||
type=Enchantment
|
||||
text=Whenever you play a creature spell, tap target creature.
|
||||
auto=@movedTo(creature|mystack):tap target(creature)
|
||||
#0.8 @movedTo wont work with target, may is needed
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=6126
|
||||
name=Pandemonium
|
||||
mana={3}{R}
|
||||
|
||||
Reference in New Issue
Block a user