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

@@ -14,7 +14,7 @@ import {
translationJsonFolderName,
} from "./utils";
const CURRENT_SEASON = 5;
const CURRENT_SEASON = 6;
const OUTPUT_DIR_PATH = path.join(__dirname, "output");
const LEAN_HEAD_CODE = "Hed";
@@ -26,7 +26,7 @@ const LEAN_SHOES_CODE = "Shs";
const AVAILABLE_SR_GEAR = [
21010, 21011, 21015, 21013, 21012, 21014, 21012, 21000, 21001, 21002, 21001,
21002, 21001, 21016, 21017, 21018, 21019, 21004, 21002, 21005, 21003, 21002,
21005, 21008,
21005, 21008, 21020,
];
async function main() {