-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
23 lines (18 loc) · 890 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
{
"Name": "XLRP Fixes",
"Enabled": true,
"DependsOn": ["XLRP", "XLRP-CAB-3030", "XLRP-Flashpoint", "XLRP-UrbanWarfare"],
"OptionallyDependsOn": [],
"Version": "1.4.0.1",
"PackagedOn": "2019-07-18T00:00:00Z",
"Description": "Fixes issues resident in XLRP 1.4b HF3",
"Author": "vengefire",
"Website": "",
"Contact": "Message me at Nexus, and I check the bug posts for XLRP in Exterminator2K's absence.",
"Manifest": [
{ "Type": "UpgradeDef", "Path": "MechEngineer\data\basic\internals", "ShouldMergeJSON": false, "AddToDB": true },
{ "Type": "UpgradeDef", "Path": "XLRP\XLRPUpgradesME\quirks", "ShouldMergeJSON": false, "AddToDB": true },
{ "Type": "MechDef", "Path": "", "ShouldMergeJSON": true, "AddToDB": false },
{ "Type": "VehicleDef", "Path": "vehicle_all", "ShouldMergeJSON": true, "AddToDB": false }
]
}