Merge pull request #382 from Dazpoet/add_AtomicAge

Add AtomicAge to CKAN
This commit is contained in:
Willhelm Rendahl 2015-04-22 14:58:46 +02:00
commit 1fc70bfd25
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" : "FirespitterCore" } ],
"install" : [ { "find" : "AtomicAge",
"install_to" : "GameData"} ]
}