update resources/meta-gs/character/闲云/calc.js.

Signed-off-by: liangshi <1142607614@qq.com>
This commit is contained in:
liangshi 2024-02-22 01:18:24 +00:00 committed by Gitee
parent 4ab862c72b
commit 564c6f2f90
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -52,7 +52,7 @@ export const buffs = [{
cons: 6,
data: {
buffCount: ({ params }) => params.btt,
a3Cdmg: ({ params }) => 15 + Math.floor(params.btt / 2) * 20 + Math.floor(params.btt / 3) * 35
a3Cdmg: ({ params }) => (5 / 3) * Math.pow(params.btt, 3) - (5 / 2) * Math.pow(params.btt, 2) + (95 / 6) * params.btt
}
}]