Skip to content

Commit

Permalink
Update lost_in_the_maze.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Simisays committed Jan 21, 2024
1 parent c7318c6 commit 3e84286
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions forge-gui/res/cardsfolder/upcoming/lost_in_the_maze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ ManaCost:X U U
Types:Enchantment
K:Flash
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTap | TriggerDescription$ When CARDNAME enters the battlefield, tap X target creatures. Put a stun counter on each of those creatures you don't control. (If a permanent with a stun counter would become untapped, remove one from it instead.)
SVar:TrigTap:DB$ Tap | TargetMin$ X | TargetMax$ X | RememberTargets$ True | ValidTgts$ Creature | SubAbility$ DBCounter | TgtPrompt$ Select target creatures
SVar:DBCounter:DB$ PutCounterAll | ValidCards$ Creature.IsRemembered+YouDontCtrl | CounterType$ Stun | CounterNum$ 1 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:TrigTap:DB$ Tap | TargetMin$ X | TargetMax$ X | ValidTgts$ Creature | SubAbility$ DBCounter | TgtPrompt$ Select target creatures
SVar:DBCounter:DB$ PutCounter | Defined$ Targeted.YouDontCtrl | CounterType$ Stun | CounterNum$ 1
S:Mode$ Continuous | Affected$ Creature.YouCtrl+tapped | AddKeyword$ Hexproof | Description$ Tapped creatures you control have hexproof.
SVar:X:Count$xPaid
DeckHas:Ability$Counters
Expand Down

0 comments on commit 3e84286

Please sign in to comment.