balance: income_10 prestige upgrade has a disproportionate cost jump #115

Closed
opened 2026-03-23 15:42:19 -07:00 by hikari · 0 comments
Owner

Issue

The income_10 prestige upgrade has a cost that represents a much larger jump from income_9 than any other consecutive pair in the prestige upgrade chain. This creates an unexpected prestige currency wall.

Expected Behaviour

Prestige upgrade costs should scale smoothly and predictably between ranks. Each rank should cost proportionally more than the previous one.

Steps to Reproduce

  1. Open apps/api/src/data/upgrades.ts (prestige upgrades section)
  2. List the costs of income_1 through income_10 in order
  3. Calculate the ratio between each consecutive pair
  4. Note the jump at rank 10

Suggested Fix

Adjust income_10's cost to fit the established scaling curve for the income prestige upgrade chain.

Priority

🟡 Medium — creates a noticeable stall in prestige progression

This issue was created with help from Hikari~ 🌸

## Issue The `income_10` prestige upgrade has a cost that represents a much larger jump from `income_9` than any other consecutive pair in the prestige upgrade chain. This creates an unexpected prestige currency wall. ## Expected Behaviour Prestige upgrade costs should scale smoothly and predictably between ranks. Each rank should cost proportionally more than the previous one. ## Steps to Reproduce 1. Open `apps/api/src/data/upgrades.ts` (prestige upgrades section) 2. List the costs of `income_1` through `income_10` in order 3. Calculate the ratio between each consecutive pair 4. Note the jump at rank 10 ## Suggested Fix Adjust `income_10`'s cost to fit the established scaling curve for the income prestige upgrade chain. ## Priority 🟡 Medium — creates a noticeable stall in prestige progression ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-03-23 17:28:30 -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#115