ZZZ-Plugin/model/damage/weapon/「残响」-Ⅱ型.js

11 lines
No EOL
221 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '异常掌控',
value: [10, 12, 13, 15, 16]
},
{
type: '异常精通',
value: [10, 12, 13, 15, 16]
}
]