diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-11 02:24:37 -0400 |
|---|---|---|
| committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-11 02:25:19 -0400 |
| commit | 42c7732864cd28873dceaab27a7a65a71ed109f0 (patch) | |
| tree | 6012959fa1c2e9ee14d972a89cbddba1232b0925 /src/main/resources/assets/skyblocker | |
| parent | cddd32a81916bffa67a3de0e5754c8068fc2d56e (diff) | |
| download | Skyblocker-42c7732864cd28873dceaab27a7a65a71ed109f0.tar.gz Skyblocker-42c7732864cd28873dceaab27a7a65a71ed109f0.tar.bz2 Skyblocker-42c7732864cd28873dceaab27a7a65a71ed109f0.zip | |
Dungeon Chest Profit Calculator!
Diffstat (limited to 'src/main/resources/assets/skyblocker')
| -rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 5 |
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 30af6493..28e1f85b 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -221,6 +221,11 @@ "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.enableStonkWaypoints" : "Enable Stonk Waypoints", "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.enableDefaultWaypoints" : "Enable Default Waypoints", "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.enableDefaultWaypoints.@Tooltip" : "This includes all waypoints that do not belong to a category.", + "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.\nGold if calculations were based on incomplete data.", + "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.includeKismet": "Include Kismet Price", + "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.includeKismet.@Tooltip": "When enabled, if you used a kismet the price of one will be subtracted from the profit", "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper": "Croesus Helper", "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper.@Tooltip": "Gray out chests that have already been opened.", "text.autoconfig.skyblocker.option.locations.dungeons.enableMap": "Enable Map", |
