ZZZ-Plugin/model/damage/set/雷暴重金属.js
2025-05-31 19:02:01 +08:00

14 lines
No EOL
232 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '增伤',
value: 0.1,
check: 2,
element: 'Electric'
},
{
type: '攻击力',
value: 0.28,
check: 4
}
]