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:
@@ -346,6 +346,20 @@ toughness=3
|
||||
abilities=Protection from red
|
||||
[/card]
|
||||
[card]
|
||||
text=As Overlaid Terrain enters the battlefield, sacrifice all lands you control. Lands you control have "{T}: Add two mana of any one color to your mana pool."
|
||||
id=22061
|
||||
auto=moveTo(graveyard) all(land|myBattlefield)
|
||||
auto=lord(land|myBattlefield) {T}:Add{W}{W}
|
||||
auto=lord(land|myBattlefield) {T}:Add{U}{U}
|
||||
auto=lord(land|myBattlefield) {T}:Add{B}{B}
|
||||
auto=lord(land|myBattlefield) {T}:Add{R}{R}
|
||||
auto=lord(land|myBattlefield) {T}:Add{G}{G}
|
||||
name=Overlaid Terrain
|
||||
rarity=R
|
||||
mana={2}{G}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=When Phyrexian Driver enters the battlefield, all other Mercenary creatures get +1/+1 until end of turn.
|
||||
id=22379
|
||||
name=Phyrexian Driver
|
||||
@@ -570,6 +584,18 @@ toughness=2
|
||||
abilities=cantblock
|
||||
[/card]
|
||||
[card]
|
||||
text=At the beginning of your upkeep, Spiteful Bully deals 3 damage to target creature you control.
|
||||
auto=@each my upkeep:damage:3 target(creature|myBattlefield)
|
||||
id=21309
|
||||
name=Spiteful Bully
|
||||
rarity=C
|
||||
mana={1}{B}
|
||||
type=Creature
|
||||
subtype=Zombie Mercenary
|
||||
power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text={1}{G}, {T}, Discard a card: Creatures you control get +1/+1 and gain trample until end of turn.
|
||||
auto={1}{G}{T}{S(*|myhand)}:lord(creature|myBattlefield) 1/1 && lord(creature|mybattlefield) trample
|
||||
id=21359
|
||||
|
||||
@@ -416,14 +416,6 @@ text={T}: All damage that would be dealt to target creature this turn by a sourc
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=22061
|
||||
name=Overlaid Terrain
|
||||
mana={2}{G}{G}
|
||||
type=Enchantment
|
||||
text=As Overlaid Terrain enters the battlefield, sacrifice all lands you control. Lands you control have "{T}: Add two mana of any one color to your mana pool."
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=21375
|
||||
name=Pack Hunt
|
||||
mana={3}{G}
|
||||
@@ -679,17 +671,6 @@ text=Creatures and lands you control have shroud. (They can't be the targets of
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=21309
|
||||
name=Spiteful Bully
|
||||
mana={1}{B}
|
||||
type=Creature
|
||||
subtype=Zombie Mercenary
|
||||
power=3
|
||||
toughness=3
|
||||
text=At the beginning of your upkeep, Spiteful Bully deals 3 damage to target creature you control.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=21357
|
||||
name=Stronghold Gambit
|
||||
mana={1}{R}
|
||||
|
||||
Reference in New Issue
Block a user