ZZZ-Plugin/model/damage/weapon/「电磁暴」-壹式.js

7 lines
No EOL
154 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '异常掌控',
value: [25, 28, 32, 36, 40]
}
]