mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
Add shot speed to relevant kinetics
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* Add shot speed for long range weapon
|
||||
* Fix components for dirty drive grade 3
|
||||
* Update values for Cytoscrambler
|
||||
* Add shotspeed modifier to cannon/multi-cannon/fragment cannon
|
||||
|
||||
#2.3.4
|
||||
* Add missing Long Range blueprint to multi-cannon
|
||||
|
||||
6
dist/index.js
vendored
6
dist/index.js
vendored
@@ -22078,7 +22078,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
modifications: [ "ammo", "clip", "damage", "damagedist", "distdraw", "fallofffromrange", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
|
||||
modifications: [ "ammo", "clip", "damage", "damagedist", "distdraw", "fallofffromrange", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
|
||||
specials: [ "special_auto_loader", "special_dispersal_field", "special_smart_rounds", "special_force_shell", "special_high_yield_shell", "special_thermal_cascade" ]
|
||||
},
|
||||
cc: {
|
||||
@@ -22556,7 +22556,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
modifications: [ "ammo", "burst", "burstrof", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
|
||||
modifications: [ "ammo", "burst", "burstrof", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
|
||||
specials: [ "special_corrosive_shell", "special_blinding_shell", "special_incendiary_rounds", "special_drag_munitions", "special_screening_shell" ]
|
||||
},
|
||||
fh: {
|
||||
@@ -23304,7 +23304,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
|
||||
modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
|
||||
specials: [ "special_auto_loader", "special_corrosive_shell", "special_emissive_munitions", "special_incendiary_rounds", "special_smart_rounds", "special_thermalshock" ]
|
||||
},
|
||||
ml: {
|
||||
|
||||
3
dist/index.json
vendored
3
dist/index.json
vendored
@@ -29692,6 +29692,7 @@
|
||||
"range",
|
||||
"reload",
|
||||
"rof",
|
||||
"shotspeed",
|
||||
"thermload"
|
||||
],
|
||||
"specials": [
|
||||
@@ -30544,6 +30545,7 @@
|
||||
"range",
|
||||
"reload",
|
||||
"rof",
|
||||
"shotspeed",
|
||||
"thermload"
|
||||
],
|
||||
"specials": [
|
||||
@@ -31904,6 +31906,7 @@
|
||||
"range",
|
||||
"reload",
|
||||
"rof",
|
||||
"shotspeed",
|
||||
"thermload"
|
||||
],
|
||||
"specials": [
|
||||
|
||||
@@ -805,6 +805,7 @@
|
||||
"range",
|
||||
"reload",
|
||||
"rof",
|
||||
"shotspeed",
|
||||
"thermload"
|
||||
],
|
||||
"specials": [
|
||||
@@ -1661,6 +1662,7 @@
|
||||
"range",
|
||||
"reload",
|
||||
"rof",
|
||||
"shotspeed",
|
||||
"thermload"
|
||||
],
|
||||
"specials": [
|
||||
@@ -3025,6 +3027,7 @@
|
||||
"range",
|
||||
"reload",
|
||||
"rof",
|
||||
"shotspeed",
|
||||
"thermload"
|
||||
],
|
||||
"specials": [
|
||||
|
||||
Reference in New Issue
Block a user