mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 07:33:24 +00:00
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:
77
modules/hardpoints/rail_gun.json
Executable file → Normal file
77
modules/hardpoints/rail_gun.json
Executable file → Normal file
@@ -1,7 +1,78 @@
|
||||
{
|
||||
"rg": [
|
||||
{ "id": "29", "edID": 128049488, "eddbID": 876, "grp": "rg", "class": 1, "rating": "D", "cost": 51600, "mass": 2, "integrity": 40, "power": 1.15, "mount": "F", "type": "KT", "armourpen": 30, "breachdps": 35.2, "breachmin": 0.4, "breachmax": 0.8, "dps": 37, "eps": 4.3, "hps": 28.48, "range": 3000, "rof": 1.6, "clip": 1, "ammo": 30, "reload": 1 },
|
||||
{ "id": "2a", "edID": 128049489, "eddbID": 877, "grp": "rg", "class": 2, "rating": "B", "cost": 412800, "mass": 4, "integrity": 51, "power": 1.63, "mount": "F", "type": "KT", "armourpen": 48, "breachdps": 47.4, "breachmin": 0.4, "breachmax": 0.8, "dps": 50, "eps": 6.132, "hps": 36, "range": 3000, "rof": 1.2, "clip": 1, "ammo": 30, "reload": 1 },
|
||||
{ "id": "ih", "edID": 128671341, "eddbID": 1484, "grp": "rg", "name": "Imperial Hammer", "class": 2, "rating": "B", "cost": 619200, "mass": 4, "power": 1.63, "mount": "F", "type": "KT", "damage": 5, "armourpen": "A", "rof": 0.6, "dps": 5, "thermload": 3, "clip": 3, "ammo": 90, "pp": "Arissa Lavigny-Duval" }
|
||||
{
|
||||
"ammo": 30,
|
||||
"armourpen": 30,
|
||||
"breachdps": 35.2,
|
||||
"breachmax": 0.8,
|
||||
"breachmin": 0.4,
|
||||
"class": 1,
|
||||
"clip": 1,
|
||||
"cost": 51600,
|
||||
"dps": 37,
|
||||
"edID": 128049488,
|
||||
"eddbID": 876,
|
||||
"eps": 4.3,
|
||||
"grp": "rg",
|
||||
"hps": 28.48,
|
||||
"id": "29",
|
||||
"integrity": 40,
|
||||
"mass": 2,
|
||||
"mount": "F",
|
||||
"power": 1.15,
|
||||
"range": 3000,
|
||||
"rating": "D",
|
||||
"reload": 1,
|
||||
"rof": 1.6,
|
||||
"type": "KT"
|
||||
},
|
||||
{
|
||||
"ammo": 30,
|
||||
"armourpen": 48,
|
||||
"breachdps": 47.4,
|
||||
"breachmax": 0.8,
|
||||
"breachmin": 0.4,
|
||||
"class": 2,
|
||||
"clip": 1,
|
||||
"cost": 412800,
|
||||
"dps": 50,
|
||||
"edID": 128049489,
|
||||
"eddbID": 877,
|
||||
"eps": 6.132,
|
||||
"grp": "rg",
|
||||
"hps": 36,
|
||||
"id": "2a",
|
||||
"integrity": 51,
|
||||
"mass": 4,
|
||||
"mount": "F",
|
||||
"power": 1.63,
|
||||
"range": 3000,
|
||||
"rating": "B",
|
||||
"reload": 1,
|
||||
"rof": 1.2,
|
||||
"type": "KT"
|
||||
},
|
||||
{
|
||||
"ammo": 90,
|
||||
"armourpen": "A",
|
||||
"class": 2,
|
||||
"clip": 3,
|
||||
"cost": 619200,
|
||||
"damage": 5,
|
||||
"dps": 5,
|
||||
"edID": 128671341,
|
||||
"eddbID": 1484,
|
||||
"grp": "rg",
|
||||
"id": "ih",
|
||||
"mass": 4,
|
||||
"mount": "F",
|
||||
"name": "Imperial Hammer",
|
||||
"power": 1.63,
|
||||
"pp": "Arissa Lavigny-Duval",
|
||||
"rating": "B",
|
||||
"rof": 0.6,
|
||||
"thermload": 3,
|
||||
"type": "KT"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user