addedInput schema / properties / config_overrides / properties / TACTICAL
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "AIM_SIGMA_M": {
+ "description": "1-sigma scatter of strike aim points about the objective center. Unit: m. Default 90, range [10, 400].",
+ "maximum": 400,
+ "minimum": 10,
+ "type": "number"
+ },
+ "LAUNCH_INTERVAL_S": {
+ "description": "Nominal spacing between strike launches. Unit: s. Default 90, range [10, 600].",
+ "maximum": 600,
+ "minimum": 10,
+ "type": "number"
+ },
+ "LAUNCH_JITTER_S": {
+ "description": "+/- uniform jitter on the launch spacing, drawn per sortie at reset. Unit: s. Default 20, range [0, 120].",
+ "maximum": 120,
+ "minimum": 0,
+ "type": "number"
+ },
+ "OBJ_RADIUS_M": {
+ "description": "Objective radius; strike aim points are scattered inside it. Unit: m. Default 260, range [60, 800].",
+ "maximum": 800,
+ "minimum": 60,
+ "type": "number"
+ },
+ "OBJ_X": {
+ "description": "Contested objective easting (nominal; jittered per seed like the emplacements). Unit: m. Default 1830, range [400, 3600].",
+ "maximum": 3600,
+ "minimum": 400,
+ "type": "number"
+ },
+ "OBJ_Y": {
+ "description": "Contested objective northing (nominal; jittered per seed like the emplacements). Unit: m. Default 1975, range [400, 3600].",
+ "maximum": 3600,
+ "minimum": 400,
+ "type": "number"
+ },
+ "PILOTS": {
+ "additionalProperties": false,
+ "properties": {
+ "BLUFOR": {
+ "description": "Pilot stations at this side's GCS = max FPVs airborne at once, one C2 link each (floored at 1 by the engine). Unit: count. Default 2, range [1, 6].",
+ "maximum": 6,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "OPFOR": {
+ "description": "Pilot stations at this side's GCS = max FPVs airborne at once, one C2 link each (floored at 1 by the engine). Unit: count. Default 2, range [1, 6].",
+ "maximum": 6,
+ "minimum": 1,
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "RESERVE_HUNTER": {
+ "description": "Hold one extra FPV back as the dedicated GCS hunter-killer. false: the next unflown strike airframe is retasked when the fix commits (and there is no final push once the package is expended). Boolean. Default true.",
+ "type": "boolean"
+ },
+ "SORTIES": {
+ "additionalProperties": false,
+ "properties": {
+ "BLUFOR": {
+ "description": "Strike airframes in this side's package (one-way; expended on impact). Unit: count. Default 5, range [1, 12].",
+ "maximum": 12,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "OPFOR": {
+ "description": "Strike airframes in this side's package (one-way; expended on impact). Unit: count. Default 5, range [1, 12].",
+ "maximum": 12,
+ "minimum": 1,
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "STRIKE_TERMINAL_M": {
+ "description": "A strike sortie hands from autonomous transit to manual terminal control this far from its aim point (manual control keys the uplink continuously). Unit: m. Default 380, range [100, 1500].",
+ "maximum": 1500,
+ "minimum": 100,
+ "type": "number"
+ }
+ },
+ "type": "object"
+}
changedInput schema / properties / seed / description
Previous value: -"Deterministic engagement seed. The same seed always replays the identical engagement. Featured seeds: 20260719 (standard BLUFOR win), 66 (fast BLUFOR win), 57 (deliberate BLUFOR win), 41 (OPFOR win), 59 (close race, OPFOR)."New value: +"Deterministic engagement seed. The same seed always replays the identical engagement. Featured orbit seeds: 20260719 (standard BLUFOR win), 66 (fast BLUFOR win), 57 (deliberate BLUFOR win), 41 (OPFOR win), 59 (close race, OPFOR). Featured tactical seeds: 12 (standard BLUFOR win), 26 (fast BLUFOR win), 5 (final-push BLUFOR win), 18 (close race, BLUFOR), 41 (OPFOR win), 14 (stalemate)."