From 2b5feaa579143d8fba24800fb9d9c58b20f94960 Mon Sep 17 00:00:00 2001 From: Brandon Tuomela Date: Thu, 10 Nov 2016 17:15:00 -0800 Subject: [PATCH] Fix 7D thrusters max multiplier We can only wish 7D gave a 1.86 multiplier, fixed to true value of 1.06 --- modules/standard/thrusters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/standard/thrusters.json b/modules/standard/thrusters.json index 2e09108..84f071c 100644 --- a/modules/standard/thrusters.json +++ b/modules/standard/thrusters.json @@ -118,7 +118,7 @@ "integrity": 105, "mass": 32, "maxmass": 2430, - "maxmul": 1.86, + "maxmul": 1.06, "minmass": 810, "minmul": 0.86, "optmass": 1620,