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