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

Total Thuggery now has a visual effect

parent 72fc95e2
No related branches found
No related tags found
No related merge requests found
Pipeline #
game/modules/tome/data/gfx/particles_images/total_thuggery_tentacles2.png

85.4 KiB

......@@ -137,6 +137,9 @@ newTalent{
pen = self:addTemporaryValue("resists_pen", {[DamageType.PHYSICAL] = t.getPen(self, t)}),
speed = self:addTemporaryValue("combat_physspeed", t.getSpeed(self, t)),
}
if core.shader.active() then
self:talentParticles(ret, {type="shader_shield", args={toback=true, size_factor=1.5, y=-0.2, img="total_thuggery_tentacles2"}, shader={type="tentacles", wobblingType=1, appearTime=0.5, time_factor=1400, noup=0.0}})
end
return ret
end,
deactivate = function(self, t, p)
......
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