fix: reduce final boss prestige gap from +7 to +5 (#109)

This commit is contained in:
2026-03-23 16:41:14 -07:00
committed by Naomi Carrigan
parent 294ad3afce
commit 9159b535ad
+1 -1
View File
@@ -1318,7 +1318,7 @@ export const defaultBosses: Array<Boss> = [
id: "the_absolute_one", id: "the_absolute_one",
maxHp: 2e145, maxHp: 2e145,
name: "The Absolute One", name: "The Absolute One",
prestigeRequirement: 90, prestigeRequirement: 88,
status: "locked", status: "locked",
upgradeRewards: [], upgradeRewards: [],
zoneId: "the_absolute", zoneId: "the_absolute",