mekanism / Mekanism-Feature-Requests

All enhancements and feature requests for Mekanism (for current and future releases) should go here.
11 stars 4 forks source link

Radiation improvements #211

Open Oct0bass opened 3 years ago

Oct0bass commented 3 years ago

Feature I think mek's radiation system is currently a bit lacking, and could use some improvements. Some of these have been mentioned before:

pupnewfster commented 3 years ago

We are not doing nausea, as for slowness and blindness personally I am against it but no idea, and radiation already affects your hunger, at least indirectly. The reason we don't just apply a ton of potion effects is that: a. In my opinion that is just the lazy way out for implementing things and we wanted our system to be more unique b. There are tons of things in Minecraft especially modded that allows for removing various potion effects.

In regards to higher damage, I agree that it would make sense to have it scale upwards and probably will look into this for 10.1

Radiation is already relatively "random": https://github.com/mekanism/Mekanism/blob/1.16.x/src/main/java/mekanism/common/lib/radiation/RadiationManager.java#L212-L214 https://github.com/mekanism/Mekanism/blob/1.16.x/src/main/java/mekanism/common/lib/radiation/capability/DefaultRadiationEntity.java#L50-L56