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