新增耀嘉音伤害计算(前瞻)

This commit is contained in:
UCPr 2025-01-22 00:18:20 +08:00
parent 2620deb95b
commit 2ee4b2ef09
5 changed files with 126 additions and 12 deletions

View file

@ -0,0 +1,7 @@
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '增伤',
value: [0.1, 0.115, 0.13, 0.145, 0.16].map(v => v * 2)
}
]