added ControlAction
parent
9dc58210fe
commit
01af70f494
|
@ -57,6 +57,7 @@ Action
|
|||
/ ChangeLifeAction
|
||||
/ ChangeCounterAction
|
||||
/ PutTokenAction
|
||||
/ ControlAction
|
||||
;
|
||||
|
||||
Keyword
|
||||
|
@ -192,6 +193,10 @@ PutTokenAction
|
|||
= "put a 1/1 green saproling creature token onto the battlefield"
|
||||
;
|
||||
|
||||
ControlAction
|
||||
= SelectPlayer " control" "s"? SPACE SelectPermanent
|
||||
;
|
||||
|
||||
ChangeCounterAction
|
||||
= "remove a " CounterType " counter from " SelectPermanent
|
||||
/ "remove " Count SPACE CounterType " counters from " SelectPermanent
|
||||
|
|
|
@ -1347,6 +1347,11 @@ wither
|
|||
{w}{w}, {t}: put a charge counter on @.
|
||||
{w}{w}, {t}: return target artifact card from your graveyard to your hand.
|
||||
{w}{w}{w}: regenerate @.
|
||||
you control enchanted artifact.
|
||||
you control enchanted creature.
|
||||
you control enchanted enchantment.
|
||||
you control enchanted land.
|
||||
you control enchanted permanent.
|
||||
you gain 1 life.
|
||||
you gain 20 life.
|
||||
you gain 2 life.
|
||||
|
|
Loading…
Reference in New Issue