mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Lifeforce and Deathgrip to AF_CounterMagic
This commit is contained in:
@@ -2,6 +2,7 @@ Name:Deathgrip
|
||||
ManaCost:B B
|
||||
Types:Enchantment
|
||||
Text:B B: Counter target green spell.
|
||||
A:AB$Counter|Cost$B B|Type$Spell|CounterValid$Card.Green|SpellDescription$Counter target green spell.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/deathgrip.jpg
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Lifeforce
|
||||
ManaCost:G G
|
||||
Types:Enchantment
|
||||
Text:G G: Counter target black spell.
|
||||
Text:no text
|
||||
A:AB$Counter|Cost$G G|Type$Spell|CounterValid$Card.Black|SpellDescription$Counter target black spell.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/lifeforce.jpg
|
||||
|
||||
@@ -11095,7 +11095,7 @@ public class CardFactory implements NewConstants {
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Lifeforce")) {
|
||||
final SpellAbility counter = new Ability(card, "G G") {
|
||||
@@ -11176,6 +11176,7 @@ public class CardFactory implements NewConstants {
|
||||
counter.setStackDescription(cardName+" - counter target green spell.");
|
||||
card.addSpellAbility(counter);
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Pithing Needle")) {
|
||||
|
||||
Reference in New Issue
Block a user