mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
完全重构伤害计算;支持异常伤害计算;支持所有武器、套装计算;新增悠真计算等
This commit is contained in:
parent
f7e1066773
commit
3f8e64af66
99 changed files with 4243 additions and 1615 deletions
19
model/damage/weapon/残心青囊.js
Normal file
19
model/damage/weapon/残心青囊.js
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
type: '暴击率',
|
||||
value: [0.1, 0.115, 0.13, 0.145, 0.16],
|
||||
isForever: true
|
||||
},
|
||||
{
|
||||
type: '增伤',
|
||||
value: [0.4, 0.46, 0.52, 0.58, 0.64],
|
||||
element: 'Electric',
|
||||
isForever: true,
|
||||
range: ['CC']
|
||||
},
|
||||
{
|
||||
type: '暴击率',
|
||||
value: [0.1, 0.115, 0.13, 0.145, 0.16]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue