ZZZ-Plugin/model/damage/weapon/心弦夜响.js
2025-05-31 19:02:01 +08:00

13 lines
No EOL
306 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '暴击伤害',
value: [0.5, 0.575, 0.65, 0.725, 0.8]
},
{
type: '无视抗性',
value: [0.125, 0.145, 0.165, 0.185, 0.2].map(v => v * 2),
element: 'Fire',
range: ['RL', 'RZ']
}
]