Add AtomicAge to CKAN

This commit is contained in:
Willhelm Rendahl 2015-04-22 14:52:26 +02:00
parent 4c63c6b4ff
commit d9f58e1796
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"spec_version": "v1.4",
"identifier" : "AtomicAge",
"name" : "Atomic Age - Nuclear Rockets",
"author" : [ "Porkjet" ],
"version" : "0.1",
"abstract" : "Adds two new nuclear rockets and the ability to change between LFO/LF/O in fuel tanks",
"ksp_version" : "0.90",
"license" : "CC-BY-NC-SA-4.0",
"download": "https://www.dropbox.com/s/9arvk618jzum8ww/AtomicAge.zip?dl=1",
"depends" : [ { "name" : "ModuleManager" },
{ "name" : "Firespitter-Core" } ],
"install" : [ { "find" : "AtomicAge",
"install_to" : "GameData"} ]
}