mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 03:07:14 -04:00
wip
This commit is contained in:
parent
02c0634ad7
commit
aa8d816d68
14 changed files with 260 additions and 283 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue