ZZZ-Plugin/model/damage/set/激素朋克.js

8 lines
No EOL
149 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '攻击力',
value: 0.25,
check: 4
}
]