mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 23:45:34 +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:
61
modules/hardpoints/mining_laser.json
Executable file → Normal file
61
modules/hardpoints/mining_laser.json
Executable file → Normal file
@@ -1,7 +1,62 @@
|
||||
{
|
||||
"ml": [
|
||||
{ "id": "2l", "edID": 128049525, "eddbID": 888, "grp": "ml", "class": 1, "rating": "D", "cost": 6800, "mass": 2, "integrity": 40, "power": 0.5, "mount": "F", "armourpen": 18, "breachdps": 0.3, "breachmin": 0.1, "breachmax": 0.2, "dps": 2, "eps": 1.5, "hps": 2 },
|
||||
{ "id": "2m", "edID": 128049526, "eddbID": 889, "grp": "ml", "class": 2, "rating": "D", "cost": 22580, "mass": 2, "integrity": 51, "power": 0.75, "mount": "F", "armourpen": 18, "breachdps": 0.6, "breachmin": 0.1, "breachmax": 0.2, "dps": 4, "eps": 3, "hps": 4 },
|
||||
{ "id": "ml", "eddbID": 1479, "grp": "ml", "name": "Mining Lance", "class": 1, "rating": "D", "cost": 13600, "mass": 2, "power": 0.7, "mount": "F", "type": "T", "damage": 3, "dps": 3, "armourpen": "D", "thermload": 3, "pp": "Zemina Torval" }
|
||||
{
|
||||
"armourpen": 18,
|
||||
"breachdps": 0.3,
|
||||
"breachmax": 0.2,
|
||||
"breachmin": 0.1,
|
||||
"class": 1,
|
||||
"cost": 6800,
|
||||
"dps": 2,
|
||||
"edID": 128049525,
|
||||
"eddbID": 888,
|
||||
"eps": 1.5,
|
||||
"grp": "ml",
|
||||
"hps": 2,
|
||||
"id": "2l",
|
||||
"integrity": 40,
|
||||
"mass": 2,
|
||||
"mount": "F",
|
||||
"power": 0.5,
|
||||
"rating": "D"
|
||||
},
|
||||
{
|
||||
"armourpen": 18,
|
||||
"breachdps": 0.6,
|
||||
"breachmax": 0.2,
|
||||
"breachmin": 0.1,
|
||||
"class": 2,
|
||||
"cost": 22580,
|
||||
"dps": 4,
|
||||
"edID": 128049526,
|
||||
"eddbID": 889,
|
||||
"eps": 3,
|
||||
"grp": "ml",
|
||||
"hps": 4,
|
||||
"id": "2m",
|
||||
"integrity": 51,
|
||||
"mass": 2,
|
||||
"mount": "F",
|
||||
"power": 0.75,
|
||||
"rating": "D"
|
||||
},
|
||||
{
|
||||
"armourpen": "D",
|
||||
"class": 1,
|
||||
"cost": 13600,
|
||||
"damage": 3,
|
||||
"dps": 3,
|
||||
"eddbID": 1479,
|
||||
"grp": "ml",
|
||||
"id": "ml",
|
||||
"mass": 2,
|
||||
"mount": "F",
|
||||
"name": "Mining Lance",
|
||||
"power": 0.7,
|
||||
"pp": "Zemina Torval",
|
||||
"rating": "D",
|
||||
"thermload": 3,
|
||||
"type": "T"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user