add Wind Shear (from Visions)

This commit is contained in:
jendave
2011-08-07 01:47:05 +00:00
parent 0fb25b8537
commit fd38c870e4
2 changed files with 10 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -8163,6 +8163,7 @@ res/cardsfolder/wilt_leaf_liege.txt -text svneol=native#text/plain
res/cardsfolder/wind_dancer.txt -text svneol=native#text/plain
res/cardsfolder/wind_drake.txt -text svneol=native#text/plain
res/cardsfolder/wind_sail.txt -text svneol=native#text/plain
res/cardsfolder/wind_shear.txt -text svneol=native#text/plain
res/cardsfolder/wind_zendikon.txt svneol=native#text/plain
res/cardsfolder/windborn_muse.txt -text svneol=native#text/plain
res/cardsfolder/windborne_charge.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,9 @@
Name:Wind Shear
ManaCost:2 G
Types:Instant
Text:no text
A:SP$ PumpAll | Cost$ 2 G | ValidCards$ Creature.withFlying+attacking | NumAtt$ -2 | NumDef$ -2 | SubAbility$ DBDebuff | SpellDescription$ Attacking creatures with flying get -2/-2 and lose flying until end of turn.
SVar:DBDebuff:DB$ DebuffAll | ValidCards$ Creature.withFlying+attacking | Keywords$ Flying
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/wind_shear.jpg
End