tooltip

Cleaner Item Descriptions Revised (Wide)

Short Name: 
cleaner-descriptions-wide

gliktch: All I did was edit the max width of item popups from 400 to 666 so things don't wrap when using ToME at 150% font size, and also added a space before the 'Weapon Damage' item in weapon descriptions to correctly align that

Original description:

This is a fork of Cleaner Item Descriptions v2.1.4 (which itself is a fork of Better Item Descriptions) which makes Item Stats easier to read... There were just a couple tweaks I wanted to make:

This version:
- corrects a small miscalculation for the line length when looking at item stats (not configured for all zoom levels/custom settings)--this allows the stats to individually flow to the next line and line up the indents (even works when comparing items with +ctrl) without breaking between the stat_desc and number value.
- restores the 'stat seperator' as a white comma (a white / in default item desc)
- shows Str/Dex/Con etc. with the number value AFTER the stat_desc; ex: "Str +2, Con +1" (as opposed to other stats, which show BEFORE: "+5 Lightning, +10 Fire" etc.)

Known bugs:
- comparing a shield in the inventory when not having a comparable item equipped throws a lua exception

Note:
I don't actually know LUA programming, my main language is Java... As such, I have mostly left the original author's code intact (@Recaiden)
Any corrections/tips are welcome, thanks!

As with the original "Cleaner Item Descriptions", this works with zOmnibus's inscription-compare feature
- sorts all stats by category
- item's passive power always the same blue color
- item's usable power - always yellow
- all rarity categories are displayed
- encumbrance value moved to the right under item name
- "on hit" powers always green
- "Stats" have an orange highlight and placed before others

Cleaner Item Descriptions REVISED

Short Name: 
cleaner-descriptions-revised
This is a fork of Cleaner Item Descriptions v2.1.4 (which itself is a fork of Better Item Descriptions) which makes Item Stats easier to read... There were just a couple tweaks I wanted to make:

This version:

  • corrects a small miscalculation for the line length when looking at item stats (not configured for all zoom levels/custom settings)--this allows the stats to individually flow to the next line and line up the indents (even works when comparing items with +ctrl) without breaking between the stat_desc and number value.
  • restores the 'stat seperator' as a white comma (a white / in default item desc)
  • shows Str/Dex/Con etc. with the number value AFTER the stat_desc; ex: "Str +2, Con +1" (as opposed to other stats, which show BEFORE: "+5 Lightning, +10 Fire" etc.)

Known bugs:

  • comparing a shield in the inventory when not having a comparable item equipped throws a lua exception

Note:
I don't actually know LUA programming, my main language is Java... As such, I have mostly left the original author's code intact (@Recaiden)
Any corrections/tips are welcome, thanks!


As with the original "Cleaner Item Descriptions", this works with zOmnibus's inscription-compare feature
  • sorts all stats by category
  • item's passive power always the same blue color
  • item's usable power - always yellow
  • all rarity categories are displayed
  • encumbrance value moved to the right under item name
  • "on hit" powers always green
  • "Stats" have an orange highlight and placed before others

Cleaner Item Descriptions REDUX

Short Name: 
cleaner-descriptions-REDUX

This is a fork of Cleaner Item Descriptions (which is a fork of Better Item Descriptions) which makes the Stats easier to read.

You still shouldn't use it if you don't know what item stats mean already.

Works with zOmnibus's inscription-compare feature
- sorts all stats by category
- item's passive power always the same blue color
- item's usable power - always yellow
- all rarity categories are displayed
- encumbrance value moved to the right under item name
- "on hit" powers always green
- "Stats" have an orange highlight and placed before others

Live-Updating Locked Tooltip

Short Name: 
livelockedtooltip

Allows information in locked tooltips to be updated.
Useful for keeping your target's current info on screen.

Disable Monospace Fonts in Tooltips + Chat

Short Name: 
no-monospace

I personally find the difference between how the default font is rendered
in the menus, log, skill tree, etc., and the way it's rendered in (item)
tooltips and the user chat a bit annoying.

This addon makes it so the user's chosen default font is rendered for both
tooltips and the user chat, streamlining font display a little bit.

Cleaner Item Descriptions-ce

Short Name: 
cleaner-descriptions-ce

This is a fork of Better Item Descriptions that simply makes the tooltip larger and uses long phrases instead of abbreviations.

You still shouldn't use it if you don't know what item stats mean already.

Works with zOmnibus's inscription-compare feature
- sorts all stats by category
- item's passive power always the same blue color
- item's usable power - always yellow
- all rarity categories are displayed
- encumbrance value moved to the right under item name
- "on hit" powers always green
- "Stats" have an orange highlight and placed before others

Display terrain effects

Short Name: 
terrainfo

Original code from Plenum ToolTips. This addon displays WHO made WHAT(slime, fire, darkness etc.) stuff on a tile when you mouse over it, before you have to step over it and watch the log. I made this addon so it will compatible with other tooltip mods. If you are already using Plenum ToolTips, this addon is useless.
将 Plenum ToolTips 中显示地形效果的功能独立出来,查看地格时就能直接看到有哪些效果,以及效果来源,显示格式与游戏日志中相同。这个插件可以与其它同样修改信息栏的插件兼容,如果你已经在使用 Plenum ToolTips 了,这个插件对你没有意义。

Modified Item Descriptions

Short Name: 
mod-descriptions

这是基于 Cleaner Item Descriptions 制作的插件,为中文玩家进行了汉化。
按'Alt'键可以临时切换回原显示模式
此外,进行了以下调整:
提示信息的背景始终处于不透明状态
某些属性会归类显示
调整了部分属性的显示顺序
This is a fork of Cleaner Item Descriptions that translated for Chinese players.
Other tweaks:
Tooltip are always opaque no matter locked or not.
Some attributes are displayed in a group instead of seperate lines.
Adjust the display order of several attributes.

Inventory Tooltip Away

Short Name: 
inventory_tooltip_away

Request from Yrol Denjeah on the Discord.

Adjusts the behavior of the Inventory to not have anything "selected" and displaying its tooltip when your mouse is not actively on top of a list element (e.g. below the bottom of the list, when your inventory is mostly empty).

Inspired by Zizzo's marvelous Tooltip Cleanup, works alongside it, and should be used with it for consistent behavior between the inventory and the equip doll.

Technical Notes/Known Issues:
  • Switching between mouse and keyboard controls can cause tooltips to behave like they would without this addon. This is a temporary confusion of the state; moving your mouse over the list and then off again will properly show and hide tooltips. That is, any keyboard use will force tooltips to reappear, and will remain drawn until you enter and then leave the list area.
  • Changing inventory tabs, either by clicking on them or using the keyboard, will cause the tooltip of the first item in the new tab to display. This is proving to be tricky to solve, but a minor issue for most people.
  • This invokes a "dirty superload" of ListColumns:display (under very specific circumstances when used as part of ShowEquipInven.) Some very rare incompatibilities with other UI addons may arise. Please let me know if any behavior not mentioned above results, such as Lua errors or the UI breaking.

Better Item Description Filter

Short Name: 
better-item-desc-filter

A combination of Deogo's Better Item Description and my Item Description Filter Plus (based on yutio's Item Description Filter).
Can hide undesired properties in item description. Ctrl + Shift+ Alt + F to open configuration dialog. Also able to hide some or all combat properties in game option.
For staves, all bonuses offered by Command Staff is described separately and cannot be filtered.

Syndicate content