ZZZ-Plugin/model/damage/weapon/拘缚者.js

8 lines
No EOL
194 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '增伤',
value: [0.06, 0.075, 0.09, 0.105, 0.12].map(v => v * 5),
range: ['A']
}
]