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:
@@ -97,6 +97,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"
|
||||
@@ -189,6 +190,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