Browse Source

解决类型数量宝石姬多出来回加复的问题

pull/1/head
枫谷剑仙 3 years ago
parent
commit
3c7e7c2707
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      script-skill-parser.js
  2. +1
    -1
      service-worker.js

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

@@ -1581,7 +1581,7 @@ const skillObjectParsers = {
return activeTurns(turns, powerUp({targets: typeArr}, null, p.mul({ atk: mul })));
},
[231](turns, awoken1, awoken2, awoken3, awoken4, awoken5, atk, rcv) {
return activeTurns(turns, powerUp(null, null, p.scaleStateKind([awoken1, awoken2, awoken3, awoken4, awoken5].filter(Boolean), null, null, p.mul({atk: atk, hp:0, rcv: rcv}))));
return activeTurns(turns, powerUp(null, null, p.scaleStateKind([awoken1, awoken2, awoken3, awoken4, awoken5].filter(Boolean), null, null, p.mul({atk: atk, hp:0, rcv: rcv ?? 0}))));
},
[232](...ids) { return evolvedSkills(false, ids.map(id => this.parser(id))); },
[233](...ids) { return evolvedSkills(true, ids.map(id => this.parser(id))); },


+ 1
- 1
service-worker.js View File

@@ -11575,7 +11575,7 @@ const cachesMap = new Map([
],
[
"script-skill-parser.js",
"e22053583464ac3ee28fe0f4daa194d2"
"ab3619de42ce747738ce20e3122d9316"
],
[
"script-universal_function.js",


Loading…
Cancel
Save