The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Transformations + API [AB+ Only]
Showing 1-9 of 9 entries
Update: Jan 20, 2021 @ 1:17pm

Fixed invalid filepath, error that affected Mc and Linux users

Update: Aug 26, 2020 @ 2:44pm

Changed some functions around to potentially fix the "transformations not resetting on new run". Let's hope it works this time!

Update: Jun 11, 2020 @ 7:31pm

Uploaded my version of the mod in hopes this somehow fixes the bug that I can never replicate, and have no clue why it happens. If I seem too lost on that, I'm really sorry, but I hope this fixes it magically somehow

Update: Mar 20, 2020 @ 10:21am

Slightly changed the item and transformation history reset function so it gets saved in the save data. Hopefully this should fix some transformations not being cleared

Update: Mar 16, 2020 @ 8:15am

Fixed bug with the function _transformationsAPI.GiveTransformation
Added new function, _transformationsAPI.RemoveTransformation. It accepts the same arguments as _transformationsAPI.GiveTransformation, (player,transformationname,forced) and returns whether there was a transformation to be removed.

Update: Mar 12, 2020 @ 4:11pm

Added new function:
_transformationsAPI.GiveTransformation (player,name1,forced)
It takes a player and applies a transformation with name "name1". Forced determines whether the transformation can be applied again, and whether it'll ignore the OnActivation functions returning false (returning false on those functions prevents the transformation from following)

Update: Mar 10, 2020 @ 10:35am

Updated Transformation Streak function (had a typo)

Update: Mar 8, 2020 @ 1:55pm

Added a thumbnail to the mod

Update: Mar 8, 2020 @ 1:25pm

Created Mod