add Sudden Impact (from Tempest)

This commit is contained in:
jendave
2011-08-06 12:20:33 +00:00
parent d8b39f3170
commit 4a0513f727
4 changed files with 18 additions and 2 deletions

1
.gitattributes vendored
View File

@@ -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/sturdy_hatchling.txt -text svneol=native#text/plain
res/cardsfolder/subterranean_spirit.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/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/sudden_strength.txt -text svneol=native#text/plain
res/cardsfolder/suffer_the_past.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 res/cardsfolder/sulfur_vent.txt -text svneol=native#text/plain

View File

@@ -1,7 +1,11 @@
Name:Storm Seeker Name:Storm Seeker
ManaCost:3 G ManaCost:3 G
Types:Instant 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:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/storm_seeker.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/storm_seeker.jpg
SetInfo:LEG|Uncommon|http://magiccards.info/scans/en/lg/119.jpg SetInfo:LEG|Uncommon|http://magiccards.info/scans/en/lg/119.jpg

View File

@@ -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

View File

@@ -4270,7 +4270,7 @@ public class CardFactory_Instants {
//*************** START *********** START ************************** //*************** 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. * Storm Seeker deals damage equal to the number of cards in target player's hand to that player.
*/ */