mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 21:16:14 -04:00
Passive income and clairvoyant adjusments
This commit is contained in:
parent
41b3e6f00b
commit
5a10f7d768
10 changed files with 68 additions and 57 deletions
|
@ -570,9 +570,9 @@ export const rawUpgrades = [
|
|||
threshold: 140000,
|
||||
giftable: false,
|
||||
id: "passive_income",
|
||||
max: 1,
|
||||
max: 4,
|
||||
name: t("upgrades.passive_income.name"),
|
||||
help: (lvl: number) => t("upgrades.passive_income.help"),
|
||||
help: (lvl: number) => t("upgrades.passive_income.help",{time:lvl/2,lvl}),
|
||||
fullHelp: t("upgrades.passive_income.fullHelp"),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue