-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmod.json
More file actions
77 lines (71 loc) · 1.36 KB
/
mod.json
File metadata and controls
77 lines (71 loc) · 1.36 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"Name": "DynamicShops",
"Author": "Denadan",
"Website": "https://github.com/BattletechModders/DynamicShops",
"Enabled": false,
"DependsOn": ["CustomShops"],
"DLL": "DynamicShops.dll",
"DLLEntryPoint": "DynamicShops.Control.Init",
"CustomResourceTypes": ["DShopDef", "DFactionShopDef", "DBMShopDef", "DCustomShopDef", "DCustomShopDescriptor"],
"Settings" : {
"LogLevel": "Debug",
"ReplaceSystemShop" : true,
"ReplaceFactionShop" : true,
"ReplaceBlackMarket" : true,
"FactionShopOnEveryPlanet" : true,
"OverrideFactionShopOwner" : true,
"GenericFactions" : [
{
"Name" : "GreatHouses",
"Members" : [
"Davion",
"Kurita",
"Liao",
"Marik",
"Stainer",
"ComStar"
]
},
{
"Name" : "AllClans",
"Members" : [
"Burrock",
"Wolf",
"Cloud Cobra",
"Coyote",
"Diamond Shark",
"Fire Mandrill",
"Ghost Bear",
"Goliath Scorpion",
"Hell's Horses",
"Ice Hellion",
"Jade Falcon",
"Nova Cat",
"Smoke Jaguar",
"Snow Raven",
"Star Adder",
"Steel Viper",
"Clans"
]
}
]
},
"Manifest": [
{
"Type": "ItemCollectionDef",
"Path": "data"
},
{
"Type": "DShopDef",
"Path": "sshops"
},
{
"Type": "DFactionShopDef",
"Path": "fshops"
},
{
"Type": "DBMShopDef",
"Path": "bmshops"
}
]
}