mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-15 12:47:48 +00:00
11 lines
No EOL
232 B
JavaScript
11 lines
No EOL
232 B
JavaScript
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
|
export const buffs = [
|
|
{
|
|
type: '攻击力',
|
|
value: [0.08, 0.092, 0.104, 0.116, 0.128]
|
|
},
|
|
{
|
|
type: '异常精通',
|
|
value: [40, 46, 52, 58, 64]
|
|
}
|
|
] |