安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
If Noita were a meal, it'd be a dry and chewy steak which hasn't been properly cooked therefore any QoL feature is a gravy or sauce that makes it more palpable.
"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??
https://github.com/VileGoo/Health-Containers
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?
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