mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
JSON update
This commit is contained in:
parent
b4af859a06
commit
e6c3271b23
@ -21718,7 +21718,88 @@
|
|||||||
"OcclusionIntensity": 1,
|
"OcclusionIntensity": 1,
|
||||||
"OverallVolume": 1
|
"OverallVolume": 1
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"EnvironmentSettings": {
|
||||||
|
"SnowStepsVolumeMultiplier": 0.35,
|
||||||
|
"SurfaceMultipliers": [
|
||||||
|
{
|
||||||
|
"SurfaceType": "Concrete",
|
||||||
|
"VolumeMult": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Metal",
|
||||||
|
"VolumeMult": 0.4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Wood",
|
||||||
|
"VolumeMult": 0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Soil",
|
||||||
|
"VolumeMult": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Grass",
|
||||||
|
"VolumeMult": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Asphalt",
|
||||||
|
"VolumeMult": 0.8
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Glass",
|
||||||
|
"VolumeMult": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Gravel",
|
||||||
|
"VolumeMult": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "MetalThin",
|
||||||
|
"VolumeMult": 0.4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Puddle",
|
||||||
|
"VolumeMult": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Slate",
|
||||||
|
"VolumeMult": 0.3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Tile",
|
||||||
|
"VolumeMult": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "WoodThick",
|
||||||
|
"VolumeMult": 0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Swamp",
|
||||||
|
"VolumeMult": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Garbage",
|
||||||
|
"VolumeMult": 0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "GarbageMetal",
|
||||||
|
"VolumeMult": 0.4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "Plastic",
|
||||||
|
"VolumeMult": 0.3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "WholeGlass",
|
||||||
|
"VolumeMult": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"SurfaceType": "WoodThin",
|
||||||
|
"VolumeMult": 0.5
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"AzimuthPanelShowsPlayerOrientation": false,
|
"AzimuthPanelShowsPlayerOrientation": false,
|
||||||
"BTRSettings": {
|
"BTRSettings": {
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,28 +1,28 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"_id": "6271093e621b0a76055cd61e",
|
"_id": "62710a69adfbd4354d79c58e",
|
||||||
"ProductionTime": 16800,
|
"ProductionTime": 8100,
|
||||||
"Requirements": [
|
"Requirements": [
|
||||||
{
|
{
|
||||||
"templateId": "5d1b376e86f774252519444e",
|
"templateId": "5449016a4bdc2d6f028b456f",
|
||||||
"count": 1,
|
"count": 95000,
|
||||||
"isFunctional": false,
|
"isFunctional": false,
|
||||||
"isEncoded": false,
|
"isEncoded": false,
|
||||||
"type": "Item"
|
"type": "Item"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"EndProducts": {
|
"EndProducts": {
|
||||||
|
"Rare": {
|
||||||
|
"min": "1",
|
||||||
|
"max": "3"
|
||||||
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"min": "0",
|
"min": "0",
|
||||||
"max": "0"
|
"max": "0"
|
||||||
},
|
},
|
||||||
"Rare": {
|
|
||||||
"min": "1",
|
|
||||||
"max": "1"
|
|
||||||
},
|
|
||||||
"Superrare": {
|
"Superrare": {
|
||||||
"min": "3",
|
"min": "1",
|
||||||
"max": "5"
|
"max": "2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -53,33 +53,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"_id": "62710974e71632321e5afd5f",
|
|
||||||
"ProductionTime": 2500,
|
|
||||||
"Requirements": [
|
|
||||||
{
|
|
||||||
"templateId": "5449016a4bdc2d6f028b456f",
|
|
||||||
"count": 2500,
|
|
||||||
"isFunctional": false,
|
|
||||||
"isEncoded": false,
|
|
||||||
"type": "Item"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"EndProducts": {
|
|
||||||
"Common": {
|
|
||||||
"min": "1",
|
|
||||||
"max": "2"
|
|
||||||
},
|
|
||||||
"Rare": {
|
|
||||||
"min": "0",
|
|
||||||
"max": "1"
|
|
||||||
},
|
|
||||||
"Superrare": {
|
|
||||||
"min": "0",
|
|
||||||
"max": "0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"_id": "62710a0e436dcc0b9c55f4ec",
|
"_id": "62710a0e436dcc0b9c55f4ec",
|
||||||
"ProductionTime": 19200,
|
"ProductionTime": 19200,
|
||||||
@ -108,29 +81,56 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_id": "62710a69adfbd4354d79c58e",
|
"_id": "6271093e621b0a76055cd61e",
|
||||||
"ProductionTime": 8100,
|
"ProductionTime": 16800,
|
||||||
"Requirements": [
|
"Requirements": [
|
||||||
{
|
{
|
||||||
"templateId": "5449016a4bdc2d6f028b456f",
|
"templateId": "5d1b376e86f774252519444e",
|
||||||
"count": 95000,
|
"count": 1,
|
||||||
"isFunctional": false,
|
"isFunctional": false,
|
||||||
"isEncoded": false,
|
"isEncoded": false,
|
||||||
"type": "Item"
|
"type": "Item"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"EndProducts": {
|
"EndProducts": {
|
||||||
"Rare": {
|
|
||||||
"min": "1",
|
|
||||||
"max": "3"
|
|
||||||
},
|
|
||||||
"Common": {
|
"Common": {
|
||||||
"min": "0",
|
"min": "0",
|
||||||
"max": "0"
|
"max": "0"
|
||||||
},
|
},
|
||||||
|
"Rare": {
|
||||||
|
"min": "1",
|
||||||
|
"max": "1"
|
||||||
|
},
|
||||||
"Superrare": {
|
"Superrare": {
|
||||||
|
"min": "3",
|
||||||
|
"max": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "62710974e71632321e5afd5f",
|
||||||
|
"ProductionTime": 2500,
|
||||||
|
"Requirements": [
|
||||||
|
{
|
||||||
|
"templateId": "5449016a4bdc2d6f028b456f",
|
||||||
|
"count": 2500,
|
||||||
|
"isFunctional": false,
|
||||||
|
"isEncoded": false,
|
||||||
|
"type": "Item"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"EndProducts": {
|
||||||
|
"Common": {
|
||||||
"min": "1",
|
"min": "1",
|
||||||
"max": "2"
|
"max": "2"
|
||||||
|
},
|
||||||
|
"Rare": {
|
||||||
|
"min": "0",
|
||||||
|
"max": "1"
|
||||||
|
},
|
||||||
|
"Superrare": {
|
||||||
|
"min": "0",
|
||||||
|
"max": "0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
@ -112,7 +112,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
@ -130,7 +130,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
@ -148,7 +148,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
@ -166,7 +166,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
@ -184,7 +184,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
@ -202,7 +202,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
@ -220,7 +220,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": 1470,
|
"Time": 1470,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
@ -112,7 +112,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "autoId_00632_EXFIL",
|
"TriggerId": "autoId_00632_EXFIL",
|
||||||
"TriggerName": "interactObject"
|
"TriggerName": "interactObject"
|
||||||
@ -130,7 +130,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "autoId_00000_D2_LEVER",
|
"TriggerId": "autoId_00000_D2_LEVER",
|
||||||
"TriggerName": "interactObject"
|
"TriggerName": "interactObject"
|
||||||
@ -148,7 +148,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": 3,
|
"Time": 3,
|
||||||
"TriggerId": "raider_simple_patroling",
|
"TriggerId": "raider_simple_patroling",
|
||||||
"TriggerName": "interactObject"
|
"TriggerName": "interactObject"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -112,7 +112,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
@ -130,7 +130,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
@ -148,7 +148,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
|
@ -1254,11 +1254,11 @@
|
|||||||
"Id": "12bb197b-bc6b-449c-9cf1-54ed289a364b",
|
"Id": "12bb197b-bc6b-449c-9cf1-54ed289a364b",
|
||||||
"Infiltration": "E3_4",
|
"Infiltration": "E3_4",
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 228.3,
|
"x": 228.841,
|
||||||
"y": 0.642,
|
"y": 0.663,
|
||||||
"z": 170.736
|
"z": 173.562
|
||||||
},
|
},
|
||||||
"Rotation": 263.604279,
|
"Rotation": 177.974945,
|
||||||
"Sides": [
|
"Sides": [
|
||||||
"All"
|
"All"
|
||||||
]
|
]
|
||||||
@ -1947,9 +1947,9 @@
|
|||||||
"Id": "1fa87642-c899-4952-b848-2401a677f05d",
|
"Id": "1fa87642-c899-4952-b848-2401a677f05d",
|
||||||
"Infiltration": "E3_4",
|
"Infiltration": "E3_4",
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 227.508,
|
"x": 228.391,
|
||||||
"y": 0.642,
|
"y": 0.642,
|
||||||
"z": 171.673
|
"z": 171.365
|
||||||
},
|
},
|
||||||
"Rotation": 263.604279,
|
"Rotation": 263.604279,
|
||||||
"Sides": [
|
"Sides": [
|
||||||
@ -2067,9 +2067,9 @@
|
|||||||
"Id": "20a712ad-fd79-4983-89e4-5234075c9638",
|
"Id": "20a712ad-fd79-4983-89e4-5234075c9638",
|
||||||
"Infiltration": "E3_4",
|
"Infiltration": "E3_4",
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 225.906,
|
"x": 221.194,
|
||||||
"y": 0.642,
|
"y": 0.646,
|
||||||
"z": 171.708
|
"z": 170.919
|
||||||
},
|
},
|
||||||
"Rotation": 263.604279,
|
"Rotation": 263.604279,
|
||||||
"Sides": [
|
"Sides": [
|
||||||
@ -7662,9 +7662,9 @@
|
|||||||
"Id": "8eb7065a-df86-48c9-ace7-bc6e59372ad3",
|
"Id": "8eb7065a-df86-48c9-ace7-bc6e59372ad3",
|
||||||
"Infiltration": "E3_4",
|
"Infiltration": "E3_4",
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 226.515,
|
"x": 226.448,
|
||||||
"y": 0.642,
|
"y": 0.696,
|
||||||
"z": 170.513
|
"z": 171.106
|
||||||
},
|
},
|
||||||
"Rotation": 263.604279,
|
"Rotation": 263.604279,
|
||||||
"Sides": [
|
"Sides": [
|
||||||
@ -11245,9 +11245,9 @@
|
|||||||
"Id": "d86d8ead-2302-4817-858e-74fa428a244e",
|
"Id": "d86d8ead-2302-4817-858e-74fa428a244e",
|
||||||
"Infiltration": "E3_4",
|
"Infiltration": "E3_4",
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 223.788,
|
"x": 216.25,
|
||||||
"y": 0.642,
|
"y": 0.67,
|
||||||
"z": 170.845
|
"z": 170.56
|
||||||
},
|
},
|
||||||
"Rotation": 263.604279,
|
"Rotation": 263.604279,
|
||||||
"Sides": [
|
"Sides": [
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
@ -112,7 +112,7 @@
|
|||||||
"ForceSpawn": false,
|
"ForceSpawn": false,
|
||||||
"IgnoreMaxBots": false,
|
"IgnoreMaxBots": false,
|
||||||
"RandomTimeSpawn": false,
|
"RandomTimeSpawn": false,
|
||||||
"Supports": [],
|
"Supports": null,
|
||||||
"Time": -1,
|
"Time": -1,
|
||||||
"TriggerId": "",
|
"TriggerId": "",
|
||||||
"TriggerName": ""
|
"TriggerName": ""
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -8,6 +8,7 @@ export interface IGlobals
|
|||||||
config: IConfig;
|
config: IConfig;
|
||||||
bot_presets: IBotPreset[];
|
bot_presets: IBotPreset[];
|
||||||
AudioSettings: IAudioSettings;
|
AudioSettings: IAudioSettings;
|
||||||
|
EnvironmentSettings: IEnvironmentSettings;
|
||||||
BotWeaponScatterings: IBotWeaponScattering[];
|
BotWeaponScatterings: IBotWeaponScattering[];
|
||||||
ItemPresets: Record<string, IPreset>;
|
ItemPresets: Record<string, IPreset>;
|
||||||
}
|
}
|
||||||
@ -1763,6 +1764,17 @@ export interface IAudioGroupPreset
|
|||||||
OverallVolume: number;
|
OverallVolume: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface IEnvironmentSettings
|
||||||
|
{
|
||||||
|
SnowStepsVolumeMultiplier: number
|
||||||
|
SurfaceMultipliers: ISurfaceMultiplier[]
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface ISurfaceMultiplier {
|
||||||
|
SurfaceType: string
|
||||||
|
VolumeMult: number
|
||||||
|
}
|
||||||
|
|
||||||
export interface IBotWeaponScattering
|
export interface IBotWeaponScattering
|
||||||
{
|
{
|
||||||
Name: string;
|
Name: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user