Skip to content
Snippets Groups Projects
Commit ba83ec79 authored by Hachem_Muche's avatar Hachem_Muche
Browse files

Nerfed Toxic Death Radius slightly

parent 23d4f996
No related branches found
No related tags found
1 merge request!391Poison sanity
......@@ -107,7 +107,7 @@ newTalent{
points = 5,
mode = "passive",
require = cuns_req2,
getRadius = function(self, t) return math.floor(self:combatTalentLimit(t, 10, 1, 5)) end,
getRadius = function(self, t) return math.floor(self:combatTalentLimit(t, 10, 1.5, 3.5)) end,
on_kill = function(self, t, target)
local poisons = {}
local to_spread = 0
......@@ -119,6 +119,7 @@ newTalent{
to_spread = to_spread + 1
end
end
-- Note: New effects functions are called in order: merge, on_gain, activate
if to_spread > 0 then
local tg = {type="ball", range = 10, radius=t.getRadius(self, t), selffire = false, friendlyfire = false, talent=t, stop_block=true}
target.dead = false -- for combat log purposes
......
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