/** @type {import('../BuffManager.ts').BuffManager['buffs']} */ export const buffs = [ { type: '增伤', value: [0.12, 0.14, 0.16, 0.18, 0.2], isForever: true, range: ['A', 'CC', 'CF'] } ]