ZZZ-Plugin/model/damage/weapon/牺牲洁纯.js
2025-05-31 19:02:01 +08:00

16 lines
No EOL
355 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '暴击伤害',
value: [0.3, 0.345, 0.39, 0.435, 0.48]
},
{
type: '暴击伤害',
value: [0.1, 0.115, 0.13, 0.145, 0.16].map(v => v * 3),
},
{
type: '增伤',
value: [0.2, 0.23, 0.26, 0.29, 0.32],
element: 'Electric'
}
]