Can turrets trigger smart alarms?
When using powerless turrets, is it possible for the turret to trigger a smart alarm when the turret obtains a target? if not can this be a feature to add?

Yes, add function in public void PowerTurretOn(AutoTurret turret)
This
turret.UpdateFromInput(25, 0);

I have no clue how to edit the cs file! but thanks anyway.