ZZZ-Plugin/model/damage/weapon/「月相」-望.js

9 lines
No EOL
208 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '增伤',
value: [0.12, 0.14, 0.16, 0.18, 0.2],
isForever: true,
range: ['A', 'CC', 'CF']
}
]