Add values for FSD interrupt

This commit is contained in:
Cmdr McDonald
2017-05-03 14:33:06 +01:00
parent 839b9b80a9
commit ba08e5184f
3 changed files with 10 additions and 2 deletions

5
dist/index.js vendored
View File

@@ -21456,7 +21456,10 @@ module.exports = {
jitter: 1,
speed: -.1667
},
special_fsd_interrupt: {},
special_fsd_interrupt: {
damage: -.3,
rof: .5
},
special_high_yield_shell: {
rof: .1111111111111111
},

5
dist/index.json vendored
View File

@@ -28707,7 +28707,10 @@
"jitter": 1,
"speed": -0.1667
},
"special_fsd_interrupt": {},
"special_fsd_interrupt": {
"damage": -0.3,
"rof": 0.5
},
"special_high_yield_shell": {
"rof": 0.1111111111111111
},

View File

@@ -212,6 +212,8 @@
"speed": -0.1667
},
"special_fsd_interrupt": {
"damage": -0.3,
"rof": 0.5
},
"special_high_yield_shell": {
"rof": 0.1111111111111111