添加云岿套

This commit is contained in:
AnonymousWMS 2025-06-08 19:59:14 +08:00 committed by GitHub
parent 55d0f2a5bd
commit 926b80308d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,8 @@
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
export const buffs = [
{
type: '暴击率',
value: 0.04 * 3,
check: 4
}
]