The game requires a standard tooltip box that can be reused for many purposes. These tooltips need the following fields:
- A mandatory text description, supporting rich text colours
- An optional title
- An optional subtitle
- An optional colour for the title
Across the entire game, tooltips should be shown in the following situations:
- When hovering over an item with the mouse or controller cursor, show the item’s name, short description, and current stack count if it’s more than one (in the subtitle field). The title colour should match the rarity of the item.
- When the View Details input is held, show the long description instead.
- When hovering over an ability with the mouse or controller cursor, show the ability’s name, description, and max cooldown )in the subtitle field).
- Any time the View Details button is held and a tooltip is visible, also show additional tooltips beneath it explaining what each status effect involved with the item or ability does.