feat: achievement timestamps, companion progress bars, max runestone indicator, and auto-prestige max-runes mode
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m5s
CI / Lint, Build & Test (pull_request) Failing after 1m13s

This commit is contained in:
2026-04-06 14:09:38 -07:00
committed by Naomi Carrigan
parent c494cf9a26
commit d51d7e8432
7 changed files with 169 additions and 27 deletions
@@ -56,6 +56,12 @@ interface PrestigeData {
* Whether the auto-prestige feature is currently enabled (requires auto_prestige upgrade).
*/
autoPrestigeEnabled?: boolean;
/**
* When true, auto-prestige only fires when the runestone yield is at its maximum base cap.
* Requires auto_prestige upgrade and autoPrestigeEnabled to be true.
*/
autoPrestigeMaxRunestonesOnly?: boolean;
}
export type { PrestigeData };