diff --git a/.gitattributes b/.gitattributes index b3050685ca8..548b992ad21 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4507,6 +4507,7 @@ res/cardsfolder/stupor.txt -text svneol=native#text/plain res/cardsfolder/sturdy_hatchling.txt -text svneol=native#text/plain res/cardsfolder/subterranean_spirit.txt -text svneol=native#text/plain res/cardsfolder/subversion.txt -text svneol=native#text/plain +res/cardsfolder/sudden_impact.txt -text svneol=native#text/plain res/cardsfolder/sudden_strength.txt -text svneol=native#text/plain res/cardsfolder/suffer_the_past.txt -text svneol=native#text/plain res/cardsfolder/sulfur_vent.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/storm_seeker.txt b/res/cardsfolder/storm_seeker.txt index ebf0a87dc31..437f53b545e 100644 --- a/res/cardsfolder/storm_seeker.txt +++ b/res/cardsfolder/storm_seeker.txt @@ -1,7 +1,11 @@ Name:Storm Seeker ManaCost:3 G Types:Instant -Text:Storm Seeker deals damage equal to the number of cards in target player's hand to that player. +Text:CARDNAME deals damage equal to the number of cards in target player's hand to that player. +#xCount needs to be updated before this can be converted to AF. +#A:SP$DealDamage|Cost$3 G|ValidTgts$Player|NumDmg$X|SpellDescription$CARDNAME deals damage equal to the number of cards in target player's hand to that player. +#SVar:X:Count$InTgtHand +SVar:RemAIDeck:True SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/storm_seeker.jpg SetInfo:LEG|Uncommon|http://magiccards.info/scans/en/lg/119.jpg diff --git a/res/cardsfolder/sudden_impact.txt b/res/cardsfolder/sudden_impact.txt new file mode 100644 index 00000000000..44260bb28d1 --- /dev/null +++ b/res/cardsfolder/sudden_impact.txt @@ -0,0 +1,11 @@ +Name:Sudden Impact +ManaCost:3 R +Types:Instant +Text:CARDNAME deals damage equal to the number of cards in target player's hand to that player. +#xCount needs to be updated before this can be converted to AF. +#A:SP$DealDamage|Cost$3 G|ValidTgts$Player|NumDmg$X|SpellDescription$CARDNAME deals damage equal to the number of cards in target player's hand to that player. +#SVar:X:Count$TgtPHand +SVar:RemAIDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/sudden_impact.jpg +End \ No newline at end of file diff --git a/src/forge/CardFactory_Instants.java b/src/forge/CardFactory_Instants.java index ebd89fb1002..3acce5b8726 100644 --- a/src/forge/CardFactory_Instants.java +++ b/src/forge/CardFactory_Instants.java @@ -4270,7 +4270,7 @@ public class CardFactory_Instants { //*************** START *********** START ************************** - else if(cardName.equals("Storm Seeker")) { + else if(cardName.equals("Storm Seeker") || cardName.equals("Sudden Impact")) { /* * Storm Seeker deals damage equal to the number of cards in target player's hand to that player. */