ZZZ-Plugin/model/damage/weapon/旋钻机-赤轴.js

9 lines
No EOL
207 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '增伤',
value: [0.5, 0.575, 0.65, 0.725, 0.8],
element: 'Electric',
range: ['A', 'CC']
}
]