Browse Source

2021年4月22日 中文

tags/v15.0
枫谷剑仙 5 years ago
parent
commit
63584fcba2
5 changed files with 14 additions and 5 deletions
  1. +1
    -1
      monsters-info/ckey.json
  2. +1
    -1
      monsters-info/custom/chs.json
  3. +1
    -1
      monsters-info/custom/cht.json
  4. +1
    -1
      monsters-info/mon_ja.json
  5. +10
    -1
      script-json_data.js

+ 1
- 1
monsters-info/ckey.json View File

@@ -1 +1 @@
[{"code":"ja","ckey":{"card":"58bd9ecbcef8bbb97db1bf41bbe597b5","skill":"b957e99c07b914589890f967cca1171b"},"updateTime":1619076019811},{"code":"en","ckey":{"card":"5243e7c30727f84d0c6ffb10e5ba4de8","skill":"624199eb274a912be9f4c4e35845aa01"},"updateTime":1618568751134},{"code":"ko","ckey":{"card":"234814add88e941735c8b05c29a96be6","skill":"72d1c28e523dcc1eb416856bebd137f7"},"updateTime":1618568751134}]
[{"code":"ja","ckey":{"card":"9a15ae43942b4cd4c5e53621766b534b","skill":"b957e99c07b914589890f967cca1171b"},"updateTime":1619096096006},{"code":"en","ckey":{"card":"5243e7c30727f84d0c6ffb10e5ba4de8","skill":"624199eb274a912be9f4c4e35845aa01"},"updateTime":1618568751134},{"code":"ko","ckey":{"card":"234814add88e941735c8b05c29a96be6","skill":"72d1c28e523dcc1eb416856bebd137f7"},"updateTime":1618568751134}]

+ 1
- 1
monsters-info/custom/chs.json
File diff suppressed because it is too large
View File


+ 1
- 1
monsters-info/custom/cht.json
File diff suppressed because it is too large
View File


+ 1
- 1
monsters-info/mon_ja.json
File diff suppressed because it is too large
View File


+ 10
- 1
script-json_data.js View File

@@ -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},


Loading…
Cancel
Save