add Outbreak (from Prophecy)

This commit is contained in:
jendave
2011-08-06 23:16:13 +00:00
parent 6279297b7d
commit ce82675ef8
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4914,6 +4914,7 @@ res/cardsfolder/ostracize.txt -text svneol=native#text/plain
res/cardsfolder/otarian_juggernaut.txt -text svneol=native#text/plain res/cardsfolder/otarian_juggernaut.txt -text svneol=native#text/plain
res/cardsfolder/oubliette.txt -text svneol=native#text/plain res/cardsfolder/oubliette.txt -text svneol=native#text/plain
res/cardsfolder/oust.txt -text svneol=native#text/plain res/cardsfolder/oust.txt -text svneol=native#text/plain
res/cardsfolder/outbreak.txt svneol=native#text/plain
res/cardsfolder/outrage_shaman.txt svneol=native#text/plain res/cardsfolder/outrage_shaman.txt svneol=native#text/plain
res/cardsfolder/outrider_of_jhess.txt -text svneol=native#text/plain res/cardsfolder/outrider_of_jhess.txt -text svneol=native#text/plain
res/cardsfolder/overbeing_of_myth.txt -text svneol=native#text/plain res/cardsfolder/overbeing_of_myth.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Outbreak
ManaCost:3 B
Types:Sorcery
Text:no text
A:SP$ChooseType | Cost$ 3 B | Defined$ You | Type$ Creature | SubAbility$ SVar=DBPumpAll | SpellDescription$ Choose a creature type. All creatures of that type get -1/-1 until end of turn.
SVar:DBPumpAll:DB$PumpAll | ValidCards$ Creature.ChosenType | IsCurse$ True | NumAtt$ -1 | NumDef$ -1 | SpellDescription$ All creatures of that type get -1/-1 until end of turn.
SVar:AltCost:Discard<1/Swamp>
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/outbreak.jpg
End