diff --git a/script-skill-parser.js b/script-skill-parser.js index 61d39e22..f49084bc 100644 --- a/script-skill-parser.js +++ b/script-skill-parser.js @@ -1610,7 +1610,7 @@ const skillObjectParsers = { //return powerUp(null, null, p.mul({ atk: atk || 100}), c.exact('match-length', lenExact, flags(attr)), v.percent(percent), [combo ? addCombo(combo) : null, damage ? followAttackFixed(damage) : null].filter(Boolean), true); //let powerup, condition; let powerup = Boolean(lenMin) - ? p.scaleMatchLength(flags(attrs), lenMin, lenMin, [atk, 100], [0, 0]) + ? p.scaleMatchLength(flags(attrs), lenMin, lenMin, [atk || 100, 100], [0, 0]) : p.mul({ atk: atk || 100}); let condition = Boolean(lenExact) ? c.exact('match-length', lenExact, flags(attrs)) diff --git a/service-worker.js b/service-worker.js index 955c1600..5cadbbfe 100644 --- a/service-worker.js +++ b/service-worker.js @@ -21647,7 +21647,7 @@ const cachesMap = new Map([ ], [ "script-skill-parser.js", - "5e59b465391a0d8adac69ccc081b9d0f" + "c2731a12b9f65f174126f19538a8b5f1" ], [ "script-universal_function.js",