Added Tsabo's Decree (thanks squee)

This commit is contained in:
moomarc
2012-03-28 13:30:02 +00:00
parent c5c1309ed9
commit 4d88ea3731
2 changed files with 17 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -9534,6 +9534,7 @@ res/cardsfolder/t/trusted_advisor.txt svneol=native#text/plain
res/cardsfolder/t/trusty_machete.txt svneol=native#text/plain
res/cardsfolder/t/trygon_predator.txt svneol=native#text/plain
res/cardsfolder/t/tsabo_tavoc.txt svneol=native#text/plain
res/cardsfolder/t/tsabos_decree.txt -text
res/cardsfolder/t/tsunami.txt svneol=native#text/plain
res/cardsfolder/t/tukatongue_thallid.txt svneol=native#text/plain
res/cardsfolder/t/tuknir_deathlock.txt svneol=native#text/plain

View File

@@ -0,0 +1,16 @@
Name:Tsabo's Decree
ManaCost:5 B
Types:Instant
Text:no text
# You can not clear a remembered object from a card on the stack, so this card is cleaned beforehand.
A:SP$ Pump | Cost$ 5 B | SubAbility$ DBCleanup | Static$ True | StackDescription$ None | SpellDescription$ Choose a creature type. Target player reveals his or her hand and discards all creature cards of that type. Then destroy all creatures of that type that player controls. They can't be regenerated.
SVar:TsabosChoice:DB$ ChooseType | Defined$ You | Type$ Creature | SubAbility$ TsabosDiscard
SVar:TsabosDiscard:DB$ Discard | ValidTgts$ Player | RememberTargets$ True | Mode$ RevealDiscardAll | DiscardValid$ Creature.ChosenType | SubAbility$ TsabosDestroy
SVar:TsabosDestroy:DB$ DestroyAll | ValidCards$ Creature.ChosenType+RememberedPlayerCtrl | NoRegen$ True
SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True | SubAbility$ TsabosChoice
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/tsabos_decree.jpg
SetInfo:INV|Rare|http://magiccards.info/scans/en/in/129.jpg
Oracle:Choose a creature type. Target player reveals his or her hand and discards all creature cards of that type. Then destroy all creatures of that type that player controls. They can't be regenerated.
End