diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-09-18 21:09:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 21:09:02 -0400 |
commit | 2fac34bca6e58b5ec42b04cf268fd8ab39ce1f1b (patch) | |
tree | 02d392132dd8fe58ffbfb5f5db09ce671b89fe20 /src/main/resources/assets | |
parent | 4689bd76f314ec24565095dc11ffcb35fa437e00 (diff) | |
download | Skyblocker-2fac34bca6e58b5ec42b04cf268fd8ab39ce1f1b.tar.gz Skyblocker-2fac34bca6e58b5ec42b04cf268fd8ab39ce1f1b.tar.bz2 Skyblocker-2fac34bca6e58b5ec42b04cf268fd8ab39ce1f1b.zip |
Add options and test (#319)
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 7 |
1 files changed, 7 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 273cbb31..e8ad7f59 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -236,6 +236,13 @@ "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.dungeonChestProfit.includeEssence": "Include Essence", "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.includeEssence.@Tooltip": "Disabling is **not recommended** if you're a forgetful person.", + "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.neutralThreshold": "Neutral Threshold", + "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.neutralThreshold.@Tooltip": "The threshold below which the profit is considered neutral.", + "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", |