"NetKAN generated mods - SolarSailNavigator-v1.0.8"
This commit is contained in:
parent
d69c4d4f9f
commit
67ee59369e
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"spec_version": 1,
|
||||||
|
"identifier": "SolarSailNavigator",
|
||||||
|
"name": "Solar Sail Navigator",
|
||||||
|
"abstract": "SolarSailNavigator is a new plugin (ALPHA: you have been warned) to navigate continuous thrust spacecraft with sunlight-propelled solar sails and ion engines. The sail model and force models are derived from KSP Interstellar. The goal of this plugin is to make solar sailing and continuous thrust engines a practical means of travel throughout the KSP solar system.",
|
||||||
|
"author": "mrsolarsail",
|
||||||
|
"license": "LGPL-2.1",
|
||||||
|
"release_status": "development",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/119579",
|
||||||
|
"repository": "https://github.com/bld/SolarSailNavigator"
|
||||||
|
},
|
||||||
|
"version": "v1.0.8",
|
||||||
|
"ksp_version": "1.2",
|
||||||
|
"depends": [
|
||||||
|
{
|
||||||
|
"name": "PersistentThrust"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "SolarSailNavigator",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"download": "https://github.com/bld/SolarSailNavigator/releases/download/v1.0.8/SolarSailNavigator.1.0.8.zip",
|
||||||
|
"download_size": 36297,
|
||||||
|
"download_hash": {
|
||||||
|
"sha1": "F5EC24301DB850DA0F5C3107E070F808EE7544C5",
|
||||||
|
"sha256": "41A6B7347489F30608BAEC387B13E2DADF714356F6DB6FB85110FE5516E5CEC4"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
|
}
|
Loading…
Reference in New Issue