diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-11-24 12:00:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 15:00:21 -0500 |
commit | ea8f0b1488a79befeb5e82382f84b39b1aac9aae (patch) | |
tree | 220d78bc6ccb671a14ad1465de3c0ccf2c4f7238 /src/main/resources/assets/skyblocker/lang | |
parent | 2af269f2dc21f298af66db69332b1997625b96d9 (diff) | |
download | Skyblocker-ea8f0b1488a79befeb5e82382f84b39b1aac9aae.tar.gz Skyblocker-ea8f0b1488a79befeb5e82382f84b39b1aac9aae.tar.bz2 Skyblocker-ea8f0b1488a79befeb5e82382f84b39b1aac9aae.zip |
Add Chest Value (#428)
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 9 |
1 files changed, 7 insertions, 2 deletions
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", |