Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions limited/grandma
Original file line number Diff line number Diff line change
Expand Up @@ -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 `0`
Immediate Night:
• Manipulate @Self's `public voting power` to `2` (~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:
‣ @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__
Expand Down
2 changes: 1 addition & 1 deletion townsfolk/miscellaneous/trickster
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion werewolves/power/corrupt wolf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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)
• Whisper to `Corrupted` as `Corrupt Wolf` (~NextDay)
Passive Start Night: Conversation Reset `Corrupted`

Expand Down