ZZZ-Plugin/model/damage/weapon/玉壶青冰.js

11 lines
No EOL
256 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '冲击力',
value: [0.007, 0.0088, 0.0105, 0.0122, 0.014].map(v => v * 30)
},
{
type: '增伤',
value: [0.2, 0.23, 0.26, 0.29, 0.32]
}
]