mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
fix beluga size 6 slots
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -888,7 +888,7 @@ module.exports = {
|
||||
slots: {
|
||||
standard: [ 6, 7, 7, 8, 6, 5, 7 ],
|
||||
hardpoints: [ 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0 ],
|
||||
internal: [ 6, 6, 5, 5, 4, 3, 3, 3, 3 ]
|
||||
internal: [ 6, 6, 6, 6, 5, 5, 4, 3, 3, 3, 3 ]
|
||||
},
|
||||
defaults: {
|
||||
standard: [ "6E", "7E", "7E", "8E", "6E", "5E", "7C" ],
|
||||
|
||||
2
dist/index.json
vendored
2
dist/index.json
vendored
@@ -1343,6 +1343,8 @@
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
6,
|
||||
6,
|
||||
6,
|
||||
6,
|
||||
5,
|
||||
|
||||
@@ -38,7 +38,8 @@
|
||||
"standard": [6, 7, 7, 8, 6, 5, 7],
|
||||
"hardpoints": [2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0],
|
||||
"internal": [
|
||||
6, 6,
|
||||
6, 6,
|
||||
6, 6,
|
||||
5, 5,
|
||||
4, 3, 3, 3, 3
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user