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/kill_warrant_scanner.json Executable file → Normal file
View File

@@ -1,9 +1,74 @@
{
"kw": [
{ "id": "0n", "edID": 128662530, "eddbID": 1237, "grp": "kw", "class": 0, "rating": "E", "cost": 13540, "mass": 1.3, "integrity": 32, "power": 0.2, "range": 2000, "time": 10 },
{ "id": "0m", "edID": 128662531, "eddbID": 1238, "grp": "kw", "class": 0, "rating": "D", "cost": 40630, "mass": 1.3, "integrity": 24, "power": 0.4, "range": 2500, "time": 10 },
{ "id": "0l", "edID": 128662532, "eddbID": 1239, "grp": "kw", "class": 0, "rating": "C", "cost": 121900, "mass": 1.3, "integrity": 40, "power": 0.8, "range": 3000, "time": 10 },
{ "id": "0k", "edID": 128662533, "eddbID": 1240, "grp": "kw", "class": 0, "rating": "B", "cost": 365700, "mass": 1.3, "integrity": 56, "power": 1.6, "range": 3500, "time": 10 },
{ "id": "0j", "edID": 128662534, "eddbID": 1241, "grp": "kw", "class": 0, "rating": "A", "cost": 1097100, "mass": 1.3, "integrity": 48, "power": 3.2, "range": 4000, "time": 10 }
{
"class": 0,
"cost": 13540,
"edID": 128662530,
"eddbID": 1237,
"grp": "kw",
"id": "0n",
"integrity": 32,
"mass": 1.3,
"power": 0.2,
"range": 2000,
"rating": "E",
"time": 10
},
{
"class": 0,
"cost": 40630,
"edID": 128662531,
"eddbID": 1238,
"grp": "kw",
"id": "0m",
"integrity": 24,
"mass": 1.3,
"power": 0.4,
"range": 2500,
"rating": "D",
"time": 10
},
{
"class": 0,
"cost": 121900,
"edID": 128662532,
"eddbID": 1239,
"grp": "kw",
"id": "0l",
"integrity": 40,
"mass": 1.3,
"power": 0.8,
"range": 3000,
"rating": "C",
"time": 10
},
{
"class": 0,
"cost": 365700,
"edID": 128662533,
"eddbID": 1240,
"grp": "kw",
"id": "0k",
"integrity": 56,
"mass": 1.3,
"power": 1.6,
"range": 3500,
"rating": "B",
"time": 10
},
{
"class": 0,
"cost": 1097100,
"edID": 128662534,
"eddbID": 1241,
"grp": "kw",
"id": "0j",
"integrity": 48,
"mass": 1.3,
"power": 3.2,
"range": 4000,
"rating": "A",
"time": 10
}
]
}