mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Added Tsabo's Decree (thanks squee)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
16
res/cardsfolder/t/tsabos_decree.txt
Normal file
16
res/cardsfolder/t/tsabos_decree.txt
Normal 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
|
||||
Reference in New Issue
Block a user