mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
12 lines
No EOL
265 B
JavaScript
12 lines
No EOL
265 B
JavaScript
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
|
export const buffs = [
|
|
{
|
|
type: '异常掌控',
|
|
value: [60, 69, 78, 87, 96]
|
|
},
|
|
{
|
|
type: '增伤',
|
|
value: [0.2, 0.23, 0.26, 0.29, 0.32].map(v => v * 2),
|
|
element: 'Physical'
|
|
}
|
|
] |