mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
7 lines
No EOL
170 B
JavaScript
7 lines
No EOL
170 B
JavaScript
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
|
export const buffs = [
|
|
{
|
|
type: '贯穿力',
|
|
value: [80, 92, 104, 116, 128].map(v => v * 3)
|
|
}
|
|
] |