added Fuel Science

Station Science suggests Fuel Science
This commit is contained in:
TeddyDD 2014-12-09 13:25:28 +01:00
parent 636d5768d8
commit 63a4461b2d
2 changed files with 32 additions and 2 deletions

27
FuelScience-0.4.ckan Normal file
View File

@ -0,0 +1,27 @@
{
"spec_version": 1,
"identifier": "FuelScience",
"license": "restricted",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/67359"
},
"install": [
{
"file": "GameData/ArcanumIndustries",
"install_to": "GameData"
}
],
"depends" : [
{ "name" : "StationScience" }
],
"ksp_version_min": "0.23.5",
"ksp_version_max": "0.25",
"name": "Fuel Science",
"abstract": "An addition to the Station Science mod by ethernet.",
"description": "Included in this mod are three new experiments located in the fuel branches of the tech tree, to help balance the science-heavy electrics side.",
"author": "ArcaneZedric",
"version": "0.4",
"download": "https://dl.dropboxusercontent.com/u/4943779/CostlyScience/CostlyScience_v0.4.zip"
}

View File

@ -13,8 +13,11 @@
"file": "GameData/StationScience",
"install_to": "GameData",
"filter": "OldParts.zip"
}
],
}
],
"suggests": [
{ "name" : "FuelScience" }
],
"ksp_version": "0.25",
"name": "Station Science",
"abstract": "Station Science mod adds several large parts designed to be integrated into a permanent space station.",