From e923260e82c8f015450da09853007b973a4e7b48 Mon Sep 17 00:00:00 2001 From: NetKAN inflator Robot Date: Mon, 14 Aug 2017 09:21:34 +0000 Subject: [PATCH] "NetKAN generated mods - KerbalWind-R13" --- KerbalWind/KerbalWind-R13.ckan | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 KerbalWind/KerbalWind-R13.ckan diff --git a/KerbalWind/KerbalWind-R13.ckan b/KerbalWind/KerbalWind-R13.ckan new file mode 100644 index 0000000000..f09e981348 --- /dev/null +++ b/KerbalWind/KerbalWind-R13.ckan @@ -0,0 +1,45 @@ +{ + "spec_version": 1, + "comment": "FAR only supports one wind provider at once", + "identifier": "KerbalWind", + "name": "Kerbal Wind", + "abstract": "Implements wind and a continuous-gusts model for Ferram Aerospace Research. Provides GUI with settings for wind direction, speed and turbulence magnitude.", + "author": [ + "DaMichel", + "silverfox8124" + ], + "license": "MIT", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/107989", + "repository": "https://github.com/DaMichel/KerbalWind" + }, + "version": "R13", + "ksp_version": "1.1", + "provides": [ + "FARWind" + ], + "depends": [ + { + "name": "FerramAerospaceResearch" + } + ], + "recommends": [ + { + "name": "Toolbar" + } + ], + "conflicts": [ + { + "name": "FARWind" + } + ], + "download": "https://github.com/DaMichel/KerbalWind/releases/download/R13/KerbalWind13.zip", + "download_size": 17054, + "download_hash": { + "sha1": "6BB043885D9C91D641B33C3673CC81124FCC6EB2", + "sha256": "B26E281F236BE6C0556CF2A28BA25820A8FEA4D682D7C028ADABF31ACD43CA21" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}