Merge pull request #40 from christianvdstap/master

Initial ckan for KerbalAttachementSystem
This commit is contained in:
Paul Fenwick 2014-11-10 14:46:37 +11:00
commit 3c9b53fe2c
1 changed files with 15 additions and 0 deletions

15
KAS-0.4.9.ckan Normal file
View File

@ -0,0 +1,15 @@
{
"spec_version" : 1,
"name" : "Kerbal Attachement System",
"identifier" : "KAS",
"abstract" : "KAS introduce new gameplay mechanics by adding winches, containers, dynamic struts/pipes and grabable & attachable parts.",
"download" : "http://kerbal.curseforge.com/ksp-mods/223900-kerbal-attachment-system-kas/files/2216138/download",
"license" : "restricted",
"author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g." ],
"version" : "0.4.9",
"release_status" : "stable",
"ksp_version" : "0.25",
"depends" : [
{"name" : "ModuleManager"}
]
}