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

14 lines
No EOL
229 B
JavaScript

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