Add weapon slots to game data

This commit is contained in:
Vortrex
2021-01-13 11:04:24 -06:00
parent 904f5dc9fe
commit ca5c92cb61

View File

@@ -2711,7 +2711,118 @@ let gameData = {
["Cablecar", -960289747],
["Subway", 800869680],
["El Train", -1953988645],
]
],
weaponSlots: [
false,
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
],
[
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
3,
3,
4,
4,
4,
5,
5,
5,
5,
6,
6,
8,
8,
7,
7,
7,
7,
9,
-1,
9,
],
[
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
8,
8,
8,
-1,
-1,
-1,
2,
2,
2,
3,
3,
3,
4,
4,
5,
5,
4,
6,
6,
7,
7,
7,
7,
8,
12,
9,
9,
9,
9,
9,
11,
9,
9,
9,
],
[
]
],
};
// ---------------------------------------------------------------------------