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"] = "Print the skip list"
|
||||
L["BINDING_NAME_DCRSKSHOW"] = "Show or hide the skip list"
|
||||
L["BLACK_LENGTH"] = "Seconds on the blacklist : "
|
||||
L["BLACKLISTED"] = "Black-listed"
|
||||
L["BLEED"] = "Bleed"
|
||||
L["CHARM"] = "Charm"
|
||||
L["CLASS_HUNTER"] = "Hunter"
|
||||
L["CLEAR_PRIO"] = "C"
|
||||
@@ -197,6 +198,7 @@ L["OPT_ANCHOR_DESC"] = "Shows the anchor of the custom message frame"
|
||||
L["OPT_AUTOHIDEMFS"] = "Auto-Hide"
|
||||
L["OPT_AUTOHIDEMFS_DESC"] = "Choose when to hide the MUF window"
|
||||
L["OPT_BLACKLENTGH_DESC"] = "Defines how long someone stays on the blacklist"
|
||||
L["OPT_BLEEDCHECK_DESC"] = "If checked you'll be able to see and remove bleed effects (CoA: spells like Cauterize that clear bleed mechanic)"
|
||||
L["OPT_BORDERTRANSP"] = "Border transparency"
|
||||
L["OPT_BORDERTRANSP_DESC"] = "Set the transparency of the border"
|
||||
L["OPT_CENTERTRANSP"] = "Center transparency"
|
||||
|
||||
Reference in New Issue
Block a user