mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
补充静水流涌之辉伤害计算
This commit is contained in:
parent
15f43dce9f
commit
bb63b9224a
@ -236,6 +236,17 @@ export default function (step, staticStep) {
|
|||||||
eCpct: step(8),
|
eCpct: step(8),
|
||||||
qCpct: step(8)
|
qCpct: step(8)
|
||||||
}
|
}
|
||||||
|
}],
|
||||||
|
静水流涌之辉: [{
|
||||||
|
title: '生命值变化时,3层Buff战技伤害提高[eDmg]%',
|
||||||
|
refine: {
|
||||||
|
eDmg: step(8 * 3)
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
title: '其他角色生命值变化时,2层Buff提高生命上限[hpPct]%',
|
||||||
|
refine: {
|
||||||
|
hpPct: step(14 * 2)
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user