-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmod.json
28 lines (24 loc) · 924 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
{
"Name": "Mission Control",
"Enabled": true,
"Version": "1.5.2",
"Description": "A HBS BattleTech mod that adds custom contract types and varies the encounter specifics such as encounter boundary size, spawn locations, lance numbers and objectives",
"Author": "CWolf",
"Contact": "[email protected]",
"Website": "https://www.missioncontrolmod.com/",
"DLL": "MissionControl.dll",
"DLLEntryPoint": "MissionControl.Main.Init",
"CustomResourceTypes": ["EncounterLayer"],
"Manifest": [
{ "Type": "SimGameStatDescDef", "Path": "overrides/simGameStatDesc" },
{ "Type": "ContractOverride", "Path": "overrides/contracts" },
{ "Type": "CastDef", "Path": "overrides/cast" },
{ "Type": "EncounterLayer", "Path": "overrides/encounterLayers" }
],
"DataAddendumEntries": [
{
"name": "BattleTech.ContractTypeEnumeration",
"path": "overrides/enums/ContractType.json"
}
]
}