The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

39 ratings
Health and pickups pack
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
540.584 KB
24 Mar, 2018 @ 4:52am
16 Sep, 2019 @ 3:24am
4 Change Notes ( view )
You need DLC to use this item.

Subscribe to download
Health and pickups pack

In 1 collection by ☢ Nato Potato ☢
NatoPotato's Binding of Isaac Mods
120 items
Description
This pack has several items that utilize the NoHealthCap and NoPickupCap mods, it also serves as an example for other modders.

Dad's Wallet: Boosts coin cap to 250, +25 coins.

Bomb Sack: Boosts bomb cap to 250, +25 bombs.

Key Chain: Boosts key cap to 250, +25 keys.

Cardiomegaly: Boosts heart cap to 18, +1 HP.

Heterotopic Heart: Boosts heart cap to 24, +1 HP, restores 3 red hearts.

Health = Power: +0.2 damage per full red heart, +0.1 damage per full spirit/black heart.

Limited: Lowers all pickup caps to 25 and health cap to 6 hearts (even if you have one of the other cap changing items), +4 damage, +0.5 speed, +0.75 tears, +0.25 shot speed.

Auto Resupply: +5 coins, +1 bomb, +1 key, automatically exchange pickups if you run out of one type.
(if you have 0 of a pickup it will spend the pickup you have the most of and give you the one you're missing, 1 bomb/key = 5 coins)


The base methods behind these items can just as easily be applied to a trinket or character.

REQUIRES NOHEALTHCPAP MOD AND NOPICKUPCAP MOD!
(OR POTATO PACK 2)

Feedback and bug reports are appreciated.
16 Comments
BLAZESTORM 5 Jun, 2018 @ 2:35am 
Sounds great! :D Thanks for the fast reply as well! :b
☢ Nato Potato ☢  [author] 5 Jun, 2018 @ 2:33am 
not a bad idea, will put up a version of this without the cap changing items when ive got time
BLAZESTORM 5 Jun, 2018 @ 2:10am 
Okay, i've played around with it a bit more and the only thing i seem to have accomplished was to remove the limit of bone hearts it could create.... i'm uncertain of wether the information you've given me has been enough, or i'm just too stupid with coding, but i cannot make the item do what i want it to do (take soul/black hearts from the extra hearts bar and give bone hearts etc.) but another question i have now is wether it would be too much to ask if you added Auto Resupply as its own mod, because i love the concept of it yet i really dislike having to give up infinite health and pickups because of the other items and such, so Auto Resupply would be better off as a standalone mod in my opinion ^^
Thanks for your time and also thanks for trying to help me mess with another mod, i'll see if i can't ask on the other persons mod if he would be kind enough to add support for the NoHealthCap mod as well :b
BLAZESTORM 3 Jun, 2018 @ 6:25pm 
Okay, So, Pretty important information i guess, is that i had to add an extra line saying NoHealthCapSoulHearts and not change the already existing line it had... so what i did now is it checks wether there are 3 soul hearts in the vanilla health bar or 3 soul hearts in your No-Cap health bar and if it does it should now remove 3 soul hearts and add 1 bone heart

I'll test a little more and write if i needed to change anything else :B
☢ Nato Potato ☢  [author] 3 Jun, 2018 @ 5:32pm 
well it would be a bit complicated, but basically where it has something like
'if player:GetSoulHearts() > ...' change player:getsoulhearts() to NoHealthCapSoulHearts

and then where it does 'player:addsoulhearts(-x)' do something like
'local takehearts = losesoulhealth(x)
player:addsoulhearts(-takehearts)'

(losesoulhealth() removes soul hearts from extra hearts and if x was more than the extra soul hearts it returns the leftover amount)
BLAZESTORM 3 Jun, 2018 @ 5:08pm 
would it perhaps be something i could easily do myself?

i'm not sure how compicated an item like the Raven's Skull (the item i was talking about) would be...
☢ Nato Potato ☢  [author] 3 Jun, 2018 @ 5:03pm 
yeah the item would need to check no health cap's global variables to check how many soul/black hearts are in the 'extra' health
BLAZESTORM 3 Jun, 2018 @ 5:01pm 
That's more or less what i was talking about x3

I wanted to know wether or not you had found a smaller workaround for that problem since it's kinda annoying having to run into red hearts and when you have like... 50 or so bone hearts as the Forgotten xD


Also i wouold like to point out that another mod (revelations i believe) adds an item that takes 3 soul/black hearts and turns it into an empty bone heart, however if you have soul/black hearts in the "ilegitemate" heart slots it won't work. not sure if it's something you can do about it or if it's something the Revelations author has to fiddle with :v
☢ Nato Potato ☢  [author] 3 Jun, 2018 @ 4:53pm 
this needs the no health cap mod in order to work, basically it just plugs into no health cap and runs its functions

at the start of a run it sets the health cap to 12 (or 6 if forgotten), and yeah thats the health cap set by no health cap mod, then if it detects that you have a health cap boosting item it runs the cap update function again, but for 18 or 24.

magneto does work with no health cap, if you have space in your 'legit' hearts aka the first 12, but getting magneto to pull red hearts when you have space beyond the first 12 is on my to-do list
BLAZESTORM 3 Jun, 2018 @ 4:42pm 
I have several questions about the heart cap items that all more or less round up to be sorta similar :/

First up;
How does the heart cap items work with your previous "NoHealthCap" mod? do they set the max for the mod like how you would be able to do manually or does it set the... so to say "Vanilla max health" (the max health set before your NoHealthCap mod's "magic")

If it sets the vanilla value to that amount would that make items like Magneto work like it then should? or is that near to impossible to do?



Sorry if this post seems like a mess, i'm bad at making larger comments cuz i sorta forget where i'm going with it half-way through xD