mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 11:17:10 -04:00
wip
This commit is contained in:
parent
cee5c6bc60
commit
45f9b516fc
23 changed files with 1069 additions and 797 deletions
|
@ -31,6 +31,19 @@ export const rawUpgrades = [
|
|||
fullHelp: (lvl: number) =>
|
||||
t("upgrades.slow_down.verbose_description", { lvl }),
|
||||
},
|
||||
{
|
||||
category: categories.beginner,
|
||||
requires: "",
|
||||
threshold: 0,
|
||||
gift: false,
|
||||
id: "extra_life",
|
||||
max: 7,
|
||||
name: t("upgrades.extra_life.name"),
|
||||
help: (lvl: number) => t("upgrades.extra_life.tooltip"),
|
||||
fullHelp: (lvl: number) =>
|
||||
t("upgrades.extra_life.verbose_description", { lvl }),
|
||||
},
|
||||
|
||||
{
|
||||
category: categories.beginner,
|
||||
requires: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue