mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-15 12:47:48 +00:00
16 lines
No EOL
284 B
JavaScript
16 lines
No EOL
284 B
JavaScript
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
|
export const buffs = [
|
|
{
|
|
type: '增伤',
|
|
value: 0.15,
|
|
isForever: true,
|
|
element: ['Electric', 'Fire'],
|
|
check: 4
|
|
},
|
|
{
|
|
type: '增伤',
|
|
value: 0.2,
|
|
check: 4,
|
|
range: ['EQ', 'L']
|
|
}
|
|
] |