Castra Peaceful Mode


Prevents spawn of enemy tanks on Castra by removing them from Data Collectors spawn list. Doesn't remove already existing tanks.

Tweaks
11 months ago
2.0
149
Planets Enemies
Owner:
Cavalorn
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
11 months ago
Latest Version:
0.1.1 (11 months ago)
Factorio version:
2.0
Downloaded by:
149 users

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