ZZZ-Plugin/model/damage/weapon/「月相」-望.js
2025-05-31 19:02:01 +08:00

8 lines
No EOL
187 B
JavaScript

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