diff options
author | Fluboxer <fluboxer@gmail.com> | 2024-02-21 15:04:59 +0300 |
---|---|---|
committer | Fluboxer <fluboxer@gmail.com> | 2024-02-21 15:04:59 +0300 |
commit | b10906fc55a480675c9dcea9e402792791af6916 (patch) | |
tree | f94c6e41d263e4f0c5848b101a4f9697358746d5 /src/main/resources/assets/skyblocker/lang | |
parent | 7b6eac893985c42aa10d7596eb55eb6a72e8d185 (diff) | |
download | Skyblocker-b10906fc55a480675c9dcea9e402792791af6916.tar.gz Skyblocker-b10906fc55a480675c9dcea9e402792791af6916.tar.bz2 Skyblocker-b10906fc55a480675c9dcea9e402792791af6916.zip |
1st iteration of calculator for Croesus
I did testings on M5 and M6 drops and so far it were working properly. Only thing I'm unsure is spirit pet
and yes it does use big map for every dungeon drop lmao
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 2 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 60631ef1..c8ac97c5 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -252,6 +252,8 @@ "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.lossColor": "Loss Color", "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.croesusProfit": "Croesus Chest Profit Calculator", + "text.autoconfig.skyblocker.option.locations.dungeons.croesusProfit.@Tooltip": "Highlight chests with best profit at Croesus NPC", "text.autoconfig.skyblocker.option.locations.dungeons.enableMap": "Enable Map", "text.autoconfig.skyblocker.option.locations.dungeons.mapScreen": "Dungeon Map & Score Placement Config...", "text.autoconfig.skyblocker.option.locations.dungeons.mapScaling": "Map Scaling", |