mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Add separate min/opt/max multipliers for enhanced thrusters for speed, acceleration and rotation
This commit is contained in:
26
dist/index.js
vendored
26
dist/index.js
vendored
@@ -3738,12 +3738,21 @@ module.exports = {
|
||||
integrity: 55,
|
||||
mass: 5,
|
||||
maxmass: 200,
|
||||
maxmul: 1.6,
|
||||
maxmul: 1.367,
|
||||
maxmulacceleration: 1.2,
|
||||
maxmulrotation: 1.3,
|
||||
maxmulspeed: 1.6,
|
||||
minmass: 70,
|
||||
minmul: .9,
|
||||
minmulacceleration: .9,
|
||||
minmulrotation: .9,
|
||||
minmulspeed: .9,
|
||||
name: "Enhanced Performance",
|
||||
optmass: 90,
|
||||
optmul: 1.25,
|
||||
optmul: 1.15,
|
||||
optmulacceleration: 1.1,
|
||||
optmulrotation: 1.1,
|
||||
optmulspeed: 1.25,
|
||||
power: 5,
|
||||
rating: "A"
|
||||
}, {
|
||||
@@ -3756,12 +3765,21 @@ module.exports = {
|
||||
integrity: 40,
|
||||
mass: 2.5,
|
||||
maxmass: 120,
|
||||
maxmul: 1.6,
|
||||
maxmul: 1.367,
|
||||
maxmulacceleration: 1.2,
|
||||
maxmulrotation: 1.3,
|
||||
maxmulspeed: 1.6,
|
||||
minmass: 50,
|
||||
minmul: .9,
|
||||
minmulacceleration: .9,
|
||||
minmulrotation: .9,
|
||||
minmulspeed: .9,
|
||||
name: "Enhanced Performance",
|
||||
optmass: 60,
|
||||
optmul: 1.25,
|
||||
optmul: 1.15,
|
||||
optmulacceleration: 1.1,
|
||||
optmulrotation: 1.1,
|
||||
optmulspeed: 1.25,
|
||||
power: 4,
|
||||
rating: "A"
|
||||
} ],
|
||||
|
||||
26
dist/index.json
vendored
26
dist/index.json
vendored
@@ -5458,12 +5458,21 @@
|
||||
"integrity": 55,
|
||||
"mass": 5,
|
||||
"maxmass": 200,
|
||||
"maxmul": 1.6,
|
||||
"maxmul": 1.367,
|
||||
"maxmulacceleration": 1.2,
|
||||
"maxmulrotation": 1.3,
|
||||
"maxmulspeed": 1.6,
|
||||
"minmass": 70,
|
||||
"minmul": 0.9,
|
||||
"minmulacceleration": 0.9,
|
||||
"minmulrotation": 0.9,
|
||||
"minmulspeed": 0.9,
|
||||
"name": "Enhanced Performance",
|
||||
"optmass": 90,
|
||||
"optmul": 1.25,
|
||||
"optmul": 1.15,
|
||||
"optmulacceleration": 1.1,
|
||||
"optmulrotation": 1.1,
|
||||
"optmulspeed": 1.25,
|
||||
"power": 5,
|
||||
"rating": "A"
|
||||
},
|
||||
@@ -5477,12 +5486,21 @@
|
||||
"integrity": 40,
|
||||
"mass": 2.5,
|
||||
"maxmass": 120,
|
||||
"maxmul": 1.6,
|
||||
"maxmul": 1.367,
|
||||
"maxmulacceleration": 1.2,
|
||||
"maxmulrotation": 1.3,
|
||||
"maxmulspeed": 1.6,
|
||||
"minmass": 50,
|
||||
"minmul": 0.9,
|
||||
"minmulacceleration": 0.9,
|
||||
"minmulrotation": 0.9,
|
||||
"minmulspeed": 0.9,
|
||||
"name": "Enhanced Performance",
|
||||
"optmass": 60,
|
||||
"optmul": 1.25,
|
||||
"optmul": 1.15,
|
||||
"optmulacceleration": 1.1,
|
||||
"optmulrotation": 1.1,
|
||||
"optmulspeed": 1.25,
|
||||
"power": 4,
|
||||
"rating": "A"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user