mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Captain of the Watch to etbMakeToken keyword.
This commit is contained in:
@@ -4,6 +4,7 @@ Types:Creature Human Soldier
|
||||
Text:Other Soldier creatures you control get +1/+1 and have vigilance.\r\nWhen Captain of the Watch enters the battlefield, put three 1/1 white Soldier creature tokens onto the battlefield.
|
||||
PT:3/3
|
||||
K:Vigilance
|
||||
K:etbMakeToken<>3<>Soldier<>W 1 1 Soldier<>Controller<>W<>Creature;Soldier<>1<>1<>None<>put three 1/1 white Soldier creature tokens onto the battlefield.
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/captain_of_the_watch.jpg
|
||||
|
||||
@@ -173,7 +173,7 @@ public class CardFactory_Creatures {
|
||||
a1.setBeforePayMana(CardFactoryUtil.input_targetPlayer(a1));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Captain of the Watch")) {
|
||||
final SpellAbility comesIntoPlayAbility = new Ability(card, "0") {
|
||||
@@ -203,7 +203,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
card.addComesIntoPlayCommand(intoPlay);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Dimir Guildmage")) {
|
||||
|
||||
Reference in New Issue
Block a user