diff --git a/API/Addons/Lichking/Bigdebuff/Bigdebuff.webp b/API/Addons/Lichking/Bigdebuff/Bigdebuff.webp new file mode 100644 index 0000000..6ec5b8a Binary files /dev/null and b/API/Addons/Lichking/Bigdebuff/Bigdebuff.webp differ diff --git a/API/Addons/Lichking/Bigdebuff/Bigdebuff.zip b/API/Addons/Lichking/Bigdebuff/Bigdebuff.zip new file mode 100644 index 0000000..8c088e3 Binary files /dev/null and b/API/Addons/Lichking/Bigdebuff/Bigdebuff.zip differ diff --git a/API/Addons/Lichking/Bigdebuff/post.md b/API/Addons/Lichking/Bigdebuff/post.md new file mode 100644 index 0000000..27ca77f --- /dev/null +++ b/API/Addons/Lichking/Bigdebuff/post.md @@ -0,0 +1,46 @@ +## BigDebuffs + +BigDebuffs is an extremely lightweight addon that hooks the Blizzard raid frames to increase the debuff size of crowd control effects. Additionally, it replaces unit frame portraits with debuff durations when important debuffs are present. + +Open a ticket to report any issues + +Submit a pull request +Features +Anchor + +Anchor BigDebuffs to the inner (default), left, or right of the raid frames. + +BigDebuffs Anchor Inner BigDebuffs Anchor Right BigDebuffs Anchor Left +Increase Maximum Buffs + +Sets the maximum buffs displayed to 6. + +BigDebuffs Increase Maximum Buffs +Scale + +Set the scale of the various types of debuffs. +Warning Debuffs + +Always show warning debuffs when BigDebuffs are displayed. + +BigDebuffs Special Debuffs +Unit Frames + +Show BigDebuffs on the unit frames. + +BigDebuffs Unit Frames +Third Party Support + +BigDebuffs is fully compatible with the followings mods: + + Z-Perl UnitFrames + Shadowed Unit Frames + ElvUI + Adapt + bUnitFrames + +BigDebuffs Z-Perl +Profiles + +Create custom profiles with dual specialization support. +Configuration \ No newline at end of file diff --git a/API/Maddons.json b/API/Maddons.json index c3916ba..2f9c599 100644 --- a/API/Maddons.json +++ b/API/Maddons.json @@ -21186,5 +21186,28 @@ "class": [ "All" ] + }, + { + "title": "Big Debuff Wotlk", + "file_name": "Bigdebuff", + "description": "Bigdebuff for WOTLK.", + "author": "Sitoz", + "pr_author": "Sitoz", + "avatar_pr_author": "https://avatars.githubusercontent.com/u/11955573?v=4", + "expansion": [ + "Lichking" + ], + "tags": [ + "PvP", + "Buffs & Debuffs" + ], + "roles": [ + "DPS", + "TANK", + "HEALER" + ], + "class": [ + "All" + ] } -] \ No newline at end of file +]