Oh yes, i remember this part, i was having problems trying to modify the attack_parameters for the flame thrower on the immolator and in the end i just copied the one from the tank:
{code}
local immolator_flame_parameters = table_deepcopy(data.raw["gun"]["tank-flamethrower"].attack_parameters)
immolator_flame_parameters.range = 30
immolator_flame_parameters.ammo_consumption_modifier = 1
immolator_flame_parameters.cooldown = 1
local immolator_flamethrower = {
name = "spidertron-immolator-flamethrower",
type = "gun",
subgroup = "gun",
icon = "spidertron-extended/graphics/spidertron_immolator_gun_icon_2.png",
icon_size = 64,
stack_size = 5,
attack_parameters = immolator_flame_parameters
}
{code}
So at the moment it works exactly as the tank flamethrower.
I could look again on how to modify that attack parameters and make it do flame damage over time.
Thank you for feedback, also if you have any suggestion for more spidertrons ideas or abilities i could work on i don't mind trying anything (though i don't promise anything since i'm quite lazy ^_^ )