-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
34 lines (29 loc) · 1.34 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
32
33
34
{
"Name": "Flashpoint_The_Raid",
"Enabled": true,
"Version": "1.9.1.1",
"Description": "Flashpoint - The Raid: Tiverton wants the Black Market out, are you in?",
"Author": "amechwarrior",
"Website": "https://www.nexusmods.com/battletech/mods/401",
"DependsOn": [ "Flashpoint_Stock_Photos" ],
"OptionallyDependsOn": [ "cFixes" ],
"Manifest": [
{ "Type": "BaseDescriptionDef", "Path": "descriptions" },
{ "Type": "CastDef", "Path": "cast" },
{ "Type": "ChassisDef", "Path": "chassis" },
{ "Type": "ContractOverride", "Path": "contracts" },
{ "Type": "ConversationContent", "Path": "dialogue_buckets" },
{ "Type": "DialogBucketDef", "Path": "conversationBuckets" },
{ "Type": "FlashpointDef", "Path": "flashpoints" },
{ "Type": "HeraldryDef", "Path": "heraldry" },
{ "Type": "ItemCollectionDef", "Path": "itemCollections" },
{ "Type": "MechDef", "Path": "mech" },
{ "Type": "PilotDef", "Path": "pilot" },
{ "Type": "SimGameConversations", "Path": "simGameConversations" },
{ "Type": "SimGameEventDef", "Path": "events" },
{ "Type": "SimGameMilestoneSet", "Path": "milestoneSets" },
{ "Type": "Sprite", "Path": "sprites" },
{ "Type": "Texture2D", "Path": "textures", "AddToAddendum": "ConversationTexture" },
{ "Type": "VehicleDef", "Path": "vehicle" }
]
}