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

14 lines
No EOL
228 B
JavaScript

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