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
12
model/damage/weapon/嵌合编译器.js
Normal file
12
model/damage/weapon/嵌合编译器.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
type: '攻击力',
|
||||
value: [0.12, 0.15, 0.18, 0.21, 0.24],
|
||||
isForever: true
|
||||
},
|
||||
{
|
||||
type: '异常精通',
|
||||
value: [25, 31, 37, 43, 50].map(v => v * 3)
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue