ZZZ-Plugin/model/damage/weapon/仿制星徽引擎.js

8 lines
No EOL
185 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '增伤',
value: [0.36, 0.41, 0.465, 0.52, 0.575],
element: 'Physical'
}
]