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, bountyRunestones: 265,
crystalReward: 3e31, crystalReward: 3e31,
currentHp: 1e37, currentHp: 2e35,
damagePerSecond: 3e31, damagePerSecond: 3e31,
description: 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.", "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, essenceReward: 1e34,
goldReward: 1e38, goldReward: 1e38,
id: "horizon_beast", id: "horizon_beast",
maxHp: 1e37, maxHp: 2e35,
name: "The Horizon Beast", name: "The Horizon Beast",
prestigeRequirement: 8, prestigeRequirement: 8,
status: "locked", status: "locked",
@@ -998,7 +998,7 @@ export const defaultBosses: Array<Boss> = [
{ {
bountyRunestones: 350, bountyRunestones: 350,
crystalReward: 1e35, crystalReward: 1e35,
currentHp: 5e40, currentHp: 5e37,
damagePerSecond: 1e35, damagePerSecond: 1e35,
description: 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.", "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, essenceReward: 5e37,
goldReward: 5e41, goldReward: 5e41,
id: "infinity_construct", id: "infinity_construct",
maxHp: 5e40, maxHp: 5e37,
name: "The Infinity Construct", name: "The Infinity Construct",
prestigeRequirement: 8, prestigeRequirement: 8,
status: "locked", status: "locked",
@@ -1016,7 +1016,7 @@ export const defaultBosses: Array<Boss> = [
{ {
bountyRunestones: 465, bountyRunestones: 465,
crystalReward: 5e38, crystalReward: 5e38,
currentHp: 2e44, currentHp: 3e39,
damagePerSecond: 5e38, damagePerSecond: 5e38,
description: 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.", "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, essenceReward: 2e41,
goldReward: 2e45, goldReward: 2e45,
id: "expanse_sovereign", id: "expanse_sovereign",
maxHp: 2e44, maxHp: 3e39,
name: "The Expanse Sovereign", name: "The Expanse Sovereign",
prestigeRequirement: 9, prestigeRequirement: 9,
status: "locked", status: "locked",