-
Notifications
You must be signed in to change notification settings - Fork 3
/
ProgressiveColonizationSystem.netkan
31 lines (29 loc) · 1.34 KB
/
ProgressiveColonizationSystem.netkan
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
{
"spec_version": 1,
"identifier": "ProgressiveColonizationSystem",
"$kref": "#/ckan/github/SteveBenz/ProgressiveColonizationSystem",
"$vref": "#/ckan/ksp-avc",
"license": "MIT",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/181852-15x~16x-progressivecolonizationsystem-life-support-colonization-for-more-fun-in-late-game/"
},
"author": "NermNermNerm",
"abstract": "A colonization and production system that encourages building a variety of ship types - space stations, rovers, transports and, of course, landed bases. It also creates a progression system outside of the science grind. It includes a very simple life-support system, and so should not be used in mods with life support systems.",
"tags": [ "colonization", "production" ],
"depends": [
{ "name": "B9PartSwitch" },
{ "name": "CommunityCategoryKit" },
{ "name": "KerbalPlanetaryBaseSystems" },
{ "name": "ModuleManager" },
{ "name": "StationPartsExpansionRedux" },
{ "name": "ToolbarController" },
{ "name": "SpaceTuxLibrary" }
],
"suggests": [
{ "name": "BonVoyage" },
{ "name": "ContractConfigurator" },
{ "name": "ExtraplanetaryLaunchpads" },
{ "name": "KSPRescuePodFix" },
{ "name": "WaypointManager" }
]
}