The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

59 ratings
Balanced Beginning Birthright
3
   
Award
Favorite
Favorited
Unfavorite
Tags: Items, Tweaks
File Size
Posted
Updated
10.414 KB
19 Dec, 2023 @ 9:11pm
19 Dec, 2023 @ 11:08pm
2 Change Notes ( view )

Subscribe to download
Balanced Beginning Birthright

Description
Finally, a reasonable reward for finishing a character's completion marks.

When starting a character who's obtained all Hard Mode completion marks, they receive Birthright immediately! This essentially means that completing a character's achievements permanently powers up that character.

This mod was inspired by "Birthright Start," but I felt it was a little overpowered to get a really good item at the start without earning it.
14 Comments
Jaknec 4 Mar @ 9:00am 
does anyone know if the issues with this mod are fixed? :repoop:
Former President, George W. Bush 23 Jun, 2024 @ 1:11pm 
ok thanks :steamthumbsup:
Eclipse  [author] 23 Jun, 2024 @ 9:41am 
@Fred yeah feel free! i feel kinda bad that i didn't really debug this mod too much; i kinda made it for myself and i was frustrated by the time i got it working.
Former President, George W. Bush 23 Jun, 2024 @ 2:13am 
and by "eden spawning the items achievement checker uses" I meant the useless sad onion copies used to check if something's unlocked
Former President, George W. Bush 23 Jun, 2024 @ 2:12am 
is it okay if I made a mod that uses code from this one? it uses repentogon instead since that has a more reliable achievement checker thing and I also fixed nearly every bug (t. lost not working, eden spawning the items achievement checker uses, etc.) and I gave you credits for it
OniisanBaka 14 Apr, 2024 @ 6:25am 
seems like its working on all the characters i have all marks on, but for some reason T. Lost doesn't start with birthright, is that intentional?
FCWYzzr 16 Mar, 2024 @ 12:54am 
Tainted Jacob: What?
Zenarack 20 Feb, 2024 @ 10:46pm 
The mod works great, but I've encountered a bug with normal eden that will make his starting item or a spawned in item a random usless item that has the same sprite as sad onion, but it doesnt do anything
blackliner 24 Jan, 2024 @ 3:31am 
also, doesn´t work for modded characters
Naranja 14 Jan, 2024 @ 6:52am 
The mod won't give birthright to Co-op players when playing locally since the PlayerEntity spawns after the floor has spawned, You could fixed this by adding a POST_PLAYER_INIT and a check to make sure to not duplicate player's birthrights :jarate:
ex:
if player:IsHoldingItem(CollectibleType.COLLECTIBLE_BIRTHRIGHT) then return end
(inside Birthright func ^)
mod:AddCallback(ModCallbacks.MC_POST_PLAYER_INIT, giveBirthright);