mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Fix base shield values for cutter and corvette
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
#2.2.10
|
||||||
|
* Fix incorrect base shield values for Cutter and Corvette
|
||||||
|
|
||||||
#2.2.9
|
#2.2.9
|
||||||
|
* Add falloff metric for weapons
|
||||||
* Add falloff metric for weapons
|
* Add falloff metric for weapons
|
||||||
* Add falloff from range modification
|
* Add falloff from range modification
|
||||||
|
|
||||||
|
|||||||
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -1069,7 +1069,7 @@ module.exports = {
|
|||||||
speed: 200,
|
speed: 200,
|
||||||
boost: 260,
|
boost: 260,
|
||||||
boostEnergy: 27,
|
boostEnergy: 27,
|
||||||
baseShieldStrength: 610.5,
|
baseShieldStrength: 555,
|
||||||
baseArmour: 370,
|
baseArmour: 370,
|
||||||
hardness: 70,
|
hardness: 70,
|
||||||
hullMass: 900,
|
hullMass: 900,
|
||||||
@@ -1750,7 +1750,7 @@ module.exports = {
|
|||||||
speed: 200,
|
speed: 200,
|
||||||
boost: 320,
|
boost: 320,
|
||||||
boostEnergy: 23,
|
boostEnergy: 23,
|
||||||
baseShieldStrength: 690,
|
baseShieldStrength: 600,
|
||||||
baseArmour: 400,
|
baseArmour: 400,
|
||||||
hardness: 70,
|
hardness: 70,
|
||||||
hullMass: 1100,
|
hullMass: 1100,
|
||||||
|
|||||||
4
dist/index.json
vendored
4
dist/index.json
vendored
@@ -1683,7 +1683,7 @@
|
|||||||
"speed": 200,
|
"speed": 200,
|
||||||
"boost": 260,
|
"boost": 260,
|
||||||
"boostEnergy": 27,
|
"boostEnergy": 27,
|
||||||
"baseShieldStrength": 610.5,
|
"baseShieldStrength": 555,
|
||||||
"baseArmour": 370,
|
"baseArmour": 370,
|
||||||
"hardness": 70,
|
"hardness": 70,
|
||||||
"hullMass": 900,
|
"hullMass": 900,
|
||||||
@@ -2778,7 +2778,7 @@
|
|||||||
"speed": 200,
|
"speed": 200,
|
||||||
"boost": 320,
|
"boost": 320,
|
||||||
"boostEnergy": 23,
|
"boostEnergy": 23,
|
||||||
"baseShieldStrength": 690,
|
"baseShieldStrength": 600,
|
||||||
"baseArmour": 400,
|
"baseArmour": 400,
|
||||||
"hardness": 70,
|
"hardness": 70,
|
||||||
"hullMass": 1100,
|
"hullMass": 1100,
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"speed": 200,
|
"speed": 200,
|
||||||
"boost": 260,
|
"boost": 260,
|
||||||
"boostEnergy": 27,
|
"boostEnergy": 27,
|
||||||
"baseShieldStrength": 610.5,
|
"baseShieldStrength": 555,
|
||||||
"baseArmour": 370,
|
"baseArmour": 370,
|
||||||
"hardness": 70,
|
"hardness": 70,
|
||||||
"hullMass": 900,
|
"hullMass": 900,
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"speed": 200,
|
"speed": 200,
|
||||||
"boost": 320,
|
"boost": 320,
|
||||||
"boostEnergy": 23,
|
"boostEnergy": 23,
|
||||||
"baseShieldStrength": 690,
|
"baseShieldStrength": 600,
|
||||||
"baseArmour": 400,
|
"baseArmour": 400,
|
||||||
"hardness": 70,
|
"hardness": 70,
|
||||||
"hullMass": 1100,
|
"hullMass": 1100,
|
||||||
|
|||||||
Reference in New Issue
Block a user