- Converted Staff of Domination to AFs and commented out the code block for this card.

This commit is contained in:
jendave
2011-08-06 12:49:12 +00:00
parent 10d905ee2f
commit eed2e34ffe
2 changed files with 5 additions and 4 deletions

View File

@@ -2,8 +2,9 @@ Name:Staff of Domination
ManaCost:3 ManaCost:3
Types:Artifact Types:Artifact
Text:no text Text:no text
K:Untap:1 A:AB$Untap | Cost$ 1 | SpellDescription$ Untap Staff of Domination.
A:AB$GainLife | Cost$ 2 T | LifeAmount$ 1 | SpellDescription$ You gain 1 life. A:AB$GainLife | Cost$ 2 T | LifeAmount$ 1 | SpellDescription$ You gain 1 life.
A:AB$Untap | Cost$ 3 T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Untap target creature.
A:AB$Tap | Cost$ 4 T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature. A:AB$Tap | Cost$ 4 T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature.
A:AB$Draw | Cost$ 5 T | NumCards$ 1 | SpellDescription$ Draw a card. A:AB$Draw | Cost$ 5 T | NumCards$ 1 | SpellDescription$ Draw a card.
SVar:Rarity:Rare SVar:Rarity:Rare

View File

@@ -8813,7 +8813,7 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(CardFactoryUtil.input_targetPlayer(spell)); spell.setBeforePayMana(CardFactoryUtil.input_targetPlayer(spell));
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/* Converted to AF
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Staff of Domination")) { else if(cardName.equals("Staff of Domination")) {
@@ -8858,7 +8858,7 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(ability3); card.addSpellAbility(ability3);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Goblin Charbelcher")) { else if(cardName.equals("Goblin Charbelcher")) {