46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
{
|
|
"spec_version": 1,
|
|
"comment": "FAR only supports one wind provider at once",
|
|
"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.",
|
|
"author": [
|
|
"DaMichel",
|
|
"silverfox8124"
|
|
],
|
|
"license": "MIT",
|
|
"release_status": "stable",
|
|
"resources": {
|
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/107989",
|
|
"repository": "https://github.com/DaMichel/KerbalWind"
|
|
},
|
|
"version": "R8",
|
|
"ksp_version": "1.0",
|
|
"provides": [
|
|
"FARWind"
|
|
],
|
|
"depends": [
|
|
{
|
|
"name": "FerramAerospaceResearch"
|
|
}
|
|
],
|
|
"recommends": [
|
|
{
|
|
"name": "Toolbar"
|
|
}
|
|
],
|
|
"conflicts": [
|
|
{
|
|
"name": "FARWind"
|
|
}
|
|
],
|
|
"download": "https://github.com/DaMichel/KerbalWind/releases/download/R8/KerbalWindR8.zip",
|
|
"download_size": 13218,
|
|
"download_hash": {
|
|
"sha1": "7173059D1B1809131C17E2D8B58D626EEDB7AF16",
|
|
"sha256": "450DC21A137F71D0EF472EE4E2A67F7A23B6AB54BB888CCE62B13A100B68BC75"
|
|
},
|
|
"download_content_type": "application/zip",
|
|
"x_generated_by": "netkan"
|
|
}
|