mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Fix jitter stat
This commit is contained in:
14
dist/index.js
vendored
14
dist/index.js
vendored
@@ -14714,7 +14714,11 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
components: {},
|
||||
components: {
|
||||
"Galvanising Alloys": 1,
|
||||
"Heat Vanes": 1,
|
||||
Tungsten: 1
|
||||
},
|
||||
features: {
|
||||
explres: [ -.224, -.112 ],
|
||||
kinres: [ -.192, -.096 ],
|
||||
@@ -14722,7 +14726,11 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
components: {},
|
||||
components: {
|
||||
Molybdenum: 1,
|
||||
"Phase Alloys": 1,
|
||||
"Proto Heat Radiators": 1
|
||||
},
|
||||
features: {
|
||||
explres: [ -.28, -.14 ],
|
||||
kinres: [ -.24, -.12 ],
|
||||
@@ -20858,7 +20866,7 @@ module.exports = {
|
||||
name: "jitter",
|
||||
type: "numeric",
|
||||
method: "multiplicative",
|
||||
higherbetter: true
|
||||
higherbetter: false
|
||||
},
|
||||
kinres: {
|
||||
id: 17,
|
||||
|
||||
14
dist/index.json
vendored
14
dist/index.json
vendored
@@ -17514,7 +17514,11 @@
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"components": {},
|
||||
"components": {
|
||||
"Galvanising Alloys": 1,
|
||||
"Heat Vanes": 1,
|
||||
"Tungsten": 1
|
||||
},
|
||||
"features": {
|
||||
"explres": [
|
||||
-0.224,
|
||||
@@ -17531,7 +17535,11 @@
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"components": {},
|
||||
"components": {
|
||||
"Molybdenum": 1,
|
||||
"Phase Alloys": 1,
|
||||
"Proto Heat Radiators": 1
|
||||
},
|
||||
"features": {
|
||||
"explres": [
|
||||
-0.28,
|
||||
@@ -28152,7 +28160,7 @@
|
||||
"name": "jitter",
|
||||
"type": "numeric",
|
||||
"method": "multiplicative",
|
||||
"higherbetter": true
|
||||
"higherbetter": false
|
||||
},
|
||||
"kinres": {
|
||||
"id": 17,
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"hullboost": {"id": 13, "name": "hullboost", "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},
|
||||
"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},
|
||||
"mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative", "higherbetter": false},
|
||||
"maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||
|
||||
Reference in New Issue
Block a user