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:
Cmdr McDonald
2016-10-15 17:28:56 +01:00
parent 38de0a6433
commit 3195c6d7b2
50 changed files with 10642 additions and 975 deletions

75
modules/hardpoints/shield_booster.json Executable file → Normal file
View File

@@ -1,9 +1,74 @@
{
"sb": [
{ "id": "08", "edID": 128668532, "eddbID": 1368, "grp": "sb", "class": 0, "rating": "E", "cost": 10000, "mass": 0.5, "integrity": 25, "power": 0.2, "passive": 1, "shieldmul": 0.04 },
{ "id": "07", "edID": 128668533, "eddbID": 1369, "grp": "sb", "class": 0, "rating": "D", "cost": 23000, "mass": 1, "integrity": 35, "power": 0.5, "passive": 1, "shieldmul": 0.08 },
{ "id": "06", "edID": 128668534, "eddbID": 1370, "grp": "sb", "class": 0, "rating": "C", "cost": 53000, "mass": 2, "integrity": 40, "power": 0.7, "passive": 1, "shieldmul": 0.12 },
{ "id": "05", "edID": 128668535, "eddbID": 1371, "grp": "sb", "class": 0, "rating": "B", "cost": 122000, "mass": 3, "integrity": 45, "power": 1, "passive": 1, "shieldmul": 0.16 },
{ "id": "04", "edID": 128668536, "eddbID": 1372, "grp": "sb", "class": 0, "rating": "A", "cost": 281000, "mass": 3.5, "integrity": 48, "power": 1.2, "passive": 1, "shieldmul": 0.2 }
{
"class": 0,
"cost": 10000,
"edID": 128668532,
"eddbID": 1368,
"grp": "sb",
"id": "08",
"integrity": 25,
"mass": 0.5,
"passive": 1,
"power": 0.2,
"rating": "E",
"shieldmul": 0.04
},
{
"class": 0,
"cost": 23000,
"edID": 128668533,
"eddbID": 1369,
"grp": "sb",
"id": "07",
"integrity": 35,
"mass": 1,
"passive": 1,
"power": 0.5,
"rating": "D",
"shieldmul": 0.08
},
{
"class": 0,
"cost": 53000,
"edID": 128668534,
"eddbID": 1370,
"grp": "sb",
"id": "06",
"integrity": 40,
"mass": 2,
"passive": 1,
"power": 0.7,
"rating": "C",
"shieldmul": 0.12
},
{
"class": 0,
"cost": 122000,
"edID": 128668535,
"eddbID": 1371,
"grp": "sb",
"id": "05",
"integrity": 45,
"mass": 3,
"passive": 1,
"power": 1,
"rating": "B",
"shieldmul": 0.16
},
{
"class": 0,
"cost": 281000,
"edID": 128668536,
"eddbID": 1372,
"grp": "sb",
"id": "04",
"integrity": 48,
"mass": 3.5,
"passive": 1,
"power": 1.2,
"rating": "A",
"shieldmul": 0.2
}
]
}