s2cfgtojson 2.2.9 → 2.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.mts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s2cfgtojson",
3
- "version": "2.2.9",
3
+ "version": "2.2.10",
4
4
  "description": "Converts Stalker 2 Cfg file into a POJO",
5
5
  "keywords": [
6
6
  "stalker",
package/types.mts CHANGED
@@ -456,6 +456,8 @@ export type ALifeDirectorScenarioPrototype = GetStructType<{
456
456
  [key: string]: {
457
457
  SID: string;
458
458
  PlayerRequiredRank: ERank;
459
+ ExpansionSquadNumMin: number;
460
+ ExpansionSquadNumMax: number;
459
461
  ScenarioSquads: {
460
462
  AgentArchetype: EAgentArchetype;
461
463
  bPlayerEnemy: boolean;