From fd38c870e451d762c94e02e3ff9d84fc7148eacc Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 01:47:05 +0000 Subject: [PATCH] add Wind Shear (from Visions) --- .gitattributes | 1 + res/cardsfolder/wind_shear.txt | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 res/cardsfolder/wind_shear.txt diff --git a/.gitattributes b/.gitattributes index a9a501f2979..2539cc70954 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/wind_shear.txt b/res/cardsfolder/wind_shear.txt new file mode 100644 index 00000000000..2f243f7be24 --- /dev/null +++ b/res/cardsfolder/wind_shear.txt @@ -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 \ No newline at end of file