just comment out time_scale=.15, you may want to change glow_w (.65 should work fine), also you may want to change sound_fun = 'STELLAR_SURGE_BEAM' in WEAPONS.lua as the default one for "Stellar Surge Beam" is too long for new (regular) animation duration
Code: Select all
new_beam_animation {
effect='heavy_beam',
env_key='super_beam',
glow_w = .65, --1.2,
min_w=.4,
--time_scale=.15,
-- use_static_texture=catch(true)
}
and as usual, if anything wrong then let me know