mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
支持贯穿伤害计算等;新增仪玄伤害计算
This commit is contained in:
parent
2c6e20d846
commit
a1a3b2b171
21 changed files with 524 additions and 184 deletions
13
model/damage/set/云岿如我.js
Normal file
13
model/damage/set/云岿如我.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
type: '暴击率',
|
||||
value: 0.04 * 3,
|
||||
check: 4
|
||||
},
|
||||
{
|
||||
type: '贯穿增伤',
|
||||
value: 0.1,
|
||||
check: 4
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue