Skip to content
Snippets Groups Projects
Commit 806fad27 authored by Lisa Greene's avatar Lisa Greene
Browse files

Prevent weapon of wrath from showing on randbosses

parent d8cfbe2e
No related branches found
No related tags found
1 merge request!635Talent tuning
......@@ -127,6 +127,7 @@ newTalent{
points = 5,
cooldown = 10,
sustain_positive = 10,
rnd_boss_restrict = true, -- martyrdom is fine on fixedbosses specifically given the talents but let's avoid it on randbosses
tactical = { BUFF = 2 },
range = 10,
getMartyrDamage = function(self, t) return self:combatTalentLimit(t, 50, 5, 25) end, --Limit < 50%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment