diff --git a/limited/keen coyote b/limited/keen coyote index 1650c0b13..6f90a1a83 100644 --- a/limited/keen coyote +++ b/limited/keen coyote @@ -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. diff --git a/prompts.json b/prompts.json index c68cac700..d86be3a41 100644 --- a/prompts.json +++ b/prompts.json @@ -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?",