mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Converted Beast Attack to keyword.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
Name:Beast Attack
|
||||
ManaCost:2 G G G
|
||||
Types:Instant
|
||||
Text:no text
|
||||
Text:Put a 4/4 green Beast creature token onto the battlefield.
|
||||
K:spMakeToken<>1<>Beast<>G 4 4 Beast<>Controller<>G<>Creature;Beast<>4<>4<>None
|
||||
SVar:Flashback:2 G G G/0
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/beast_attack.jpg
|
||||
End
|
||||
|
||||
@@ -2191,7 +2191,7 @@ public class CardFactory_Instants {
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Beast Attack")) {
|
||||
SpellAbility spell = new Spell(card) {
|
||||
@@ -2224,7 +2224,8 @@ public class CardFactory_Instants {
|
||||
card.addSpellAbility(CardFactoryUtil.ability_Flashback(card, "2 G G G", "0"));
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Wrap in Vigor")) {
|
||||
SpellAbility spell = new Spell(card) {
|
||||
|
||||
Reference in New Issue
Block a user