diff options
author | Cow <cow@volloeko.de> | 2020-09-27 23:49:09 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-09-27 23:49:09 +0200 |
commit | fbf84843e290b720c43feb766dc72190d56b929c (patch) | |
tree | aa67f8b515d3e27fefbb707b5b4cd34956e79c60 /src/main/resources/assets/cowlection/lang/en_US.lang | |
parent | f5b35b7a064fa8c144c2ddcb5f94a4790398506d (diff) | |
download | Cowlection-fbf84843e290b720c43feb766dc72190d56b929c.tar.gz Cowlection-fbf84843e290b720c43feb766dc72190d56b929c.tar.bz2 Cowlection-fbf84843e290b720c43feb766dc72190d56b929c.zip |
Show item quality + obtained floor by default
Diffstat (limited to 'src/main/resources/assets/cowlection/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index 14bb5f7..516d997 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -34,10 +34,12 @@ cowlection.config.tooltipItemTimestamp=Show item creation date cowlection.config.tooltipItemTimestamp.tooltip=Show item creation date? Only works for non-stackable items cowlection.config.numeralSystem=Numeral system cowlection.config.numeralSystem.tooltip=Use Roman or Arabic numeral system?\nThis is currently used to display numbers in the commands /moo stalkSkyBlock and /moo analyzeIsland -cowlection.config.dungItemToolTipToggleKeyBinding=Key binding: toggle dungeon item tooltip -cowlection.config.dungItemToolTipToggleKeyBinding.tooltip=Hold down this key to toggle dungeon item tooltip -cowlection.config.dungItemQualityPos=Item Quality position (hold above keybind) -cowlection.config.dungItemQualityPos.tooltip=Position of item quality in dungeon item tooltips +cowlection.config.showItemQualityAndFloor=Show item quality + obtained floor +cowlection.config.showItemQualityAndFloor.tooltip=Should the item quality (in %%) and the obtained floor be added to the dungeon items' tooltips?\n§e'top' replaces the default 'gear score' entry §rwhich normally includes reforges and essence upgrades. +cowlection.config.dungItemQualityPos=Item quality + obtained floor position +cowlection.config.dungItemQualityPos.tooltip=Position of item quality and otained floor in dungeon item tooltips +cowlection.config.dungItemToolTipToggleKeyBinding=Key binding: Show dungeon item base stats +cowlection.config.dungItemToolTipToggleKeyBinding.tooltip=Hold down this key to toggle dungeon item tooltip.\nDisplays the base stats of an item without reforges and without essence upgrades. cowlection.config.dungOverlayEnabled=Show overlay inside dungeons? cowlection.config.dungOverlayEnabled.tooltip=Show the performance overlay while inside a dungeon? cowlection.config.dungOverlayPositionX=Overlay x position (⇦/⇨ keys to fine-tune) @@ -60,8 +62,8 @@ cowlection.config.dungFilterPartiesWithMageDupes=Mark duplicated Mage class? cowlection.config.dungFilterPartiesWithMageDupes.tooltip=Mark parties with duplicated Mage class? cowlection.config.dungFilterPartiesWithTankDupes=Mark duplicated Tank class? cowlection.config.dungFilterPartiesWithTankDupes.tooltip=Mark parties with duplicated Tank class? -cowlection.config.dungPartyFinderArmorLookup=Show armor of joining player... §d§l⚷ -cowlection.config.dungPartyFinderArmorLookup.tooltip=Show armor of player joining via party finder as a tooltip or in chat?\n§d§l⚷ §eRequires a valid API key! +cowlection.config.dungPartyFinderPlayerLookup=Show armor + dungeons stats of joining player... §d§l⚷ +cowlection.config.dungPartyFinderPlayerLookup.tooltip=Show armor and dungeons stats of player joining via party finder as a tooltip or in chat?\n§d§l⚷ §eRequires a valid API key! cowlection.commands.generic.exception=%s key.cowlection.category=Cowlection key.cowlection.moo=Open Command |