ZZZ-Plugin/model/damage/weapon/震元奇枢.js

8 lines
No EOL
185 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '增伤',
value: [0.25, 0.287, 0.325, 0.362, 0.4],
range: ['EQ', 'RZ']
}
]