Electric Resistance deprecated


Every electric pole needs 1 kW of electric power; UPS-free

Utilities
3 years ago
0.18 - 1.1
319

b [fixed] Resistor tokens can take damage, and spawn ghosts

3 years ago

They should not be doing those things, as they are meant to always be hidden from the player.

3 years ago

Thanks for report!

3 years ago

Fixed!

3 years ago

They can still take damage through scripted events. can you make them immune to repair, and give them regeneration?

3 years ago

It has already the flags:

    flags = {
        "placeable-neutral", 
        "player-creation", 
        "fast-replaceable-no-build-while-moving",
        "placeable-off-grid",
        "not-on-map",
        "not-blueprintable",
        "not-deconstructable",
        "not-selectable-in-game"
    },

What I need to add?
https://wiki.factorio.com/Types/EntityPrototypeFlags

3 years ago

So, please check the version 1.0.4

3 years ago

not-repairable is a flag for rocks and trees: You can damage them, but not repair.

New response