New season gear + weapons

Still missing:
- colored new special icons
- stages (+ planner pics)
- build analyzer + object dmg calc work
This commit is contained in:
Kalle
2023-12-01 00:14:07 +02:00
parent 7dec8c572e
commit 6df44f4a3b
166 changed files with 911 additions and 67 deletions

View File

@@ -26,7 +26,7 @@ import {
translationJsonFolderName,
} from "./utils";
const CURRENT_SEASON = 5;
const CURRENT_SEASON = 6;
type MainWeapon = (typeof weapons)[number];
type SubWeapon = (typeof subWeapons)[number];