mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-28 22:25:51 -05:00
Patch 4.0
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -28,6 +28,8 @@ const stages = [
|
||||
"Brinewater Springs",
|
||||
"Manta Maria",
|
||||
"Um'ami Ruins",
|
||||
"Humpback Pump Track",
|
||||
"Barnacle & Dime",
|
||||
] as const;
|
||||
|
||||
async function main() {
|
||||
|
||||
Reference in New Issue
Block a user