mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2025-02-02 00:15:41 +00:00
修正伤害计算武器副词条计算错误
This commit is contained in:
parent
f0348841a3
commit
7081393e06
@ -124,7 +124,7 @@ class AttrCalc {
|
||||
|
||||
if (wCalcRet) {
|
||||
this.addAttr('atkBase', wCalcRet.atkBase)
|
||||
this.addAttr(wCalcRet.key, wCalcRet.value)
|
||||
this.addAttr(wCalcRet.attr?.key, wCalcRet.attr?.value)
|
||||
}
|
||||
|
||||
let wBuffs = weaponBuffs[weapon.name] || []
|
||||
|
Loading…
Reference in New Issue
Block a user