mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Converted Spark Spray from code to keyword.
- Added 3 card pic urls.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 **************************
|
||||
|
||||
Reference in New Issue
Block a user