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