diff --git a/projects/mtg/bin/Res/sets/primitives/crappy.txt b/projects/mtg/bin/Res/sets/primitives/crappy.txt index 3cc2b8fd7..77ac646e7 100644 --- a/projects/mtg/bin/Res/sets/primitives/crappy.txt +++ b/projects/mtg/bin/Res/sets/primitives/crappy.txt @@ -1,5 +1,16 @@ grade=crappy ##the following are not added becuase they are not choosen discard. +###Decimate should only be castable if there are 4 legal targets.### +[card] +name=Decimate +auto=ability$!destroy target(artifact)!$ controller +auto=ability$!destroy target(creature)!$ controller +auto=ability$!destroy target(enchantment)!$ controller +auto=ability$!destroy target(land)!$ controller +text=Destroy target artifact, target creature, target enchantment, and target land. +mana={2}{R}{G} +type=Sorcery +[/card] [card] name=Gerrard's Verdict target=player diff --git a/projects/mtg/bin/Res/sets/primitives/unsupported.txt b/projects/mtg/bin/Res/sets/primitives/unsupported.txt index 9e06c0898..d08e29ed5 100644 --- a/projects/mtg/bin/Res/sets/primitives/unsupported.txt +++ b/projects/mtg/bin/Res/sets/primitives/unsupported.txt @@ -3735,17 +3735,6 @@ text=At the beginning of your upkeep, exile a card from your graveyard. -- Thres mana={1}{B}{B} type=Enchantment [/card] -###Decimate should only be catable if there are 4 legal targets.### -[card] -name=Decimate -auto=ability$!destroy target(artifact)!$ controller -auto=ability$!destroy target(creature)!$ controller -auto=ability$!destroy target(enchantment)!$ controller -auto=ability$!destroy target(land)!$ controller -text=Destroy target artifact, target creature, target enchantment, and target land. -mana={2}{R}{G} -type=Sorcery -[/card] [card] name=Declaration of Naught text=As Declaration of Naught enters the battlefield, name a card. -- {U}: Counter target spell with the chosen name.