爱丽丝伤害计算

This commit is contained in:
UCPr 2025-08-09 18:30:38 +08:00
parent cf25160a38
commit 14af1a20e1
8 changed files with 149 additions and 11 deletions

View file

@ -0,0 +1,12 @@
/** @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'
}
]