Overrides the data-collector to remove spawning of battle tanks.
You can use this command to remove existing tanks (improves UPS).
/c local surface = game.surfaces["castra"] for _, entity in pairs(surface.find_entities_filtered({force="enemy", name="castra-enemy-tank"})) do entity.destroy() end
Work in progress:
- Disable turrets
- Disable research notifications