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

This commit is contained in:
枫谷剑仙 2023-03-24 22:56:43 +08:00
parent b18c71fb9b
commit 3c7e7c2707
2 changed files with 2 additions and 2 deletions

View File

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

View File

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