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:
@@ -189,9 +189,9 @@ rarity=R
|
||||
mana={4}{R}
|
||||
type=Creature
|
||||
subtype=Dragon
|
||||
auto=aslongas(artifact|myBattlefield) -99/-99 <1
|
||||
power=6
|
||||
toughness=5
|
||||
auto=aslongas(artifact|myBattlefield) 96/95
|
||||
power=-90
|
||||
toughness=-90
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
@@ -220,9 +220,9 @@ subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Target player gains control of target permanent you control.
|
||||
id=15168
|
||||
target=*|myBattlefield
|
||||
auto=moveTo(opponentBattlefield)
|
||||
id=15168
|
||||
name=Donate
|
||||
rarity=R
|
||||
mana={2}{U}
|
||||
@@ -260,9 +260,9 @@ rarity=R
|
||||
mana={3}{G}
|
||||
type=Creature
|
||||
subtype=Crocodile
|
||||
auto=aslongas(other creature|myBattlefield) -99/-99 <1
|
||||
power=5
|
||||
toughness=5
|
||||
auto=aslongas(other creature|myBattlefield) 95/95
|
||||
power=-90
|
||||
toughness=-90
|
||||
[/card]
|
||||
[card]
|
||||
text=When False Prophet is put into a graveyard from the battlefield, exile all creatures.
|
||||
@@ -384,7 +384,6 @@ subtype=Aura
|
||||
[card]
|
||||
text=Flying When Junk Diver is put into a graveyard from the battlefield, return another target artifact card from your graveyard to your hand.
|
||||
auto=@movedTo(this|graveyard) from(battlefield):moveTo(myhand) target(other artifact|mygraveyard)
|
||||
|
||||
id=15256
|
||||
name=Junk Diver
|
||||
rarity=R
|
||||
@@ -444,6 +443,18 @@ power=2
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature Enchanted creature has haste. At the beginning of the end step, return Mark of Fury to its owner's hand.
|
||||
id=15203
|
||||
target=creature
|
||||
auto=haste
|
||||
auto=@next endofturn:moveTo(ownerhand) all(this)
|
||||
name=Mark of Fury
|
||||
rarity=C
|
||||
mana={R}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text={1}, Discard a card: Draw a card.
|
||||
id=15158
|
||||
name=Mental Discipline
|
||||
|
||||
@@ -90,14 +90,6 @@ text={2}{R}, {T}: Reveal any number of red cards in your hand. Cinder Seer deals
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=15168
|
||||
name=Donate
|
||||
mana={2}{U}
|
||||
type=Sorcery
|
||||
text=Target player gains control of target permanent you control.
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=15183
|
||||
name=Dying Wail
|
||||
mana={1}{B}
|
||||
@@ -318,15 +310,6 @@ text=When an opponent has 10 or less life, if Lurking Jackals is an enchantment,
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=15203
|
||||
name=Mark of Fury
|
||||
mana={R}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
text=Enchant creature Enchanted creature has haste. At the beginning of the end step, return Mark of Fury to its owner's hand.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=15874
|
||||
name=Master Healer
|
||||
mana={4}{W}
|
||||
|
||||
Reference in New Issue
Block a user