fix: increase essence guild multiplier to 2x
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m6s
CI / Lint, Build & Test (pull_request) Successful in 1m12s

Closes #194
This commit is contained in:
2026-03-31 18:37:52 -07:00
committed by Naomi Carrigan
parent 912a7414b4
commit c7b88061d0
+2 -2
View File
@@ -104,7 +104,7 @@ export const defaultUpgrades: Array<Upgrade> = [
description: description:
"Forge partnerships with mage guilds across the realm. All income +50%.", "Forge partnerships with mage guilds across the realm. All income +50%.",
id: "essence_guild", id: "essence_guild",
multiplier: 1.5, multiplier: 2,
name: "Essence Guild", name: "Essence Guild",
purchased: false, purchased: false,
target: "global", target: "global",
@@ -459,7 +459,7 @@ export const defaultUpgrades: Array<Upgrade> = [
unlocked: false, unlocked: false,
}, },
{ {
costCrystals: 10_000_000, costCrystals: 50_000_000,
costEssence: 0, costEssence: 0,
costGold: 0, costGold: 0,
description: "Transcend mortal limits through void energy. All income x3.", description: "Transcend mortal limits through void energy. All income x3.",