Patch 3.0 Closes #1284

This commit is contained in:
Kalle
2023-03-01 18:42:32 +02:00
parent 933ab90671
commit 2392427762
474 changed files with 3235 additions and 86 deletions

View File

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

View File

@@ -14,14 +14,14 @@ import {
translationJsonFolderName,
} from "./utils";
const CURRENT_SEASON = 2;
const CURRENT_SEASON = 3;
const OUTPUT_DIR_PATH = path.join(__dirname, "output");
const LEAN_HEAD_CODE = "Hed";
const LEAN_CLOTHES_CODE = "Clt";
const LEAN_SHOES_CODE = "Shs";
const AVAILABLE_SR_GEAR = [21010, 21011, 21015, 21013, 21012, 21014];
const AVAILABLE_SR_GEAR = [21010, 21011, 21015, 21013, 21012, 21014, 21012];
async function main() {
const allGear: Array<{

View File

@@ -26,6 +26,8 @@ const stages = [
"Wahoo World",
"Flounder Heights",
"Brinewater Springs",
"Manta Maria",
"Um'ami Ruins",
] as const;
async function main() {