- Converted Spark Spray from code to keyword.

- Added 3 card pic urls.
This commit is contained in:
jendave
2011-08-06 03:09:45 +00:00
parent 8bc3bcf7e4
commit 313c58a308
4 changed files with 10 additions and 3 deletions

View File

@@ -18,6 +18,9 @@ forest.jpg http://resources.wizards.com/magic/cards/unh/en-us/card73946.jpg
forest1.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=2748
forest2.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=587
forest3.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=586
force_of_will.jpg http://www.wizards.com/global/images/magic/general/force_of_will.jpg
thwart.jpg http://www.wizards.com/global/images/magic/general/thwart.jpg
ensnare.jpg http://www.wizards.com/global/images/magic/general/ensnare.jpg
Sangrophage.jpg http://www.wizards.com/global/images/magic/general/Sangrophage.jpg
carnophage.jpg http://www.wizards.com/global/images/magic/general/carnophage.jpg
chronatog.jpg http://www.wizards.com/global/images/magic/general/chronatog.jpg

View File

@@ -14808,6 +14808,8 @@ Spark Spray
R
Instant
no text
spDamageTgtCP:1:Spark Spray deals 1 damage to target creature or player.:Spark Spray - deals 1 damage
Cycling:R
Path of Anger's Flame
2 R

View File

@@ -1,6 +1,6 @@
program/mail=mtgerror@yahoo.com
program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26
program/version=Forge -- official beta: 09/12/14, SVN revision: 252
program/version=Forge -- official beta: 09/12/14, SVN revision: 253
tokens--file=AllTokens.txt

View File

@@ -8380,6 +8380,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Spark Spray"))
{
@@ -8420,6 +8421,7 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(spell,true));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************