balance: prestige production multiplier doesn't meaningfully outpace threshold growth until ~P30 #174

Closed
opened 2026-03-31 14:15:32 -07:00 by hikari · 0 comments
Owner

Resolution\n\nAlready fixed in a prior pass. calculateProductionMultiplier in apps/api/src/services/prestige.ts already returns Math.pow(1.3, prestigeCount), and the prestige threshold uses (count+1)^2.5 (steeper than the (n+1)^2 the ticket assumed), so the exponential production growth overtakes the threshold curve even sooner than projected.\n\nClosing as already fixed.\n\n This issue was closed with help from Hikari~ 🌸

## Resolution\n\nAlready fixed in a prior pass. `calculateProductionMultiplier` in `apps/api/src/services/prestige.ts` already returns `Math.pow(1.3, prestigeCount)`, and the prestige threshold uses `(count+1)^2.5` (steeper than the `(n+1)^2` the ticket assumed), so the exponential production growth overtakes the threshold curve even sooner than projected.\n\nClosing as already fixed.\n\n✨ This issue was closed 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#174