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
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user