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.2, 0.23, 0.26, 0.29, 0.32]
}
]