This commit is contained in:
Unknown
2017-12-23 11:39:23 +00:00
parent 8ee1c3c70b
commit 6bb856bee7
4 changed files with 326 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ module.exports = {
type_6_transporter: require('./type_6_transporter').type_6_transporter,
type_7_transport: require('./type_7_transport').type_7_transport,
type_9_heavy: require('./type_9_heavy').type_9_heavy,
type_10_defender: require('./type_10_defender').type_10_defender,
viper: require('./viper').viper,
viper_mk_iv: require('./viper_mk_iv').viper_mk_iv,
vulture: require('./vulture').vulture

View File

@@ -0,0 +1,45 @@
{
"type_10_defender": {
"edID": 128785619,
"eddbID": 32,
"properties": {
"name": "Type-10 Defender",
"manufacturer": "Lakon",
"class": 3,
"hullCost": 121454173,
"speed": 179,
"boost": 219,
"boostEnergy": 19,
"baseShieldStrength": 99,
"baseArmour": 1044,
"hardness": 75,
"hullMass": 1200,
"masslock": 26,
"pipSpeed": 0.17375,
"fighterHangars": true,
"pitch": 20,
"roll": 20,
"yaw": 8,
"crew": 3
},
"retailCost": 121454652,
"bulkheads": [
{ "id": "Bx", "edID": 128049334, "eddbID": 803, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
{ "id": "By", "edID": 128049335, "eddbID": 804, "grp": "bh", "cost": 30622340, "mass": 75, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "Bz", "edID": 128049336, "eddbID": 805, "grp": "bh", "cost": 68900260, "mass": 150, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "BA", "edID": 128049337, "eddbID": 806, "grp": "bh", "cost": 162834280, "mass": 150, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "BB", "edID": 128049338, "eddbID": 807, "grp": "bh", "cost": 180442120, "mass": 150, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
],
"slots": {
"standard": [8, 7, 7, 5, 6, 4, 6],
"hardpoints": [3, 3, 3, 3, 2, 2, 2, 1, 1],
"internal": [8, 7, 6, 5, 4, 4, 3, 3, 2,{ "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },{ "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }]
},
"defaults": {
"standard": ["6E", "7E", "6E", "5E", "6E", "4E", "6C"],
"hardpoints": [0, 0, 0, 0, 17, 17, 0, 0, 0],
"internal": ["06", "05", "4j", "03", "02", 0, "01", 0, "2h", 0, 0]
}
}
}