generated from nhcarrigan/template
balance: prestige production multiplier doesn't meaningfully outpace threshold growth until ~P30 #174
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolution\n\nAlready fixed in a prior pass.
calculateProductionMultiplierinapps/api/src/services/prestige.tsalready returnsMath.pow(1.3, prestigeCount), and the prestige threshold uses(count+1)^2.5(steeper than the(n+1)^2the 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~ 🌸