ZZZ-Plugin/model/damage/weapon/十方锻星.js
2025-08-09 18:30:38 +08:00

12 lines
No EOL
265 B
JavaScript

/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '异常掌控',
value: [60, 69, 78, 87, 96]
},
{
type: '增伤',
value: [0.2, 0.23, 0.26, 0.29, 0.32].map(v => v * 2),
element: 'Physical'
}
]