RestDetectBot added

This commit is contained in:
Matt Brockman 2021-01-19 08:28:12 -08:00
parent 30313d8af7
commit d9c9ffd2eb
2 changed files with 2 additions and 10 deletions

View file

@ -18,6 +18,7 @@ The following bots are best used on output.
- `KittenBot` - Evaluates whether rapport was gained or a kitten got hungrier
- `SpaceLootBot` - Evaluates whether loot would be found (on a spaceship)
- `HungerBot` - Evaluates whether the player would get hungrier or not
- `RestDetectBot` - Evaluates whether or not the user got rest
## Simple Evaluation Bots
There are several evaluation score bots. These bots can be used on either input or output to score different text. They all return a `reason` and a `score` which is roughly along the below descriptions.

View file

@ -19,13 +19,4 @@ return { text }
}
// Don't modify this part
modifier(text)
/*
AVAILABLE BOTS
['DCStatDifficultyBot'] - Stat, Difficulty
['InputDCattributeBot'] - DC, Attrbute
['SimplePossibilityBot'] - Possibility 1, Possibility 2
*/
modifier(text)