Skip to content

Commit

Permalink
Merge pull request #20 from TheTrackerCouncil/tracker-speech-responses
Browse files Browse the repository at this point in the history
Added tracker lines for speaking a lot
  • Loading branch information
MattEqualsCoder authored Jul 15, 2024
2 parents ab8e68e + a4de234 commit 4efbaf7
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Profiles/Sassy/requests.Rude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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.
2 changes: 0 additions & 2 deletions Profiles/Sassy/requests.Sassy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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? <break time='4s'/> 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?
10 changes: 10 additions & 0 deletions Profiles/Sassy/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions Profiles/Templates/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ TimerPaused:
Muted:
Unmuted:
BeatGame:
LongSpeechResponse:
Idle:
Hints:
EnabledHints:
Expand Down
11 changes: 11 additions & 0 deletions Schemas/responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4efbaf7

Please sign in to comment.