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

plop

parent f12dedc7
No related branches found
No related tags found
1 merge request!49Shifting particles
......@@ -17,8 +17,6 @@
-- Nicolas Casalini "DarkGod"
-- darkgod@te4.org
can_shift = true
return { generator = function()
local radius = 0
local sradius = (radius + 0.5) * (engine.Map.tile_w + engine.Map.tile_h) / 2
......
......@@ -28,10 +28,10 @@ newTalent{
tactical = { ATTACK = { FIRE = 2 } },
range = 10,
reflectable = true,
proj_speed = 1,
proj_speed = 20,
requires_target = true,
target = function(self, t)
local tg = {type="bolt", range=self:getTalentRange(t), talent=t, display={particle="bolt_acid"}}
local tg = {type="bolt", range=self:getTalentRange(t), talent=t, display={particle="bolt_fire", trail="firetrail"}}
if self:getTalentLevel(t) >= 5 then tg.type = "beam" end
return tg
end,
......
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