mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
Build 29061838
This commit is contained in:
parent
99db15d776
commit
51d112c942
12 changed files with 123 additions and 52 deletions
|
@ -643,4 +643,15 @@ export const rawUpgrades = [
|
|||
t("upgrades.addiction.help", { lvl, delay: (5 / lvl).toFixed(2) }),
|
||||
fullHelp: t("upgrades.addiction.fullHelp"),
|
||||
},
|
||||
{
|
||||
requires: "",
|
||||
threshold: 170000,
|
||||
giftable: false,
|
||||
id: "fountain_toss",
|
||||
max: 7,
|
||||
name: t("upgrades.fountain_toss.name"),
|
||||
help: (lvl: number) =>
|
||||
t("upgrades.fountain_toss.help", { lvl, max: lvl * 30 }),
|
||||
fullHelp: t("upgrades.fountain_toss.fullHelp"),
|
||||
},
|
||||
] as const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue