balance: increase runestone yield and reduce income_10/11 costs (closes #166, #170)

This commit is contained in:
2026-04-06 18:44:44 -07:00
committed by Naomi Carrigan
parent 4e2bc2cb98
commit 55a521a759
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -451,7 +451,7 @@ export const computePartyCombatPower = (state: GameState): number => {
};
const basePrestigeThreshold = 1_000_000;
const runestonesPerPrestigeLevelClient = 15;
const runestonesPerPrestigeLevelClient = 20;
const maxBaseRunestones = 200;
/**