Noita
2,656 ratings
Health Containers
11
6
26
17
5
6
3
3
4
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
64.961 KB
Feb 24, 2020 @ 1:44pm
Mar 27, 2021 @ 3:48pm
7 Change Notes ( view )

Subscribe to download
Health Containers

Description
Health Containers is a simple, quality of life mod that gives slain enemies a chance of dropping a health container. Health containers will restore a small amount of HP when picked up.


_________________________________________

If you have any problems or feedback, feel free to comment and let me know your thoughts!

Make sure to leave a positive rating if you like this mod!

_________________________________________

Visual Update (2021-03-27)
  • Improved visual clarity
  • Added VFX
  • Added subtle anti-gravity
  • Changed physics material to glass

Big Update (2020-12-03)
  • Added in-game config menu.
  • Added % health healing. can be toggled between fixed in config menu
  • Cleanup + General Improvements. should hopefully work for everyone now
    Special thanks to shadowimmage on GitHub for their contributions
_________________________________________

GitHub:
https://github.com/VileGoo/Health-Containers
_________________________________________
Popular Discussions View All (2)
1
Sep 11, 2022 @ 12:52pm
Dont Work on GOG version.
Hitilit
0
2
Oct 4, 2023 @ 12:42pm
For those who want to make Health Container indestructible
MyrtleMist
182 Comments
i doesnt work right for me. unstead of healing it increase max health in 100. fix please.
NethanielShade Apr 25 @ 6:24pm 
I will never in my life understand why people like Lime14397 even comment lol.
"makes the game too easy :("
THEN DONT USE IT XD
It's a mod. Optional. You literally have to leave the game and download it. Why do people complain about mods??
Just got the game and would love to see the coming remake/update <3
segin Apr 11 @ 3:53pm 
Hey man, I'm guessing you forgot but you didn't lose the original files. You put them up on GitHub.

https://github.com/VileGoo/Health-Containers
Phrog Apr 10 @ 8:56pm 
If you're going to remake it. I wonder if you could ticket the health +1 every 60 seconds or so instead of health packs. I want an easy mode don't judge.
Tw1ntend0 Apr 10 @ 11:39am 
I've got no ideas for new perks, I'm sure others do, but I would absolutely love an update that incorporates everything you've stated!!
terra  [author] Apr 10 @ 11:03am 
I've recently started playing Noita again and have been having fun with the recent big update, so I may do an update for my mod. It's been years though and I have long since lost the original mod files I made and how to actually mod for Noita.

If I do get around to updating this mod I'll likely do the following:

Fixing the max health bug @Daovala explained
Adding a toggle to make the health drop near indestructible (if that's possible). Keep in mind my original idea was to make the health drop fragile.
Adding how much health you gained to the pick up text (like gold does)
Maybe add some new perks to make it more interesting? What do you think would be fun?
Tw1ntend0 Apr 6 @ 2:43am 
Someone should really release an updated version of this mod incorporating the feedback from @Daovala and @Weaver
Lime14397 Feb 8 @ 11:39pm 
makes the game too easy :(
Daovala Jan 11 @ 9:05am 
Had an issue with increasing health by 1 with the health drops, as it would stop increasing health past 112 (or 56 with glass cannon)
looked up a couple things and found the function that sets the HP / max HP is depreciated one and changing it to the newer function seems to work without any complications

Going to list the change I did that seems to have fixed it

in health_container_pickup.lua which should found at
..\steamapps\workshop\content\881100\2006631283\files\data\scripts\items\health_container_pickup.lua

replace both instances of ComponentSetValue with ComponentSetValue2
https://noita.fandom.com/wiki/Modding:_Lua_API#ComponentSetValue