Fix 4E Thruster power consumption. Update Planetary Vehicle Hangar prices

This commit is contained in:
Colin McLeod
2015-12-19 21:41:34 -08:00
parent c27fd756da
commit 0145be604c
2 changed files with 7 additions and 7 deletions

View File

@@ -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 }
]
}

View File

@@ -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 },