Skip to content

Commit

Permalink
New lines for counting Hyper Beam shots
Browse files Browse the repository at this point in the history
  • Loading branch information
CPColin committed Apr 27, 2024
1 parent 9961af0 commit 107b775
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 9 deletions.
10 changes: 10 additions & 0 deletions Profiles/Default/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,13 @@ Multiplayer:
- Text: ''
ReceivedJunkItemFromOtherPlayer:
- Text: ''
CountHyperBeamShots:
0:
- Text: "That was an amazing stand-up glitch! Zero shots!"
1:
- Text: "That was an amazing stand-up glitch! A one-hit wonder!"
2:
- Text: "That was an amazing stand-up glitch! Only {0} shots!"
10:
- Text: "Nice stand-up glitch! Only {0} shots!"
36:
4 changes: 3 additions & 1 deletion Profiles/Sassy/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1199,4 +1199,6 @@ Multiplayer:
- Text: Good job on {0} for dying and taking everyone down with you.
- Text: Are you sure that {0} didn't die on purpose?
- Text: Don't forget. You enabled death link. You asked for this.

CountHyperBeamShots:
36:
- Text: "Didn't get the stand-up glitch? Maybe next time."
17 changes: 9 additions & 8 deletions Profiles/Templates/responses.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# yaml-language-server: $schema=../../Schemas/responses.json

# Config file for various tracker responses to actions that happen

# Example:
# yaml-language-server: $schema=../../Schemas/responses.json

# Config file for various tracker responses to actions that happen

# Example:
# StartedTracking:
# - Text: Message tracker will state when tracking started
# - Text: Another message tracker will state when tracking started
Expand Down Expand Up @@ -35,8 +35,8 @@
# UserNamePronunciation:
# TwitchUserName: Corrected pronunciation
# AnotherTwitchUserName: Another corrected pronunciation
#

#

StartedTracking:
StartingTrackingAlternate:
StoppedTracking:
Expand Down Expand Up @@ -102,7 +102,8 @@ GoModePrompts:
GoModeToggledOff:
AreaDoesNotHaveItem:
AreaHasMoreThanOneItem:
TrackedUselessItem:
TrackedUselessItem:
CountHyperBeamShots:
Error:
ActionUndone:
NothingToUndo:
Expand Down
17 changes: 17 additions & 0 deletions Schemas/responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,23 @@
}
]
},
"CountHyperBeamShots": {
"type": [
"null",
"object"
],
"description": "Responses based on how many Hyper Beam shots it took to defeat Mother Brain. Tracker will use the responses for the largest number less than the number of shots. The max is 36.",
"additionalProperties": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/definitions/SchrodingersString"
}
]
}
},
"Error": {
"description": "Gets the phrases to respond with when an internal error occurs.",
"oneOf": [
Expand Down

0 comments on commit 107b775

Please sign in to comment.