mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 07:33:24 +00:00
Adding EDDB IDs
This commit is contained in:
@@ -1,48 +1,8 @@
|
||||
{
|
||||
"sc": [
|
||||
{
|
||||
"id": "2f",
|
||||
"grp": "sc",
|
||||
"name": "Advanced Discovery Scanner",
|
||||
"class": 1,
|
||||
"rating": "C",
|
||||
"cost": 1545000,
|
||||
"mass": 2,
|
||||
"power": 0,
|
||||
"rangeLS": null
|
||||
},
|
||||
{
|
||||
"id": "2g",
|
||||
"grp": "sc",
|
||||
"name": "Intermediate Discovery Scanner",
|
||||
"class": 1,
|
||||
"rating": "D",
|
||||
"cost": 505000,
|
||||
"mass": 2,
|
||||
"power": 0,
|
||||
"rangeLS": 1000
|
||||
},
|
||||
{
|
||||
"id": "2h",
|
||||
"grp": "sc",
|
||||
"name": "Basic Discovery Scanner",
|
||||
"class": 1,
|
||||
"rating": "E",
|
||||
"cost": 1000,
|
||||
"mass": 2,
|
||||
"power": 0,
|
||||
"rangeLS": 500
|
||||
},
|
||||
{
|
||||
"id": "2i",
|
||||
"grp": "sc",
|
||||
"name": "Detailed Surface Scanner",
|
||||
"class": 1,
|
||||
"rating": "C",
|
||||
"cost": 250000,
|
||||
"mass": 1.3,
|
||||
"power": 0,
|
||||
"rangeLS": 0.33
|
||||
}
|
||||
{ "id": "2f", "eddbID": 1244, "grp": "sc", "name": "Advanced Discovery Scanner", "class": 1, "rating": "C", "cost": 1545000, "mass": 2, "power": 0, "rangeLS": null },
|
||||
{ "id": "2g", "eddbID": 1243, "grp": "sc", "name": "Intermediate Discovery Scanner", "class": 1, "rating": "D", "cost": 505000, "mass": 2, "power": 0, "rangeLS": 1000 },
|
||||
{ "id": "2h", "eddbID": 1242, "grp": "sc", "name": "Basic Discovery Scanner", "class": 1, "rating": "E", "cost": 1000, "mass": 2, "power": 0, "rangeLS": 500 },
|
||||
{ "id": "2i", "eddbID": 1245, "grp": "sc", "name": "Detailed Surface Scanner", "class": 1, "rating": "C", "cost": 250000, "mass": 1.3, "power": 0, "rangeLS": 0.33 }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user