|
|
|
@@ -59,7 +59,16 @@ const equivalent_awoken = [ |
|
|
|
{small:21,big:56,times:2}, //SB
|
|
|
|
];
|
|
|
|
//官方的觉醒排列顺序
|
|
|
|
const official_awoken_sorting = [21,19,43,45,10,11,12,13,49,56,53,61,50,52,68,69,70,28,27,48,62,57,58,60,59,54,55,14,15,16,17,18,29,20,44,51,22,23,24,25,26,32,31,33,34,4,5,6,7,8,35,36,37,38,1,2,3,46,47,39,40,41,42,65,66,67,9,71,72,30,64,63,73,74,75,76,77,78];
|
|
|
|
const official_awoken_sorting = [
|
|
|
|
21, 19, 43, 45, 10, 11, 12, 13, 49,
|
|
|
|
56, 53, 61, 50, 52, 68, 69, 70, 28,
|
|
|
|
27, 48, 62, 57, 58, 60, 59, 54, 55,
|
|
|
|
14, 15, 16, 17, 18, 29, 20, 44, 51,
|
|
|
|
22, 23, 24, 25, 26, 32, 31, 33, 34,
|
|
|
|
4, 5, 6, 7, 8, 35, 36, 37, 38,
|
|
|
|
1, 2, 3, 46, 47, 39, 40, 41, 42,
|
|
|
|
65, 66, 67, 9, 71, 72, 30, 64, 63,
|
|
|
|
73, 74, 75, 76, 77, 78];
|
|
|
|
//排序程序列表
|
|
|
|
const sort_function_list = [
|
|
|
|
{tag:"sort_none",name:"无",function:()=>0},
|
|
|
|
|