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,16 @@
"slots": {
"standard": [3, 3, 3, 1, 2, 2, 2],
"hardpoints": [2, 1, 1, 0],
"internal": [3, 2, 1, 1]
"internal": [
3, 2,
{ "class": 2, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
1, 1
]
},
"defaults": {
"standard": ["3E", "3E", "3E", "1E", "2E", "2E", "2C"],
"hardpoints": [0, 17, 17, 0],
"internal": ["44", "00", "2h", 0]
"internal": ["44", "00", 0, "2h", 0]
}
}
}