Merge pull request #488 from Apokee/update_kas

Update KAS
This commit is contained in:
Willhelm Rendahl 2015-05-15 00:47:33 +02:00
commit 9bf94b3731
1 changed files with 18 additions and 0 deletions

18
KAS/KAS-0.5.1.ckan Normal file
View File

@ -0,0 +1,18 @@
{
"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"
},
"download" : "http://addons-origin.cursecdn.com/files/2238/254/KAS_v0.5.1.zip",
"license" : "restricted",
"author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g." ],
"version" : "0.5.1",
"ksp_version" : "1.0.2",
"depends" : [
{ "name": "ModuleManager"},
{ "name": "KIS" }
]
}