mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 15:55:35 +00:00
Forgot Remote Release Flak Launcher
This commit is contained in:
63
modules/hardpoints/remote_release_flak_launcher.json
Normal file
63
modules/hardpoints/remote_release_flak_launcher.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"rfl": [
|
||||
{
|
||||
"ammo": 32,
|
||||
"breachdmg": 1.7,
|
||||
"breachmax": 1,
|
||||
"breachmin": 1,
|
||||
"class": 2,
|
||||
"clip": 1,
|
||||
"cost": 261800,
|
||||
"damage": 34.0,
|
||||
"damagedist": {
|
||||
"E": 1
|
||||
},
|
||||
"distdraw": 0.24,
|
||||
"edID": 128785626,
|
||||
"eddbID": 1620,
|
||||
"falloff": 100000,
|
||||
"grp": "rfl",
|
||||
"id": "x8",
|
||||
"integrity": 51,
|
||||
"mass": 4,
|
||||
"mount": "F",
|
||||
"piercing": 60,
|
||||
"power": 1.2,
|
||||
"rating": "B",
|
||||
"reload": 2,
|
||||
"rof": 0.5,
|
||||
"shotspeed": 550,
|
||||
"thermload": 3.6
|
||||
},
|
||||
{
|
||||
"ammo": 32,
|
||||
"breachdmg": 1.7,
|
||||
"breachmax": 1,
|
||||
"breachmin": 1,
|
||||
"class": 2,
|
||||
"clip": 1,
|
||||
"cost": 1259200,
|
||||
"damage": 34.0,
|
||||
"damagedist": {
|
||||
"E": 1
|
||||
},
|
||||
"distdraw": 0.24,
|
||||
"edID": 128793058,
|
||||
"eddbID": 1621,
|
||||
"falloff": 100000,
|
||||
"grp": "rfl",
|
||||
"id": "x9",
|
||||
"integrity": 51,
|
||||
"mass": 4,
|
||||
"mount": "T",
|
||||
"piercing": 60,
|
||||
"power": 1.2,
|
||||
"rating": "B",
|
||||
"reload": 2,
|
||||
"rof": 0.5,
|
||||
"shotspeed": 550,
|
||||
"thermload": 3.6
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -17,6 +17,7 @@ module.exports = {
|
||||
axmc: require('./hardpoints/ax_multi_cannon').axmc,
|
||||
c: require('./hardpoints/cannon').c,
|
||||
fc: require('./hardpoints/fragment_cannon').fc,
|
||||
rfl: require('./hardpoints/remote_release_flak_launcher.json').rfl,
|
||||
rg: require('./hardpoints/rail_gun').rg,
|
||||
pa: require('./hardpoints/plasma_accelerator').pa,
|
||||
mr: require('./hardpoints/missile_rack').mr,
|
||||
|
||||
Reference in New Issue
Block a user