ZZZ-Plugin/model/damage/set/雷暴重金属.js

15 lines
No EOL
253 B
JavaScript

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