Refactor for 2.0

This commit is contained in:
Colin McLeod
2016-01-11 18:02:23 -08:00
parent 99f024aad2
commit 464f084f71
5409 changed files with 458891 additions and 1829 deletions

View File

@@ -1,6 +1,6 @@
{
"keelback": {
"eddbID": null,
"eddbID": 27,
"properties": {
"name": "Keelback",
"manufacturer": "Lakon",
@@ -17,15 +17,22 @@
"pipSpeed": 0.1375
},
"retailCost": 3126150,
"bulkheads": [
{ "id": "cb", "eddbID": 0, "cost": 0, "mass": 0 },
{ "id": "cc", "eddbID": 0, "cost": 1250460, "mass": 12 },
{ "id": "cd", "eddbID": 0, "cost": 2813540, "mass": 23 },
{ "id": "ce", "eddbID": 0, "cost": 6649330, "mass": 23 },
{ "id": "cf", "eddbID": 0, "cost": 7368340, "mass": 23 }
],
"slots": {
"standard": [4,4,4,1,3,2,4],
"hardpoints": [2,2,1,1,0,0,0],
"internal": [5,5,3,3,2,2]
"standard": [4, 4, 4, 1, 3, 2, 4],
"hardpoints": [2, 2, 1, 1, 0, 0, 0],
"internal": [5, 5, 3, 3, 2, 2]
},
"defaults": {
"standard": ["4E","4E","4E","1E","3E","2E","4C"],
"hardpoints": [0,0,17,17,0,0,0],
"internal": ["03","03","01","44","00","2h"]
"standard": ["4E", "4E", "4E", "1E", "3E", "2E", "4C"],
"hardpoints": [0, 0, 17, 17, 0, 0, 0],
"internal": ["03", "03", "01", "44" ,"00", "2h"]
}
}
}