feat(bleed): add DC.BLEED synthetic dispel type, wire Cauterize, bump 1.1.8
UnitAura returns "" for the dispel type on bleeds (mechanic 15 is not a Blizzard dispel category). New Dcr_BleedIDs.lua ships 1491 bleed-aura spell IDs auto-generated from coa-db Postgres (effect=APPLY_AURA, aura=PERIODIC_DAMAGE, mechanic=BLEED). GetUnitDebuff now pulls spellId and re-tags untyped debuffs as "Bleed" when the ID is in that set. DC.BLEED = 128, registered in TypeNames / TypeColors (dark red AA1111 to read distinct from CHARMED's bright red), CureOrder default 7, AuthorizedKeys/Values, options-UI checkbox, and all eight locales. Cauterize (560749) now lists DC.BLEED alongside MAGIC + POISON so the Pyromancer cleanse covers what the spell actually does in-game. Regenerate Dcr_BleedIDs.lua with the SQL header inside the file.
This commit is contained in:
@@ -98,6 +98,7 @@ L["BINDING_NAME_DCRSKLIST"] = "显示忽略列表明细条目"
|
||||
L["BINDING_NAME_DCRSKSHOW"] = "显示/隐藏 忽略列表"
|
||||
L["BLACK_LENGTH"] = "黑名单持续时间: "
|
||||
L["BLACKLISTED"] = "黑名单"
|
||||
L["BLEED"] = "流血"
|
||||
L["CHARM"] = "魅惑"
|
||||
L["CLASS_HUNTER"] = "猎人"
|
||||
L["CLEAR_PRIO"] = "C"
|
||||
@@ -191,6 +192,7 @@ L["OPT_ANCHOR_DESC"] = "设置自定义信息面板的定位点。"
|
||||
L["OPT_AUTOHIDEMFS"] = "自动隐藏"
|
||||
L["OPT_AUTOHIDEMFS_DESC"] = "选择何时自动隐藏微单元面板(MUF)"
|
||||
L["OPT_BLACKLENTGH_DESC"] = "设置被暂时加入黑名单的玩家在名单中停留的时间。"
|
||||
L["OPT_BLEEDCHECK_DESC"] = "选中后你将可以查看和移除流血效果(CoA:如「灼烧术」等可清除流血机制的法术)"
|
||||
L["OPT_BORDERTRANSP"] = "边框透明度"
|
||||
L["OPT_BORDERTRANSP_DESC"] = "设置边框的透明度。"
|
||||
L["OPT_CENTERTRANSP"] = "面板透明度"
|
||||
|
||||
Reference in New Issue
Block a user