mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +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:
57
modules/hardpoints/torpedo_pylon.json
Executable file → Normal file
57
modules/hardpoints/torpedo_pylon.json
Executable file → Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user