Browse Source

Merge branch 'master' into service-worker

tags/v24.0
枫谷剑仙 4 years ago
parent
commit
dc01694d47
7 changed files with 8 additions and 8 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_en.json
  5. +1
    -1
      monsters-info/mon_ja.json
  6. +1
    -1
      monsters-info/mon_ko.json
  7. +2
    -2
      script-skill-parser.js

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

@@ -1 +1 @@
[{"code":"ja","ckey":{"card":"a582fefca4032f76caa0a0d3eb69b11c","skill":"40c8561ff200e76159c7bb779222331e"},"updateTime":1633095955999},{"code":"en","ckey":{"card":"b65fb4e8f9804cdcb89dd4004dac205d","skill":"1d36659ae49f1229620336fe847cfbed"},"updateTime":1633095955999},{"code":"ko","ckey":{"card":"09ac70f1cc55b69074792653a9add3cb","skill":"f7a588f1c0793abd2a358ee578007385"},"updateTime":1633095955999}]
[{"code":"ja","ckey":{"card":"28284805d53fc5163d87344b472872a7","skill":"40c8561ff200e76159c7bb779222331e"},"updateTime":1633184217324},{"code":"en","ckey":{"card":"797846c47dd54b3b7a7257ec89f906bd","skill":"1d36659ae49f1229620336fe847cfbed"},"updateTime":1633184217324},{"code":"ko","ckey":{"card":"8a24c6d7a0ab138f02332e8f3bc46a01","skill":"f7a588f1c0793abd2a358ee578007385"},"updateTime":1633184217324}]

+ 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_en.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


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


+ 2
- 2
script-skill-parser.js View File

@@ -1122,8 +1122,8 @@ const parsers = {
return [
powerUp(flags(attrs), flags(types), p.mul({ atk: mul1 || 100 }), less1 ? c.hp(0, percent1) : c.hp(percent1, 100)),
powerUp(flags(attrs), flags(types), p.mul({ atk: mul2 || 100 }), less1 ?
(less2 ? c.hp(percent1, percent2) : c.hp(percent2, 100)) :
(less2 ? c.hp(0, percent2) : c.hp(percent2, percent1))
(less2 ? c.hp(percent1, percent2) : c.hp(percent2, 100)) :
(less2 ? c.hp(0, percent2) : c.hp(percent2, percent1 - 1))
),
];
},


Loading…
Cancel
Save