The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

941 个评价
No Health Cap
2
   
奖励
收藏
已收藏
取消收藏
Tags: Lua, Pickups, Tweaks
文件大小
发表于
更新日期
208.377 KB
2018 年 2 月 19 日 上午 6:05
7 月 28 日 下午 10:27
87 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
No Health Cap

在 ☢ Nato Potato ☢ 的 1 个合集中
NatoPotato's Binding of Isaac Mods
120 件物品
描述
Want to have more than 12 hearts? The 'No Health Cap' mod lets you do just that!

This mod has its own simulated health bar which it displays below your regular one, it kicks into action once you have more than 11 hearts total and starts recording your pickups and damage to make it so your health has no limit.

But if you want the players health cap to just be increased, rather than having unlimited health, just use the Mod Config Menu.

Or open the console by pressing ~ and type "healthcap X" to impose your own limit to max health, 18 is a nice one to use. You can use -1 to make it infinity.

If you want to make things harder rather than easier you can set a cap lower than the usual 12, setting a cap of 0 will only let you have half a heart of health total.

You can also set a limit specifically for red heart containers, as well as what happens when you go above that limit, you can set it to 0 and set them to turn into other hearts to basically make every character like ??? or forgotten.

These 2 settings are in the mod config menu, but you can also edit them by using the commands "redheartcap X" and "extracontainersbecome Y", where X is a number and Y is "nothing", "soul", "black" or "bone".


This should work with the Forgotten, though the default heart cap for Forgotten is 6 not 12 so (unless you're just going with infinite health) set your health cap accordingly.




You can adjust the display to fit your preferred HUD offset by opening the console and typing "hudoffset X" where X is a number from 0 to 10, or if you are using the mod config menu go to the general settings and change the hudoffset there.




You can double check what your current health caps are by opening the console and entering "showhealthcaps".

These features are only for player 1, not for co-op players.

Also keep in mind there might be weird bugs if you are using this with modded items or characters with special heart types or unusual health mechanics.




:Mod support:
The mod has a list of items required for it to be enabled, by default it's empty and takes no effect, but by putting a few lines of code in your mod you can add an item to the list and set the health cap the item should apply.

Just put these lines in your mods player init function (outside of any 'hascollectible' checks and where X is 0-99)
NoHealthCapEnableItemList = true
table.insert(NoHealthCapAddRequiredItems, ITEMID)
table.insert(NoHealthCapSetHealthLimits, X)

If the player is holding multiple items on the list the mod will apply the highest cap.

If you want to check how much health the player has "NoHealthCapRedMax" will return the total number of heart containers, "NoHealthCapRedHearts" shows total red hearts and "NoHealthCapSoulHearts" shows soul/black hearts, "NoHealthCapModHealthLimit" will return the current heart limit and "NoHealthCapModHeartContainerLimit" will return the current heart container limit.

You can checkout my "Health and Pickups Pack" to see examples.


This is included in POTATO PACK 2.
热门讨论 查看全部(1)
63
9 月 5 日 上午 2:36
置顶: BUGS
☢ Nato Potato ☢
120 条留言
Dwuj223d 8 月 20 日 下午 1:33 
cool
Eldahon 6 月 9 日 下午 12:57 
The health cap doesn't work with the character "Jacob & Esau", just for Esau, is it possible to limit his health like others ?
Eldahon 6 月 3 日 下午 2:17 
I use this mod to set the healthcap to 6, it's more challenging and i love it !
mikumikufans 5 月 21 日 上午 4:40 
Does not work in Keeper by default configuration.
XK 4 月 23 日 上午 8:10 
The full health items similar to the super-large mushrooms will not restore more health points than the original maximum life limit.
XK 4 月 23 日 上午 8:06 
The charging plug will only take effect when there are only twelve remaining hearts left. Please fix it.
Sol 4 月 22 日 下午 8:38 
maggie's birthright allows her to get 18 hearts, how does this interact with it?
☢ Nato Potato ☢  [作者] 1 月 18 日 上午 1:30 
did a quick check (with rep+) and it seems to work fine for me, are there any error messages in your debug console? also double check your settings in the config menu
Dickle 1 月 17 日 下午 12:58 
It's broken for me, does it work with repentance plus or is it my end
Dracomar. El Demonio Gris 2024 年 12 月 3 日 下午 6:36 
you save my live thanks bro <3