From 0145be604cc4d7f27ddd17b7970c0ab6c95b9a73 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Sat, 19 Dec 2015 21:41:34 -0800 Subject: [PATCH] Fix 4E Thruster power consumption. Update Planetary Vehicle Hangar prices --- components/internal/planetary_vehicle_hangar.json | 12 ++++++------ components/standard/thrusters.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/internal/planetary_vehicle_hangar.json b/components/internal/planetary_vehicle_hangar.json index 3a7456f..4b0bab2 100644 --- a/components/internal/planetary_vehicle_hangar.json +++ b/components/internal/planetary_vehicle_hangar.json @@ -1,12 +1,12 @@ { "pv": [ - { "id": "v1", "eddbID": null, "grp": "pv", "class": 6, "rating": "H", "cost": 518400, "power": 0.6, "mass": 34, "vehicles": 4 }, - { "id": "v2", "eddbID": null, "grp": "pv", "class": 6, "rating": "G", "cost": 622080, "power": 1.8, "mass": 17, "vehicles": 4 }, + { "id": "v1", "eddbID": null, "grp": "pv", "class": 6, "rating": "H", "cost": 576000, "power": 0.6, "mass": 34, "vehicles": 4 }, + { "id": "v2", "eddbID": null, "grp": "pv", "class": 6, "rating": "G", "cost": 691200, "power": 1.8, "mass": 17, "vehicles": 4 }, - { "id": "v3", "eddbID": null, "grp": "pv", "class": 4, "rating": "H", "cost": 64800, "power": 0.4, "mass": 20, "vehicles": 2 }, - { "id": "v4", "eddbID": null, "grp": "pv", "class": 4, "rating": "G", "cost": 77760, "power": 1.2, "mass": 10, "vehicles": 2 }, + { "id": "v3", "eddbID": null, "grp": "pv", "class": 4, "rating": "H", "cost": 72000, "power": 0.4, "mass": 20, "vehicles": 2 }, + { "id": "v4", "eddbID": null, "grp": "pv", "class": 4, "rating": "G", "cost": 86400, "power": 1.2, "mass": 10, "vehicles": 2 }, - { "id": "v5", "eddbID": null, "grp": "pv", "class": 2, "rating": "H", "cost": 16200, "power": 0.25, "mass": 12, "vehicles": 1 }, - { "id": "v6", "eddbID": null, "grp": "pv", "class": 2, "rating": "G", "cost": 19440, "power": 0.75, "mass": 6, "vehicles": 1 } + { "id": "v5", "eddbID": null, "grp": "pv", "class": 2, "rating": "H", "cost": 18000, "power": 0.25, "mass": 12, "vehicles": 1 }, + { "id": "v6", "eddbID": null, "grp": "pv", "class": 2, "rating": "G", "cost": 21600, "power": 0.75, "mass": 6, "vehicles": 1 } ] } \ No newline at end of file diff --git a/components/standard/thrusters.json b/components/standard/thrusters.json index 5d6578b..8a43eed 100755 --- a/components/standard/thrusters.json +++ b/components/standard/thrusters.json @@ -23,7 +23,7 @@ "5B": { "mid":"tg", "eddbID": 944, "grp": "t", "class": 5, "rating": "B", "M": 0.07, "P": 1.51, "cost": 1701320, "mass": 32, "power": 5.61, "optmass": 770, "maxmass": 1155 }, "5A": { "mid":"tf", "eddbID": 945, "grp": "t", "class": 5, "rating": "A", "M": 0.04, "P": 2.33, "cost": 5103950, "mass": 20, "power": 6.12, "optmass": 840, "maxmass": 1260 }, - "4E": { "mid":"te", "eddbID": 936, "grp": "t", "class": 4, "rating": "E", "M": 0.17, "P": 0.235, "cost": 19880, "mass": 10, "power": 3.82, "optmass": 280, "maxmass": 420 }, + "4E": { "mid":"te", "eddbID": 936, "grp": "t", "class": 4, "rating": "E", "M": 0.17, "P": 0.235, "cost": 19880, "mass": 10, "power": 3.28, "optmass": 280, "maxmass": 420 }, "4D": { "mid":"td", "eddbID": 937, "grp": "t", "class": 4, "rating": "D", "M": 0.14, "P": 0.5145, "cost": 59630, "mass": 4, "power": 3.69, "optmass": 315, "maxmass": 473 }, "4C": { "mid":"tc", "eddbID": 938, "grp": "t", "class": 4, "rating": "C", "M": 0.10, "P": 1, "cost": 178900, "mass": 10, "power": 4.1, "optmass": 350, "maxmass": 525 }, "4B": { "mid":"tb", "eddbID": 939, "grp": "t", "class": 4, "rating": "B", "M": 0.07, "P": 1.51, "cost": 536690, "mass": 16, "power": 4.51, "optmass": 385, "maxmass": 578 },