This commit is contained in:
2024-09-13 16:31:11 +08:00
parent b25779f109
commit 417b5d85be
16 changed files with 815 additions and 119 deletions

View File

@@ -1,19 +1,22 @@
export const MissionNum = [1,2,3]
export const MissionNum = [6]
export const MonsetList = {
1:{
1:[1001,1002,1003,1041,1042,1043],
},
2:{
1:[1011,1012,1013,1041,1042,1043],
},
3:{
1:[1041,1042,1043],
},
4:{
1:[1021,1022,1023,1041,1042,1043],
},
5:{
1:[1031,1032,1033,1041,1042,1043],
// 1:{
// 1:[1001,1002,1003,1041,1042,1043],
// },
// 2:{
// 1:[1011,1012,1013,1041,1042,1043],
// },
// 3:{
// 1:[1041,1042,1043],
// },
// 4:{
// 1:[1021,1022,1023,1041,1042,1043],
// },
// 5:{
// 1:[1031,1032,1033,1041,1042,1043],
// },
6:{
1:[1021,1022,1023],
},
}