generated from nhcarrigan/template
- Add prestige milestones at P50/P100/P150/P200 (10k/25k/50k/100k crystals) - Add gold milestones at 1e30/1e60/1e90 (Cosmic Wealthy, Infinite Hoarder, Omniversal Tycoon)
This commit is contained in:
@@ -476,8 +476,8 @@ export const computeProjectedRunestones = (state: GameState): number => {
|
||||
? 1.5
|
||||
: 1;
|
||||
const runestoneMult = gain1Mult * gain2Mult;
|
||||
/* eslint-disable-next-line @typescript-eslint/no-unsafe-assignment -- optional chained game state field */
|
||||
const echoMult: number = state.transcendence?.echoPrestigeRunestoneMultiplier ?? 1;
|
||||
const echoMult: number
|
||||
= state.transcendence?.echoPrestigeRunestoneMultiplier ?? 1;
|
||||
return Math.floor(base * runestoneMult * echoMult);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user