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

84
modules/hardpoints/countermeasures.json Executable file → Normal file
View File

@@ -1,8 +1,84 @@
{
"cm": [
{ "id": "00", "edID": 128049513, "eddbID": 884, "grp": "cm", "name": "Chaff Launcher", "class": 0, "rating": "I", "cost": 8500, "mass": 1.3, "integrity": 20, "power": 0.2, "passive": 1, "eps": 4, "hps": 4, "clip": 1, "ammo": 10, "reload": 10, "duration": 20 },
{ "id": "01", "edID": 128049516, "eddbID": 885, "grp": "cm", "name": "Electronic Countermeasure", "class": 0, "rating": "F", "cost": 12500, "mass": 1.3, "integrity": 20, "power": 0.2, "range": 3000, "chargeup": 4, "activepower": 4, "cooldown": 10 },
{ "id": "02", "edID": 128049519, "eddbID": 886, "grp": "cm", "name": "Heat Sink Launcher", "class": 0, "rating": "I", "cost": 3500, "mass": 1.3, "integrity": 20, "power": 0.2, "passive": 1, "rof": 0.2, "eps": 0.4, "clip": 1, "ammo": 2, "duration": 10, "reload": 10 },
{ "id": "03", "edID": 128049522, "eddbID": 887, "grp": "cm", "name": "Point Defence", "class": 0, "type": "K", "rating": "I", "cost": 18550, "mass": 0.5, "integrity": 20, "power": 0.2, "passive": 1, "speed": 1000, "rof": 10, "clip": 50, "ammo": 10000, "reload": 0, "burst": 4, "burstrof": 15 , "jitter": 1.5}
{
"ammo": 10,
"class": 0,
"clip": 1,
"cost": 8500,
"duration": 20,
"edID": 128049513,
"eddbID": 884,
"eps": 4,
"grp": "cm",
"hps": 4,
"id": "00",
"integrity": 20,
"mass": 1.3,
"name": "Chaff Launcher",
"passive": 1,
"power": 0.2,
"rating": "I",
"reload": 10
},
{
"activepower": 4,
"chargeup": 4,
"class": 0,
"cooldown": 10,
"cost": 12500,
"edID": 128049516,
"eddbID": 885,
"grp": "cm",
"id": "01",
"integrity": 20,
"mass": 1.3,
"name": "Electronic Countermeasure",
"power": 0.2,
"range": 3000,
"rating": "F"
},
{
"ammo": 2,
"class": 0,
"clip": 1,
"cost": 3500,
"duration": 10,
"edID": 128049519,
"eddbID": 886,
"eps": 0.4,
"grp": "cm",
"id": "02",
"integrity": 20,
"mass": 1.3,
"name": "Heat Sink Launcher",
"passive": 1,
"power": 0.2,
"rating": "I",
"reload": 10,
"rof": 0.2
},
{
"ammo": 10000,
"burst": 4,
"burstrof": 15,
"class": 0,
"clip": 50,
"cost": 18550,
"edID": 128049522,
"eddbID": 887,
"grp": "cm",
"id": "03",
"integrity": 20,
"jitter": 1.5,
"mass": 0.5,
"name": "Point Defence",
"passive": 1,
"power": 0.2,
"rating": "I",
"reload": 0,
"rof": 10,
"speed": 1000,
"type": "K"
}
]
}