mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Add FSD interrupt special
This commit is contained in:
8
dist/index.js
vendored
8
dist/index.js
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user