convert Lifeforce and Deathgrip to AF_CounterMagic

This commit is contained in:
jendave
2011-08-06 12:34:31 +00:00
parent 9e04366634
commit d17c100841
3 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ Name:Deathgrip
ManaCost:B B ManaCost:B B
Types:Enchantment Types:Enchantment
Text:B B: Counter target green spell. 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:RemAIDeck:True
SVar:Rarity:Uncommon SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/deathgrip.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/deathgrip.jpg

View File

@@ -1,7 +1,8 @@
Name:Lifeforce Name:Lifeforce
ManaCost:G G ManaCost:G G
Types:Enchantment 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:RemAIDeck:True
SVar:Rarity:Uncommon SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/lifeforce.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/lifeforce.jpg

View File

@@ -11095,7 +11095,7 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(spell); card.addSpellAbility(spell);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Lifeforce")) { else if(cardName.equals("Lifeforce")) {
final SpellAbility counter = new Ability(card, "G G") { final SpellAbility counter = new Ability(card, "G G") {
@@ -11176,6 +11176,7 @@ public class CardFactory implements NewConstants {
counter.setStackDescription(cardName+" - counter target green spell."); counter.setStackDescription(cardName+" - counter target green spell.");
card.addSpellAbility(counter); card.addSpellAbility(counter);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Pithing Needle")) { else if(cardName.equals("Pithing Needle")) {