ZZZ-Plugin/model/damage/weapon/幻变魔方.js

12 lines
No EOL
257 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '暴击伤害',
value: [0.16, 0.184, 0.208, 0.232, 0.256]
},
{
type: '增伤',
value: [0.2, 0.23, 0.26, 0.29, 0.32],
range: ['EQ']
}
]