krait phantom default loadout:

This commit is contained in:
William Blythe
2018-11-15 09:35:21 +11:00
parent 6b3458289f
commit ee4ffc0116
3 changed files with 11 additions and 11 deletions

6
dist/index.js vendored
View File

@@ -2885,9 +2885,9 @@ module.exports = {
internal: [ 6, 5, 5, 5, 3, 3, 3, 2 ]
},
defaults: {
standard: [ "6E", "6E", "5E", "4E", "7E", "6E", "5C" ],
hardpoints: [ 0, 0, 0, 0, 0, 0, 0, 0, 0 ],
internal: [ "4h", "04", "04", "03", 0, "2h", 0, "00" ]
standard: [ "7E", "6E", "5E", "4E", "7E", "6E", "5C" ],
hardpoints: [ 0, 0, "17", "17", 0, 0, 0, 0, 0 ],
internal: [ "4j", "04", "04", "04", 0, "2h", 0, "00" ]
}
},
orca: {

10
dist/index.json vendored
View File

@@ -4424,7 +4424,7 @@
},
"defaults": {
"standard": [
"6E",
"7E",
"6E",
"5E",
"4E",
@@ -4435,8 +4435,8 @@
"hardpoints": [
0,
0,
0,
0,
"17",
"17",
0,
0,
0,
@@ -4444,10 +4444,10 @@
0
],
"internal": [
"4h",
"4j",
"04",
"04",
"04",
"03",
0,
"2h",
0,

View File

@@ -95,9 +95,9 @@
"internal": [6, 5, 5, 5, 3, 3, 3, 2]
},
"defaults": {
"standard": ["6E", "6E", "5E", "4E", "7E", "6E", "5C"],
"hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0],
"internal": ["4h", "04", "04", "03", 0, "2h", 0, "00"]
"standard": ["7E", "6E", "5E", "4E", "7E", "6E", "5C"],
"hardpoints": [0, 0, "17", "17", 0, 0, 0, 0, 0],
"internal": ["4j", "04", "04", "04", 0, "2h", 0, "00"]
}
}
}