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
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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,8 +14642,10 @@ 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"))
|
||||||
{
|
{
|
||||||
final Card[] target = new Card[1];
|
final Card[] target = new Card[1];
|
||||||
@@ -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 **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user