agent_of_the_shadow_thieves.txt revis

This commit is contained in:
Northmoc
2022-05-30 17:50:58 -04:00
parent 9724786d8d
commit c7dd68749d

View File

@@ -2,9 +2,9 @@ Name:Agent of the Shadow Thieves
ManaCost:1 B
Types:Legendary Enchantment Background
S:Mode$ Continuous | Affected$ Creature.IsCommander+YouOwn | AddTrigger$ AttacksPlayer | Description$ Commander creatures you own have "Whenever this creature attacks a player, if no opponent has more life than that player, put a +1/+1 counter on this creature. It gains deathtouch and indestructible until end of turn."
SVar:AttacksPlayer:Mode$ Attacks | ValidCard$ Card.Self | Attacked$ Opponent.withMostLife | Execute$ TrigPutCounter | TriggerDescription$ Whenever this creature attacks a player, if no opponent has more life than that player, put a +1/+1 counter on this creature. It gains deathtouch and indestructible until end of turn.
SVar:TrigPutCounter:DB$ PutCounter | Defined$ TriggeredAttackerLKICopy | CounterType$ P1P1 | SubAbility$ DBPump
SVar:DBPump:DB$ Pump | Defined$ TriggeredAttackerLKICopy | KW$ Deathtouch & Indestructible
SVar:AttacksPlayer:Mode$ Attacks | ValidCard$ Card.Self | Attacked$ Player | Condition$ NoOpponentHasMoreLifeThanAttacked | Execute$ TrigPutCounter | TriggerDescription$ Whenever this creature attacks a player, if no opponent has more life than that player, put a +1/+1 counter on this creature. It gains deathtouch and indestructible until end of turn.
SVar:TrigPutCounter:DB$ PutCounter | CounterType$ P1P1 | SubAbility$ DBPump
SVar:DBPump:DB$ Pump | KW$ Deathtouch & Indestructible
DeckHas:Ability$Counters
AI:RemoveDeck:NonCommander
Oracle:Commander creatures you own have "Whenever this creature attacks a player, if no opponent has more life than that player, put a +1/+1 counter on this creature. It gains deathtouch and indestructible until end of turn."