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

Limit fearscape on rares

parent e1a58dce
No related branches found
No related tags found
1 merge request!642Beta3 talent tuning
......@@ -138,7 +138,10 @@ newTalent{
requires_target = true,
cooldown = 60,
no_sustain_autoreset = true,
random_boss_rarity = 10,
random_boss_rarity = 5,
rnd_boss_restrict = function(self, t, data)
return data.level < 24
end,
tactical = {
-- heals (negative attack) demons hurts others
ATTACKAREA = {FIRE = function(self, t, target) return target:attr("demon") and -2 or 2 end},
......
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