mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
8 lines
No EOL
186 B
JavaScript
8 lines
No EOL
186 B
JavaScript
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
|
export const buffs = [
|
|
{
|
|
type: '增伤',
|
|
value: [0.15, 0.173, 0.195, 0.218, 0.24],
|
|
element: 'Physical'
|
|
}
|
|
] |