mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 23:45:34 +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:
90
modules/standard/fuel_tank.json
Executable file → Normal file
90
modules/standard/fuel_tank.json
Executable file → Normal file
@@ -1,12 +1,84 @@
|
||||
{
|
||||
"ft": [
|
||||
{ "id": "f1", "edID": 128064346, "eddbID": 1199, "grp": "ft", "class": 1, "rating": "C", "cost": 1000, "fuel": 2 },
|
||||
{ "id": "f2", "edID": 128064347, "eddbID": 1200, "grp": "ft", "class": 2, "rating": "C", "cost": 3750, "fuel": 4 },
|
||||
{ "id": "f3", "edID": 128064348, "eddbID": 1201, "grp": "ft", "class": 3, "rating": "C", "cost": 7060, "fuel": 8 },
|
||||
{ "id": "f4", "edID": 128064349, "eddbID": 1202, "grp": "ft", "class": 4, "rating": "C", "cost": 24730, "fuel": 16 },
|
||||
{ "id": "f5", "edID": 128064350, "eddbID": 1203, "grp": "ft", "class": 5, "rating": "C", "cost": 97750, "fuel": 32 },
|
||||
{ "id": "f6", "edID": 128064351, "eddbID": 1204, "grp": "ft", "class": 6, "rating": "C", "cost": 341580, "fuel": 64 },
|
||||
{ "id": "f7", "edID": 128064352, "eddbID": 1205, "grp": "ft", "class": 7, "rating": "C", "cost": 1780910, "fuel": 128 },
|
||||
{ "id": "f8", "edID": 128064353, "eddbID": 1206, "grp": "ft", "class": 8, "rating": "C", "cost": 5428400, "fuel": 256 }
|
||||
{
|
||||
"class": 1,
|
||||
"cost": 1000,
|
||||
"edID": 128064346,
|
||||
"eddbID": 1199,
|
||||
"fuel": 2,
|
||||
"grp": "ft",
|
||||
"id": "f1",
|
||||
"rating": "C"
|
||||
},
|
||||
{
|
||||
"class": 2,
|
||||
"cost": 3750,
|
||||
"edID": 128064347,
|
||||
"eddbID": 1200,
|
||||
"fuel": 4,
|
||||
"grp": "ft",
|
||||
"id": "f2",
|
||||
"rating": "C"
|
||||
},
|
||||
{
|
||||
"class": 3,
|
||||
"cost": 7060,
|
||||
"edID": 128064348,
|
||||
"eddbID": 1201,
|
||||
"fuel": 8,
|
||||
"grp": "ft",
|
||||
"id": "f3",
|
||||
"rating": "C"
|
||||
},
|
||||
{
|
||||
"class": 4,
|
||||
"cost": 24730,
|
||||
"edID": 128064349,
|
||||
"eddbID": 1202,
|
||||
"fuel": 16,
|
||||
"grp": "ft",
|
||||
"id": "f4",
|
||||
"rating": "C"
|
||||
},
|
||||
{
|
||||
"class": 5,
|
||||
"cost": 97750,
|
||||
"edID": 128064350,
|
||||
"eddbID": 1203,
|
||||
"fuel": 32,
|
||||
"grp": "ft",
|
||||
"id": "f5",
|
||||
"rating": "C"
|
||||
},
|
||||
{
|
||||
"class": 6,
|
||||
"cost": 341580,
|
||||
"edID": 128064351,
|
||||
"eddbID": 1204,
|
||||
"fuel": 64,
|
||||
"grp": "ft",
|
||||
"id": "f6",
|
||||
"rating": "C"
|
||||
},
|
||||
{
|
||||
"class": 7,
|
||||
"cost": 1780910,
|
||||
"edID": 128064352,
|
||||
"eddbID": 1205,
|
||||
"fuel": 128,
|
||||
"grp": "ft",
|
||||
"id": "f7",
|
||||
"rating": "C"
|
||||
},
|
||||
{
|
||||
"class": 8,
|
||||
"cost": 5428400,
|
||||
"edID": 128064353,
|
||||
"eddbID": 1206,
|
||||
"fuel": 256,
|
||||
"grp": "ft",
|
||||
"id": "f8",
|
||||
"rating": "C"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user