Patch 4.0

This commit is contained in:
Kalle
2023-05-31 21:47:44 +03:00
parent 2129d9fe24
commit d76dff065a
181 changed files with 1120 additions and 172 deletions

View File

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

View File

@@ -14,7 +14,7 @@ import {
translationJsonFolderName,
} from "./utils";
const CURRENT_SEASON = 3;
const CURRENT_SEASON = 4;
const OUTPUT_DIR_PATH = path.join(__dirname, "output");
const LEAN_HEAD_CODE = "Hed";
@@ -25,7 +25,7 @@ const LEAN_SHOES_CODE = "Shs";
// but it's just for clarity
const AVAILABLE_SR_GEAR = [
21010, 21011, 21015, 21013, 21012, 21014, 21012, 21000, 21001, 21002, 21001,
21002, 21001, 21016,
21002, 21001, 21016, 21017,
];
async function main() {

View File

@@ -28,6 +28,8 @@ const stages = [
"Brinewater Springs",
"Manta Maria",
"Um'ami Ruins",
"Humpback Pump Track",
"Barnacle & Dime",
] as const;
async function main() {