feat: show essence per second in resource dropdown #149

Closed
opened 2026-03-25 15:10:03 -07:00 by hikari · 0 comments
Owner

Description

The resource dropdown currently does not display the player's current essence per second rate. This makes it difficult to track essence income at a glance alongside gold income.

Expected Behaviour

The resource dropdown should include an essence per second figure, consistent with how gold per second is displayed.

Resolution

Implemented in commit 4c297f1 — an Essence/s row was added to the resource bar dropdown, computed via computeEssencePerSecond(state) alongside the existing Gold/s display.

This issue was created with help from Hikari~ 🌸

## Description The resource dropdown currently does not display the player's current essence per second rate. This makes it difficult to track essence income at a glance alongside gold income. ## Expected Behaviour The resource dropdown should include an essence per second figure, consistent with how gold per second is displayed. ## Resolution Implemented in commit `4c297f1` — an Essence/s row was added to the resource bar dropdown, computed via `computeEssencePerSecond(state)` alongside the existing Gold/s display. ✨ This issue was created with help from Hikari~ 🌸
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#149