The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Planetarium Chance [REP+]
Showing 1-10 of 41 entries
< 1  2  3  4  5 >
Update: Apr 17 @ 10:00pm

Update: Mar 20 @ 9:47pm

Fix coords offset with Rep+, disable with repentogon

Update: Jan 17 @ 12:58am

Remove HP check to ensure we cover chaos card

Update: Jan 17 @ 12:52am

GitHub Actions test push.

Update: Jan 11 @ 1:50am

Applied a fix for the stat icon appearing during the dogma death animation. This is achieved through a bodge of measuring the exact amount of animation frames that have passed for dogmas death animation and hiding the icon at the appropriate frame.

Yuck! But there's not much else we can do due to technical limitations with the modding api. Did you know we still can't add HUD elements using the official API? It's all fake sprites and fancy shaders.

At least the bug is fixed! 🎉

Update: Mar 15, 2024 @ 12:38pm

Moved all global functions to local to not mess with other mods
Reimplements the Beast fight check to be more in line with how the game does it with the other stats and possibly fix problems with it and regular crawlspaces
Changed to checking if achievements are "not allowed" instead of "are allowed"
Cleaned up other code

Update: Feb 29, 2024 @ 1:31pm

Added REPENTAGON support

Update: Feb 19, 2024 @ 5:58am

Automatic deployment testing

Update: Jan 21, 2024 @ 11:12pm

Change check for if planetariums are unlocked

Update: Sep 3, 2022 @ 6:27pm

removed json lib as we are no longer encoding most data due to the api changes.