-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmod.json
34 lines (27 loc) · 848 Bytes
/
mod.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
{
"Name": "RandomCampaignStart",
"DLL": "RandomCampaignStart.dll",
"Version": "1.8.0",
"Description": "Randomizes the starting MechWarriors and 'Mechs.",
"Author": "mpstark",
"Website": "www.github.com/mpstark/RandomCampaignStart",
"Settings": {
"RandomizeStoryCampaign": true,
"RandomizePilots": true,
"RandomizeMechs": true,
"NumberRandomRonin": 4,
"RerollRoninStats": true,
"NumberProceduralPilots": 0,
"PilotPlanetDifficulty": 0,
"StartingRonin": [],
"UseVanillaMechRandomizer": false,
"RemoveAncestralMech": true,
"NumberLightMechs": 3,
"NumberMediumMechs": 2,
"NumberHeavyMechs": 0,
"NumberAssaultMechs": 0,
"UseWhitelist": false,
"Blacklist": [],
"Whitelist": []
}
}