Add FSD interrupt special

This commit is contained in:
Cmdr McDonald
2017-05-03 09:57:56 +01:00
parent 64b7ca503a
commit 9825474117
6 changed files with 19 additions and 1 deletions

8
dist/index.js vendored
View File

@@ -21456,6 +21456,7 @@ module.exports = {
jitter: 1,
speed: -.1667
},
special_fsd_interrupt: {},
special_high_yield_shell: {
rof: .1111111111111111
},
@@ -23382,7 +23383,7 @@ module.exports = {
}
},
modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "reload", "rof", "thermload" ],
specials: [ "special_drag_munitions", "special_emissive_munitions", "special_overload_munitions", "special_penetrator_payload", "special_thermal_cascade" ]
specials: [ "special_drag_munitions", "special_emissive_munitions", "special_fsd_interrupt", "special_overload_munitions", "special_penetrator_payload", "special_thermal_cascade" ]
},
mrp: {
blueprints: {},
@@ -25082,6 +25083,11 @@ module.exports = {
edname: "special_force_shell",
name: "Force shell"
},
special_fsd_interrupt: {
id: 33,
edname: "special_fsd_interrupt",
name: "FSD interrupt"
},
special_high_yield_shell: {
id: 11,
edname: "special_high_yield_shell",

7
dist/index.json vendored
View File

@@ -28707,6 +28707,7 @@
"jitter": 1,
"speed": -0.1667
},
"special_fsd_interrupt": {},
"special_high_yield_shell": {
"rof": 0.1111111111111111
},
@@ -32045,6 +32046,7 @@
"specials": [
"special_drag_munitions",
"special_emissive_munitions",
"special_fsd_interrupt",
"special_overload_munitions",
"special_penetrator_payload",
"special_thermal_cascade"
@@ -35208,6 +35210,11 @@
"edname": "special_force_shell",
"name": "Force shell"
},
"special_fsd_interrupt": {
"id": 33,
"edname": "special_fsd_interrupt",
"name": "FSD interrupt"
},
"special_high_yield_shell": {
"id": 11,
"edname": "special_high_yield_shell",