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:
@@ -99,6 +99,7 @@ L["BINDING_NAME_DCRSKLIST"] = "Afficher la liste des exceptions"
|
||||
L["BINDING_NAME_DCRSKSHOW"] = "Afficher ou Cacher la liste des exceptions"
|
||||
L["BLACK_LENGTH"] = "Délais (Secs) sur la *blacklist* : "
|
||||
L["BLACKLISTED"] = "Sur liste noire"
|
||||
L["BLEED"] = "Saignement"
|
||||
L["CHARM"] = "Possession"
|
||||
L["CLASS_HUNTER"] = "Chasseur"
|
||||
L["CLEAR_PRIO"] = "E"
|
||||
@@ -197,6 +198,7 @@ L["OPT_ANCHOR_DESC"] = "Montre l'ancre de la fenêtre de discussion spéciale"
|
||||
L["OPT_AUTOHIDEMFS"] = "Masquer automatiquement"
|
||||
L["OPT_AUTOHIDEMFS_DESC"] = "Choisissez quand la fenêtre des micro-portraits doit être masquée automatiquement."
|
||||
L["OPT_BLACKLENTGH_DESC"] = "Définit combien de temps quelqu'un reste sur liste noire"
|
||||
L["OPT_BLEEDCHECK_DESC"] = "Si cochée, vous pourrez voir et retirer les effets de saignement (CoA : sorts comme « Cautérisation » qui dissipent la mécanique de saignement)"
|
||||
L["OPT_BORDERTRANSP"] = "Transparence de la bordure"
|
||||
L["OPT_BORDERTRANSP_DESC"] = "Règle la transparence de la bordure"
|
||||
L["OPT_CENTERTRANSP"] = "Transparence du centre"
|
||||
|
||||
Reference in New Issue
Block a user