调整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

@@ -107,6 +107,22 @@ L["Enter Whisper Target"] = "Enter player name"
L["Owner"] = "Owner"
L["Threat Note"] = "Includes spell-specific threat modifiers"
L["Drag to Resize"] = "Drag to resize"
L["Threat"] = "Threat"
L["TPS"] = "TPS"
L["Has Aggro"] = "Has Aggro"
L["Tank"] = "Tank"
L["Tank Threat"] = "Tank Threat"
L["OT Threshold"] = "OT Threshold"
L["OT Buffer"] = "OT Buffer"
L["Threat Source API"] = "Data source: Server API (precise)"
L["Threat Source Local"] = "Data source: Local estimation"
L["OT Warning Critical"] = "!! PULLING AGGRO !!"
L["OT Warning Danger"] = "Threat High - Slow Down!"
L["Pause"] = "Pause"
L["Resume"] = "Resume"
L["Paused"] = "Paused"
L["OT Warning"] = "OT Aggro Warning"
L["Nameplate Threat"] = "Nameplate Threat %"
if locale == "zhCN" or locale == "zhTW" then
L["Damage Done"] = "造成伤害"
@@ -213,4 +229,20 @@ if locale == "zhCN" or locale == "zhTW" then
L["Owner"] = "主人"
L["Threat Note"] = "已计入技能仇恨系数"
L["Drag to Resize"] = "拖拽调整大小"
L["Threat"] = "仇恨值"
L["TPS"] = "每秒仇恨"
L["Has Aggro"] = "持有仇恨"
L["Tank"] = "坦克"
L["Tank Threat"] = "坦克仇恨"
L["OT Threshold"] = "OT阈值"
L["OT Buffer"] = "OT缓冲"
L["Threat Source API"] = "数据来源: 服务器API (精确)"
L["Threat Source Local"] = "数据来源: 本地估算"
L["OT Warning Critical"] = "!! 即将夺取仇恨 !!"
L["OT Warning Danger"] = "仇恨过高 - 减速输出!"
L["Pause"] = "暂停统计"
L["Resume"] = "恢复统计"
L["Paused"] = "已暂停"
L["OT Warning"] = "仇恨超标警报"
L["Nameplate Threat"] = "姓名板仇恨百分比"
end