mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
Add FSD interrupt special
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
* Add missing Long Range blueprint to multi-cannon
|
* Add missing Long Range blueprint to multi-cannon
|
||||||
* Fix values for thermal load of focused weapon grade 4
|
* Fix values for thermal load of focused weapon grade 4
|
||||||
* Fix internal module information for power plant blueprints
|
* Fix internal module information for power plant blueprints
|
||||||
|
* Add 'FSD Interrupt' special for missile racks
|
||||||
|
|
||||||
#2.3.3
|
#2.3.3
|
||||||
* Add Felicity Farseer to list of engineers that supply sensor and detailed surface scanner modifications
|
* Add Felicity Farseer to list of engineers that supply sensor and detailed surface scanner modifications
|
||||||
|
|||||||
8
dist/index.js
vendored
8
dist/index.js
vendored
@@ -21456,6 +21456,7 @@ module.exports = {
|
|||||||
jitter: 1,
|
jitter: 1,
|
||||||
speed: -.1667
|
speed: -.1667
|
||||||
},
|
},
|
||||||
|
special_fsd_interrupt: {},
|
||||||
special_high_yield_shell: {
|
special_high_yield_shell: {
|
||||||
rof: .1111111111111111
|
rof: .1111111111111111
|
||||||
},
|
},
|
||||||
@@ -23382,7 +23383,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "reload", "rof", "thermload" ],
|
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: {
|
mrp: {
|
||||||
blueprints: {},
|
blueprints: {},
|
||||||
@@ -25082,6 +25083,11 @@ module.exports = {
|
|||||||
edname: "special_force_shell",
|
edname: "special_force_shell",
|
||||||
name: "Force shell"
|
name: "Force shell"
|
||||||
},
|
},
|
||||||
|
special_fsd_interrupt: {
|
||||||
|
id: 33,
|
||||||
|
edname: "special_fsd_interrupt",
|
||||||
|
name: "FSD interrupt"
|
||||||
|
},
|
||||||
special_high_yield_shell: {
|
special_high_yield_shell: {
|
||||||
id: 11,
|
id: 11,
|
||||||
edname: "special_high_yield_shell",
|
edname: "special_high_yield_shell",
|
||||||
|
|||||||
7
dist/index.json
vendored
7
dist/index.json
vendored
@@ -28707,6 +28707,7 @@
|
|||||||
"jitter": 1,
|
"jitter": 1,
|
||||||
"speed": -0.1667
|
"speed": -0.1667
|
||||||
},
|
},
|
||||||
|
"special_fsd_interrupt": {},
|
||||||
"special_high_yield_shell": {
|
"special_high_yield_shell": {
|
||||||
"rof": 0.1111111111111111
|
"rof": 0.1111111111111111
|
||||||
},
|
},
|
||||||
@@ -32045,6 +32046,7 @@
|
|||||||
"specials": [
|
"specials": [
|
||||||
"special_drag_munitions",
|
"special_drag_munitions",
|
||||||
"special_emissive_munitions",
|
"special_emissive_munitions",
|
||||||
|
"special_fsd_interrupt",
|
||||||
"special_overload_munitions",
|
"special_overload_munitions",
|
||||||
"special_penetrator_payload",
|
"special_penetrator_payload",
|
||||||
"special_thermal_cascade"
|
"special_thermal_cascade"
|
||||||
@@ -35208,6 +35210,11 @@
|
|||||||
"edname": "special_force_shell",
|
"edname": "special_force_shell",
|
||||||
"name": "Force shell"
|
"name": "Force shell"
|
||||||
},
|
},
|
||||||
|
"special_fsd_interrupt": {
|
||||||
|
"id": 33,
|
||||||
|
"edname": "special_fsd_interrupt",
|
||||||
|
"name": "FSD interrupt"
|
||||||
|
},
|
||||||
"special_high_yield_shell": {
|
"special_high_yield_shell": {
|
||||||
"id": 11,
|
"id": 11,
|
||||||
"edname": "special_high_yield_shell",
|
"edname": "special_high_yield_shell",
|
||||||
|
|||||||
@@ -211,6 +211,8 @@
|
|||||||
"jitter": 1,
|
"jitter": 1,
|
||||||
"speed": -0.1667
|
"speed": -0.1667
|
||||||
},
|
},
|
||||||
|
"special_fsd_interrupt": {
|
||||||
|
},
|
||||||
"special_high_yield_shell": {
|
"special_high_yield_shell": {
|
||||||
"rof": 0.1111111111111111
|
"rof": 0.1111111111111111
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3192,6 +3192,7 @@
|
|||||||
"specials": [
|
"specials": [
|
||||||
"special_drag_munitions",
|
"special_drag_munitions",
|
||||||
"special_emissive_munitions",
|
"special_emissive_munitions",
|
||||||
|
"special_fsd_interrupt",
|
||||||
"special_overload_munitions",
|
"special_overload_munitions",
|
||||||
"special_penetrator_payload",
|
"special_penetrator_payload",
|
||||||
"special_thermal_cascade"
|
"special_thermal_cascade"
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
"special_emissive_munitions": {"id": 8, "edname": "special_emissive_munitions", "name": "Emissive munitions"},
|
"special_emissive_munitions": {"id": 8, "edname": "special_emissive_munitions", "name": "Emissive munitions"},
|
||||||
"special_feedback_cascade": {"id": 9, "edname": "special_feedback_cascade", "name": "Feedback cascade"},
|
"special_feedback_cascade": {"id": 9, "edname": "special_feedback_cascade", "name": "Feedback cascade"},
|
||||||
"special_force_shell": {"id": 10, "edname": "special_force_shell", "name": "Force shell"},
|
"special_force_shell": {"id": 10, "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", "name": "High yield shell"},
|
"special_high_yield_shell": {"id": 11, "edname": "special_high_yield_shell", "name": "High yield shell"},
|
||||||
"special_incendiary_rounds": {"id": 12, "edname": "special_incendiary_rounds", "name": "Incendiary rounds"},
|
"special_incendiary_rounds": {"id": 12, "edname": "special_incendiary_rounds", "name": "Incendiary rounds"},
|
||||||
"special_inertial_impact": {"id": 32, "edname": "special_inertial_impact", "name": "Inertial impact"},
|
"special_inertial_impact": {"id": 32, "edname": "special_inertial_impact", "name": "Inertial impact"},
|
||||||
|
|||||||
Reference in New Issue
Block a user