From 93d381a7ee65d6ee2f313a74fb95449c36f355db Mon Sep 17 00:00:00 2001 From: Paul Hammerton <18243520+paulsnoops@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:14:39 +0100 Subject: [PATCH] Fix primo the Indivisible token --- forge-gui/res/cardsfolder/upcoming/zimone_all_questioning.txt | 2 +- .../{primo_the_invisible.txt => primo_the_indivisible.txt} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename forge-gui/res/tokenscripts/{primo_the_invisible.txt => primo_the_indivisible.txt} (75%) diff --git a/forge-gui/res/cardsfolder/upcoming/zimone_all_questioning.txt b/forge-gui/res/cardsfolder/upcoming/zimone_all_questioning.txt index aa8da24d713..2b03fb00fe7 100644 --- a/forge-gui/res/cardsfolder/upcoming/zimone_all_questioning.txt +++ b/forge-gui/res/cardsfolder/upcoming/zimone_all_questioning.txt @@ -3,7 +3,7 @@ ManaCost:1 G U Types:Legendary Creature Human Wizard PT:1/1 T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | Execute$ TrigToken | CheckSVar$ X | TriggerDescription$ At the beginning of your end step, if a land entered the battlefield under your control this turn and you control a prime number of lands, create Primo, the Indivisible, a legendary 0/0 green and blue Fractal creature token, then put that many +1/+1 counters on it. (2, 3, 5, 7, 11, 13, 17, 19, 23, 29, and 31 are prime numbers.) -SVar:TrigToken:DB$ Token | TokenScript$ primo_the_invisible | RememberTokens$ True | SubAbility$ DBCounters +SVar:TrigToken:DB$ Token | TokenScript$ primo_the_indivisible | RememberTokens$ True | SubAbility$ DBCounters SVar:DBCounters:DB$ PutCounter | Defined$ Remembered | CounterNum$ Y | CounterType$ P1P1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$IsPrime Y.Z.0 diff --git a/forge-gui/res/tokenscripts/primo_the_invisible.txt b/forge-gui/res/tokenscripts/primo_the_indivisible.txt similarity index 75% rename from forge-gui/res/tokenscripts/primo_the_invisible.txt rename to forge-gui/res/tokenscripts/primo_the_indivisible.txt index 52f4b310f61..4189e6ef591 100644 --- a/forge-gui/res/tokenscripts/primo_the_invisible.txt +++ b/forge-gui/res/tokenscripts/primo_the_indivisible.txt @@ -1,4 +1,4 @@ -Name:Primo, the Invisible +Name:Primo, the Indivisible ManaCost:no cost Colors:green, blue Types:Legendary Creature Fractal