"NetKAN generated mods - FerramAerospaceResearch-3-0.15.5.7"

This commit is contained in:
NetKAN inflator Robot 2016-02-19 00:03:23 +00:00
parent 63344314b3
commit a8371d2ee8
1 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,48 @@
{
"spec_version": 1,
"identifier": "FerramAerospaceResearch",
"name": "Ferram Aerospace Research",
"abstract": "FAR replaces KSP's stock part-centered aerodynamics model with one based on real-life physics.",
"author": "ferram4",
"license": "GPL-3.0",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/19321-/",
"repository": "https://github.com/ferram4/Ferram-Aerospace-Research"
},
"version": "3:0.15.5.7",
"ksp_version": "1.0.5",
"provides": [
"AerodynamicModel",
"FAR"
],
"depends": [
{
"name": "ModuleManager"
},
{
"name": "ModularFlightIntegrator"
}
],
"conflicts": [
{
"name": "AerodynamicModel"
}
],
"install": [
{
"file": "GameData/FerramAerospaceResearch",
"install_to": "GameData",
"filter": "config.xml"
},
{
"file": "Ships",
"install_to": "Ships",
"optional": true,
"description": "FAR example craft"
}
],
"download": "https://github.com/ferram4/Ferram-Aerospace-Research/releases/download/v0.15.5.7_Johnson/FAR_0_15_5_7_Johnson.zip",
"download_size": 711689,
"x_generated_by": "netkan"
}