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

57
modules/hardpoints/torpedo_pylon.json Executable file → Normal file
View File

@@ -1,7 +1,58 @@
{
"tp": [
{ "id": "2h", "edID": 128049509, "eddbID": 882, "grp": "tp", "class": 1, "rating": "I", "cost": 11200, "mass": 2, "integrity": 40, "power": 0.4, "mount": "F", "type": "E", "armourpen": 10000, "breachdps": 60, "breachmin": 0.6, "breachmax": 0.8, "dps": 120, "eps": 0, "hps": 45, "rof": 1, "clip": 1, "ammo": 1, "reload": 5, "speed": 250, "missile": "S" },
{ "id": "2i", "edID": 128049510, "eddbID": 883, "grp": "tp", "class": 2, "rating": "I", "cost": 44800, "mass": 4, "integrity": 51, "power": 0.4, "mount": "F", "type": "E", "armourpen": 10000, "breachdps": 60, "breachmin": 0.6, "breachmax": 0.8, "dps": 120, "eps": 0, "hps": 50, "rof": 1, "clip": 1, "ammo": 2, "reload": 5, "speed": 250, "missile": "S" }
{
"ammo": 1,
"armourpen": 10000,
"breachdps": 60,
"breachmax": 0.8,
"breachmin": 0.6,
"class": 1,
"clip": 1,
"cost": 11200,
"dps": 120,
"edID": 128049509,
"eddbID": 882,
"eps": 0,
"grp": "tp",
"hps": 45,
"id": "2h",
"integrity": 40,
"mass": 2,
"missile": "S",
"mount": "F",
"power": 0.4,
"rating": "I",
"reload": 5,
"rof": 1,
"speed": 250,
"type": "E"
},
{
"ammo": 2,
"armourpen": 10000,
"breachdps": 60,
"breachmax": 0.8,
"breachmin": 0.6,
"class": 2,
"clip": 1,
"cost": 44800,
"dps": 120,
"edID": 128049510,
"eddbID": 883,
"eps": 0,
"grp": "tp",
"hps": 50,
"id": "2i",
"integrity": 51,
"mass": 4,
"missile": "S",
"mount": "F",
"power": 0.4,
"rating": "I",
"reload": 5,
"rof": 1,
"speed": 250,
"type": "E"
}
]
}