added ControlAction

master
melvin 2012-10-29 14:14:07 +08:00
parent 9dc58210fe
commit 01af70f494
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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.