mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
update models/dmg/DmgMastery.js.
Signed-off-by: liangshi <1142607614@qq.com>
This commit is contained in:
parent
1e6cf1bee1
commit
e7081578ab
@ -9,6 +9,8 @@ let DmgMastery = {
|
||||
return 16 * mastery / (mastery + 2000)
|
||||
} else if (typeCfg.type === 'bonus') {
|
||||
return 5 * mastery / (mastery + 1200)
|
||||
} else if (typeCfg.type === 'shield') {
|
||||
return (40 / 9) * mastery / (mastery + 1400)
|
||||
}
|
||||
return 0
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user