Forgot Remote Release Flak Launcher

This commit is contained in:
Sean McIntyre
2018-01-22 16:43:10 -05:00
parent e05a77333b
commit 618802ff81
5 changed files with 213 additions and 4 deletions

View 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
}
]
}

View File

@@ -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,