minetest-mods / technic

Technic mod for Minetest
Other
145 stars 155 forks source link

Anti-radiation armor and radiation monitor #555

Open AFCMS opened 4 years ago

AFCMS commented 4 years ago

It would be cool to have an armor who protect from radiation and a monitor who can measure radiations.

BobFred7 commented 4 years ago

This already exists in the hazmat suit mod (at least the armor part) The radiation-measurement monitor might instead be called a Geiger Counter

BuckarooBanzay commented 4 years ago

@AFCMS a 3d_armor compatible suit is here: https://github.com/pandorabox-io/hazmat_suit

edwinsage commented 3 years ago

A radiation monitor would allow building proper access control around a nuclear reactor if it is placeable and can give a mesecon signal. I was hoping to do this, but there doesn't seem to be any way to detect if a reactor is giving off radiation.

BuckarooBanzay commented 3 years ago

A radiation monitor would allow building proper access control around a nuclear reactor if it is placeable and can give a mesecon signal. I was hoping to do this, but there doesn't seem to be any way to detect if a reactor is giving off radiation.

A node-detector that points to the core could be used to distinguish between on or off-state (or use digilines-HV-cables to poll the reactor)