This commit is contained in:
Renan LE CARO 2025-04-23 21:26:18 +02:00
parent 02c0634ad7
commit aa8d816d68
14 changed files with 260 additions and 283 deletions

View file

@ -640,14 +640,14 @@ export const rawUpgrades = [
},
{
category: categories.advanced,
requires: "metamorphosis",
requires: "",
threshold: 210000,
gift: false,
id: "hypnosis",
id: "golden_goose",
max: 1,
name: t("upgrades.hypnosis.name"),
help: (lvl: number) => t("upgrades.hypnosis.tooltip", { lvl }),
fullHelp: (lvl: number) =>t("upgrades.hypnosis.verbose_description",{lvl}),
name: t("upgrades.golden_goose.name"),
help: (lvl: number) => t("upgrades.golden_goose.tooltip", { lvl }),
fullHelp: (lvl: number) =>t("upgrades.golden_goose.verbose_description",{lvl}),
},
{
category: categories.simple,