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 @@
{
"imperial_cutter": {
"eddbID": null,
"eddbID": 26,
"properties": {
"name": "Imperial Cutter",
"manufacturer": "Gutamaya",
@@ -8,7 +8,7 @@
"hullCost": 199926890,
"speed": 200,
"boost": 320,
"boostEnergy": 23,
"boostEnergy": 24,
"agility": 2,
"baseShieldStrength": 605,
"baseArmour": 720,
@@ -17,15 +17,22 @@
"pipSpeed": 0.05
},
"retailCost": 208969450,
"bulkheads": [
{ "id": "BR", "eddbID": 0, "cost": 0, "mass": 0 },
{ "id": "BS", "eddbID": 0, "cost": 83587790, "mass": 30 },
{ "id": "BT", "eddbID": 0, "cost": 188072510, "mass": 60 },
{ "id": "BU", "eddbID": 0, "cost": 444478020, "mass": 60 },
{ "id": "BV", "eddbID": 0, "cost": 492541000, "mass": 60 }
],
"slots": {
"standard": [8,8,7,7,7,7,6],
"hardpoints": [4,3,3,2,2,2,2,0,0,0,0,0,0,0,0],
"internal": [8,8,6,6,6,5,5,4,3]
"standard": [8, 8, 7, 7, 7, 7, 6],
"hardpoints": [4, 3, 3, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0],
"internal": [8, 8, 6, 6, 6, 5, 5, 4, 3]
},
"defaults": {
"standard": ["8E","8E","7E","7E","7E","7E","6C"],
"hardpoints": [0,0,0,17,17,0,0,0,0,0,0,0,0,0,0],
"internal": ["4t","06","04",0,0,0,0,"01","2h"]
"standard": ["8E", "8E", "7E", "7E", "7E", "7E", "6C"],
"hardpoints": [0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"internal": ["4t", "06", "04", 0, 0, 0, 0, "01", "2h"]
}
}
}