aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-01-04 01:54:54 -0500
committerGitHub <noreply@github.com>2024-01-04 01:54:54 -0500
commit36ee2d680cc3dac10d143539174b8bb34e294293 (patch)
treeb50de126168c1ef30ccd5b317b016b17c2c37764 /src/main/resources/assets/skyblocker
parent561beafc2860e43ebab437a3ebfb382f6aba6bdb (diff)
parent27fdd17086e08ae5bc50bcd7f313f54617638406 (diff)
downloadSkyblocker-36ee2d680cc3dac10d143539174b8bb34e294293.tar.gz
Skyblocker-36ee2d680cc3dac10d143539174b8bb34e294293.tar.bz2
Skyblocker-36ee2d680cc3dac10d143539174b8bb34e294293.zip
Merge pull request #469 from kevinthegreat1/dungeon-score
Add Dungeon Score
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 8fa9c701..a54110ed 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -189,6 +189,11 @@
"text.autoconfig.skyblocker.option.locations.dungeons.doorHighlight.doorHighlightType": "Door Highlight Type",
"text.autoconfig.skyblocker.option.locations.dungeons.doorHighlight.doorHighlightType.@Tooltip": "Highlight: Only displays a highlight.\n\nOutlined Highlight: Displays both a highlight and an outline.\n\nOutline: Only displays an outline.",
"text.autoconfig.skyblocker.option.locations.dungeons.doorHighlight.doorHighlightType.secretWaypointsNote": "\n\n\nNote: Dungeon Secret Waypoints must be enabled for this to work.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.dungeonScore": "Dungeon Score",
+ "text.autoconfig.skyblocker.option.locations.dungeons.dungeonScore.enableDungeonScore": "Enable Dungeon Score %d",
+ "text.autoconfig.skyblocker.option.locations.dungeons.dungeonScore.enableDungeonScore.@Tooltip": "Sends a message in chat when reaching %d score in dungeons.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.dungeonScore.dungeonScoreMessage": "Dungeon Score %d Message",
+ "text.autoconfig.skyblocker.option.locations.dungeons.dungeonScore.dungeonScoreMessage.@Tooltip": "Message which will be sent in the chat when reaching %d score in dungeons. The string \"[score]\" will be replaced with the dungeon score (%d).",
"text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit": "Dungeon Chest Profit Calculator",
"text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.enableProfitCalculator": "Enable Profit Calculator",
"text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.enableProfitCalculator.@Tooltip": "Displays the profit of a dungeon chest in the chest screen's title.\nGreen if there's profit.\nRed if there isn't profit.\nGray if you don't gain or lose anything.\nBlue if calculations were based on incomplete data.",