Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added mandatory location hint messages #23

Merged
merged 3 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Profiles/BCU/msu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ SongResponses:
"King's Quest V":
- Text: Now this is some con-tent
- Text: How many times is that now?
- Text: Dont' forget, you're the one that enabled this MSU
- Text: Don't forget, you're the one that enabled this MSU
- Text: Hold on, let me put my ear plugs in
- Text: Listening to this is better than listening to you
Weight: 0.2
- Text: Let's listen to the other version next time
Weight: 0.2
"Sound of Silence":
"oops no music. just silence":
- Text: Well this is awkward.
- Text: Does anyone hear crickets?
- Text: Crickets.
Expand Down
5 changes: 5 additions & 0 deletions Profiles/BCU/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ Chat:
madsteve79: Mad Steve 79
20thCenturyDinosaur: 20th Century Dinosaur
Kefka40: Kefka 40
PyroHeromatt: Pyro Hero Matt
DrMutagen: Doctor Mutagen
Nightbot: Night bot
MattEqualsCoder marked this conversation as resolved.
Show resolved Hide resolved
cosmosisjonessa: cosmosis jones s a

AutoTracker:
WhenConnected:
- Text: Connection timed out with the Council
Expand Down
4 changes: 3 additions & 1 deletion Profiles/Default/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,12 @@ Hints:
- Text: Haven't you been there already?
LocationAlreadyClearedSpoiler:
- Text: Haven't you been there already? It was {1}.
LocationHasMandatoryItem:
- Text: It has something mandatory.
LocationHasJunkItem:
- Text: There's nothing important there.
LocationHasUsefulItem:
- Text: It might be worth checking out.
- Text: It has something useful but not required.
LocationHasSuperMetroidItem:
- Text: '{0} has something for {1}.'
LocationHasZeldaItem:
Expand Down
2 changes: 2 additions & 0 deletions Profiles/Rated T for Teen/locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
WhenTrackingJunk:
- Text: Of course this location would have a shitty item
- Text: What a poopy item. No wonder it got flushed.
- Text: I'd make a comment about this location, but those types of shitty jokes are beneath me.
- Text: <break time='3s'/>What? Did you expect me to make a joke about that location?
WhenTrackingProgression:
- Text: That's not bad for being in the toilet
- Text: Who flushed this down the toilet?
Expand Down
1 change: 1 addition & 0 deletions Profiles/Sassy/hint_tiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ViewedHintTileMandatory:
- Text: Hopefully you can get to {0} soon.
- Text: Oh fun, you get to visit {0} this seed.
- Text: I suppose it's better to know this now.
- Text: What a clutch hint.
ViewedHintTileUseless:
- Text: Good. I didn't want to go to {0} anyway.
- Text: Aww, but I wanted to go to {0}. Oh well, logging it as useless.
Expand Down
1 change: 1 addition & 0 deletions Profiles/Sassy/locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
- Text: Not an AhGah seed then?
- Text: That's a good sign? Right?
- Text: Oops, I sent you the wrong seed
- Text: I hope have you to climb castle tower to get to the dark world.
WhenMarkingProgression:
- Text: Sucks to be you.
- Text: It's going to be one of those seeds.
Expand Down
25 changes: 16 additions & 9 deletions Profiles/Sassy/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,16 +617,20 @@ Hints:
Weight: 0.5
- Text: They say that plundering {0} is a foolish choice.
Weight: 0.1
LocationHasMandatoryItem:
- Text: "{1} isn't going to get far without the item from {0}."
- Text: "You definitely don't want to skip {0}."
- Text: "According to my calculations, you'll want to bee line to {0}."
- Text: "I don't think you'll be beating the game without the item at {0}."
- Text: '{0} is on the way of the hero'
Weight: 0.5
LocationHasUsefulItem:
- Text: '{0} might be worth checking out.'
- Text: '{0} could have something good for {1}.'
- Text: '{1} might be interested in that.'
- Text: '{1} could make good use of it.'
- Text: I bet {1} would appreciate it if you checked it out.
- Text: I bet {1} would appreciate it if you checked out {0}.
- Text: I wouldn't skip that if I were you.
- Text: '{1} would not want you to skip it.'
- Text: '{0} might be on the way of the hero.'
- Text: "{0} isn't mandatory, but you might like it."
- Text: It has something nice for {1}, but you don't have to get it.
- Text: "{1} might like it, but you can leave them hanging if you'd like."
- Text: I bet {1} would appreciate it if you checked it out, but it won't end your run if you skip it.
Weight: 0.5
- Text: '{0} might not be on the way of the hero, but it could make your life easier possibly.'
Weight: 0.5
LocationHasSuperMetroidItem:
- Text: '{0} has something for {1}.'
Expand Down Expand Up @@ -842,6 +846,9 @@ Chat:
ModeratorClosedGuessingGameBeforeStarting:
- Text: Pay attention, {0}. We haven't even started yet
- Text: Close what, {0}? The guessing game never started.
- Text: I know, {0}. I'm ready for this to be over too. But we haven't started the guessing game yet.
- Text: I think {0} is telling you to go faster as they wanted to start the guessing game
- Text: Are you even watching, {0}? We have started the guessing game yet.
MattEqualsCoder marked this conversation as resolved.
Show resolved Hide resolved
DeclareGuessingGameWinners:
- Text: 'The winners are {1}.'
- Text: '{1} guessed number {0}.'
Expand Down
1 change: 1 addition & 0 deletions Profiles/Templates/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Hints:
LocationAlreadyCleared:
LocationAlreadyClearedSpoiler:
LocationHasJunkItem:
LocationHasMandatoryItem:
LocationHasUsefulItem:
LocationHasSuperMetroidItem:
LocationHasZeldaItem:
Expand Down
15 changes: 13 additions & 2 deletions Schemas/responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,18 @@
]
},
"LocationHasJunkItem": {
"description": "Gets the hints for locations that don't have anything useful. \n{0} is placeholder for the name of the location.",
"description": "Gets the hints for locations that don't have anything useful. \n{0} is placeholder for the name of the location. \n{1} is placeholder for the character name.",
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/definitions/SchrodingersString"
}
]
},
"LocationHasMandatoryItem": {
"description": "Gets the hints for locations that have something required \n{0} is placeholder for the name of the location. \n{1} is placeholder for the character name.",
"oneOf": [
{
"type": "null"
Expand All @@ -1285,7 +1296,7 @@
]
},
"LocationHasUsefulItem": {
"description": "Gets the hints for locations that might have something useful. \n{0} is placeholder for the name of the location.",
"description": "Gets the hints for locations that might have something useful. \n{0} is placeholder for the name of the location. \n{1} is placeholder for the character name.",
"oneOf": [
{
"type": "null"
Expand Down
Loading