Skip to content
Snippets Groups Projects
Commit ef2f690f authored by DarkGod's avatar DarkGod
Browse files

Putrescent Liquefaction does not damage allies anymore

parent 211d9b1c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -232,7 +232,7 @@ newTalent{
tactical = { ATTACKAREA = {COLD=2, DARKNESS=2} },
requires_target = true,
radius = function(self, t) return math.floor(self:combatTalentScale(t, 3, 6)) end,
target = function(self, t) return {type="ball", range=0, radius=self:getTalentRadius(t), talent=t} end,
target = function(self, t) return {type="ball", range=0, radius=self:getTalentRadius(t), talent=t, friendlyfire=false} end,
getNb = function(self, t) return math.floor(self:combatTalentScale(t, 1, 4)) end,
getIncrease = function(self, t) return math.floor(self:combatTalentScale(t, 1, 2)) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 40, 400) / 5 end,
......
......@@ -131,7 +131,7 @@ newTalent{
elseif nb > 0 then bonus = ("%d runes active"):tformat(nb) end
return ([[As you continue to attune your body to undeath you reject nature as a whole.
As long as you have no natural infusion on your skin, each rune on it increases your minimum negative life by -%d and your spells critical chance by %d%%.
As long as you have no natural infusion on your skin, each rune on it increases your minimum negative life by -%d and your spells critical chance by %0.1f%%.
Currently: %s]]):
tformat(t.getLifeBonus(self, t), t.getCrit(self, t), bonus)
......
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