-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmod.json
31 lines (25 loc) · 1.12 KB
/
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
{
"Name": "cFixes",
"Enabled": true,
"Version": "1.9.1.1",
"PackagedOn": "2020-06-25T01:00:00Z",
"Author": "Team Banzai",
"Website": "https://github.com/BattletechModders/cFixes/",
"DependsOn": [],
"ConflictsWith": [],
"Manifest": [
{ "Type": "ChassisDef", "Path": "chassis", "AddToDB": true },
{ "Type": "ContractOverride", "Path": "contracts", "AddToDB": true },
{ "Path": "contractsMerge", "Type": "AdvancedJSONMerge" },
{ "Path": "eventsMerge", "Type": "AdvancedJSONMerge" },
{ "Type": "HardpointDataDef", "Path": "hardpoints", "AddToDB": true },
{ "Path": "heatsinksMerge", "Type": "AdvancedJSONMerge" },
{ "Type": "MechDef", "Path": "mech", "AddToDB": true },
{ "Path": "mechMerge", "Type": "AdvancedJSONMerge" },
{ "Path": "milestoneMerge", "Type": "AdvancedJSONMerge" },
{ "Type": "MovementCapabilitiesDef", "Path": "movement", "AddToDB": true },
{ "Type": "UpgradeDef", "Path": "upgrades", "AddToDB": true },
{ "Type": "VehicleDef", "Path": "vehicle", "AddToDB": true },
{ "Type": "VehicleChassisDef", "Path": "vehicleChassis", "AddToDB": true }
]
}