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
a day ago
2.0
4
Planets Enemies
Owner:
Cavalorn
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
a day ago
Latest Version:
0.1.1 (a day ago)
Factorio version:
2.0
Downloaded by:
4 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