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:
@@ -1579,7 +1579,7 @@ toughness=2
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature When Paralyze enters the battlefield, tap enchanted creature. Enchanted creature doesn't untap during its controller's untap step. Enchanted creature has "At the beginning of your upkeep, you may pay {4}. If you do, untap this creature."
|
||||
text=Enchant creature When Paralyze enters the battlefield, tap enchanted creature. Enchanted creature doesn't untap during its controller's untap step. At the beginning of the upkeep of enchanted creature's controller, that player may pay 4. If he or she does, untap the creature.
|
||||
id=1171
|
||||
target=creature
|
||||
name=Paralyze
|
||||
@@ -2422,9 +2422,9 @@ abilities=defender
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature At the beginning of the upkeep of enchanted creature's controller, Wanderlust deals 1 damage to that player.
|
||||
target=creature
|
||||
id=1276
|
||||
auto=@each my upkeep:damage:1 targetController
|
||||
target=creature
|
||||
auto=@each targetcontroller upkeep:damage:1 targetController
|
||||
name=Wanderlust
|
||||
rarity=U
|
||||
mana={2}{G}
|
||||
|
||||
Reference in New Issue
Block a user