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:
@@ -109,6 +109,15 @@ toughness=1
|
||||
abilities=flying,cantblock
|
||||
[/card]
|
||||
[card]
|
||||
text=({WB} can be paid with either White or Black.) At the beginning of your upkeep, put target creature card in a graveyard onto the battlefield under your control.
|
||||
auto=@each my upkeep:moveTo(myBattlefield) target(creature|graveyard)
|
||||
id=97193
|
||||
name=Debtors' Knell
|
||||
rarity=R
|
||||
mana={4}{BW}{BW}{BW}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Douse in Gloom deals 2 damage to target creature and you gain 2 life.
|
||||
target=creature
|
||||
auto=Damage:2
|
||||
@@ -238,6 +247,19 @@ mana={2}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying At the beginning of your upkeep, tap target creature.
|
||||
auto=@each my upkeep:tap target(creature)
|
||||
id=96843
|
||||
name=Harrier Griffin
|
||||
rarity=U
|
||||
mana={5}{W}
|
||||
type=Creature
|
||||
subtype=Griffin
|
||||
power=3
|
||||
toughness=3
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
text=When Hatching Plans is put into a graveyard from the battlefield, draw three cards.
|
||||
id=96873
|
||||
auto=@movedto(this|graveyard) from(mybattlefield):draw:3
|
||||
@@ -247,6 +269,15 @@ mana={1}{U}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever a creature attacks you, its controller loses 1 life.
|
||||
auto=@each my blockers:foreach(creature[attacking]|opponentBattlefield) life:-1 opponent
|
||||
id=96922
|
||||
name=Hissing Miasma
|
||||
rarity=U
|
||||
mana={1}{B}{B}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Gruul Turf enters the battlefield tapped. When Gruul Turf enters the battlefield, return a land you control to its owner's hand. {T}: Add {R}{G} to your mana pool.
|
||||
id=97223
|
||||
name=Gruul Turf
|
||||
@@ -257,6 +288,16 @@ rarity=C
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
text=Choose one - Draw X cards; or Invoke the Firemind deals X damage to target creature or player.
|
||||
id=83630
|
||||
auto=may draw:X
|
||||
auto=may damage:X target(creature,player)
|
||||
name=Invoke the Firemind
|
||||
rarity=R
|
||||
mana={X}{U}{U}{R}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
text=Izzet Boilerworks enters the battlefield tapped. When Izzet Boilerworks enters the battlefield, return a land you control to its owner's hand. {T}: Add {U}{R} to your mana pool.
|
||||
id=97220
|
||||
name=Izzet Boilerworks
|
||||
@@ -389,11 +430,11 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature Enchanted creature can't attack or block. Enchanted creature has "At the beginning of your upkeep, you lose 1 life."
|
||||
id=96882
|
||||
target=creature
|
||||
auto=cantattack
|
||||
auto=cantblock
|
||||
auto=@each my upkeep:life:-1 targetController
|
||||
id=96882
|
||||
auto=@each targetcontroller upkeep:life:-1 targetController
|
||||
name=Pillory of the Sleepless
|
||||
rarity=C
|
||||
mana={1}{W}{B}
|
||||
@@ -593,6 +634,19 @@ power=6
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever you cast a blue spell, target creature gains flying until end of turn. Whenever you cast a red spell, Tibor and Lumia deals 1 damage to each creature without flying.
|
||||
auto=@movedTo(*[blue]|mystack):flying target(creature) ueot
|
||||
auto=@movedTo(*[red]|mystack):damage:1 all(creature[-flying])
|
||||
id=97208
|
||||
name=Tibor and Lumia
|
||||
rarity=R
|
||||
mana={2}{U}{R}
|
||||
type=Legendary Creature
|
||||
subtype=Human Wizard
|
||||
power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Untap all creatures you control. Draw a card.
|
||||
auto=lord(creature|myBattlefield) untap
|
||||
auto=draw:1
|
||||
|
||||
Reference in New Issue
Block a user