ZZZ-Plugin/model/damage/set/云岿如我.js

13 lines
No EOL
217 B
JavaScript

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