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