Code: Select all
[card]
name=ForceSacrificeCreature
id=-111989898
auto=@movedto(this|nonbattlezone):moveto(mygraveyard) target(creature|mybattlefield) notatarget(enchantment,artifact,creature,land,planeswalker|mybattlefield)
type=nothing
auto=moveto(exile) all(this)
[/card]
[card]
name=ForceSacrificeLand
id=-111989899
auto=@movedto(this|nonbattlezone):moveto(mygraveyard) target(land|mybattlefield) notatarget(enchantment,artifact,creature,land,planeswalker|mybattlefield)
type=nothing
auto=moveto(exile) all(this)
[/card]
Code: Select all
[card]
name=Innocent Blood
auto=token(-111989898)
auto=token(-111989898) opponent
text=Each player sacrifices a creature.
mana={B}
type=Sorcery
[/card]
Code: Select all
[card]
name=Smallpox
auto=life:-1
auto=life:-1 opponent
auto=choice name(Discard a card) target(*|myhand) reject
auto=ability$!name(Discard a card) target(*|myhand) reject!$ opponent
auto=token(-111989898)*1
auto=token(-111989898)*1 opponent
auto=token(-111989899)*1
auto=token(-111989899)*1 opponent
text=Each player loses 1 life, discards a card, sacrifices a creature, then sacrifices a land.
mana={B}{B}
type=Sorcery
[/card]
Code: Select all
[card]
name=Death Cloud
auto=life:-x
auto=life:-x opponent
auto=choice name(Discard a card) target(<prex>*|myhand) reject
auto=ability$!name(Discard a card) target(<prex>*|myhand) reject!$ opponent
auto=token(-111989898)*x
auto=token(-111989898)*x opponent
auto=token(-111989899)*x
auto=token(-111989899)*x opponent
text=Each player loses x life, then discards x cards, then sacrifices x creatures, then sacrifices x lands.
mana={x}{B}{B}{B}
type=Sorcery
[/card]