diff options
author | viciscat <51047087+viciscat@users.noreply.github.com> | 2024-02-15 21:13:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 15:13:19 -0500 |
commit | 9c106069c2775cafc43da402348d7f35d3a2d67b (patch) | |
tree | 895e73757b044e5cbc21f6c49ad644431663b5d0 /src/main/resources | |
parent | 41d02daf5f53a761043ae76f5be484f94ceb0128 (diff) | |
download | Skyblocker-9c106069c2775cafc43da402348d7f35d3a2d67b.tar.gz Skyblocker-9c106069c2775cafc43da402348d7f35d3a2d67b.tar.bz2 Skyblocker-9c106069c2775cafc43da402348d7f35d3a2d67b.zip |
Add End HUD Widget (#524)
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 19 |
1 files changed, 19 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 83d387cf..4eb3573b 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -329,6 +329,13 @@ "text.autoconfig.skyblocker.option.locations.rift.mcGrubberStacks": "McGrubber Stacks", "text.autoconfig.skyblocker.option.locations.rift.mcGrubberStacks.@Tooltip": "Used for calculating Motes sell prices.", + "text.autoconfig.skyblocker.option.locations.end": "The End", + "text.autoconfig.skyblocker.option.locations.end.hudEnabled": "HUD Enabled", + "text.autoconfig.skyblocker.option.locations.end.screen": "End HUD Config...", + "text.autoconfig.skyblocker.option.locations.end.waypoint": "End Protector Waypoint", + "text.autoconfig.skyblocker.option.locations.end.resetName": "Reset stored End stats", + "text.autoconfig.skyblocker.option.locations.end.resetText": "Reset", + "text.autoconfig.skyblocker.category.messages": "Messages", "text.autoconfig.skyblocker.option.messages.chatFilterResult.PASS": "Disabled", "text.autoconfig.skyblocker.option.messages.chatFilterResult.FILTER": "Filter", @@ -410,6 +417,18 @@ "skyblocker.exotic.glitched": "GLITCHED", "skyblocker.exotic.exotic": "EXOTIC", + "skyblocker.end.hud.zealotsSinceLastEye": "Since last eye: %d", + "skyblocker.end.hud.zealotsTotalKills": "Total kills: %d", + "skyblocker.end.hud.avgKillsPerEye": "Avg kills per eye: %d", + "skyblocker.end.hud.stage": "Stage: %s", + "skyblocker.end.hud.location": "Location: %s", + "skyblocker.end.hud.protectorLocations.left": "Left", + "skyblocker.end.hud.protectorLocations.front": "Front", + "skyblocker.end.hud.protectorLocations.center": "Center", + "skyblocker.end.hud.protectorLocations.back": "Back", + "skyblocker.end.hud.protectorLocations.rightFront": "Right Front", + "skyblocker.end.hud.protectorLocations.rightBack": "Right Back", + "skyblocker.fishing.reelNow": "Reel in now!", "skyblocker.rift.healNow": "Heal now!", "skyblocker.rift.iceNow": "Ice now!", |