Skip to content

Skill Action Bar

EmakiSkills can display skill slot state on the player's action bar. The display can include bound skills, trigger names, cooldown state, resource state, and empty slots.

Configuration

Action bar settings are configured in config.yml under actionbar.

Typical options include enabling the display, choosing an update interval, and configuring templates for slots, cooldowns, ready skills, and empty slots.

Display data

The rendered text can combine:

  • Skill display name.
  • Slot index.
  • Trigger display name from triggers.<id>.display_name.
  • Cooldown state.
  • Empty slot state.
  • Cast mode state.

Design notes

  • Keep action bar text short; long lines are hard to read during combat.
  • Use colors consistently for ready, cooldown, and unavailable states.
  • If the display appears stale, check the update interval and whether the player has active skill profile data.