From d9c9ffd2eb659415ac2de351ed320cd2c77e27d8 Mon Sep 17 00:00:00 2001 From: Matt Brockman Date: Tue, 19 Jan 2021 08:28:12 -0800 Subject: [PATCH] RestDetectBot added --- examples/EvaluationBotData/README.md | 1 + examples/inputBot.js | 11 +---------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/examples/EvaluationBotData/README.md b/examples/EvaluationBotData/README.md index 3e22299..5cc80b5 100644 --- a/examples/EvaluationBotData/README.md +++ b/examples/EvaluationBotData/README.md @@ -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. diff --git a/examples/inputBot.js b/examples/inputBot.js index 20c8c32..e117516 100644 --- a/examples/inputBot.js +++ b/examples/inputBot.js @@ -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 -*/ \ No newline at end of file +modifier(text) \ No newline at end of file