mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Separate specials for dumbfire and seeker missiles
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Add missing Long Range blueprint to multi-cannon
|
||||
* Fix values for thermal load of focused weapon grade 4
|
||||
* Fix internal module information for power plant blueprints
|
||||
* Add 'FSD Interrupt' special for missile racks
|
||||
* Add 'FSD Interrupt' special to dumbfire missile racks; this module now has `specials_S` and `specials_D` keys for specials to differentiate
|
||||
|
||||
#2.3.3
|
||||
* Add Felicity Farseer to list of engineers that supply sensor and detailed surface scanner modifications
|
||||
|
||||
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -23383,7 +23383,8 @@ 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_fsd_interrupt", "special_overload_munitions", "special_penetrator_payload", "special_thermal_cascade" ]
|
||||
specials_S: [ "special_drag_munitions", "special_emissive_munitions", "special_overload_munitions", "special_penetrator_payload", "special_thermal_cascade" ],
|
||||
specials_D: [ "special_drag_munitions", "special_emissive_munitions", "special_fsd_interrupt", "special_overload_munitions", "special_penetrator_payload", "special_thermal_cascade" ]
|
||||
},
|
||||
mrp: {
|
||||
blueprints: {},
|
||||
|
||||
9
dist/index.json
vendored
9
dist/index.json
vendored
@@ -32043,7 +32043,14 @@
|
||||
"rof",
|
||||
"thermload"
|
||||
],
|
||||
"specials": [
|
||||
"specials_S": [
|
||||
"special_drag_munitions",
|
||||
"special_emissive_munitions",
|
||||
"special_overload_munitions",
|
||||
"special_penetrator_payload",
|
||||
"special_thermal_cascade"
|
||||
],
|
||||
"specials_D": [
|
||||
"special_drag_munitions",
|
||||
"special_emissive_munitions",
|
||||
"special_fsd_interrupt",
|
||||
|
||||
@@ -3189,7 +3189,14 @@
|
||||
"rof",
|
||||
"thermload"
|
||||
],
|
||||
"specials": [
|
||||
"specials_S": [
|
||||
"special_drag_munitions",
|
||||
"special_emissive_munitions",
|
||||
"special_overload_munitions",
|
||||
"special_penetrator_payload",
|
||||
"special_thermal_cascade"
|
||||
],
|
||||
"specials_D": [
|
||||
"special_drag_munitions",
|
||||
"special_emissive_munitions",
|
||||
"special_fsd_interrupt",
|
||||
|
||||
Reference in New Issue
Block a user