2015-05-27 07:17:20 +00:00
{
"spec_version": 1,
2015-08-21 15:29:25 +00:00
"comment": "FAR only supports one wind provider at once",
2015-05-27 07:17:20 +00:00
"identifier": "KerbalWind",
"name": "Kerbal Wind",
"abstract": "Adds wind to the game. It opens a dialog box where you can set wind direction and speed. Inspired by KerbalWeatherSystem by silverfox8124. But this is much simpler, omitting the actual weather simulation.",
2015-08-21 15:29:25 +00:00
"author": [
"DaMichel",
"silverfox8124"
2015-05-27 07:17:20 +00:00
],
2015-08-21 15:29:25 +00:00
"license": "MIT",
"release_status": "stable",
2015-05-27 07:17:20 +00:00
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/107989",
"repository": "https://github.com/DaMichel/KerbalWind"
},
2015-08-21 15:29:25 +00:00
"version": "R8",
"ksp_version": "1.0",
2015-05-27 07:17:20 +00:00
"provides": [
"FARWind"
],
2015-08-21 15:29:25 +00:00
"depends": [
2015-05-27 07:17:20 +00:00
{
2015-08-21 15:29:25 +00:00
"name": "FerramAerospaceResearch"
2015-05-27 07:17:20 +00:00
}
],
2015-08-21 15:29:25 +00:00
"recommends": [
{
"name": "Toolbar"
}
2015-05-27 07:17:20 +00:00
],
"download": "https://github.com/DaMichel/KerbalWind/releases/download/R8/KerbalWindR8.zip",
2015-07-16 00:14:30 +00:00
"download_size": 13218,
2015-08-21 15:29:25 +00:00
"conflicts": [
{
"name": "FARWind"
}
],
2015-07-16 00:14:30 +00:00
"x_generated_by": "netkan"
2015-05-27 07:17:20 +00:00
}