mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
add Sudden Impact (from Tempest)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
11
res/cardsfolder/sudden_impact.txt
Normal file
11
res/cardsfolder/sudden_impact.txt
Normal 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
|
||||||
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user