mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 05:37:46 +00:00
完全重构伤害计算;支持异常伤害计算;支持所有武器、套装计算;新增悠真计算等
This commit is contained in:
parent
f7e1066773
commit
3f8e64af66
99 changed files with 4243 additions and 1615 deletions
13
model/damage/weapon/时流贤者.js
Normal file
13
model/damage/weapon/时流贤者.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
type: '异常精通',
|
||||
value: [75, 85, 95, 105, 115]
|
||||
},
|
||||
{
|
||||
type: '异常增伤',
|
||||
value: [0.25, 0.275, 0.3, 0.325, 0.35],
|
||||
check: ({ calc }) => calc.get_AnomalyProficiency() >= 375,
|
||||
range: ['紊乱']
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue