mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 13:06:15 -04:00
Build 29071527
This commit is contained in:
parent
9ae649743c
commit
c37b860fe3
13 changed files with 116 additions and 19 deletions
|
@ -700,4 +700,14 @@ export const rawUpgrades = [
|
|||
help: (lvl: number) => t("upgrades.transparency.tooltip", { lvl }),
|
||||
fullHelp: t("upgrades.transparency.verbose_description"),
|
||||
},
|
||||
{
|
||||
requires: "",
|
||||
threshold: 195000,
|
||||
giftable: false,
|
||||
id: "superhot",
|
||||
max: 3,
|
||||
name: t("upgrades.superhot.name"),
|
||||
help: (lvl: number) => t("upgrades.superhot.tooltip", { lvl }),
|
||||
fullHelp: t("upgrades.superhot.verbose_description"),
|
||||
},
|
||||
] as const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue