Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
beetwnus authored Nov 2, 2023
1 parent b5c45c3 commit 4e7ed80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/main1.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const nikkenum = {
'Elysion': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 14, 11, 16, 12, 76, 79, 15, 73],
'Missilis': [17, 18, 20, 21, 22, 29, 30, 31, 32, 33, 19, 25, 26, 27, 23, 77, 78, 28],
'Tetra': [34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 55, 56, 58, 24, 51, 52, 53, 49, 59, 47, 48, 50, 54, 57, 60, 72],
'Pilgrim': [61, 62, 63, 65, 66, 67, 68, 69, 64],
'Pilgrim': [61, 62, 63, 65, 66, 67, 68, 69, 64, 80, 81],
'Abnormal': [70, 71, 74, 75],
};

Expand Down
6 changes: 3 additions & 3 deletions js/main2.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ document.addEventListener('contextmenu', (event) => {
});

const nikketeamnum = {
'Burst 1': [1, 5, 20, 23, 29, 35, 36, 38, 40, 41, 43, 45, 55, 51, 52, 49, 59, 50, 78, 57, 60, 62, 64],
'Burst 2': [3, 4, 8, 14, 12, 76, 73, 21, 31, 32, 25, 26, 27, 77, 28, 37, 39, 42, 44, 58, 24, 53, 47, 54, 67, 69, 70],
'Burst 3': [2, 6, 7, 9, 10, 13, 11, 16, 79, 15, 17, 18, 22, 30, 33, 19, 34, 46, 56, 48, 72, 61, 63, 65, 66, 68, 71, 74, 75],
'Burst 1': [1, 5, 20, 23, 29, 35, 36, 38, 40, 41, 43, 45, 55, 51, 52, 49, 59, 50, 78, 57, 60, 62, 64, 81],
'Burst 2': [3, 4, 8, 14, 12, 76, 73, 21, 31, 32, 25, 26, 27, 77, 28, 37, 39, 42, 44, 58, 24, 53, 47, 54, 67, 69, 81, 70],
'Burst 3': [2, 6, 7, 9, 10, 13, 11, 16, 79, 15, 17, 18, 22, 30, 33, 19, 34, 46, 56, 48, 72, 61, 63, 65, 66, 68, 80, 81, 71, 74, 75],
};

const Burst = ['Burst 1', 'Burst 2', 'Burst 3'];
Expand Down

0 comments on commit 4e7ed80

Please sign in to comment.