Converted Aggressive Urge; Guided Strike and Might of Oaks from code to keyword.

This commit is contained in:
jendave
2011-08-06 03:09:32 +00:00
parent 2bf78dcd0c
commit 96073bb0e8
3 changed files with 14 additions and 7 deletions

View File

@@ -9447,6 +9447,8 @@ Guided Strike
1 W 1 W
Instant Instant
Target creature gets +1/+0 and gains first strike until end of turn. Draw a card. Target creature gets +1/+0 and gains first strike until end of turn. Draw a card.
spPumpTgt:+1/+0/First Strike
Cantrip
Mobilization Mobilization
2 W 2 W
@@ -15014,6 +15016,8 @@ Aggressive Urge
1 G 1 G
Instant Instant
Target creature gets +1/+1 until end of turn. Draw a card. Target creature gets +1/+1 until end of turn. Draw a card.
spPumpTgt:+1/+1
Cantrip
Needle Storm Needle Storm
2 G 2 G
@@ -15518,6 +15522,7 @@ Might of Oaks
3 G 3 G
Instant Instant
Target creature gets +7/+7 until end of turn. Target creature gets +7/+7 until end of turn.
spPumpTgt:+7/+7
Spined Wurm Spined Wurm
4 G 4 G

View File

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

View File

@@ -14585,8 +14585,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Might of Oaks")) else if(cardName.equals("Might of Oaks"))
{ {
@@ -14643,7 +14642,9 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility(); card.clearSpellAbility();
card.addSpellAbility(spell); card.addSpellAbility(spell);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Guided Strike")) else if(cardName.equals("Guided Strike"))
{ {
@@ -14701,8 +14702,9 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility(); card.clearSpellAbility();
card.addSpellAbility(spell); card.addSpellAbility(spell);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Aggressive Urge")) else if(cardName.equals("Aggressive Urge"))
{ {
@@ -14760,7 +14762,7 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility(); card.clearSpellAbility();
card.addSpellAbility(spell); card.addSpellAbility(spell);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
/* /*
//*************** START *********** START ************************** //*************** START *********** START **************************