Browse Source

大感谢祭的中文

tags/v8.0
枫谷剑仙 5 years ago
parent
commit
dae72c4c2c
5 changed files with 6 additions and 6 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. +2
    -2
      script-universal_function.js

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

@@ -1 +1 @@
[{"code":"ja","ckey":{"card":"76f8074238aa6bd33b31159a18c040db","skill":"fea03ea5be0d261cb1a6d14b3d7ee1b7"},"updateTime":1601382587318},{"code":"en","ckey":{"card":"fe10b42354a6e7421f3f36345ae61dd4","skill":"e21b6319ad481dfe29168e06a1d4fcec"},"updateTime":1601034396316},{"code":"ko","ckey":{"card":"633c567680f0dc66649e375ecebf14e3","skill":"d4f97026268ec6699ef713734767ec4b"},"updateTime":1601034396316}]
[{"code":"ja","ckey":{"card":"d28628d743e642ccda77c1dc1c3cfae0","skill":"fea03ea5be0d261cb1a6d14b3d7ee1b7"},"updateTime":1601451096080},{"code":"en","ckey":{"card":"fe10b42354a6e7421f3f36345ae61dd4","skill":"e21b6319ad481dfe29168e06a1d4fcec"},"updateTime":1601034396316},{"code":"ko","ckey":{"card":"633c567680f0dc66649e375ecebf14e3","skill":"d4f97026268ec6699ef713734767ec4b"},"updateTime":1601034396316}]

+ 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


+ 2
- 2
script-universal_function.js View File

@@ -399,8 +399,8 @@ function searchCards(cards,attr1,attr2,fixMainColor,types,typeAndOr,awokens,sawo
//属性
if (attr1 != null && attr1 === attr2)
{ //当两个颜色相同时,主副一样颜色的只需判断一次
cardsRange = cardsRange.filter(c=>c.attrs[0] == attr1 && c.attrs[1] == attr1);
}else if (fixMainColor || attr2 == -1) //如果固定了顺序,或者副属性选的是无
cardsRange = cardsRange.filter(c=>c.attrs[0] === attr1 && c.attrs[1] === attr1);
}else if (fixMainColor || attr1 === 6 || attr2 === -1) //如果固定了顺序,或者副属性选的是无
{
if (attr1 != null)
{


Loading…
Cancel
Save