Files
forge/forge-gui/res/cardsfolder/t/thought_gorger.txt
Renato Filipe Vidal Santos d386012121 Add files via upload
2024-08-04 08:16:05 +01:00

16 lines
1.3 KiB
Plaintext

Name:Thought Gorger
ManaCost:2 B B
Types:Creature Horror
PT:2/2
K:Trample
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ EatMyThoughts | TriggerDescription$ When CARDNAME enters, put a +1/+1 counter on it for each card in your hand. If you do, discard your hand.
SVar:EatMyThoughts:DB$ PutCounter | Defined$ Self | CounterNum$ OldThoughts | CounterType$ P1P1 | RememberCards$ True | SubAbility$ GorgeOnThoughts
SVar:GorgeOnThoughts:DB$ Discard | Mode$ Hand | Defined$ You | ConditionDescription$ If you do, | ConditionDefined$ Remembered | ConditionPresent$ Card | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:OldThoughts:Count$InYourHand
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ BringBackThoughts | TriggerDescription$ When CARDNAME leaves the battlefield, draw a card for each +1/+1 counter on it.
SVar:BringBackThoughts:DB$ Draw | NumCards$ Disgorge | Defined$ TriggeredCardController
SVar:Disgorge:TriggeredCard$CardCounters.P1P1
AI:RemoveDeck:All
Oracle:Trample\nWhen Thought Gorger enters, put a +1/+1 counter on it for each card in your hand. If you do, discard your hand.\nWhen Thought Gorger leaves the battlefield, draw a card for each +1/+1 counter on it.