mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
Adventure mode wip, not really fun
This commit is contained in:
parent
6cf8fabf16
commit
59ef24c865
26 changed files with 1482 additions and 676 deletions
|
@ -263,6 +263,7 @@ export const rawUpgrades = [
|
|||
rejects: "",
|
||||
threshold: 13000,
|
||||
giftable: false,
|
||||
adventure: false,
|
||||
id: "extra_levels",
|
||||
max: 3,
|
||||
name: t("upgrades.extra_levels.name"),
|
||||
|
@ -387,6 +388,7 @@ export const rawUpgrades = [
|
|||
giftable: false,
|
||||
id: "instant_upgrade",
|
||||
max: 2,
|
||||
adventure: false,
|
||||
name: t("upgrades.instant_upgrade.name"),
|
||||
help: (lvl: number) => t("upgrades.instant_upgrade.help"),
|
||||
fullHelp: t("upgrades.instant_upgrade.fullHelp"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue