mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
prep for sub surface displacement misiles
This commit is contained in:
36
modules/hardpoints/sub_surface_displacement_missile.json
Normal file
36
modules/hardpoints/sub_surface_displacement_missile.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"sdm": [
|
||||
{
|
||||
"breachdmg": 0.5,
|
||||
"breachmax": 0.2,
|
||||
"shotspeed": 550,
|
||||
"breachmin": 0.1,
|
||||
"class": 2,
|
||||
"cost": 381750,
|
||||
"damage": 5,
|
||||
"chargetime": 2,
|
||||
"damagedist": {
|
||||
"E": 1
|
||||
},
|
||||
"distdraw": 0.24,
|
||||
"edID": 128049381,
|
||||
"eddbID": 823,
|
||||
"falloff": 500,
|
||||
"ammo": 96,
|
||||
"clip": 1,
|
||||
"grp": "sdm",
|
||||
"id": "3N",
|
||||
"reload": 2,
|
||||
"integrity": 51,
|
||||
"mass": 4,
|
||||
"mount": "F",
|
||||
"piercing": 25,
|
||||
"power": 0.93,
|
||||
"range": 3000,
|
||||
"rating": "B",
|
||||
"rof": 0.5,
|
||||
"thermload": 2.9,
|
||||
"symbol": "Hpt_Mining_Subsurfdispmisle_Fixed_Medium"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -38,6 +38,7 @@ module.exports = {
|
||||
gpc: require('./hardpoints/guardian_plasma_charger').gpc,
|
||||
ggc: require('./hardpoints/guardian_gauss_cannon').ggc,
|
||||
sfn: require('./hardpoints/shutdown_field_neutraliser').sfn,
|
||||
sdm: require('./hardpoints/sub_surface_displacement_missile.json').sdm,
|
||||
xs: require('./hardpoints/xeno_scanner').xs,
|
||||
tbsc: require('./hardpoints/shock_cannon').tbsc,
|
||||
tbem: require('./hardpoints/enzyme_missile_rack.json').tbem,
|
||||
|
||||
Reference in New Issue
Block a user