mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
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:
14
modules/internal/docking_computer.json
Executable file → Normal file
14
modules/internal/docking_computer.json
Executable file → Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user