mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
支持贯穿伤害计算等;新增仪玄伤害计算
This commit is contained in:
parent
2c6e20d846
commit
a1a3b2b171
21 changed files with 524 additions and 184 deletions
|
|
@ -1,6 +1,7 @@
|
|||
/** @type {import('../../avatar.ts')['scoreFnc'][string]} */
|
||||
export default function (avatar) {
|
||||
const props = avatar.initial_properties
|
||||
// (暴击率 * 2 + 爆伤 >= 200%) 且 (异常精通 < 300) 时转为直伤流规则
|
||||
if (props.CRITRate * 2 + props.CRITDMG >= 2 && props.AnomalyProficiency < 300) {
|
||||
return ['直伤流', {
|
||||
"生命值百分比": 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue