This commit is contained in:
Renan LE CARO 2025-04-21 15:41:01 +02:00
parent 88d746e7a1
commit 6b54fb82d6
12 changed files with 271 additions and 8 deletions

View file

@ -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;