mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Converted Aggressive Urge; Guided Strike and Might of Oaks from code to keyword.
This commit is contained in:
@@ -9447,6 +9447,8 @@ Guided Strike
|
||||
1 W
|
||||
Instant
|
||||
Target creature gets +1/+0 and gains first strike until end of turn. Draw a card.
|
||||
spPumpTgt:+1/+0/First Strike
|
||||
Cantrip
|
||||
|
||||
Mobilization
|
||||
2 W
|
||||
@@ -15014,6 +15016,8 @@ Aggressive Urge
|
||||
1 G
|
||||
Instant
|
||||
Target creature gets +1/+1 until end of turn. Draw a card.
|
||||
spPumpTgt:+1/+1
|
||||
Cantrip
|
||||
|
||||
Needle Storm
|
||||
2 G
|
||||
@@ -15518,6 +15522,7 @@ Might of Oaks
|
||||
3 G
|
||||
Instant
|
||||
Target creature gets +7/+7 until end of turn.
|
||||
spPumpTgt:+7/+7
|
||||
|
||||
Spined Wurm
|
||||
4 G
|
||||
|
||||
@@ -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: 249
|
||||
program/version=Forge -- official beta: 09/12/14, SVN revision: 251
|
||||
|
||||
tokens--file=AllTokens.txt
|
||||
|
||||
|
||||
@@ -14585,8 +14585,7 @@ public class CardFactory implements NewConstants {
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Might of Oaks"))
|
||||
{
|
||||
@@ -14643,7 +14642,9 @@ public class CardFactory implements NewConstants {
|
||||
card.clearSpellAbility();
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Guided Strike"))
|
||||
{
|
||||
@@ -14701,8 +14702,9 @@ public class CardFactory implements NewConstants {
|
||||
card.clearSpellAbility();
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Aggressive Urge"))
|
||||
{
|
||||
@@ -14760,7 +14762,7 @@ public class CardFactory implements NewConstants {
|
||||
card.clearSpellAbility();
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user