mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
13 lines
No EOL
301 B
JavaScript
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 }
|
|
}
|
|
] |