mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-24 14:06:16 -04:00
wip
This commit is contained in:
parent
88d746e7a1
commit
6b54fb82d6
12 changed files with 271 additions and 8 deletions
|
@ -882,5 +882,14 @@ export const rawUpgrades = [
|
|||
name: t("upgrades.wrap_left.name"),
|
||||
help: () => t("upgrades.wrap_left.tooltip"),
|
||||
fullHelp: t("upgrades.wrap_left.verbose_description"),
|
||||
}, {
|
||||
requires: "",
|
||||
threshold: 245000,
|
||||
gift: false,
|
||||
id: "wrap_right",
|
||||
max: 1,
|
||||
name: t("upgrades.wrap_right.name"),
|
||||
help: () => t("upgrades.wrap_right.tooltip"),
|
||||
fullHelp: t("upgrades.wrap_right.verbose_description"),
|
||||
},
|
||||
] as const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue