mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
Fix missing damage value for 2B dumbfires
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
* Add separate min/opt/max multipliers for enhanced thrusters for speed, acceleration and rotation
|
* Add separate min/opt/max multipliers for enhanced thrusters for speed, acceleration and rotation
|
||||||
* Add module reinforcement packages
|
* Add module reinforcement packages
|
||||||
* Add military compartments
|
* Add military compartments
|
||||||
|
* Fix missing damage value for 2B dumbfires
|
||||||
|
|
||||||
#2.2.5
|
#2.2.5
|
||||||
* Fix incorrect ID for emissive munitions special
|
* Fix incorrect ID for emissive munitions special
|
||||||
|
|||||||
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -8209,7 +8209,7 @@ module.exports = {
|
|||||||
class: 2,
|
class: 2,
|
||||||
clip: 12,
|
clip: 12,
|
||||||
cost: 240400,
|
cost: 240400,
|
||||||
dps: 25,
|
damage: 50,
|
||||||
edID: 128666725,
|
edID: 128666725,
|
||||||
eddbID: 1327,
|
eddbID: 1327,
|
||||||
eps: .12,
|
eps: .12,
|
||||||
|
|||||||
2
dist/index.json
vendored
2
dist/index.json
vendored
@@ -10237,7 +10237,7 @@
|
|||||||
"class": 2,
|
"class": 2,
|
||||||
"clip": 12,
|
"clip": 12,
|
||||||
"cost": 240400,
|
"cost": 240400,
|
||||||
"dps": 25,
|
"damage": 50,
|
||||||
"edID": 128666725,
|
"edID": 128666725,
|
||||||
"eddbID": 1327,
|
"eddbID": 1327,
|
||||||
"eps": 0.12,
|
"eps": 0.12,
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
"class": 2,
|
"class": 2,
|
||||||
"clip": 12,
|
"clip": 12,
|
||||||
"cost": 240400,
|
"cost": 240400,
|
||||||
"dps": 25,
|
"damage": 50,
|
||||||
"edID": 128666725,
|
"edID": 128666725,
|
||||||
"eddbID": 1327,
|
"eddbID": 1327,
|
||||||
"eps": 0.12,
|
"eps": 0.12,
|
||||||
|
|||||||
Reference in New Issue
Block a user