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

78
modules/hardpoints/mine_launcher.json Executable file → Normal file
View File

@@ -1,7 +1,79 @@
{
"nl": [
{ "id": "2j", "edID": 128049500, "eddbID": 880, "grp": "nl", "class": 1, "rating": "I", "cost": 24260, "mass": 2, "integrity": 40, "power": 0.4, "mount": "F", "type": "ET", "armourpen": 60, "breachdps": 0, "breachmin": 0, "breachmax": 0, "dps": 44, "eps": 0, "hps": 5, "rof": 1, "clip": 3, "ammo": 36, "reload": 2 },
{ "id": "2k", "edID": 128049501, "eddbID": 881, "grp": "nl", "class": 2, "rating": "I", "cost": 294080, "mass": 4, "integrity": 51, "power": 0.4, "mount": "F", "type": "ET", "armourpen": 60, "breachdps": 0, "breachmin": 0, "breachmax": 0, "dps": 44, "eps": 0, "hps": 7.5, "rof": 1, "clip": 3, "ammo": 36, "reload": 2 },
{ "id": "kp", "edID": 128671448, "eddbID": 1523, "grp": "nl", "name":"Shock Mine Launcher", "class": 1, "rating": "I", "cost": 36400, "mass": 2, "integrity": 40, "power": 0.4, "mount": "F", "type": "ET", "armourpen": "C", "breachdps": 0, "breachmin": 0, "breachmax": 0, "dps": 32, "hps": 5, "rof": 1, "clip": 3, "ammo": 36, "reload": 2 }
{
"ammo": 36,
"armourpen": 60,
"breachdps": 0,
"breachmax": 0,
"breachmin": 0,
"class": 1,
"clip": 3,
"cost": 24260,
"dps": 44,
"edID": 128049500,
"eddbID": 880,
"eps": 0,
"grp": "nl",
"hps": 5,
"id": "2j",
"integrity": 40,
"mass": 2,
"mount": "F",
"power": 0.4,
"rating": "I",
"reload": 2,
"rof": 1,
"type": "ET"
},
{
"ammo": 36,
"armourpen": 60,
"breachdps": 0,
"breachmax": 0,
"breachmin": 0,
"class": 2,
"clip": 3,
"cost": 294080,
"dps": 44,
"edID": 128049501,
"eddbID": 881,
"eps": 0,
"grp": "nl",
"hps": 7.5,
"id": "2k",
"integrity": 51,
"mass": 4,
"mount": "F",
"power": 0.4,
"rating": "I",
"reload": 2,
"rof": 1,
"type": "ET"
},
{
"ammo": 36,
"armourpen": "C",
"breachdps": 0,
"breachmax": 0,
"breachmin": 0,
"class": 1,
"clip": 3,
"cost": 36400,
"dps": 32,
"edID": 128671448,
"eddbID": 1523,
"grp": "nl",
"hps": 5,
"id": "kp",
"integrity": 40,
"mass": 2,
"mount": "F",
"name": "Shock Mine Launcher",
"power": 0.4,
"rating": "I",
"reload": 2,
"rof": 1,
"type": "ET"
}
]
}