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:
@@ -37,6 +37,19 @@ mana={2}{W}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Protection from white At the beginning of your upkeep, sacrifice Bog Elemental unless you sacrifice a land.
|
||||
auto=@each my upkeep:moveTo(mygraveyard) notatarget(bog elemental,land|myBattlefield)
|
||||
id=24620
|
||||
name=Bog Elemental
|
||||
rarity=R
|
||||
mana={3}{B}{B}
|
||||
type=Creature
|
||||
subtype=Elemental
|
||||
power=5
|
||||
toughness=4
|
||||
abilities=protection from white
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying {T}, Sacrifice a land: Search your library for a Mercenary permanent card with converted mana cost 2 or less and put that card onto the battlefield. Then shuffle your library.
|
||||
id=24600
|
||||
name=Bog Glider
|
||||
@@ -63,6 +76,16 @@ power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy all enchantments you don't control. Then, if you control an untapped land, destroy all enchantments you control.
|
||||
id=24659
|
||||
auto=destroy all(enchantment|opponentBattlefield)
|
||||
auto=aslongas(land[-tapped]|myBattlefield) destroy all(enchantment|myBattlefield)
|
||||
name=Calming Verse
|
||||
rarity=C
|
||||
mana={3}{G}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
text=At the beginning of each player's end step, Citadel of Pain deals X damage to that player, where X is the number of untapped lands he or she controls.
|
||||
auto=@each my end:foreach(land[-tapped]|myBattlefield) damage:1 controller
|
||||
auto=@each opponent end:foreach(land[-tapped]|opponentBattlefield) damage:1 opponent
|
||||
@@ -190,6 +213,17 @@ subtype=Aura
|
||||
abilities=flash
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant land Enchanted land is a 5/6 green Treefolk creature that's still a land.
|
||||
id=24667
|
||||
target=land
|
||||
auto=becomes(Creature Treefolk,5/6,green)
|
||||
name=Living Terrain
|
||||
rarity=U
|
||||
mana={2}{G}{G}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Flash Enchant creature Enchanted creature gets +1/+2.
|
||||
target=creature
|
||||
auto=1/2
|
||||
@@ -226,6 +260,19 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=You can't untap more than one land during your untap step.
|
||||
auto=@each my untap:untap notatarget(land|myBattlefield)
|
||||
id=24675
|
||||
name=Mungha Wurm
|
||||
rarity=R
|
||||
mana={G}
|
||||
type=Creature
|
||||
subtype=Wurm
|
||||
auto=lord(land|myBattlefield) doesnotuntap
|
||||
power=6
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy all creatures you don't control. They can't be regenerated.
|
||||
auto=bury all(creature|opponentBattlefield)
|
||||
id=24622
|
||||
@@ -271,6 +318,15 @@ power=1
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Mercenaries don't untap during their controllers' untap steps.
|
||||
id=24665
|
||||
auto=lord(mercenary) doesnotuntap
|
||||
name=Root Cage
|
||||
rarity=U
|
||||
mana={1}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Scoria Cat gets +3/+3 as long as you control no untapped lands.
|
||||
id=24636
|
||||
name=Scoria Cat
|
||||
@@ -284,15 +340,25 @@ toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
text=Searing Wind deals 10 damage to target creature or player.
|
||||
id=24650
|
||||
target=creature,player
|
||||
auto=damage:10
|
||||
id=24650
|
||||
name=Searing Wind
|
||||
rarity=R
|
||||
mana={8}{R}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text=Basic lands each player controls have shroud as long as that player controls three or fewer lands. (They can't be the targets of spells or abilities.)
|
||||
auto=aslongas(land|myBattlefield) lord(land[basic]|myBattlefield) shroud <3
|
||||
auto=aslongas(land|opponentBattlefield) lord(land[basic]|opponentBattlefield) shroud <3
|
||||
id=24568
|
||||
name=Sheltering Prayers
|
||||
rarity=R
|
||||
mana={W}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=When Silt Crawler enters the battlefield, tap all lands you control.
|
||||
id=24655
|
||||
name=Silt Crawler
|
||||
@@ -348,7 +414,7 @@ rarity=R
|
||||
mana={2}{G}{G}
|
||||
type=Creature
|
||||
subtype=Human Druid
|
||||
auto={1}{G}{S(land|myBattlefield)}:token(Squirrel,creature squirrel token,1/1,green)*2
|
||||
auto={1}{G}{S(land|myBattlefield)}:token(Squirrel,creature squirrel,1/1,green)*2
|
||||
auto={1}{G}{S(land|myBattlefield)}:lord(squirrel) 1/1 ueot
|
||||
power=2
|
||||
toughness=2
|
||||
|
||||
@@ -90,17 +90,6 @@ text=Target player's life total becomes 20.
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=24620
|
||||
name=Bog Elemental
|
||||
mana={3}{B}{B}
|
||||
type=Creature
|
||||
subtype=Elemental
|
||||
power=5
|
||||
toughness=4
|
||||
text=Protection from white At the beginning of your upkeep, sacrifice Bog Elemental unless you sacrifice a land.
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=24635
|
||||
name=Brutal Suppression
|
||||
mana={R}
|
||||
@@ -109,14 +98,6 @@ text=Activated abilities of nontoken Rebels cost an additional "Sacrifice a land
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=24659
|
||||
name=Calming Verse
|
||||
mana={3}{G}
|
||||
type=Sorcery
|
||||
text=Destroy all enchantments you don't control. Then, if you control an untapped land, destroy all enchantments you control.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=24567
|
||||
name=Celestial Convergence
|
||||
mana={2}{W}{W}
|
||||
@@ -469,15 +450,6 @@ text=Whenever Lesser Gargadon attacks or blocks, sacrifice a land.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=24667
|
||||
name=Living Terrain
|
||||
mana={2}{G}{G}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
text=Enchant land Enchanted land is a 5/6 green Treefolk creature that's still a land.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=24565
|
||||
name=Mageta the Lion
|
||||
mana={3}{W}{W}
|
||||
@@ -517,17 +489,6 @@ text=All combat damage that would be dealt to you this turn by target unblocked
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=24675
|
||||
name=Mungha Wurm
|
||||
mana={2}{G}{G}
|
||||
type=Creature
|
||||
subtype=Wurm
|
||||
power=6
|
||||
toughness=5
|
||||
text=You can't untap more than one land during your untap step.
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=24598
|
||||
name=Nakaya Shade
|
||||
mana={1}{B}
|
||||
@@ -726,14 +687,6 @@ text=Flying {2}: Ribbon Snake loses flying until end of turn. Any player may act
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=24665
|
||||
name=Root Cage
|
||||
mana={1}{G}
|
||||
type=Enchantment
|
||||
text=Mercenaries don't untap during their controllers' untap steps.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=24570
|
||||
name=Samite Sanctuary
|
||||
mana={2}{W}
|
||||
@@ -750,14 +703,6 @@ text=Reorder your graveyard at random. An opponent chooses a card at random in y
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=24568
|
||||
name=Sheltering Prayers
|
||||
mana={W}
|
||||
type=Enchantment
|
||||
text=Basic lands each player controls have shroud as long as that player controls three or fewer lands. (They can't be the targets of spells or abilities.)
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=24556
|
||||
name=Shield Dancer
|
||||
mana={2}{W}
|
||||
|
||||
Reference in New Issue
Block a user