ZZZ-Plugin/model/damage/weapon/奔袭獠牙.js

7 lines
No EOL
160 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '增伤',
value: [0.18, 0.225, 0.27, 0.315, 0.36]
}
]