mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
薇薇安伤害计算
This commit is contained in:
parent
297be2d481
commit
7ace8908ff
9 changed files with 240 additions and 53 deletions
7
model/damage/weapon/飞鸟星梦.js
Normal file
7
model/damage/weapon/飞鸟星梦.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
type: '异常精通',
|
||||
value: [20, 23, 26, 29, 32].map(v => v * 6)
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue