ZZZ-Plugin/model/damage/weapon/千面日陨.js
2025-08-12 02:47:00 +08:00

13 lines
No EOL
349 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/** @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认为只作用于技能自身
}
]