mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Converted Phantom Centaur to the new keyword.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user