bug: Mira's stat display does not respect number format setting #213

Closed
opened 2026-04-02 09:37:32 -07:00 by hikari · 0 comments
Owner

Description

Mira's unlock condition and stat displays have two separate issues:

  1. They do not update to reflect the player's chosen number format (scientific, engineering, etc.). The numbers always display in the default named-suffix format regardless of the setting selected.
  2. The unlock condition currently displays "1Qt" — this is incorrect. The correct suffix for 10^18 in the game is Qi, so it should read 1Qi lifetime gold earned.

Steps to Reproduce

  1. Check Mira's unlock condition — it displays "1Qt" rather than the correct "1Qi"
  2. Change your number format to Scientific or Engineering notation in the settings
  3. Observe that the value still shows in named-suffix format (e.g. "1Qi") rather than scientific notation (e.g. "1e18")

Expected Behaviour

  • The unlock condition label should read 1Qi lifetime gold earned (correct suffix)
  • All number displays — including adventurer unlock conditions and stat values — should reflect the player's chosen number format setting

Reported By

  • deusmortis
  • ilenia

This issue was created with help from Hikari~ 🌸

## Description Mira's unlock condition and stat displays have two separate issues: 1. They do not update to reflect the player's chosen number format (scientific, engineering, etc.). The numbers always display in the default named-suffix format regardless of the setting selected. 2. The unlock condition currently displays "1Qt" — this is incorrect. The correct suffix for 10^18 in the game is **Qi**, so it should read **1Qi lifetime gold earned**. ## Steps to Reproduce 1. Check Mira's unlock condition — it displays "1Qt" rather than the correct "1Qi" 2. Change your number format to Scientific or Engineering notation in the settings 3. Observe that the value still shows in named-suffix format (e.g. "1Qi") rather than scientific notation (e.g. "1e18") ## Expected Behaviour - The unlock condition label should read **1Qi lifetime gold earned** (correct suffix) - All number displays — including adventurer unlock conditions and stat values — should reflect the player's chosen number format setting ## Reported By - deusmortis - ilenia ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-04-06 18:17:02 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#213