diff --git a/Profiles/Default/responses.yml b/Profiles/Default/responses.yml index 01947ea..05262db 100644 --- a/Profiles/Default/responses.yml +++ b/Profiles/Default/responses.yml @@ -114,6 +114,8 @@ GoModePrompts: - track Go Mode. Error: - Text: Oops. Something went wrong. +AutoTrackingEnabledSass: +- Text: With auto tracking enabled, you need to say {0} NothingToUndo: - Text: There's nothing to undo. UndoExpired: diff --git a/Profiles/Sassy/responses.yml b/Profiles/Sassy/responses.yml index 9279784..4a06fa8 100644 --- a/Profiles/Sassy/responses.yml +++ b/Profiles/Sassy/responses.yml @@ -401,6 +401,14 @@ LocationMarkedAsBullshit: - Text: Ignoring {0} - Text: I hope you didn't waste time going there. Weight: 0.2 +LocationMarkedButAlreadyCleared: +- Text: Why do you want me to do that? +- Text: That instruction makes no sense. +- Text: Why should I mark {1} at {0} when you've already cleared it? +- Text: Marking {1} at {0} would be ridiculous since it's already been cleared. +- Text: Marked {1} at {0}. Except not because you already cleared it. +- Text: I'm just going to stop listening to you if you keep asking for things like marking {1} at {0} when you've already cleared it. + Weight: 0.1 LocationMarkedPreConfigured: - Text: But you already knew that, didn't you? - Text: But you already knew that, right? @@ -442,6 +450,22 @@ Error: - Text: Oops. Something went wrong. - Text: Something went wrong. Time to ban Vihvelin. - Text: Oh no +AutoTrackingEnabledSass: +- Text: Why should I listen to you when you're having me do everything? If you really want me to do that, you'll need to say {0} +- Text: First you have me auto track, then you want to tell me to do that? I'm not gonna do that for you unless you say {0} +- Text: I'm not going to do that for you unless you say {0} since you're having me auto track everything. +- Text: Sorry, I was waiting for you to say {0} if you want me to do that. +- Text: Next time just disable auto tracking. I guess I can do that for you though. If you say {0}. +- Text: I just did that for you. Then I undid it because you probably didn't really want me to do that. If you did, say {0}. +- Text: Did you really want me to do that, or were my ears just clogged? If you really want me to do that, you need to tell me {0}. +- Text: Sorry, I wasn't listening. Something about wanting me to do something that probably doesn't make sense. Say {0} if you really mean it. +- Text: I'm not really feeling it. But if you really care that much, say {0}. +- Text: Everyone kept complaining about me being drunk, so I've stopped listening to what you say. But I can do that for you if you say {0}. + Weight: 0.1 +- Text: Marked Shaktool as defeated.Just kidding, I would never. But seriously, if you want me to do that, you'll need to say {0}. + Weight: 0.1 +- Text: If you really want me to do that, you'll need to say "Hey tracker, enable cheats" followed by "Hey tracker, kill me". Or by saying {0}. Your choice. + Weight: 0.1 ActionUndone: - Text: Was that not what you wanted? - Text: Make up your mind. diff --git a/Profiles/Templates/responses.yml b/Profiles/Templates/responses.yml index 33083cc..8e79461 100644 --- a/Profiles/Templates/responses.yml +++ b/Profiles/Templates/responses.yml @@ -105,6 +105,7 @@ ItemTrackedInIncorrectDungeon: LocationMarked: LocationMarkedAgain: LocationMarkedAsBullshit: +LocationMarkedButAlreadyCleared: LocationMarkedPreConfigured: TrackedPreConfigured: LocationHasDifferentItem: @@ -119,6 +120,7 @@ AreaHasMoreThanOneItem: TrackedUselessItem: CountHyperBeamShots: Error: +AutoTrackingEnabledSass: ActionUndone: NothingToUndo: UndoExpired: diff --git a/Schemas/responses.json b/Schemas/responses.json index b1e658e..b7de2aa 100644 --- a/Schemas/responses.json +++ b/Schemas/responses.json @@ -640,6 +640,17 @@ } ] }, + "LocationMarkedButAlreadyCleared": { + "description": "Gets the phrases to respond with when attempting to make an item at a location, but that location has already been cleared. \n{0} is a placeholder for the name of the location. \n{1} is a placeholder for the name of the item.", + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/definitions/SchrodingersString" + } + ] + }, "LocationMarkedPreConfigured": { "description": "Gets the phrases to respond with when marking an item at a location that was preconfigured. \n{0} is a placeholder for the name of the location.", "oneOf": [ @@ -792,6 +803,17 @@ } ] }, + "AutoTrackingEnabledSass": { + "description": "Response to say when attempting to manually track something when autotracking is enabled \n{0} is a placeholder for the command that the user can say to force tracker to do the action.", + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/definitions/SchrodingersString" + } + ] + }, "ActionUndone": { "description": "Gets the phrases to respond with before undoing the last action.", "oneOf": [