mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +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:
57
modules/internal/scanner.json
Executable file → Normal file
57
modules/internal/scanner.json
Executable file → Normal file
@@ -1,8 +1,55 @@
|
||||
{
|
||||
"sc": [
|
||||
{ "id": "2f", "edID": 128663561, "eddbID": 1244, "grp": "sc", "name": "Advanced Discovery Scanner", "class": 1, "rating": "C", "cost": 1545000, "mass": 2, "power": 0, "rangeLS": null },
|
||||
{ "id": "2g", "edID": 128663560, "eddbID": 1243, "grp": "sc", "name": "Intermediate Discovery Scanner", "class": 1, "rating": "D", "cost": 505000, "mass": 2, "power": 0, "rangeLS": 1000 },
|
||||
{ "id": "2h", "edID": 128662535, "eddbID": 1242, "grp": "sc", "name": "Basic Discovery Scanner", "class": 1, "rating": "E", "cost": 1000, "mass": 2, "power": 0, "rangeLS": 500 },
|
||||
{ "id": "2i", "edID": 128666634, "eddbID": 1245, "grp": "sc", "name": "Detailed Surface Scanner", "class": 1, "rating": "C", "cost": 250000, "mass": 1.3, "power": 0 }
|
||||
{
|
||||
"class": 1,
|
||||
"cost": 1545000,
|
||||
"edID": 128663561,
|
||||
"eddbID": 1244,
|
||||
"grp": "sc",
|
||||
"id": "2f",
|
||||
"mass": 2,
|
||||
"name": "Advanced Discovery Scanner",
|
||||
"power": 0,
|
||||
"rangeLS": null,
|
||||
"rating": "C"
|
||||
},
|
||||
{
|
||||
"class": 1,
|
||||
"cost": 505000,
|
||||
"edID": 128663560,
|
||||
"eddbID": 1243,
|
||||
"grp": "sc",
|
||||
"id": "2g",
|
||||
"mass": 2,
|
||||
"name": "Intermediate Discovery Scanner",
|
||||
"power": 0,
|
||||
"rangeLS": 1000,
|
||||
"rating": "D"
|
||||
},
|
||||
{
|
||||
"class": 1,
|
||||
"cost": 1000,
|
||||
"edID": 128662535,
|
||||
"eddbID": 1242,
|
||||
"grp": "sc",
|
||||
"id": "2h",
|
||||
"mass": 2,
|
||||
"name": "Basic Discovery Scanner",
|
||||
"power": 0,
|
||||
"rangeLS": 500,
|
||||
"rating": "E"
|
||||
},
|
||||
{
|
||||
"class": 1,
|
||||
"cost": 250000,
|
||||
"edID": 128666634,
|
||||
"eddbID": 1245,
|
||||
"grp": "sc",
|
||||
"id": "2i",
|
||||
"mass": 1.3,
|
||||
"name": "Detailed Surface Scanner",
|
||||
"power": 0,
|
||||
"rating": "C"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user