/** @type {import('../BuffManager.ts').BuffManager['buffs']} */ export const buffs = [ { type: '异常精通', value: [20, 23, 26, 29, 32].map(v => v * 6) } ]