mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-21 14:38:30 +00:00
update resources/meta-gs/character/闲云/calc.js.
Signed-off-by: liangshi <1142607614@qq.com>
This commit is contained in:
parent
4ab862c72b
commit
564c6f2f90
@ -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
|
||||
}
|
||||
}]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user