Fix jitter stat

This commit is contained in:
Cmdr McDonald
2017-03-06 19:56:36 +00:00
parent bdb5dc40d5
commit a71854309f
3 changed files with 23 additions and 7 deletions

14
dist/index.js vendored
View File

@@ -14714,7 +14714,11 @@ module.exports = {
} }
}, },
"4": { "4": {
components: {}, components: {
"Galvanising Alloys": 1,
"Heat Vanes": 1,
Tungsten: 1
},
features: { features: {
explres: [ -.224, -.112 ], explres: [ -.224, -.112 ],
kinres: [ -.192, -.096 ], kinres: [ -.192, -.096 ],
@@ -14722,7 +14726,11 @@ module.exports = {
} }
}, },
"5": { "5": {
components: {}, components: {
Molybdenum: 1,
"Phase Alloys": 1,
"Proto Heat Radiators": 1
},
features: { features: {
explres: [ -.28, -.14 ], explres: [ -.28, -.14 ],
kinres: [ -.24, -.12 ], kinres: [ -.24, -.12 ],
@@ -20858,7 +20866,7 @@ module.exports = {
name: "jitter", name: "jitter",
type: "numeric", type: "numeric",
method: "multiplicative", method: "multiplicative",
higherbetter: true higherbetter: false
}, },
kinres: { kinres: {
id: 17, id: 17,

14
dist/index.json vendored
View File

@@ -17514,7 +17514,11 @@
} }
}, },
"4": { "4": {
"components": {}, "components": {
"Galvanising Alloys": 1,
"Heat Vanes": 1,
"Tungsten": 1
},
"features": { "features": {
"explres": [ "explres": [
-0.224, -0.224,
@@ -17531,7 +17535,11 @@
} }
}, },
"5": { "5": {
"components": {}, "components": {
"Molybdenum": 1,
"Phase Alloys": 1,
"Proto Heat Radiators": 1
},
"features": { "features": {
"explres": [ "explres": [
-0.28, -0.28,
@@ -28152,7 +28160,7 @@
"name": "jitter", "name": "jitter",
"type": "numeric", "type": "numeric",
"method": "multiplicative", "method": "multiplicative",
"higherbetter": true "higherbetter": false
}, },
"kinres": { "kinres": {
"id": 17, "id": 17,

View File

@@ -19,7 +19,7 @@
"hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative", "higherbetter": true}, "jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative", "higherbetter": false},
"kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive", "higherbetter": true}, "kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive", "higherbetter": true},
"mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative", "higherbetter": true},