-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
23 lines (23 loc) · 1.02 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
{
"Name": "CAB-3025-HyadesRim",
"Enabled": false,
"Version": "9.4.3",
"Description": "Adds to Hyades Rim mod the 2750 and 3025 eras BattleMechs of the Community Asset Bundle.",
"Author": "Hobbes et al.",
"DependsOn": [ "CAB-3025", "Hyades Rim" ],
"Manifest": [
{ "Type": "ChassisDef", "Path": "chassis/canon" },
{ "Type": "ChassisDef", "Path": "chassis/hyadesrim/I" },
{ "Type": "ChassisDef", "Path": "chassis/hyadesrim/P" },
{ "Type": "ChassisDef", "Path": "chassis/hyadesrim/Q" },
{ "Type": "ItemCollectionDef", "Path": "itemcollections/base", "ShouldMergeJSON": true, "AddToDB": false },
{ "Type": "MechDef", "Path": "mech/canon/B" },
{ "Type": "MechDef", "Path": "mech/canon/V" },
{ "Type": "MechDef", "Path": "mech/hyadesrim/I" },
{ "Type": "MechDef", "Path": "mech/hyadesrim/P" },
{ "Type": "MechDef", "Path": "mech/hyadesrim/Q" },
{ "Type": "MovementCapabilitiesDef", "Path": "movement" },
{ "Type": "Sprite", "Path": "portraits" },
{ "Type": "WeaponDef", "Path": "weapon" }
]
}