Patch version 10.0.0

This commit is contained in:
Kalle
2025-06-12 18:53:04 +03:00
parent b8ff42892c
commit 2b975f4d54
232 changed files with 1048 additions and 1523 deletions

View File

@@ -14,8 +14,9 @@ import type { ParamsJson } from "~/modules/analyzer/types";
import {
SQUID_BEAKON_ID,
type SpecialWeaponId,
} from "~/modules/in-game-lists/types";
import { type SubWeaponId, subWeaponIds } from "~/modules/in-game-lists/types";
type SubWeaponId,
subWeaponIds,
} from "~/modules/in-game-lists/weapon-ids";
import invariant from "~/utils/invariant";
import playersParams from "./dicts/SplPlayer.game__GameParameterTable.json";
import weapons from "./dicts/WeaponInfoMain.json";