add guardian plasma charger

This commit is contained in:
willyb321
2018-04-25 15:05:17 +10:00
parent b1da2a50d2
commit 1264a6edf9
3 changed files with 74 additions and 0 deletions

View File

@@ -3427,6 +3427,12 @@
"special_weapon_lightweight"
]
},
"gpc": {
"blueprints": {
},
"modifications": [
]
},
"gpl": {
"blueprints": {
},

View File

@@ -0,0 +1,66 @@
{
"gpc": [
{
"ammo": 200,
"breachdmg": 0.7,
"breachmax": 0.8,
"breachmin": 0.5,
"class": 2,
"clip": 15,
"cost": 3051200,
"damage": 5,
"damagedist": {
"A": 1
},
"distdraw": 13.6,
"edID": 128049466,
"eddbID": 874,
"falloff": 1000,
"grp": "gpc",
"id": "0J",
"integrity": 42,
"mass": 4,
"mount": "F",
"piercing": 80,
"power": 2.13,
"range": 3500,
"rating": "B",
"reload": 3,
"rof": 5,
"shotspeed": 1200,
"thermload": 5.2,
"symbol": "Hpt_Guardian_PlasmaLauncher_Fixed_Medium"
},
{
"ammo": 200,
"breachdmg": 1.0,
"breachmax": 0.8,
"breachmin": 0.5,
"class": 2,
"clip": 15,
"cost": 3051200,
"damage": 4,
"damagedist": {
"A": 1
},
"distdraw": 13.6,
"edID": 128049466,
"eddbID": 874,
"falloff": 1000,
"grp": "gpc",
"id": "0I",
"integrity": 42,
"mass": 4,
"mount": "T",
"piercing": 80,
"power": 2.01,
"range": 3500,
"rating": "E",
"reload": 3,
"rof": 5,
"shotspeed": 1200,
"thermload": 5.8,
"symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Medium"
}
]
}

View File

@@ -33,6 +33,8 @@ module.exports = {
ec: require('./hardpoints/electronic_countermeasure').ec,
hs: require('./hardpoints/heat_sink_launcher').hs,
po: require('./hardpoints/point_defence').po,
gpc: require('./hardpoints/guardian_plasma_charger').gpc,
ggc: require('./hardpoints/guardian_gauss_cannon').ggc,
sfn: require('./hardpoints/shutdown_field_neutraliser').sfn,
xs: require('./hardpoints/xeno_scanner').xs
},