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

New skeleton's damage shield visuals

parent 419c3285
No related branches found
No related tags found
No related merge requests found
Pipeline #
game/modules/tome/data/gfx/particles_images/bonearmour_shield.png

44 KiB

......@@ -182,7 +182,7 @@ newTalent{
end
end
self:move(dx, dy, true)
self:forceMoveAnim(dx, dy)
game:onTickEnd(function()
self:setEffect(self.EFF_WILD_SPEED, 3, {power=t.getSpeed(self,t)})
......
......@@ -48,7 +48,7 @@ newTalent{
return 10
end,
action = function(self, t)
self:setEffect(self.EFF_DAMAGE_SHIELD, t.getDuration(self, t), {color={0xcb/255, 0xcb/255, 0xcb/255}, power=t.getShield(self, t)})
self:setEffect(self.EFF_DAMAGE_SHIELD, t.getDuration(self, t), {color={0xcb/255, 0xcb/255, 0xcb/255}, power=t.getShield(self, t), image="bonearmour_shield", shield_intensity=0.3})
return true
end,
info = function(self, t)
......
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