- Converted Phantom Centaur to the new keyword.

This commit is contained in:
jendave
2011-08-06 13:55:58 +00:00
parent f9f0aebe88
commit a8c3066cfd
2 changed files with 5 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
Name:Phantom Centaur Name:Phantom Centaur
ManaCost:2 G G ManaCost:2 G G
Types:Creature Centaur Spirit Types:Creature Centaur Spirit
Text:Phantom Centaur enters the battlefield with three +1/+1 counters on it.\r\nIf damage would be dealt to Phantom Centaur, prevent that damage. Remove a +1/+1 counter from Phantom Centaur. Text:no text
PT:2/0 PT:2/0
K:Protection from black K:Protection from black
K:etbCounter:P1P1:3
K:If damage would be dealt to CARDNAME, prevent that damage. Remove a +1/+1 counter from CARDNAME.
SVar:Rarity:Uncommon SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/phantom_centaur.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/phantom_centaur.jpg
SetInfo:JUD|Uncommon|http://magiccards.info/scans/en/ju/127.jpg SetInfo:JUD|Uncommon|http://magiccards.info/scans/en/ju/127.jpg

View File

@@ -11252,7 +11252,7 @@ public class CardFactory_Creatures {
card.addComesIntoPlayCommand(comesIntoPlay); card.addComesIntoPlayCommand(comesIntoPlay);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Phantom Nishoba")) { else if(cardName.equals("Phantom Nishoba")) {
final Card newCard = new Card() { final Card newCard = new Card() {
@@ -11335,7 +11335,7 @@ public class CardFactory_Creatures {
return newCard; return newCard;
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Chainer, Dementia Master")) { else if(cardName.equals("Chainer, Dementia Master")) {