Skip to content
Snippets Groups Projects
Commit b1e8fb91 authored by Tawny Harte's avatar Tawny Harte
Browse files

burning shock eff desc 70 -> 50

parent 33447367
No related branches found
No related tags found
1 merge request!5601.6b4 typos n misc
...@@ -441,7 +441,7 @@ newEffect{ ...@@ -441,7 +441,7 @@ newEffect{
newEffect{ newEffect{
name = "BURNING_SHOCK", image = "talents/flameshock.png", name = "BURNING_SHOCK", image = "talents/flameshock.png",
desc = "Burning Shock", desc = "Burning Shock",
long_desc = function(self, eff) return ("The target is on fire, taking %0.2f fire damage per turn, reducing damage by 70%%, putting 4 random talents on cooldown and reducing movement speed by 50%%. While flameshocked talents do not cooldown."):format(eff.power) end, long_desc = function(self, eff) return ("The target is on fire, taking %0.2f fire damage per turn, reducing damage by 50%%, putting 4 random talents on cooldown and reducing movement speed by 50%%. While flameshocked talents do not cooldown."):format(eff.power) end,
charges = function(self, eff) return (math.floor(eff.power)) end, charges = function(self, eff) return (math.floor(eff.power)) end,
type = "physical", type = "physical",
subtype = { fire=true, stun=true }, subtype = { fire=true, stun=true },
......
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