Beam
This is the Beam effect, you can use it to land a magic skillshot like a FireBall!
Click on the image to watch the video
How to use
Take the test.lua file as a reference, create a configuration for the Hands effect, and call the function.
local params = {
dict = "core",
particle = "ent_amb_fbi_fire_lg",
size = 1.5,
duration = nil,
rgb = nil,
dictEnd = "core",
particleEnd = "exp_grd_plane",
sizePend = 1.5,
rgbPend = nil,
latency = 2,
sound = "fireb",
alpha1 = 1.0,
alpha2 = nil
}
Put the coords where you want to land the Beam effect
PZFX.Effects.Beam2(nil, coordsEscena, params)