Initial ckan for KerbalAttachementSystem

This commit is contained in:
leila 2014-11-07 17:07:40 +01:00
parent a3386e94a7
commit c20906c4bd
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"spec_version" : 1,
"name" : "Kerbal Attachement System",
"identifier" : "KerbalAttachementSystem",
"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"}
],
"install" : [
{
"file" : "GameData/KAS",
"install_to" : "GameData",
"filter-regex" : ".*?ModuleManager.*?\\.dll"
}
]
}