mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 11:17:10 -04:00
wip
This commit is contained in:
parent
94ffb80f49
commit
258d578ad3
22 changed files with 385 additions and 26 deletions
|
@ -952,4 +952,15 @@ export const rawUpgrades = [
|
|||
percent: lvl * 50,
|
||||
}),
|
||||
},
|
||||
{
|
||||
category: categories.advanced,
|
||||
requires: "",
|
||||
threshold: 250000,
|
||||
gift: false,
|
||||
id: "steering",
|
||||
max: 4,
|
||||
name: t("upgrades.steering.name"),
|
||||
help: (lvl: number) => t("upgrades.steering.tooltip"),
|
||||
fullHelp: (lvl: number) => t("upgrades.steering.verbose_description"),
|
||||
},
|
||||
] as const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue