- Added Tropical Storm

This commit is contained in:
jendave
2011-08-06 21:34:05 +00:00
parent 3a431d74be
commit 593f34d758
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -6954,6 +6954,7 @@ res/cardsfolder/troll_horn_cameo.txt -text svneol=native#text/plain
res/cardsfolder/trolls_of_tel_jilad.txt -text svneol=native#text/plain
res/cardsfolder/tromp_the_domains.txt -text svneol=native#text/plain
res/cardsfolder/tropical_island.txt -text svneol=native#text/plain
res/cardsfolder/tropical_storm.txt -text svneol=native#text/plain
res/cardsfolder/troublesome_spirit.txt -text svneol=native#text/plain
res/cardsfolder/true_conviction.txt -text svneol=native#text/plain
res/cardsfolder/trumpet_blast.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Tropical Storm
ManaCost:X G
Types:Sorcery
Text:no text
A:SP$ DamageAll | Cost$ X G | ValidCards$ Creature.withFlying | NumDmg$ X | SubAbility$ SVar=DBDamage | SpellDescription$ CARDNAME deals X damage to each creature with flying and 1 additional damage to each blue creature.
SVar:DBDamage:DB$DamageAll | ValidCards$ Creature.Blue | NumDmg$ 1
SVar:X:Count$xPaid
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/tropical_storm.jpg
End