ZZZ-Plugin/model/damage/weapon/硫磺石.js

7 lines
No EOL
180 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '攻击力',
value: [0.035, 0.044, 0.052, 0.06, 0.07].map(v => v * 8)
}
]