aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/lang
diff options
context:
space:
mode:
authorRime <81419447+Emirlol@users.noreply.github.com>2024-07-10 02:07:08 +0300
committerRime <81419447+Emirlol@users.noreply.github.com>2024-07-10 02:08:24 +0300
commit1dbb973e791456c418acfa45be824640db2b111f (patch)
treec27face889863c3d77eda1b95992f3ba21e2f1d2 /src/main/resources/assets/skyblocker/lang
parenta5d43a82d09e20a0ec37756496b9a7c65b7569c4 (diff)
downloadSkyblocker-1dbb973e791456c418acfa45be824640db2b111f.tar.gz
Skyblocker-1dbb973e791456c418acfa45be824640db2b111f.tar.bz2
Skyblocker-1dbb973e791456c418acfa45be824640db2b111f.zip
Refactor the bz order helper to display slot text instead of highlights
Also removes the coloring schema option as that's not relevant anymore. Or rather, there's no reasonable way to display the order type anymore without making the item impossible to see.
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index e992c7af..5012b918 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -288,9 +288,7 @@
"skyblocker.config.helpers.bazaar": "Bazaar",
"skyblocker.config.helpers.bazaar.enableBazaarHelper": "Enable Bazaar Helper",
- "skyblocker.config.helpers.bazaar.enableBazaarHelper.@Tooltip": "Highlights orders with items or coins to claim.",
- "skyblocker.config.helpers.bazaar.highlightingScheme": "Highlighting Scheme",
- "skyblocker.config.helpers.bazaar.highlightingScheme.@Tooltip": "Order Type: Highlight items based on whether you have coins or items to claim. Dark green when items, gold when coins.\n\nFulfillment: Highlight items based on the % of the order that is filled. Yellow for 0-99%, green at 100%.\n\n\nExpired orders are highlighted with red regardless of this setting.",
+ "skyblocker.config.helpers.bazaar.enableBazaarHelper.@Tooltip": "Draws icons on top of orders to explain the current state of the order.\n\n%s: Order is going to expire soon\n%s: Order has expired\n%s: Order is filled to some degree and there are items/coins to claim\n%s: Order is filled",
"skyblocker.config.helpers.chocolateFactory": "Chocolate Factory",
"skyblocker.config.helpers.chocolateFactory.enableChocolateFactoryHelper": "Enable Chocolate Factory Helper",