mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
21 lines
No EOL
329 B
JavaScript
21 lines
No EOL
329 B
JavaScript
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
|
export const buffs = [
|
|
{
|
|
type: '增伤',
|
|
value: 0.1,
|
|
element: 'Ice',
|
|
check: 2
|
|
},
|
|
{
|
|
type: '增伤',
|
|
value: 0.2,
|
|
range: ['A', 'CC'],
|
|
check: 4
|
|
},
|
|
{
|
|
type: '增伤',
|
|
value: 0.2,
|
|
range: ['A', 'CC'],
|
|
check: 4
|
|
}
|
|
] |