雨果伤害计算等

This commit is contained in:
UCPr 2025-08-12 02:47:00 +08:00
parent 14af1a20e1
commit 151f87093a
20 changed files with 340 additions and 53 deletions

View file

@ -0,0 +1,13 @@
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '暴击伤害',
value: [0.45, 0.5175, 0.585, 0.6525, 0.72]
},
{
type: '无视防御',
value: [0.25, 0.2875, 0.325, 0.3625, 0.4],
element: 'Ice',
range: ['EQ', 'RL', 'RZ'] // 仅持续3s认为只作用于技能自身
}
]