优化伤害计算等

This commit is contained in:
UCPr 2025-05-31 18:51:04 +08:00
parent 7ace8908ff
commit 95a2ee64de
50 changed files with 173 additions and 221 deletions

View file

@ -2,14 +2,12 @@
export const buffs = [
{
type: '暴击率',
value: [0.1, 0.115, 0.13, 0.145, 0.16],
isForever: true
value: [0.1, 0.115, 0.13, 0.145, 0.16]
},
{
type: '增伤',
value: [0.4, 0.46, 0.52, 0.58, 0.64],
element: 'Electric',
isForever: true,
range: ['CC']
},
{