Added repaired weapons bar

This commit is contained in:
2025-09-18 23:23:38 +02:00
parent 0e08c1ab1d
commit 4a388c35a8
5 changed files with 82 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ export const MODES = [
export const RARITIES = [
{ id: "common", name: "Common", color: "green" },
{ id: "rare", name: "Rare", color: "blue" },
{ id: "epic", name: "Epic", color: "purple" },
{ id: "epic", name: "Epic", color: "dark-purple" },
{ id: "legendary", name: "Legendary", color: "gold" }
] as const
export const UPGRADES = [