/** @type {import('../BuffManager.ts').BuffManager['buffs']} */ export const buffs = [ { type: '贯穿力', value: [80, 92, 104, 116, 128].map(v => v * 3) } ]