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"] = "Распечатка списка пропуск
|
||||
L["BINDING_NAME_DCRSKSHOW"] = "Показать или скрыть список пропусков"
|
||||
L["BLACK_LENGTH"] = "Секунд в чёрном списке : "
|
||||
L["BLACKLISTED"] = "В чёрном списке"
|
||||
L["BLEED"] = "Кровотечение"
|
||||
L["CHARM"] = "Подчинение"
|
||||
L["CLASS_HUNTER"] = "Охотник"
|
||||
L["CLEAR_PRIO"] = "О"
|
||||
@@ -196,6 +197,7 @@ L["OPT_ANCHOR_DESC"] = "Отображать указатель пользова
|
||||
L["OPT_AUTOHIDEMFS"] = "Автоскрытие"
|
||||
L["OPT_AUTOHIDEMFS_DESC"] = "Выберите, когда скрывать МФИ"
|
||||
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