- Converted Ramosian Revivalist to AB$Retrieve.

This commit is contained in:
jendave
2011-08-06 10:15:58 +00:00
parent bc6cf39e52
commit cddd1de90c
2 changed files with 4 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ ManaCost:3 W
Types:Creature Human Rebel Cleric
Text:no text
PT:2/2
A:AB$Retrieve|Cost$6 T|TgtPrompt$Choose target Rebel permanent card with converted mana cost 5 or less|ValidTgts$Creature.cmcLE5|Destination$Battlefield|SpellDescription$Return target Rebel permanent card with converted mana cost 5 or less from your graveyard to the battlefield.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/ramosian_revivalist.jpg
SVar:Picture:http://www.wizards.com/global/images/magic/general/hells_caretaker.jpg
End

View File

@@ -9696,13 +9696,7 @@ public class CardFactory_Creatures {
destroy.setBeforePayMana(CardFactoryUtil.input_targetCreature(destroy));
}//*************** END ************ END **************************
//*************** START *********** START **************************
else if(cardName.equals("Ghost-Lit Redeemer")) {
// Does not have Channel Ability
}//*************** END ************ END **************************
/* Keyworded
//*************** START *********** START **************************
else if(cardName.equals("Ramosian Revivalist")) {
int a = Integer.parseInt("6");
@@ -9779,7 +9773,7 @@ public class CardFactory_Creatures {
card.addSpellAbility(ability);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Marrow-Gnawer")) {