- Added Howling Gale and Volcanic Spray.

This commit is contained in:
jendave
2011-08-06 09:26:09 +00:00
parent 36cc81fccf
commit 3102dc1234
3 changed files with 20 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -1993,6 +1993,7 @@ res/cardsfolder/howl_from_beyond.txt -text svneol=native#text/plain
res/cardsfolder/howl_of_the_night_pack.txt -text svneol=native#text/plain
res/cardsfolder/howling_banshee.txt -text svneol=native#text/plain
res/cardsfolder/howling_fury.txt -text svneol=native#text/plain
res/cardsfolder/howling_gale.txt -text svneol=native#text/plain
res/cardsfolder/howling_mine.txt -text svneol=native#text/plain
res/cardsfolder/howling_wolf.txt -text svneol=native#text/plain
res/cardsfolder/hulking_cyclops.txt -text svneol=native#text/plain
@@ -4617,6 +4618,7 @@ res/cardsfolder/volcanic_fallout.txt -text svneol=native#text/plain
res/cardsfolder/volcanic_geyser.txt -text svneol=native#text/plain
res/cardsfolder/volcanic_hammer.txt -text svneol=native#text/plain
res/cardsfolder/volcanic_island.txt -text svneol=native#text/plain
res/cardsfolder/volcanic_spray.txt -text svneol=native#text/plain
res/cardsfolder/volcanic_strength.txt -text svneol=native#text/plain
res/cardsfolder/volcanic_submersion.txt -text svneol=native#text/plain
res/cardsfolder/volcano_imp.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,9 @@
Name:Howling Gale
ManaCost:1 G
Types:Instant
Text:no text
K:spDamageAll:Player,Creature.withFlying:1:Howling Gale deals 1 damage to each creature with flying and each player.
K:Flashback:1 G
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/howling_gale.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Volcanic Spray
ManaCost:1 R
Types:Sorcery
Text:no text
K:spDamageAll:Player,Creature.withoutFlying:1:Volcanic Spray deals 1 damage to each creature without flying and each player.
K:Flashback:1 R
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/volcanic_spray.jpg
End