Add separate min/opt/max multipliers for enhanced thrusters for speed, acceleration and rotation

This commit is contained in:
Cmdr McDonald
2016-12-12 13:38:45 +00:00
parent 1cb8c7c988
commit 2a0665e468
4 changed files with 67 additions and 12 deletions

View File

@@ -640,12 +640,21 @@
"integrity": 55,
"mass": 5,
"maxmass": 200,
"maxmul": 1.6,
"maxmul": 1.367,
"maxmulacceleration": 1.20,
"maxmulrotation": 1.30,
"maxmulspeed": 1.60,
"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.10,
"optmulrotation": 1.10,
"optmulspeed": 1.25,
"power": 5,
"rating": "A"
},
@@ -659,12 +668,21 @@
"integrity": 40,
"mass": 2.5,
"maxmass": 120,
"maxmul": 1.6,
"maxmul": 1.367,
"maxmulacceleration": 1.20,
"maxmulrotation": 1.30,
"maxmulspeed": 1.60,
"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.10,
"optmulrotation": 1.10,
"optmulspeed": 1.25,
"power": 4,
"rating": "A"
}