mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
19 lines
No EOL
313 B
JavaScript
19 lines
No EOL
313 B
JavaScript
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
|
export const buffs = [
|
|
{
|
|
type: '增伤',
|
|
value: 0.15,
|
|
check: 2,
|
|
range: ['CC', '追加攻击']
|
|
},
|
|
{
|
|
type: '攻击力',
|
|
value: 0.04 * 3,
|
|
check: 4
|
|
},
|
|
{
|
|
type: '暴击率',
|
|
value: 0.04 * 3,
|
|
check: 4
|
|
}
|
|
] |