Add module reinforcement packages; add military compartments

This commit is contained in:
Cmdr McDonald
2016-12-13 20:16:58 +00:00
parent 2a0665e468
commit be86618cc1
22 changed files with 856 additions and 59 deletions

View File

@@ -30,12 +30,18 @@
"slots": {
"standard": [6, 6, 5, 5, 6, 4, 4],
"hardpoints": [3, 2, 2, 2, 2, 0, 0, 0, 0],
"internal": [6, 5, 5, 4, 3, 3, 2]
"internal": [
6, 5, 5, 4,
{ "class": 4, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
3, 3, 2
]
},
"defaults": {
"standard": ["6E", "6E", "5E", "5E", "6E", "4E", "4C"],
"hardpoints": [0, 17, 17, 0, 0, 0, 0, 0, 0],
"internal": ["04", "03", "4e", "02", 0, 0, "2h"]
"internal": ["04", "03", "4e", "02", 0, 0, 0, 0, 0, "2h"]
}
}
}