调整dps插件对仇恨的估算方式

优化dps插件
This commit is contained in:
rucky
2026-03-25 00:57:35 +08:00
parent 5c3f2243c4
commit 12c8c55159
16 changed files with 2454 additions and 165 deletions

View File

@@ -18,9 +18,13 @@ local defaultConfig = {
mergePets = true,
visible = true,
locked = false,
maxSegments = 10,
maxSegments = 20,
backdropAlpha = 0.92,
showClassIcons = true,
paused = false,
pausedAlpha = 0.35,
otWarning = false,
nameplateThreat = false,
}
function NanamiDPS:RegisterModule(name, mod)