优化伤害计算等

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

@ -3,14 +3,12 @@ export const buffs = [
{
type: '增伤',
value: 0.1,
isForever: true,
element: 'Ice',
check: 2
},
{
type: '增伤',
value: 0.2,
isForever: true,
range: ['A', 'CC'],
check: 4
},