Rewrite data files to have one key per line. Will make future commits far easier to see what has changed

This commit is contained in:
Cmdr McDonald
2016-10-15 17:28:56 +01:00
parent 38de0a6433
commit 3195c6d7b2
50 changed files with 10642 additions and 975 deletions

14
modules/internal/docking_computer.json Executable file → Normal file
View File

@@ -1,5 +1,15 @@
{
"dc": [
{ "id": "24", "edID": 128049549, "eddbID": 890, "grp": "dc", "name": "Standard Docking Computer", "class": 1, "rating": "E", "cost": 4500, "power": 0.39 }
{
"class": 1,
"cost": 4500,
"edID": 128049549,
"eddbID": 890,
"grp": "dc",
"id": "24",
"name": "Standard Docking Computer",
"power": 0.39,
"rating": "E"
}
]
}
}