ZZZ-Plugin/model/damage/weapon/飞鸟星梦.js
2025-05-30 00:50:30 +08:00

7 lines
No EOL
170 B
JavaScript

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