mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-15 12:47:48 +00:00
15 lines
No EOL
249 B
JavaScript
15 lines
No EOL
249 B
JavaScript
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
|
export const buffs = [
|
|
{
|
|
type: '增伤',
|
|
value: 0.1,
|
|
element: 'Fire',
|
|
isForever: true,
|
|
check: 2
|
|
},
|
|
{
|
|
type: '暴击率',
|
|
value: 0.28,
|
|
check: 4
|
|
}
|
|
] |