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
16 changes: 4 additions & 12 deletions limited/keen coyote
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
**Keen Coyote** | Werewolf Group | Limited
__Basics__
The Keen Coyote shares a secret channel with the other coyotes and can perceive players each night to determine whether they have a threatening presence.
The Keen Coyote shares a secret channel with the other coyotes and can perceive players each night to determine their alignment.
__Details__
The Keen Coyote cannot see a player’s role, but they can check whether or not they are a threat. Lycans, and roles classified as killing roles have a threatening presence. The inspection is an immediate ability and is affected by strong disguises and redirections.
The Keen Coyote cannot see a player’s role, but they can check the players alignment. For example they will see a Greater Coyote as Werewolf, or a Runner as Townsfolk.
The Keen Coyote knows the identity of the other coyotes and shares a channel with them.
The Keen Coyote is not a lycan, nor are they a member of the wolfpack.
When the last original greater coyote dies, the coyotes' channel is disbanded and the Keen Coyote joins the wolfpack.

__Simplified__
The Keen Coyote is part of a group of other coyotes. Should the greater coyote die, the Lesser Coyote joins the wolfpack.
The Keen Coyote can perceive players each night to determine whether they have a threatening presence.
The Keen Coyote can perceive players each night to determine their alignment.

__Formalized__
Inherit: `Coyotes`
Immediate Night: |investigating.role.1|
• Process:
‣ Attribute Investigate @Selection for `Lycan` (SD)
‣ Category Investigate @Selection (SD)
• Evaluate:
‣ @Result2 is `Failure`: `Investigation failed`
‣ @Result1 is `Success`: `@Selection is a Threat`
‣ @Result2 is `Killing`: `@Selection is a Threat`
‣ Otherwise: `@Selection is not a Threat`
Immediate Night: Alignment Investigate @Selection (SD)

__Card__
The Keen Coyote has a developed eye for detail, able to make accurate character judgments.
1 change: 1 addition & 0 deletions prompts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"comment_1": "Generic Default Prompts",
"investigating.role.1": "Which player would you like to investigate?",
"investigating.attribute.1": "Which player would you like to investigate?",
"investigating.alignment.1": "Which player would you like to investigate?",
"disguising.weakly.1": "You may weakly disguise yourself. Which role would you like to disguise yourself as?",
"disguising.weakly.2": "You may weakly disguise another player. Please specify a player and a role, separated by `;`.",
"disguising.strongly.1": "You may strongly disguise yourself. Which role would you like to disguise yourself as?",
Expand Down