Would it be possible to differentiate each alien structure? Like spawners, worms with different colors for s/m/l and behemoth sizes?
like this:
data.raw["splitter"]["fast-splitter"].friendly_map_color = {r = 0.78, g = 0.22, b = 0.05}
but with this:
data.raw["worm"]["big-worm"].enemy_map_color = {r = 0.35, g = 0.22, b = 0.85}