/** @type {import('../BuffManager.ts').BuffManager['buffs']} */ export const buffs = [ { type: '增伤', value: 0.08 * 3, check: 4 } ]