mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Build 29044264
This commit is contained in:
parent
5725d90470
commit
cb4b1ea49e
16 changed files with 330 additions and 213 deletions
|
@ -564,4 +564,15 @@ export const rawUpgrades = [
|
|||
help: (lvl: number) => t("upgrades.reach.help", { lvl }),
|
||||
fullHelp: t("upgrades.reach.fullHelp"),
|
||||
},
|
||||
{
|
||||
requires: "",
|
||||
rejects: "",
|
||||
threshold: 140000,
|
||||
giftable: false,
|
||||
id: "passive_income",
|
||||
max: 1,
|
||||
name: t("upgrades.passive_income.name"),
|
||||
help: (lvl: number) => t("upgrades.passive_income.help"),
|
||||
fullHelp: t("upgrades.passive_income.fullHelp"),
|
||||
},
|
||||
] as const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue