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 @@
{
"asp_scout": {
"eddbID": null,
"eddbID": 24,
"properties": {
"name": "Asp Scout",
"manufacturer": "Lakon",
@@ -17,15 +17,22 @@
"pipSpeed": 0.125
},
"retailCost": 3961150,
"bulkheads": [
{ "id": "c1", "eddbID": 0, "cost": 0, "mass": 0 },
{ "id": "c2", "eddbID": 0, "cost": 1584460, "mass": 21 },
{ "id": "c3", "eddbID": 0, "cost": 3565040, "mass": 42 },
{ "id": "c4", "eddbID": 0, "cost": 8425380, "mass": 42 },
{ "id": "c5", "eddbID": 0, "cost": 9336440, "mass": 42 }
],
"slots": {
"standard": [4,4,4,3,4,4,4],
"hardpoints": [2,2,1,1,0,0],
"internal": [4,4,3,3,2]
"standard": [4, 4, 4, 3, 4, 4, 4],
"hardpoints": [2, 2, 1, 1, 0, 0],
"internal": [4, 4, 3, 3, 2]
},
"defaults": {
"standard": ["4E","4E","4E","3E","4E","4E","4C"],
"hardpoints": [0,0,17,17,0,0],
"internal": ["02","02","44",0,0]
"standard": ["4E", "4E", "4E", "3E", "4E", "4E", "4C"],
"hardpoints": [0, 0, 17, 17, 0, 0],
"internal": ["02", "02", "44", 0, 0]
}
}
}