mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 07:33:24 +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:
@@ -1,5 +1,15 @@
|
||||
{
|
||||
"pas": [
|
||||
{ "id": "PA", "edID": 128672317, "eddbID": 1538, "grp": "pas", "class": 1, "rating": "I", "cost": 500, "power": 0.0, "mass": 0 }
|
||||
{
|
||||
"class": 1,
|
||||
"cost": 500,
|
||||
"edID": 128672317,
|
||||
"eddbID": 1538,
|
||||
"grp": "pas",
|
||||
"id": "PA",
|
||||
"mass": 0,
|
||||
"power": 0,
|
||||
"rating": "I"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user