commit
99c42abecd
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue