mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +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: [0.15, 0.175, 0.2, 0.22, 0.24],
|
||||
element: 'Ice',
|
||||
isForever: true
|
||||
},
|
||||
{
|
||||
type: '攻击力',
|
||||
value: [0.02, 0.023, 0.026, 0.029, 0.032].map(v => v * 4)
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue