From ea8f0b1488a79befeb5e82382f84b39b1aac9aae Mon Sep 17 00:00:00 2001 From: Kevin <92656833+kevinthegreat1@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:00:21 -0800 Subject: Add Chest Value (#428) --- src/main/resources/assets/skyblocker/lang/en_us.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index b0d70a2d..4679fa11 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -99,6 +99,13 @@ "text.autoconfig.skyblocker.option.general.wikiLookup.enableWikiLookup.@Tooltip": "Opens the wiki page of the hovered item with the F4 key.", "text.autoconfig.skyblocker.option.general.wikiLookup.officialWiki": "Use Official Wiki", "text.autoconfig.skyblocker.option.general.wikiLookup.officialWiki.@Tooltip": "Use the official wiki instead of the Fandom wiki.", + "text.autoconfig.skyblocker.option.general.chestValue": "Chest Value", + "text.autoconfig.skyblocker.option.general.chestValue.@Tooltip": "Calculate the value of this container.", + "text.autoconfig.skyblocker.option.general.chestValue.enableChestValue": "Enable Chest Value", + "text.autoconfig.skyblocker.option.general.chestValue.enableChestValue.@Tooltip": "Adds a button in containers to calculate the value of a container.", + "text.autoconfig.skyblocker.option.general.chestValue.color": "Chest Value Color", + "text.autoconfig.skyblocker.option.general.chestValue.incompleteColor": "Incomplete Color", + "text.autoconfig.skyblocker.option.general.chestValue.incompleteColor.@Tooltip": "The color to display when the price data is incomplete.", "text.autoconfig.skyblocker.option.general.specialEffects": "Special Effects", "text.autoconfig.skyblocker.option.general.specialEffects.rareDungeonDropEffects": "Rare Dungeon Drop Effects", "text.autoconfig.skyblocker.option.general.specialEffects.rareDungeonDropEffects.@Tooltip": "Adds a special visual effect triggered upon obtaining rare dungeon loot!", @@ -188,8 +195,6 @@ "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.neutralColor": "Neutral Color", "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.profitColor": "Profit Color", "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.lossColor": "Loss Color", - "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.incompleteColor": "Incomplete Color", - "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.incompleteColor.@Tooltip": "The color to display when the price data is incomplete.", "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", -- cgit