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:
@@ -1,6 +1,22 @@
|
||||
{
|
||||
"pcq": [
|
||||
{ "id": "mm", "grp": "pcq", "class": 5, "rating": "B", "cost": -1, "mass": 20, "passengers": 4 },
|
||||
{ "id": "mn", "grp": "pcq", "class": 6, "rating": "B", "cost": -1, "mass": 40, "passengers": 8 }
|
||||
{
|
||||
"class": 5,
|
||||
"cost": -1,
|
||||
"grp": "pcq",
|
||||
"id": "mm",
|
||||
"mass": 20,
|
||||
"passengers": 4,
|
||||
"rating": "B"
|
||||
},
|
||||
{
|
||||
"class": 6,
|
||||
"cost": -1,
|
||||
"grp": "pcq",
|
||||
"id": "mn",
|
||||
"mass": 40,
|
||||
"passengers": 8,
|
||||
"rating": "B"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user