balance: compress Zone 14 boss HP to close unlock gap (#176)

This commit is contained in:
2026-03-31 16:44:55 -07:00
committed by Naomi Carrigan
parent 952e9d6299
commit 4163137e64
+6 -6
View File
@@ -980,7 +980,7 @@ export const defaultBosses: Array<Boss> = [
{
bountyRunestones: 265,
crystalReward: 3e31,
currentHp: 1e37,
currentHp: 2e35,
damagePerSecond: 3e31,
description:
"A creature as wide as the observable universe — which, in the Expanse, is not a helpful measurement. It is simply everywhere the horizon is, which in this place is everywhere.",
@@ -988,7 +988,7 @@ export const defaultBosses: Array<Boss> = [
essenceReward: 1e34,
goldReward: 1e38,
id: "horizon_beast",
maxHp: 1e37,
maxHp: 2e35,
name: "The Horizon Beast",
prestigeRequirement: 8,
status: "locked",
@@ -998,7 +998,7 @@ export const defaultBosses: Array<Boss> = [
{
bountyRunestones: 350,
crystalReward: 1e35,
currentHp: 5e40,
currentHp: 5e37,
damagePerSecond: 1e35,
description:
"A self-replicating intelligence that has filled the Expanse with copies of itself. Every copy has the same purpose: to be the last thing in the Expanse. Your guild will need to convince all of them otherwise.",
@@ -1006,7 +1006,7 @@ export const defaultBosses: Array<Boss> = [
essenceReward: 5e37,
goldReward: 5e41,
id: "infinity_construct",
maxHp: 5e40,
maxHp: 5e37,
name: "The Infinity Construct",
prestigeRequirement: 8,
status: "locked",
@@ -1016,7 +1016,7 @@ export const defaultBosses: Array<Boss> = [
{
bountyRunestones: 465,
crystalReward: 5e38,
currentHp: 2e44,
currentHp: 3e39,
damagePerSecond: 5e38,
description:
"The thing that claims the Infinite Expanse as its territory — which, given the name of the place, is an ambitious claim. It enforces this claim with power that has had infinite space to accumulate.",
@@ -1024,7 +1024,7 @@ export const defaultBosses: Array<Boss> = [
essenceReward: 2e41,
goldReward: 2e45,
id: "expanse_sovereign",
maxHp: 2e44,
maxHp: 3e39,
name: "The Expanse Sovereign",
prestigeRequirement: 9,
status: "locked",