-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmod.json
61 lines (51 loc) · 1.91 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
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
{
"Name": "ISM3025",
"DLL": "ISM3025.dll",
"Enabled": true,
"Settings": {
"MapWidth": 200,
"MapHeight": 200,
"MapMargin": 50,
"MapBottomMargin": 100,
"MinFov": 20,
"MaxFov": 125,
"UseSmoothZoom": true,
"SmoothZoomTime": 0.15,
"StarHitboxSize": 2,
"BorderMargin": 5,
"FactionColors": {
"Kurita": [ 0.863, 0.078, 0.235, 1 ],
"Steiner": [ 0.255, 0.412, 0.882, 1 ]
},
"LogoScalar": 0.75,
"LogoMaxSize": 50,
"FactionLogoPaths": {
"Kurita": "Logos/kuritaLogo.png",
"Steiner": "Logos/steinerLogo.png"
},
"NavRoomScreenTexturePath": "",
"GenerateShopsTag": "mod_generate_shops",
"GenerateShopsIgnoreTags": [
"planet_pop_none",
"planet_civ_primitive",
"planet_faction_nofaction"
],
"TagToShopItemCollection": {
"planet_faction_steiner": "itemCollection_minor_Steiner",
"planet_faction_liao": "itemCollection_minor_Liao",
"planet_faction_kurita": "itemCollection_minor_Kurita",
"planet_faction_marik": "itemCollection_minor_Marik",
"planet_faction_davion": "itemCollection_minor_Davion",
"planet_faction_taurianconcordat": "itemCollection_minor_TaurianConcordat",
"planet_faction_magistracyofcanopus": "itemCollection_minor_MagistracyOfCanopus",
"planet_other_battlefield": "itemCollection_shop_battlefield",
"planet_industry_manufacturing": "itemCollection_shop_industrial",
"planet_industry_research": "itemCollection_shop_research",
"planet_other_starleague": "itemCollection_shop_starleague"
}
},
"Manifest": [
{ "Type": "StarSystemDef", "Path": "StarSystemDefs" },
{ "Type": "ItemCollectionDef", "Path": "ItemCollectionDefs" }
]
}