Commit 547ad35f4093445e9de7cac1f1f164e82cd0a44f
1 parent
419c3285
New skeleton's damage shield visuals
Showing
3 changed files
with
2 additions
and
2 deletions

44 KB
... | ... | @@ -48,7 +48,7 @@ newTalent{ |
48 | 48 | return 10 |
49 | 49 | end, |
50 | 50 | action = function(self, t) |
51 | - self:setEffect(self.EFF_DAMAGE_SHIELD, t.getDuration(self, t), {color={0xcb/255, 0xcb/255, 0xcb/255}, power=t.getShield(self, t)}) | |
51 | + 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}) | |
52 | 52 | return true |
53 | 53 | end, |
54 | 54 | info = function(self, t) | ... | ... |
-
Please register or login to post a comment