ZZZ-Plugin/model/damage/set/云岿如我.js
2025-06-08 19:59:14 +08:00

8 lines
No EOL
172 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '暴击率',
value: 0.04 * 3,
check: 4
}
]