ZZZ-Plugin/model/damage/set/静听嘉音.js

8 lines
No EOL
150 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '增伤',
value: 0.08 * 3,
check: 4
}
]