diff options
author | Fluboxer <36457056+Fluboxer@users.noreply.github.com> | 2024-02-15 23:14:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 15:14:15 -0500 |
commit | 04618325bd37e4815fb0329ddab38831785ba3fa (patch) | |
tree | 4b290c3d99cd979e5820e8689130a96d5a99820c /src/main/resources/assets/skyblocker/lang | |
parent | f11f20654b740f82ca1949c93dd8143babb635d7 (diff) | |
download | Skyblocker-04618325bd37e4815fb0329ddab38831785ba3fa.tar.gz Skyblocker-04618325bd37e4815fb0329ddab38831785ba3fa.tar.bz2 Skyblocker-04618325bd37e4815fb0329ddab38831785ba3fa.zip |
Item Quality (dungeon drops) (#541)
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 6c6f22a9..be5921ce 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -88,6 +88,8 @@ "text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumInfo.@Tooltip": "If this item is donatable to the museum, then the item's category in the musuem is displayed. It also displays a marker indicating whether you've donated that item to your musuem or not (freebies not yet supported).\n\nMake sure to enable your Museum API for accurate information!", "text.autoconfig.skyblocker.option.general.itemTooltip.enableExoticTooltip": "Enable Exotic Tooltip", "text.autoconfig.skyblocker.option.general.itemTooltip.enableExoticTooltip.@Tooltip": "Displays the type of exotic below the item's name if an armor piece is exotic.", + "text.autoconfig.skyblocker.option.general.dungeonQuality": "Dungeon Quality", + "text.autoconfig.skyblocker.option.general.dungeonQuality.@Tooltip": "Displays quality of dungeon drops from mobs", "text.autoconfig.skyblocker.option.general.itemInfoDisplay": "Item Info Display", "text.autoconfig.skyblocker.option.general.itemInfoDisplay.attributeShardInfo": "Attribute Shard Info", "text.autoconfig.skyblocker.option.general.itemInfoDisplay.attributeShardInfo.@Tooltip": "Displays the attribute's level as the stack count and the initials of the attribute's name.", |