mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-22 11:05:09 -05:00
New season gear + weapons
Still missing: - colored new special icons - stages (+ planner pics) - build analyzer + object dmg calc work
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user