From 0d34b73f691d50c0b269d95851cf7765ddae42fe Mon Sep 17 00:00:00 2001 From: Ts Date: Sun, 22 Mar 2026 20:42:04 +0100 Subject: [PATCH 1/6] Update trickster --- townsfolk/miscellaneous/trickster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/townsfolk/miscellaneous/trickster b/townsfolk/miscellaneous/trickster index 53f255c78..219dda917 100644 --- a/townsfolk/miscellaneous/trickster +++ b/townsfolk/miscellaneous/trickster @@ -11,7 +11,7 @@ __Simplified__ On polls the Trickster's vote is counted as negative one. __Formalized__ -Starting: Manipulate @Self's `public voting power` to `-1` +Starting: Manipulate @Self's `hidden public voting power` to `-1` __Card__ The Trickster likes to tamper with the polls, messing up their results. From db544c44a3d6889b87c1cb31019f0496e4b4bfea Mon Sep 17 00:00:00 2001 From: Ts Date: Sun, 22 Mar 2026 20:43:44 +0100 Subject: [PATCH 2/6] Change public voting power to hidden public voting power --- limited/grandma | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/limited/grandma b/limited/grandma index 79b5453e8..f3fc67d13 100644 --- a/limited/grandma +++ b/limited/grandma @@ -16,16 +16,16 @@ __Formalized__ Unique Role Starting: • Whisper to #Grandma's-House as `Grandma` - • Manipulate @Self's `public voting power` to `0` + • Manipulate @Self's `hidden public voting power` to `-1` Immediate Night: - • Manipulate @Self's `public voting power` to `2` (~NextDay) + • Manipulate @Self's `hidden public voting power` to `1` (~NextDay) • Add @Selection to #Grandma's-House (~NextDay) • Add @SecondarySelection to #Grandma's-House (~NextDay) • Evaluate: - ‣ @Selection->PublicVotingPower > 0: Manipulate @Selection's `public voting power` by `-1` (~NextDay) + ‣ @Selection->PublicVotingPower > 0: Manipulate @Selection's `hidden public voting power` by `-1` (~NextDay) ‣ Otherwise: Learn `@Selection could not be manipulated` • Evaluate: - ‣ @SecondarySelection->PublicVotingPower > 0: Manipulate @SecondarySelection's `public voting power` by `-1` (~NextDay) + ‣ @SecondarySelection->PublicVotingPower > 0: Manipulate @SecondarySelection's `hidden public voting power` by `-1` (~NextDay) ‣ Otherwise: Learn `@SecondarySelection could not be manipulated` __Card__ From 52097b81fac2db694dcb7066da81ebaaceb8a534 Mon Sep 17 00:00:00 2001 From: Ts Date: Sun, 22 Mar 2026 20:45:00 +0100 Subject: [PATCH 3/6] Modify corrupt wolf's voting power mechanics Updated corrupt wolf's voting power manipulation. --- werewolves/power/corrupt wolf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/werewolves/power/corrupt wolf b/werewolves/power/corrupt wolf index e5b83ea03..7c86c6ba8 100644 --- a/werewolves/power/corrupt wolf +++ b/werewolves/power/corrupt wolf @@ -17,7 +17,8 @@ Inherit: `Pack Lycan` Immediate Night: [Condition: (@SecondarySelection > -2) and (@SecondarySelection < 3)] {Direct} |corrupt_wolf.1| • Conversation Reset `Corrupted` • Grant `Corrupted` to @Selection - • Manipulate @Selection's `public voting power` to @SecondarySelection (~NextDay) + • Manipulate @Selection's `hidden public voting power` to @SecondarySelection (~NextDay) + • Manipulate @Selection's `hidden public voting power` by `-1` (~NextDay) • Whisper to `Corrupted` as `Corrupt Wolf` (~NextDay) Passive Start Night: Conversation Reset `Corrupted` From 28da33756cac9f45c3974c46d8d33bed5ec031e9 Mon Sep 17 00:00:00 2001 From: Ts Date: Sun, 22 Mar 2026 20:46:30 +0100 Subject: [PATCH 4/6] Update trickster From a0001d2093f48e1fd392b5aeeb44f8b10aedffa4 Mon Sep 17 00:00:00 2001 From: Ts Date: Sun, 22 Mar 2026 20:46:41 +0100 Subject: [PATCH 5/6] Update corrupt wolf power mechanics Removed manipulation of hidden public voting power by -1. --- werewolves/power/corrupt wolf | 1 - 1 file changed, 1 deletion(-) diff --git a/werewolves/power/corrupt wolf b/werewolves/power/corrupt wolf index 7c86c6ba8..a8782684e 100644 --- a/werewolves/power/corrupt wolf +++ b/werewolves/power/corrupt wolf @@ -18,7 +18,6 @@ Immediate Night: [Condition: (@SecondarySelection > -2) and (@SecondarySelection • Conversation Reset `Corrupted` • Grant `Corrupted` to @Selection • Manipulate @Selection's `hidden public voting power` to @SecondarySelection (~NextDay) - • Manipulate @Selection's `hidden public voting power` by `-1` (~NextDay) • Whisper to `Corrupted` as `Corrupt Wolf` (~NextDay) Passive Start Night: Conversation Reset `Corrupted` From 29c9fbfa7b3cc23f0859c094afb328f99e220eae Mon Sep 17 00:00:00 2001 From: Ts Date: Sun, 22 Mar 2026 20:47:06 +0100 Subject: [PATCH 6/6] Update hidden public voting power manipulation values --- limited/grandma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/limited/grandma b/limited/grandma index f3fc67d13..8e52409e9 100644 --- a/limited/grandma +++ b/limited/grandma @@ -16,9 +16,9 @@ __Formalized__ Unique Role Starting: • Whisper to #Grandma's-House as `Grandma` - • Manipulate @Self's `hidden public voting power` to `-1` + • Manipulate @Self's `hidden public voting power` to `0` Immediate Night: - • Manipulate @Self's `hidden public voting power` to `1` (~NextDay) + • Manipulate @Self's `hidden public voting power` to `2` (~NextDay) • Add @Selection to #Grandma's-House (~NextDay) • Add @SecondarySelection to #Grandma's-House (~NextDay) • Evaluate: