diff options
author | Cow <cow@volloeko.de> | 2021-01-03 14:59:00 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-01-03 14:59:00 +0100 |
commit | e20b60fb5791933ebfbd926939312352ae7e357e (patch) | |
tree | f6bea09f2ea17ff83c5f0d3b0c836080d12d6737 /src/main/resources/assets/cowlection/lang/en_US.lang | |
parent | a56d3d0fcbcb86919ab26e9b415f1b61e297225a (diff) | |
download | Cowlection-e20b60fb5791933ebfbd926939312352ae7e357e.tar.gz Cowlection-e20b60fb5791933ebfbd926939312352ae7e357e.tar.bz2 Cowlection-e20b60fb5791933ebfbd926939312352ae7e357e.zip |
Implemented more feedback from 0.12.0 pre-release
- Added pet exp to tooltips
- Dungeon party finder: Lookup info when party is full
- Dungeon party finder: Mark 'carry' or 'hyperion' parties
- Dungeon lookup: Added dungeon type (= Catacombs) levels to player lookup
- Dungeons overlay: Fixed fluctuating crypt counter
Diffstat (limited to 'src/main/resources/assets/cowlection/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index 53af4a0..93fef62 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -46,6 +46,8 @@ cowlection.config.tooltipItemAgeShortened=Shorten item age? cowlection.config.tooltipItemAgeShortened.tooltip=Show shortened (5.8 months) or detailed item age (5 months 24 days)? cowlection.config.tooltipItemTimestamp=Show item creation date cowlection.config.tooltipItemTimestamp.tooltip=Show item creation date? Only works for non-stackable items +cowlection.config.showPetExp=Show pet exp +cowlection.config.showPetExp.tooltip=Show pet exp?\n§7§oExp for max level pets §f§odon't §7§owork inside the pets menu (but in every other GUI)! 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.tooltipAuctionHousePriceEach=§7Auction house: §rprice per item @@ -80,14 +82,18 @@ cowlection.config.dungOverlayTextShadow=Add text shadow cowlection.config.dungOverlayTextShadow.tooltip=Enable or disable text shadow cowlection.config.dungPartyFinderPlayerLookup=Show info of joining players §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.config.dungPartyFullLookup=Lookup info when party full? §d§l⚷ +cowlection.config.dungPartyFullLookup.tooltip=Lookup armor and dungeons stats of each party member when your party is full?\n§7Alternatively: §e/moo dungeon party §7or §e/m dp\n§d§l⚷ §eRequires a valid API key! cowlection.config.dungPartyFinderPartyLookup=Lookup info when joining another party? §d§l⚷ cowlection.config.dungPartyFinderPartyLookup.tooltip=Lookup armor and dungeons stats of each party member when joining via party finder?\n§7Alternatively: §e/moo dungeon party §7or §e/m dp\n§d§l⚷ §eRequires a valid API key! cowlection.config.dungPartiesSize=Show party sizes? cowlection.config.dungPartiesSize.tooltip=Show sizes of parties? cowlection.config.dungClassMin=Minimum preferred class level cowlection.config.dungClassMin.tooltip=Marks parties with members with lower class level than this value -cowlection.config.dungFilterPartiesWithCarry=Mark 'carry' parties? -cowlection.config.dungFilterPartiesWithCarry.tooltip=Mark parties that have 'carry' in their notes? +cowlection.config.dungMarkPartiesWithCarry=Mark 'carry' parties? +cowlection.config.dungMarkPartiesWithCarry.tooltip=Mark parties that have 'carry' in their notes? +cowlection.config.dungMarkPartiesWithHyperion=Mark 'hyperion' parties? +cowlection.config.dungMarkPartiesWithHyperion.tooltip=Mark parties that have 'hyperion' in their notes? cowlection.config.dungFilterPartiesWithArcherDupes=Mark duplicated Archer class? cowlection.config.dungFilterPartiesWithArcherDupes.tooltip=Mark parties with duplicated Archer class? cowlection.config.dungFilterPartiesWithBerserkDupes=Mark duplicated Berserk class? |