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:
@@ -66,6 +66,17 @@ toughness=1
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
text=When Crosis's Catacombs enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {U}, {B}, or {R} to your mana pool.
|
||||
id=25936
|
||||
name=Crosis's Catacombs
|
||||
auto=aslongas(land[-lair]|myBattlefield) moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto=moveTo(graveyard) notatarget(this|myBattlefield)
|
||||
auto=@movedTo(land[-lair]|myhand) from(myBattlefield):lord(crosis's catacombs) {T}:Add{U} && lord(crosis's catacombs) {T}:Add{B} && lord(crosis's catacombs) {T}:Add{R}
|
||||
rarity=U
|
||||
type=Land
|
||||
subtype=Lair
|
||||
[/card]
|
||||
[card]
|
||||
text=Choose one - Return target permanent to its owner's hand; or destroy target nonblack creature, and it can't be regenerated; or destroy target artifact.
|
||||
id=25863
|
||||
name=Crosis's Charm
|
||||
@@ -77,6 +88,17 @@ mana={U}{B}{R}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text=When Darigaaz's Caldera enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {B}, {R}, or {G} to your mana pool.
|
||||
id=25938
|
||||
name=Darigaaz's Caldera
|
||||
auto=aslongas(land[-lair]|myBattlefield) moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto=moveTo(graveyard) notatarget(this|myBattlefield)
|
||||
auto=@movedTo(land[-lair]|myhand) from(myBattlefield):lord(darigaaz's caldera) {T}:Add{B} && lord(darigaaz's caldera) {T}:Add{R} && lord(darigaaz's caldera) {T}:Add{G}
|
||||
rarity=U
|
||||
type=Land
|
||||
subtype=Lair
|
||||
[/card]
|
||||
[card]
|
||||
text=Choose one - Return target creature card from your graveyard to your hand; or Darigaaz's Charm deals 3 damage to target creature or player; or target creature gets +3/+3 until end of turn.
|
||||
id=25864
|
||||
name=Darigaaz's Charm
|
||||
@@ -123,6 +145,17 @@ mana={2}{W}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text=When Dromar's Cavern enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {W}, {U}, or {B} to your mana pool.
|
||||
id=25932
|
||||
name=Dromar's Cavern
|
||||
auto=aslongas(land[-lair]|myBattlefield) moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto=moveTo(graveyard) notatarget(this|myBattlefield)
|
||||
auto=@movedTo(land[-lair]|myhand) from(myBattlefield):lord(dromar's cavern) {T}:Add{W} && lord(dromar's cavern) {T}:Add{U} && lord(dromar's cavern) {T}:Add{B}
|
||||
rarity=U
|
||||
type=Land
|
||||
subtype=Lair
|
||||
[/card]
|
||||
[card]
|
||||
text=Choose one - You gain 5 life; or counter target spell; or target creature gets -2/-2 until end of turn.
|
||||
id=25862
|
||||
name=Dromar's Charm
|
||||
@@ -466,6 +499,18 @@ power=4
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
text=When Phyrexian Bloodstock leaves the battlefield, destroy target white creature. It can't be regenerated.
|
||||
auto=@moveTo(this|exile,graveyard,hand,library) from(battlefield):bury target(creature[white])
|
||||
id=26280
|
||||
name=Phyrexian Bloodstock
|
||||
rarity=C
|
||||
mana={4}{B}
|
||||
type=Creature
|
||||
subtype=Zombie
|
||||
power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=When Pygmy Kavu enters the battlefield, draw a card for each black creature your opponents control.
|
||||
auto=foreach(creature[black]|opponentBattlefield) draw:1 controller
|
||||
id=23113
|
||||
@@ -490,6 +535,17 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=When Rith's Grove enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {R}, {G}, or {W} to your mana pool.
|
||||
id=25939
|
||||
name=Rith's Grove
|
||||
auto=aslongas(land[-lair]|myBattlefield) moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto=moveTo(graveyard) notatarget(this|myBattlefield)
|
||||
auto=@movedTo(land[-lair]|myhand) from(myBattlefield):lord(rith's grove) {T}:Add{R} && lord(rith's grove) {T}:Add{G} && lord(rith's grove) {T}:Add{W}
|
||||
rarity=U
|
||||
type=Land
|
||||
subtype=Lair
|
||||
[/card]
|
||||
[card]
|
||||
text={2}{G}, {T}, Sacrifice Root Greevil: Destroy all enchantments of the color of your choice.
|
||||
id=8827
|
||||
name=Root Greevil
|
||||
@@ -656,6 +712,17 @@ mana={B}{R}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text=When Treva's Ruins enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {G}, {W}, or {U} to your mana pool.
|
||||
id=25940
|
||||
name=Treva's Ruins
|
||||
auto=aslongas(land[-lair]|myBattlefield) moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto=moveTo(graveyard) notatarget(this|myBattlefield)
|
||||
auto=@movedTo(land[-lair]|myhand) from(myBattlefield):lord(treva's ruins) {T}:Add{G} && lord(treva's ruins) {T}:Add{W} && lord(treva's ruins) {T}:Add{U}
|
||||
rarity=U
|
||||
type=Land
|
||||
subtype=Lair
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying {1}{R}: Volcano Imp gains first strike until end of turn.
|
||||
id=26368
|
||||
name=Volcano Imp
|
||||
|
||||
@@ -56,32 +56,6 @@ text=Counter target spell that targets one or more creatures. Draw a card.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
###Not 100% codable! 0.10.1
|
||||
text=When Crosis's Catacombs enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {U}, {B}, or {R} to your mana pool.
|
||||
id=25936
|
||||
name=Crosis's Catacombs
|
||||
auto=moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto={T}:Add{U}
|
||||
auto={T}:Add{B}
|
||||
auto={T}:Add{R}
|
||||
rarity=U
|
||||
type=Land
|
||||
subtype=Lair
|
||||
[/card]
|
||||
[card]
|
||||
###Not 100% codable! 0.10.1
|
||||
text=When Darigaaz's Caldera enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {B}, {R}, or {G} to your mana pool.
|
||||
id=25938
|
||||
name=Darigaaz's Caldera
|
||||
rarity=U
|
||||
auto=moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto={T}:Add{B}
|
||||
auto={T}:Add{R}
|
||||
auto={T}:Add{G}
|
||||
type=Land
|
||||
subtype=Lair
|
||||
[/card]
|
||||
[card]
|
||||
id=26414
|
||||
name=Dark Suspicions
|
||||
mana={2}{B}{B}
|
||||
@@ -166,19 +140,6 @@ text=Kicker—{2}{B}, Discard a creature card. (You may pay {2}{B} and discard a
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
###Not 100% codable! 0.10.1
|
||||
text=When Dromar's Cavern enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {W}, {U}, or {B} to your mana pool.
|
||||
id=25932
|
||||
name=Dromar's Cavern
|
||||
auto=moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto={T}:Add{W}
|
||||
auto={T}:Add{U}
|
||||
auto={T}:Add{B}
|
||||
rarity=U
|
||||
type=Land
|
||||
subtype=Lair
|
||||
[/card]
|
||||
[card]
|
||||
id=26590
|
||||
name=Ertai's Trickery
|
||||
mana={U}
|
||||
@@ -390,17 +351,6 @@ text=Kicker {W} (You may pay an additional {W} as you cast this spell.) Target p
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=26280
|
||||
name=Phyrexian Bloodstock
|
||||
mana={4}{B}
|
||||
type=Creature
|
||||
subtype=Zombie
|
||||
power=3
|
||||
toughness=3
|
||||
text=When Phyrexian Bloodstock leaves the battlefield, destroy target white creature. It can't be regenerated.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=26477
|
||||
name=Phyrexian Scuta
|
||||
mana={3}{B}
|
||||
@@ -539,19 +489,6 @@ mana={R}{G}{W}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
###Not 100% codable! 0.10.1
|
||||
text=When Rith's Grove enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {R}, {G}, or {W} to your mana pool.
|
||||
id=25939
|
||||
name=Rith's Grove
|
||||
auto=moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto={T}:Add{R}
|
||||
auto={T}:Add{G}
|
||||
auto={T}:Add{W}
|
||||
rarity=U
|
||||
type=Land
|
||||
subtype=Lair
|
||||
[/card]
|
||||
[card]
|
||||
id=25942
|
||||
name=Rushing River
|
||||
mana={2}{U}
|
||||
@@ -655,14 +592,6 @@ text=Enchant creature When Sleeping Potion enters the battlefield, tap enchanted
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=25880
|
||||
name=Star Compass
|
||||
mana={2}
|
||||
type=Artifact
|
||||
text=Star Compass enters the battlefield tapped. {T}: Add to your mana pool one mana of any color a basic land you control could produce.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=25913
|
||||
name=Stormscape Battlemage
|
||||
mana={2}{U}
|
||||
@@ -797,15 +726,6 @@ text=Choose one - Destroy target enchantment; or exile target attacking creature
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=25940
|
||||
name=Treva's Ruins
|
||||
mana=
|
||||
type=Land
|
||||
subtype=Lair
|
||||
text=When Treva's Ruins enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {G}, {W}, or {U} to your mana pool.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=25918
|
||||
name=Urza's Guilt
|
||||
mana={2}{U}{B}
|
||||
|
||||
Reference in New Issue
Block a user