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:
@@ -257,6 +257,17 @@ power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Dark Temper deals 2 damage to target creature. If you control a black permanent, destroy the creature instead.
|
||||
id=185143
|
||||
target=creature
|
||||
auto=aslongas(*[black]|myBattlefield) destroy
|
||||
auto=damage:2
|
||||
name=Dark Temper
|
||||
rarity=C
|
||||
mana={2}{R}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying {B}: Darklit Gargoyle gets +2/-1 until end of turn.
|
||||
id=180334
|
||||
name=Darklit Gargoyle
|
||||
@@ -322,6 +333,19 @@ toughness=3
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying At the beginning of your upkeep, return an artifact you control to its owner's hand.
|
||||
auto=@each my upkeep:moveTo(ownerhand) notatarget(artifact|myBattlefield)
|
||||
id=180158
|
||||
name=Esperzoa
|
||||
rarity=U
|
||||
mana={2}{U}
|
||||
type=Artifact Creature
|
||||
subtype=Jellyfish
|
||||
power=4
|
||||
toughness=3
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying {1}{W}{B}, {T}: Destroy target creature or enchantment. {2}{U}: Untap Ethersworn Adjudicator.
|
||||
id=175035
|
||||
name=Ethersworn Adjudicator
|
||||
|
||||
@@ -52,17 +52,6 @@ type=Sorcery
|
||||
mana={3}{W}{U}{B}{R}{G}
|
||||
[/card]
|
||||
[card]
|
||||
text=Dark Temper deals 2 damage to target creature. If you control a black permanent, destroy the creature instead.
|
||||
id=185143
|
||||
target=creature
|
||||
auto=aslongas(*[black]|myinplay)destroy
|
||||
auto=damage:2
|
||||
name=Dark Temper
|
||||
rarity=C
|
||||
type=Instant
|
||||
mana={2}{R}
|
||||
[/card]
|
||||
[card]
|
||||
text=First strike {W}{U}{B}{R}{G}: Until end of turn, Dragonsoul Knight becomes a Dragon, gets +5/+3, and gains flying and trample.
|
||||
id=186392
|
||||
name=Dragonsoul Knight
|
||||
@@ -83,17 +72,6 @@ mana={3}{U}{B}{R}
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying At the beginning of your upkeep, return an artifact you control to its owner's hand.
|
||||
id=180158
|
||||
name=Esperzoa
|
||||
rarity=U
|
||||
type=Artifact Creature
|
||||
mana={2}{U}
|
||||
power=4
|
||||
subtype=Jellyfish
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text={T}: Add to your mana pool one mana of any color that a land an opponent controls could produce.
|
||||
id=189273
|
||||
name=Exotic Orchard
|
||||
@@ -317,7 +295,6 @@ power=6
|
||||
subtype=Demon Dragon
|
||||
toughness=6
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Prevent all noncombat damage that would be dealt to creatures you control.
|
||||
id=186615
|
||||
@@ -368,7 +345,6 @@ power=4
|
||||
subtype=Rhino Soldier
|
||||
toughness=4
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Vigilance {R}, {T}: Target creature can't block this turn. {G}, {T}: Target creature blocks this turn if able.
|
||||
abilities=vigilance
|
||||
@@ -475,7 +451,6 @@ name=Rupture Spire
|
||||
rarity=C
|
||||
type=Land
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text={1}{B}, {T}: Target player discards a card. Play this ability only during your turn.
|
||||
id=189084
|
||||
|
||||
Reference in New Issue
Block a user