forked from CWolfs/MissionControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
113 lines (113 loc) · 3.08 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"DebugMode": true,
"VersionCheck": true,
"DebugSkirmishMode": true,
"DisableIfFlashpointContract": true,
"RandomSpawns": {
"Enable": true,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"]
},
"HotDrop": {
"Enable": true,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"],
"GuardOnHotDrop": false,
"EvasionPipsOnHotDrop": 6,
"IncludeEnemies": true,
"IncludeAllyTurrets": false,
"IncludeEnemyTurrets": false
},
"AdditionalLances": {
"Enable": true,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"],
"IsPrimaryObjectiveIn": ["SimpleBattle", "ThreeWayBattle"],
"HideObjective": true,
"ShowObjectiveOnLanceDetected": true,
"AlwaysDisplayHiddenObjectiveIfPrimary": false,
"UseElites": true,
"UseDialogue": true,
"SkullValueMatters": true,
"BasedOnVisibleSkullValue": true,
"UseGeneralProfileForSkirmish": true,
"DisableIfFlashpointContract": true,
"DisableWhenMaxTonnage": {
"Enable": true,
"Limited": false,
"LimitedToUnder": 300
},
"MatchAllyLanceCountToEnemy": false,
"DropWeightInfluence": {
"Enable": false,
"GlobalEnemyChanceToSpawn": 0.05,
"GlobalAllyChanceToSpawn": 0.8,
"EnemySpawnInfluencePerHalfSkull": 0.1,
"AllySpawnInfluencePerHalfSkull": -0.1
},
"DisableAllies": false,
"DisableEnemies": false
},
"ExtendedLances": {
"Enable": true,
"Autofill": true,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"],
"SkipWhenTaggedWithAny": ["lance_type_solo"],
"SkipWhenTaggedWithAll": [],
"SkipWhenExcludeTagsContain": ["no_extended_lance"],
"LanceSizes": {
"5": [],
"6": []
}
},
"ExtendedBoundaries": {
"Enable": true,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"],
"IncreaseBoundarySizeByPercentage": 0.3,
"Overrides": [
{
"MapId": "mapGeneral_frigidSteppes_iTnd",
"ContractTypeName": "CaptureBase",
"IncreaseBoundarySizeByPercentage": 0.75
},
{
"MapId": "mapGeneral_icyOutpost_iGlc",
"ContractTypeName": "CaptureBase",
"IncreaseBoundarySizeByPercentage": 0.75
},
{
"MapId": "mapGeneral_highPeak_iGlc",
"ContractTypeName": "SimpleBattle",
"IncreaseBoundarySizeByPercentage": 0.75
},
{
"ContractTypeName": "FireMission",
"IncreaseBoundarySizeByPercentage": 0.5
},
{
"MapId": "mapGeneral_desertDam_aDes",
"ContractTypeName": "SimpleBattle",
"IncreaseBoundarySizeByPercentage": 0.55
}
]
},
"DynamicWithdraw": {
"Enable": true,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"],
"MinDistanceForZone": 50,
"MaxDistanceForZone": 400,
"DisorderlyWithdrawalCompatibility": false
},
"AI": {
"FollowPlayer": {
"Pathfinding": "Alternative",
"Target": "HeaviestMech",
"StopWhen": "OnEnemyDetected",
"MaxDistanceFromTargetBeforeSprinting": 120,
"TargetZoneRadius": 120
}
},
"Spawners": {
"SpawnLanceAtEdgeBoundary": {
"MinBuffer": 100,
"MaxBuffer": 200
}
}
}