ZZZ-Plugin/model/damage/set/原始朋克.js

8 lines
No EOL
146 B
JavaScript

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