From e4877bbe47fc9aeeca6816302ea3deef2dc4dc1b Mon Sep 17 00:00:00 2001 From: Fulgur14 <54345051+Fulgur14@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:50:36 +0200 Subject: [PATCH] Update harvestrite_host.txt (#5612) --- .../res/cardsfolder/upcoming/harvestrite_host.txt | 2 +- .../cardsfolder/upcoming/thought_stalker_warlock.txt | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 forge-gui/res/cardsfolder/upcoming/thought_stalker_warlock.txt diff --git a/forge-gui/res/cardsfolder/upcoming/harvestrite_host.txt b/forge-gui/res/cardsfolder/upcoming/harvestrite_host.txt index b5029a0dc49..e5188a56b10 100644 --- a/forge-gui/res/cardsfolder/upcoming/harvestrite_host.txt +++ b/forge-gui/res/cardsfolder/upcoming/harvestrite_host.txt @@ -2,7 +2,7 @@ Name:Harvestrite Host ManaCost:2 W Types:Creature Rabbit Citizen PT:3/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Rabbit.Other+YouCtrl | Execute$ TrigPump | TriggerDescription$ When CARDNAME or another Rabbit you control enters, target creature you control gets +1/+0 until end of turn. Then draw a card if this is the second time this ability has resolved this turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Rabbit.Other+YouCtrl | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME or another Rabbit you control enters, target creature you control gets +1/+0 until end of turn. Then draw a card if this is the second time this ability has resolved this turn. SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumAtt$ +1 | SubAbility$ DBDraw SVar:DBDraw:DB$ Draw | ConditionCheckSVar$ Resolved | ConditionSVarCompare$ EQ2 SVar:Resolved:Count$ResolvedThisTurn diff --git a/forge-gui/res/cardsfolder/upcoming/thought_stalker_warlock.txt b/forge-gui/res/cardsfolder/upcoming/thought_stalker_warlock.txt new file mode 100644 index 00000000000..4180dff04f1 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/thought_stalker_warlock.txt @@ -0,0 +1,10 @@ +Name:Thought-Stalker Warlock +ManaCost:2 B +Types:Creature Lizard Warlock +PT:2/2 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigBranch | TriggerDescription$ When CARDNAME enters, choose target opponent. If they lost life this turn, they reveal their hand, you choose a nonland card from it, and they discard that card. Otherwise, they discard a card. +SVar:TrigBranch:DB$ Branch | ValidTgts$ Opponent | BranchConditionSVar$ X | BranchConditionSVarCompare$ GT0 | TrueSubAbility$ DBDuress | FalseSubAbility$ DBDiscard +SVar:DBDuress:DB$ Discard | Defined$ TargetedPlayer | Mode$ RevealYouChoose | DiscardValid$ Card.nonLand | NumCards$ 1 +SVar:DBDiscard:DB$ Discard | Defined$ TargetedPlayer | Mode$ TgtChoose | NumCards$ 1 +SVar:X:TargetedPlayer$LifeLostThisTurn +Oracle:When Thought-Stalker Warlock enters, choose target opponent. If they lost life this turn, they reveal their hand, you choose a nonland card from it, and they discard that card. Otherwise, they discard a card.