Merge pull request #799 from KSP-CKAN/KIS_KAS

Add new KIS and KAS
This commit is contained in:
Matthew 2015-11-12 09:52:17 -05:00
commit 99c42abecd
2 changed files with 43 additions and 0 deletions

25
KAS/KAS-0.5.5.ckan Normal file
View File

@ -0,0 +1,25 @@
{
"spec_version" : 1,
"name" : "Kerbal Attachment System",
"identifier" : "KAS",
"abstract" : "KAS introduces new gameplay mechanics by adding winches, containers, dynamic struts/pipes and grabbable & attachable parts.",
"resources" : {
"homepage": "http://forum.kerbalspaceprogram.com/threads/92514",
"repository": "https://github.com/KospY/KAS"
},
"download" : "http://addons.curse.cursecdn.com/files/2266/204/KAS_v0.5.5.zip",
"license" : "restricted",
"author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g." ],
"version" : "0.5.5",
"ksp_version" : "1.0.5",
"depends" : [
{
"name": "ModuleManager"
}
],
"recommends" : [
{
"name": "KIS"
}
]
}

18
KIS/KIS-1.2.3.ckan Normal file
View File

@ -0,0 +1,18 @@
{
"spec_version" : 1,
"name" : "Kerbal Inventory System",
"identifier" : "KIS",
"abstract" : "KIS introduces new gameplay mechanics by adding a brand new inventory system and EVA usables items as tools. You want to build a rover on Duna from scratch? Now you can...",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/113111",
"repository": "https://github.com/KospY/KIS"
},
"download" : "http://addons-origin.cursecdn.com/files/2266/203/KIS_v1.2.3.zip",
"suggests": [
{ "name": "KAS" }
],
"license" : "restricted",
"author" : [ "KospY", "Winn75" ],
"version" : "1.2.3",
"ksp_version" : "1.0.5"
}