RestDetectBot added
This commit is contained in:
parent
30313d8af7
commit
d9c9ffd2eb
2 changed files with 2 additions and 10 deletions
|
@ -18,6 +18,7 @@ The following bots are best used on output.
|
||||||
- `KittenBot` - Evaluates whether rapport was gained or a kitten got hungrier
|
- `KittenBot` - Evaluates whether rapport was gained or a kitten got hungrier
|
||||||
- `SpaceLootBot` - Evaluates whether loot would be found (on a spaceship)
|
- `SpaceLootBot` - Evaluates whether loot would be found (on a spaceship)
|
||||||
- `HungerBot` - Evaluates whether the player would get hungrier or not
|
- `HungerBot` - Evaluates whether the player would get hungrier or not
|
||||||
|
- `RestDetectBot` - Evaluates whether or not the user got rest
|
||||||
|
|
||||||
## Simple Evaluation Bots
|
## 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.
|
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.
|
||||||
|
|
|
@ -20,12 +20,3 @@ return { text }
|
||||||
|
|
||||||
// Don't modify this part
|
// Don't modify this part
|
||||||
modifier(text)
|
modifier(text)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
AVAILABLE BOTS
|
|
||||||
['DCStatDifficultyBot'] - Stat, Difficulty
|
|
||||||
['InputDCattributeBot'] - DC, Attrbute
|
|
||||||
['SimplePossibilityBot'] - Possibility 1, Possibility 2
|
|
||||||
*/
|
|
Reference in a new issue