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
93e1e6b21f
commit
90947380ee
@ -124,8 +124,8 @@ let DmgCalc = {
|
||||
return ret
|
||||
},
|
||||
getDmgFn (data) {
|
||||
let { showDetail, attr } = data
|
||||
let { calc } = attr
|
||||
let { showDetail, attr, ds } = data
|
||||
let { calc } = ds
|
||||
|
||||
let dmgFn = function (pctNum = 0, talent = false, ele = false, basicNum = 0, mode = 'talent') {
|
||||
return DmgCalc.calcRet({ pctNum, talent, ele, basicNum, mode }, data)
|
||||
|
Loading…
Reference in New Issue
Block a user