ZZZ-Plugin/model/damage/set/獠牙重金属.js

15 lines
No EOL
250 B
JavaScript

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