https://github.com/erunehtar/damnation
Blessing of Salvation management for tanks
https://github.com/erunehtar/damnation
buffs druid paladin salvation tank warrior
Last synced: 5 months ago
JSON representation
Blessing of Salvation management for tanks
- Host: GitHub
- URL: https://github.com/erunehtar/damnation
- Owner: erunehtar
- License: mit
- Created: 2019-12-26T15:03:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T13:40:41.000Z (over 1 year ago)
- Last Synced: 2026-01-13T20:29:20.059Z (5 months ago)
- Topics: buffs, druid, paladin, salvation, tank, warrior
- Language: Lua
- Homepage:
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Damnation
### Blessing of Salvation management for tanks
A lightweight addon that removes unwanted buffs automatically. For instance, cancelling Blessing of Salvation manually, especially from Paladins who do not announce it, can drive one insane and can make tanking miserable.
## Features
### Three operating modes
- **Always:** Always remove managed buffs
- **When Tanking:** Remove managed buffs only when tanking (Warriors in Defensive Stance, Druids in Bear Form, Paladins with Righteous Fury)
- **Never:** Never remove managed buffs
### Custom Buff Groups
You can create your own custom buff groups to remove any unwanted buffs automatically. Each buff group act like a virtual container where you can add any number of spell IDs. When any buff from the group is detected on player, Damnation will attempt remove it.
### Announcements
You can toggle announcing when Damnation removes an unwanted buff. You can also choose to announce when a buff could not be removed because player is in combat.
### Remove Other Unwanted Buffs
Additional unwanted buffs can also be removed. Check user interface options for more details.
### Profiles
You can setup as many profiles as you want and easily setup a different profile per character or per class.
### Slash Commands
Slash commands are supported. Type `/dmn` or `/damnation` for help about slash command options.
## Limitations
Unfortunately, Blizzard disallow addons from removing buffs while player is in combat. However, Damnation will remove unwanted buffs as soon as player leave combat.
## License
This library is released under the MIT License. See the LICENSE file for details.