Updated crappy, borderline and mtg to include/fix some cards related to chosen discard
This commit is contained in:
@@ -24,6 +24,16 @@ power=2
|
|||||||
toughness=2
|
toughness=2
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
name=Cinder Seer
|
||||||
|
auto={2}{r}{t}:target(creature,Player) damage:type:*[red]:myhand
|
||||||
|
text={2}{R}, {T}: Reveal any number of red cards in your hand. Cinder Seer deals X damage to target creature or player, where X is the number of cards revealed this way.
|
||||||
|
mana={3}{R}
|
||||||
|
type=Creature
|
||||||
|
subtype=Human Wizard
|
||||||
|
power=1
|
||||||
|
toughness=1
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
name=Drain Life
|
name=Drain Life
|
||||||
#can use non black mana
|
#can use non black mana
|
||||||
target=creature,player
|
target=creature,player
|
||||||
@@ -66,6 +76,17 @@ power=4
|
|||||||
toughness=4
|
toughness=4
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
name=Gravecrawler
|
||||||
|
abilities=cantblock
|
||||||
|
autograveyard=aslongas(zombie|myBattlefield){B}:moveTo(myBattlefield) asSorcery
|
||||||
|
text=Gravecrawler can't block. -- You may cast Gravecrawler from your graveyard as long as you control a Zombie.
|
||||||
|
mana={B}
|
||||||
|
type=Creature
|
||||||
|
subtype=Zombie
|
||||||
|
power=2
|
||||||
|
toughness=1
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
name=Ivy Seer
|
name=Ivy Seer
|
||||||
auto={2}{G}{T}:foreach(*[green]|myhand) 1/1 target(creature)
|
auto={2}{G}{T}:foreach(*[green]|myhand) 1/1 target(creature)
|
||||||
text={2}{G}, {T}: Reveal any number of green cards in your hand. Target creature gets +X/+X until end of turn, where X is the number of cards revealed this way.
|
text={2}{G}, {T}: Reveal any number of green cards in your hand. Target creature gets +X/+X until end of turn, where X is the number of cards revealed this way.
|
||||||
@@ -107,7 +128,7 @@ toughness=1
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Sacellum Godspeaker
|
name=Sacellum Godspeaker
|
||||||
auto={T}:foreach(creaure[power>=5]|myhand) add{G}
|
auto={T}:foreach(creaure[power>4]|myhand) add{G}
|
||||||
text={T}: Reveal any number of creature cards with power 5 or greater from your hand. Add {G} to your mana pool for each card revealed this way.
|
text={T}: Reveal any number of creature cards with power 5 or greater from your hand. Add {G} to your mana pool for each card revealed this way.
|
||||||
mana={2}{G}
|
mana={2}{G}
|
||||||
type=Creature
|
type=Creature
|
||||||
|
|||||||
@@ -1,46 +1,6 @@
|
|||||||
grade=crappy
|
grade=crappy
|
||||||
##the following are not added becuase they are not choosen discard.
|
##the following are not added becuase they are not choosen discard.
|
||||||
[card]
|
[card]
|
||||||
name=Cinder Seer
|
|
||||||
auto={2}{r}{t}:target(creature,Player) damage:type:*[red]:myhand
|
|
||||||
text={2}{R}, {T}: Reveal any number of red cards in your hand. Cinder Seer deals X damage to target creature or player, where X is the number of cards revealed this way.
|
|
||||||
mana={3}{R}
|
|
||||||
type=Creature
|
|
||||||
subtype=Human Wizard
|
|
||||||
power=1
|
|
||||||
toughness=1
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
name=Dismal Failure
|
|
||||||
target=*|stack
|
|
||||||
auto=fizzle
|
|
||||||
auto=discard:1 targetcontroller
|
|
||||||
text=Counter target spell. Its controller discards a card.
|
|
||||||
mana={2}{U}{U}
|
|
||||||
type=Instant
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
name=Marsh Crocodile
|
|
||||||
auto=target(creature[blue;black|myBattlefield]) moveto(myhand)
|
|
||||||
auto=all(player) discard:1
|
|
||||||
text=When Marsh Crocodile enters the battlefield, return a blue or black creature you control to its owner's hand. -- When Marsh Crocodile enters the battlefield, each player discards a card.
|
|
||||||
mana={2}{U}{B}
|
|
||||||
type=Creature
|
|
||||||
subtype=Crocodile
|
|
||||||
power=4
|
|
||||||
toughness=4
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
name=Mindlash Sliver
|
|
||||||
auto=lord(sliver) {1}{s}:target(player) discard:1
|
|
||||||
text=All Slivers have "{1}, Sacrifice this permanent: Each player discards a card."
|
|
||||||
mana={B}
|
|
||||||
type=Creature
|
|
||||||
subtype=Sliver
|
|
||||||
power=1
|
|
||||||
toughness=1
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
name=Mindstab Thrull
|
name=Mindstab Thrull
|
||||||
auto=@combat(notblocked) source(this):may discard:3 opponent && sacrifice all(this)
|
auto=@combat(notblocked) source(this):may discard:3 opponent && sacrifice all(this)
|
||||||
text=Whenever Mindstab Thrull attacks and isn't blocked, you may sacrifice it. If you do, defending player discards three cards.
|
text=Whenever Mindstab Thrull attacks and isn't blocked, you may sacrifice it. If you do, defending player discards three cards.
|
||||||
|
|||||||
@@ -21002,6 +21002,15 @@ mana={X}{R}
|
|||||||
type=Sorcery
|
type=Sorcery
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
name=Dismal Failure
|
||||||
|
target=*|stack
|
||||||
|
auto=fizzle
|
||||||
|
auto=discard:1 targetcontroller
|
||||||
|
text=Counter target spell. Its controller discards a card.
|
||||||
|
mana={2}{U}{U}
|
||||||
|
type=Instant
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
name=Dismantling Blow
|
name=Dismantling Blow
|
||||||
target=artifact,enchantment
|
target=artifact,enchantment
|
||||||
kicker={2}{U}
|
kicker={2}{U}
|
||||||
@@ -50021,6 +50030,17 @@ mana={B}{B}
|
|||||||
type=Sorcery
|
type=Sorcery
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
name=Marsh Crocodile
|
||||||
|
auto=target(creature[blue;black|myBattlefield]) moveto(myhand)
|
||||||
|
auto=all(player) discard:1
|
||||||
|
text=When Marsh Crocodile enters the battlefield, return a blue or black creature you control to its owner's hand. -- When Marsh Crocodile enters the battlefield, each player discards a card.
|
||||||
|
mana={2}{U}{B}
|
||||||
|
type=Creature
|
||||||
|
subtype=Crocodile
|
||||||
|
power=4
|
||||||
|
toughness=4
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
name=Marsh Flats
|
name=Marsh Flats
|
||||||
auto={L}{T}{S}:moveTo(myBattlefield) target(plains,swamp|mylibrary)
|
auto={L}{T}{S}:moveTo(myBattlefield) target(plains,swamp|mylibrary)
|
||||||
text={T}, Pay 1 life, Sacrifice Marsh Flats: Search your library for a Plains or Swamp card and put it onto the battlefield. Then shuffle your library.
|
text={T}, Pay 1 life, Sacrifice Marsh Flats: Search your library for a Plains or Swamp card and put it onto the battlefield. Then shuffle your library.
|
||||||
@@ -51757,6 +51777,16 @@ mana={5}{U}
|
|||||||
type=Sorcery
|
type=Sorcery
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
name=Mindlash Sliver
|
||||||
|
auto=lord(sliver) {1}{s}:target(player) discard:1
|
||||||
|
text=All Slivers have "{1}, Sacrifice this permanent: Each player discards a card."
|
||||||
|
mana={B}
|
||||||
|
type=Creature
|
||||||
|
subtype=Sliver
|
||||||
|
power=1
|
||||||
|
toughness=1
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
name=Mindless Automaton
|
name=Mindless Automaton
|
||||||
auto=counter(1/1,2)
|
auto=counter(1/1,2)
|
||||||
auto={1}{discard(*|myhand)}:counter(1/1,1)
|
auto={1}{discard(*|myhand)}:counter(1/1,1)
|
||||||
|
|||||||
Reference in New Issue
Block a user