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
f0348841a3
commit
7081393e06
@ -124,7 +124,7 @@ class AttrCalc {
|
|||||||
|
|
||||||
if (wCalcRet) {
|
if (wCalcRet) {
|
||||||
this.addAttr('atkBase', wCalcRet.atkBase)
|
this.addAttr('atkBase', wCalcRet.atkBase)
|
||||||
this.addAttr(wCalcRet.key, wCalcRet.value)
|
this.addAttr(wCalcRet.attr?.key, wCalcRet.attr?.value)
|
||||||
}
|
}
|
||||||
|
|
||||||
let wBuffs = weaponBuffs[weapon.name] || []
|
let wBuffs = weaponBuffs[weapon.name] || []
|
||||||
|
Loading…
Reference in New Issue
Block a user