From 9557c8ddf5167f61a601854400b1fbfffcc3256e Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Sun, 13 Dec 2015 12:16:10 -0800 Subject: [PATCH] Adding planetary vechile hangars --- components/internal/planetary_vehicle_hangar.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 components/internal/planetary_vehicle_hangar.json diff --git a/components/internal/planetary_vehicle_hangar.json b/components/internal/planetary_vehicle_hangar.json new file mode 100644 index 0000000..3a7456f --- /dev/null +++ b/components/internal/planetary_vehicle_hangar.json @@ -0,0 +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": "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": "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 } + ] +} \ No newline at end of file