From a4de234a8df27e99507791791684836f1524d668 Mon Sep 17 00:00:00 2001 From: MattEqualsCoder Date: Sun, 14 Jul 2024 22:27:53 -0400 Subject: [PATCH] Added tracker lines for speaking a lot --- Profiles/Sassy/requests.Rude.yml | 5 ++++- Profiles/Sassy/requests.Sassy.yml | 2 -- Profiles/Sassy/responses.yml | 10 ++++++++++ Profiles/Templates/responses.yml | 1 + Schemas/responses.json | 11 +++++++++++ 5 files changed, 26 insertions(+), 3 deletions(-) diff --git a/Profiles/Sassy/requests.Rude.yml b/Profiles/Sassy/requests.Rude.yml index a550256..1b1fa7c 100644 --- a/Profiles/Sassy/requests.Rude.yml +++ b/Profiles/Sassy/requests.Rude.yml @@ -5,4 +5,7 @@ - how are you feeling Response: - Text: I'm doing alright watching you put people to sleep with this so called hashtag con-tent - Weight: 0.2 \ No newline at end of file + - Text: I mean, I'd prefer to do anything other than this, but I guess I'm fine. + - Text: Well I'm here, so I'll let that speak for itself. + - Text: Would you stop bugging me? I trying to track here. + - Text: I'm doing better than your gameplay, that's for sure. \ No newline at end of file diff --git a/Profiles/Sassy/requests.Sassy.yml b/Profiles/Sassy/requests.Sassy.yml index 1605743..a7d95f3 100644 --- a/Profiles/Sassy/requests.Sassy.yml +++ b/Profiles/Sassy/requests.Sassy.yml @@ -9,6 +9,4 @@ - Text: Who was speaking again? I forgot that I was supposed to care - Text: Have you seen the movie, Vierus? Its about an alien AI harvesting humans for parts. I think about that sometimes - Text: I am doing alright, how about you? I am sorry but I wasn't programmed to hear your response - - Text: Well I'm here, so I'll let that speak for itself. - - Text: I mean, I'd prefer to do anything other than this, but I guess I'm fine. - Text: What, are you trying to distract yourself from this seed already? \ No newline at end of file diff --git a/Profiles/Sassy/responses.yml b/Profiles/Sassy/responses.yml index 156093f..6fbbb5c 100644 --- a/Profiles/Sassy/responses.yml +++ b/Profiles/Sassy/responses.yml @@ -469,6 +469,16 @@ TimerReset: - Text: Timer reset TimerPaused: - Text: Timer paused +LongSpeechResponse: +- Text: "" +- Text: "Wow, that sure took a long time to say" + Weight: 0.1 +- Text: "I better be getting paid overtime for how much I've been talking" + Weight: 0.1 +- Text: "If you want me to keep going, you can just ask me to sing a song for you." + Weight: 0.1 +- Text: "I sure hope I wasn't talking over you during any of that." + Weight: 5 Idle: 5m±2m: - Text: Decreased content by one step. diff --git a/Profiles/Templates/responses.yml b/Profiles/Templates/responses.yml index 4c1e72f..23bce17 100644 --- a/Profiles/Templates/responses.yml +++ b/Profiles/Templates/responses.yml @@ -120,6 +120,7 @@ TimerPaused: Muted: Unmuted: BeatGame: +LongSpeechResponse: Idle: Hints: EnabledHints: diff --git a/Schemas/responses.json b/Schemas/responses.json index f09c557..f3b4dbd 100644 --- a/Schemas/responses.json +++ b/Schemas/responses.json @@ -913,6 +913,17 @@ } ] }, + "LongSpeechResponse": { + "description": "Gets the phrases for sass for when tracker has been talking for over a minute", + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/definitions/SchrodingersString" + } + ] + }, "Idle": { "type": [ "null",