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

Healing Infusion now heals for a bit less but is instant

parent 898251a7
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ newEntity{ base = "BASE_INFUSION", ...@@ -133,7 +133,7 @@ newEntity{ base = "BASE_INFUSION",
inscription_data = { inscription_data = {
cooldown = resolvers.rngrange(7, 13), cooldown = resolvers.rngrange(7, 13),
heal = resolvers.mbonus_level(80, 20, function(e, v) return v * 0.06 end), heal = resolvers.mbonus_level(80, 20, function(e, v) return v * 0.06 end),
use_stat_mod = 3, use_stat_mod = 2.4,
}, },
inscription_talent = "INFUSION:_HEALING", inscription_talent = "INFUSION:_HEALING",
} }
......
...@@ -90,7 +90,7 @@ newInscription{ ...@@ -90,7 +90,7 @@ newInscription{
points = 1, points = 1,
tactical = { HEAL = 2 }, tactical = { HEAL = 2 },
is_heal = true, is_heal = true,
-- no_energy = true, no_energy = true,
action = function(self, t) action = function(self, t)
local data = self:getInscriptionData(t.short_name) local data = self:getInscriptionData(t.short_name)
self:attr("allow_on_heal", 1) self:attr("allow_on_heal", 1)
......
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