mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-15 12:47:48 +00:00
8 lines
No EOL
199 B
JavaScript
8 lines
No EOL
199 B
JavaScript
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
|
export const buffs = [
|
|
{
|
|
type: '增伤',
|
|
value: [0.12, 0.15, 0.18, 0.21, 0.24].map(v => v * 3),
|
|
element: 'Physical'
|
|
}
|
|
] |