mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-15 12:47:48 +00:00
11 lines
No EOL
256 B
JavaScript
11 lines
No EOL
256 B
JavaScript
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
|
export const buffs = [
|
|
{
|
|
type: '冲击力',
|
|
value: [0.007, 0.0088, 0.0105, 0.0122, 0.014].map(v => v * 30)
|
|
},
|
|
{
|
|
type: '增伤',
|
|
value: [0.2, 0.23, 0.26, 0.29, 0.32]
|
|
}
|
|
] |