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

119
modules/hardpoints/plasma_accelerator.json Executable file → Normal file
View File

@@ -1,9 +1,118 @@
{
"pa": [
{ "id": "2c", "edID": 128049467, "eddbID": 875, "grp": "pa", "class": 4, "rating": "A", "cost": 13793600, "mass": 16, "integrity": 80, "power": 2.63, "mount": "F", "type": "KT", "armourpen": 85, "breachdps": 30.62, "breachmin": 0.4, "breachmax": 0.8, "dps": 30, "eps": 6.312, "hps": 8.85, "range": 3500, "rof": 0.3, "clip": 5, "ammo": 100, "reload": 8, "speed": 875, "roundspershot": 1 },
{ "id": "2b", "edID": 128049466, "eddbID": 874, "grp": "pa", "class": 3, "rating": "B", "cost": 3051200, "mass": 8, "integrity": 64, "power": 1.97, "mount": "F", "type": "KT", "armourpen": 70, "breachdps": 20.4, "breachmin": 0.4, "breachmax": 0.8, "dps": 23.2, "eps": 4.08, "hps": 6.54, "range": 3500, "rof": 0.3, "clip": 5, "ammo": 100, "reload": 8, "speed": 875, "roundspershot": 1 },
{ "id": "1g", "edID": 128049465, "eddbID": 873, "grp": "pa", "class": 2, "rating": "C", "cost": 834200, "mass": 4, "integrity": 51, "power": 1.43, "mount": "F", "type": "KT", "armourpen": 55, "breachdps": 13.26, "breachmin": 0.4, "breachmax": 0.8, "dps": 17.2, "eps": 2.595, "hps": 4.68, "range": 3500, "rof": 0.3, "clip": 5, "ammo": 100, "reload": 8, "speed": 875, "roundspershot": 1 },
{ "id": "Ap", "edID": 128671339, "eddbID": 1482, "grp": "pa", "name": "Advanced Plasma Accelerator", "class": 3, "rating": "B", "cost": 4119120, "mass": 8, "integrity": 64, "power": 1.97, "mount": "F", "type": "KT", "armourpen": 70, "breachdps": 22.48, "breachmin": 0.4, "breachmax": 0.8, "dps": 27.5, "eps": 4.4, "hps": 8.8, "range": 3500, "rof": 0.8, "clip": 20, "ammo": 300, "reload": 8, "speed": 875, "roundspershot": 1, "pp": "Denton Patreus" }
{
"ammo": 100,
"armourpen": 85,
"breachdps": 30.62,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"clip": 5,
"cost": 13793600,
"dps": 30,
"edID": 128049467,
"eddbID": 875,
"eps": 6.312,
"grp": "pa",
"hps": 8.85,
"id": "2c",
"integrity": 80,
"mass": 16,
"mount": "F",
"power": 2.63,
"range": 3500,
"rating": "A",
"reload": 8,
"rof": 0.3,
"roundspershot": 1,
"speed": 875,
"type": "KT"
},
{
"ammo": 100,
"armourpen": 70,
"breachdps": 20.4,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"clip": 5,
"cost": 3051200,
"dps": 23.2,
"edID": 128049466,
"eddbID": 874,
"eps": 4.08,
"grp": "pa",
"hps": 6.54,
"id": "2b",
"integrity": 64,
"mass": 8,
"mount": "F",
"power": 1.97,
"range": 3500,
"rating": "B",
"reload": 8,
"rof": 0.3,
"roundspershot": 1,
"speed": 875,
"type": "KT"
},
{
"ammo": 100,
"armourpen": 55,
"breachdps": 13.26,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"clip": 5,
"cost": 834200,
"dps": 17.2,
"edID": 128049465,
"eddbID": 873,
"eps": 2.595,
"grp": "pa",
"hps": 4.68,
"id": "1g",
"integrity": 51,
"mass": 4,
"mount": "F",
"power": 1.43,
"range": 3500,
"rating": "C",
"reload": 8,
"rof": 0.3,
"roundspershot": 1,
"speed": 875,
"type": "KT"
},
{
"ammo": 300,
"armourpen": 70,
"breachdps": 22.48,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"clip": 20,
"cost": 4119120,
"dps": 27.5,
"edID": 128671339,
"eddbID": 1482,
"eps": 4.4,
"grp": "pa",
"hps": 8.8,
"id": "Ap",
"integrity": 64,
"mass": 8,
"mount": "F",
"name": "Advanced Plasma Accelerator",
"power": 1.97,
"pp": "Denton Patreus",
"range": 3500,
"rating": "B",
"reload": 8,
"rof": 0.8,
"roundspershot": 1,
"speed": 875,
"type": "KT"
}
]
}