convert Niall Silvain and Rancor to AbilityFactory.

This commit is contained in:
jendave
2011-08-06 10:09:05 +00:00
parent 9304e9f18d
commit 74c0bbf9dc
3 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ ManaCost:G G G
Types:Creature Ouphe
Text:no text
PT:2/2
A:AB$Regenerate|Cost$G G G G T|Tgt$TgtC|SpellDescription$Regenerate target creature.
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/niall_silvain.jpg

View File

@@ -5,6 +5,7 @@ Text:Enchanted creature gets +2/+0 and has trample.
K:Enchant creature
K:enPump:+2/+0/Trample
K:When CARDNAME is put into a graveyard from the battlefield, return CARDNAME to its owner's hand.
A:AB$Regenerate|Cost$U W G T|Tgt$TgtC|SpellDescription$Regenerate target creature.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/rancor.jpg
End

View File

@@ -20635,12 +20635,13 @@ public class CardFactory_Creatures {
card.addComesIntoPlayCommand(intoPlay);
}//*************** END ************ END **************************
/*
//*************** START ********** START *************************
else if(cardName.equals("Niall Silvain") || cardName.equals("Ragnar")) {
/*
* G G G G, Tap: Regenerate target creature.
* U W G, Tap: Regenerate target creature.
*/
*
final String Tgts[] = {"Creature"};
Target target = new Target("TgtV", "Select target creature.", Tgts);
@@ -20687,6 +20688,7 @@ public class CardFactory_Creatures {
card.addSpellAbility(ability);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Witch Hunter")) {