Initial ckan for KerbalAttachementSystem
This commit is contained in:
parent
a3386e94a7
commit
c20906c4bd
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue