ZZZ-Plugin/model/damage/weapon/电波漫步.js

7 lines
No EOL
170 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '贯穿力',
value: [80, 92, 104, 116, 128].map(v => v * 3)
}
]