ZZZ-Plugin/model/damage/weapon/狸法七变化.js

13 lines
No EOL
301 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '异常掌控',
value: [30, 34, 39, 43, 48],
check: ({ avatar }) => avatar.element_type === 200
},
{
type: '异常精通',
value: [60, 69, 78, 87, 96],
is: { team: true }
}
]