ElectroTurret


Adds Electro Turrets, which are early game electric turrets

Content
2 months ago
2.0
2.21K
Combat

b Upgrades not having an effect

2 months ago

I've just researched many of the upgrades for the electro turrets, but the stats shown on their tooltips don't update, the just show the base default Speed / Damage.

2 months ago

Great mod btw! Very helpful early on

2 months ago

Can confirm, also same issue

2 months ago
(updated 2 months ago)

The issue here is that the turret has electric type projectile and not the custom adikings-shock-turret as it is in the original mod. Think thats why the upgrades do nothing.

The change in prototypes/entity/turrets.lua:

        attack_parameters = {
            type = "projectile",
            ammo_category = "adikings-shock-turret", 
            cooldown = 25,
            projectile_center = {-0.09375, -0.2},
            projectile_creation_distance = 1.4,
            range = 20,
            sound = {

This fixes the research not applying. If VanillaRainbow92 if you can push this change, that be awesome.
Otherwise in the mean time, you can do this manual change in the mod.

2 months ago

cool, thanks 4 the tip!

2 months ago

Download section, should be fixed

2 months ago

Thank you!

2 months ago

But the tech that upgrates ElecTurret to LaserTurret has no translation port, here's screenshot: https://img.picui.cn/free/2024/11/04/672856c94e595.png

New response