Creating/Finding Faraday bags to protect electronics from EMP

Would be a nice thing to have, so I don’t have to always leave my bags and electronics behind when I head off to purge the xenos and abominations.

There’s no way to do this currently, so I turn off the EMP damage to electronics with a mod. I had considered a recipe that results in a device without the ELECTRONIC flag but turning emp off was easier.

Do you have a link to that mod or is it in the latest PR?

[
{
“type”: “MOD_INFO”,
“id”: “dont_fry_phones”,
“name”: “Don’t Fry Phones”,
“authors”: [ “AndiBanandi” ],
“maintainers”: [ “AndiBanandi” ],
“description”: “Stops EMPs from frying your electronics. This is needed until simple faraday shielding for your electronics is implemented.”,
“category”: “rebalance”,
“dependencies”: [ “dda” ]
},
{
“type”: “EXTERNAL_OPTION”,
“name”: “EMP_DISABLE_ELECTRONICS”,
“stype”: “bool”,
“value”: false
}
]



Make a file called modinfo.json and paste everything above the line breaks into it, drop that into a new folder in your mods folder and you’re good to add it to a world. Aftershock also does this but it’s got a whole mod attached to it :stuck_out_tongue: