mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Converted Staff of Domination to AFs and commented out the code block for this card.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user