Obscure Tooltips

Tooltip Slots

Updated May 17, 2026

Edit on GitHub

Blank Slot

Essentially, it acts as an invisible placeholder.

JSON Example
{
  "type": "obscure_tooltips:blank"
}

Color Rect Slot

A rectangular panel with a borders.

JSON Example
{
  "type": "obscure_tooltips:color_rect",
  "borders": "#30ffffff",
  "palette": {
    "top_left": "#20ffffff",
    "top_right": "#20ffffff",
    "bottom_left": "#20ffffff",
    "bottom_right": "#20ffffff"
  }
}