From ca68c6f3a9b2a7671fc30b8cc7803dffee7d0042 Mon Sep 17 00:00:00 2001 From: Fulgur14 <54345051+Fulgur14@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:56:21 +0200 Subject: [PATCH] Add files via upload --- .../cardsfolder/upcoming/communal_brewing.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/communal_brewing.txt diff --git a/forge-gui/res/cardsfolder/upcoming/communal_brewing.txt b/forge-gui/res/cardsfolder/upcoming/communal_brewing.txt new file mode 100644 index 00000000000..59150906476 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/communal_brewing.txt @@ -0,0 +1,16 @@ +Name:Communal Brewing +ManaCost:2 G +Types:Enchantment +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters, any number of target opponents each draw a card. Put an ingredient counter on Communal Brewing, then put an ingredient counter on it for each card drawn this way. +SVar:TrigDraw:DB$ Draw | ValidTgts$ Opponent | TgtPrompt$ Select any number of target opponents | TargetMin$ 0 | TargetMax$ MaxTgt | RememberDrawn$ AllReplaced | SubAbility$ DBPutCounter1 +SVar:DBPutCounter1:DB$ PutCounter | Defined$ Self | CounterType$ INGREDIENT | CounterNum$ 1 | SubAbility$ DBPutCounter2 +SVar:DBPutCounter2:DB$ PutCounter | Defined$ Self | CounterType$ INGREDIENT | CounterNum$ X | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigEffect | TriggerDescription$ Whenever you cast a creature spell, that creature enters with X additional +1/+1 counters on it, where X is the number of ingredient counters on Communal Brewing. +SVar:TrigEffect:DB$ Effect | RememberObjects$ TriggeredCard | ReplacementEffects$ ETBCreat | ExileOnMoved$ Stack +SVar:ETBCreat:Event$ Moved | ValidCard$ Card.IsRemembered | Destination$ Battlefield | ReplaceWith$ DBPutP1P1 | ReplacementResult$ Updated +SVar:DBPutP1P1:DB$ PutCounter | Defined$ ReplacedCard | CounterType$ P1P1 | ETB$ True | CounterNum$ Y +SVar:X:Remembered$Amount +SVar:Y:Count$CardCounters.INGREDIENT +SVar:MaxTgt:PlayerCountOpponents$Amount +Oracle:When Communal Brewing enters, any number of target opponents each draw a card. Put an ingredient counter on Communal Brewing, then put an ingredient counter on it for each card drawn this way.\nWhenever you cast a creature spell, that creature enters with X additional +1/+1 counters on it, where X is the number of ingredient counters on Communal Brewing. \ No newline at end of file