-
-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
289 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
identifier: SterlingSystemsAgency | ||
Check warning on line 1 in NetKAN/SterlingSystemsAgency.netkan GitHub Actions / Inflate
|
||
name: Sterling Systems Agency | ||
abstract: Core things including localization and resources. | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Core' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- agency | ||
- config | ||
- resources | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
recommends: | ||
- name: CommunityResourcePack | ||
- name: SystemHeat | ||
- name: VABOrganizer | ||
- name: VABOrganizer-Jade | ||
install: | ||
- find: Agency | ||
install_to: GameData/SterlingSystems | ||
- find: Version | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
identifier: SterlingSystemsElectrics | ||
name: Sterling Electrics | ||
abstract: Batteries and thermoelectric converters | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Electrics' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
install: | ||
- find: Electrics | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
identifier: SterlingSystemsElectricsFuelCell | ||
name: Sterling Electrics - Fuel Cells | ||
abstract: Fuel cells | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Electrics' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: SterlingSystemsElectrics | ||
install: | ||
- find: ElectricsFuelCell | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
identifier: SterlingSystemsElectricsPhotoVoltaic | ||
name: Sterling Electrics - PhotoVoltaics | ||
abstract: Solar panels (mostly conformal) | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Electrics' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: SterlingSystemsElectrics | ||
install: | ||
- find: ElectricsPhotoVoltaic | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
identifier: SterlingSystemsEngines | ||
name: Sterling Engines | ||
abstract: Shared configs for the engine suites such as System Heat and Waterfall | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- config | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
recommends: | ||
- name: SystemHeat | ||
- name: Waterfall | ||
install: | ||
- find: Engines | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
identifier: SterlingSystemsEnginesAntimatter | ||
Check warning on line 1 in NetKAN/SterlingSystemsEnginesAntimatter.netkan GitHub Actions / Inflate
|
||
name: Sterling Engines - Antimatter | ||
abstract: Antimatter rockets. Let's go | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: SterlingSystemsEngines | ||
install: | ||
- find: EnginesAntimatter | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
identifier: SterlingSystemsEnginesFission | ||
Check warning on line 1 in NetKAN/SterlingSystemsEnginesFission.netkan GitHub Actions / Inflate
|
||
name: Sterling Engines - Fission | ||
abstract: Engines that hold fissile material and are high thrust | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: SterlingSystemsEngines | ||
install: | ||
- find: EnginesFission | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
identifier: SterlingSystemsEnginesFusion | ||
Check warning on line 1 in NetKAN/SterlingSystemsEnginesFusion.netkan GitHub Actions / Inflate
|
||
name: Sterling Engines - Fusion | ||
abstract: Engines that burn fusion fuels | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: SterlingSystemsEngines | ||
install: | ||
- find: EnginesFusion | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
identifier: SterlingSystemsEnginesThermalNozzle | ||
Check warning on line 1 in NetKAN/SterlingSystemsEnginesThermalNozzle.netkan GitHub Actions / Inflate
|
||
name: Sterling Engines - Thermal Nozzles | ||
abstract: >- | ||
Engines that chug on the heat from any nearby compatible reactor | ||
and offer amazing thrust | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: SterlingSystemsEngines | ||
install: | ||
- find: EnginesThermalNozzle | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
identifier: SterlingSystemsTankage | ||
name: Sterling Tankage | ||
abstract: Tank you very much. Do come again | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Tankage' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
- resources | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: WildBlueTools | ||
supports: | ||
- name: CryoTanks | ||
- name: ExtraPlanetaryLaunchpads | ||
- name: FarFutureTechnologies | ||
- name: RationalResources | ||
install: | ||
- find: Tankage | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
identifier: SterlingSystemsThermals | ||
name: Sterling Thermals | ||
abstract: Radiators and shields (mostly conformal) and inline heatsinks | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Thermals' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
supports: | ||
- name: CryoTanks | ||
- name: FarFutureTechnologies | ||
install: | ||
- find: Thermals | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
identifier: SterlingSystemsThermalsExotic | ||
name: Sterling Thermals - Exotic | ||
abstract: Radiators that stop caring about keeping their coolant inside them | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Thermals' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: SterlingSystemsThermals | ||
supports: | ||
- name: FarFutureTechnologies | ||
install: | ||
- find: ThermalsExotic | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
identifier: SterlingSystemsThermalsPower | ||
name: Sterling Thermals | ||
abstract: >- | ||
Main power sources that are firstly heat-focused, not electric. | ||
Raw nuclear thermal, solar thermal and beamed power are here | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Thermals' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: SterlingSystemsThermals | ||
install: | ||
- find: ThermalsPower | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
identifier: SterlingSystemsUtilities | ||
name: Sterling Utilities | ||
abstract: Baseline stuff for ISRU plus other helpful things like fancy lights | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Utilities' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- config | ||
- parts | ||
- resources | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: WildBlueCore | ||
- name: WildBlueTools | ||
install: | ||
- find: Utilities | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
identifier: SterlingSystemsUtilitiesConstruction | ||
name: Sterling Utilities - Construction | ||
abstract: Parts for making parts and whole ships | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Utilities' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- config | ||
- parts | ||
- resources | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: SterlingSystemsUtilities | ||
recommends: | ||
- name: Sandcastle | ||
supports: | ||
- name: ExtraPlanetaryLaunchpads | ||
install: | ||
- find: UtilitiesConstruction | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
identifier: SterlingSystemsWorldPower | ||
name: Sterling World Power | ||
abstract: >- | ||
Boxed parts designed to cluster easily like in RTS games | ||
and provide massive power and cooling for your colonies | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/WorldPower' | ||
$vref: '#/ckan/ksp-avc' | ||
license: restricted | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingSystemsAgency | ||
- name: SterlingSystemsElectrics | ||
install: | ||
- find: WorldPower | ||
install_to: GameData/SterlingSystems |