mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
fix: 2.3光锥仪器
This commit is contained in:
parent
d452b4a411
commit
86f9eae36b
@ -96,6 +96,7 @@ export default function (staticIdx, keyIdx) {
|
||||
return {
|
||||
check: ({ attr }) => attr.cdmg > 120,
|
||||
title: '基于暴击伤害,追加攻击伤害提高[tDmg]%,终结技或追加攻击伤害无视[qIgnore]%防御',
|
||||
sort: 9,
|
||||
data: {
|
||||
tDmg: ({ attr }) => Math.min(Math.floor((attr.cdmg - 120) / 20), 4) * tables[2],
|
||||
qIgnore: tables[3],
|
||||
|
@ -83,7 +83,7 @@ export default function (staticIdx, keyIdx) {
|
||||
],
|
||||
梦应归于何处: [
|
||||
staticIdx(1, 'stance'),
|
||||
keyIdx('造成的击破伤害提高[breakDmg]%', 'breakDmg', 2)
|
||||
keyIdx('造成的击破伤害提高[breakEnemydmg]%', 'breakEnemydmg', 2)
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user