The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Transformations + API [AB+ Only]
1–9 из 9
Обновление: 20 янв. 2021 г. в 13:17

Fixed invalid filepath, error that affected Mc and Linux users

Обновление: 26 авг. 2020 г. в 14:44

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

Обновление: 11 июн. 2020 г. в 19:31

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

Обновление: 20 мар. 2020 г. в 10:21

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

Обновление: 16 мар. 2020 г. в 8:15

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.

Обновление: 12 мар. 2020 г. в 16:11

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)

Обновление: 10 мар. 2020 г. в 10:35

Updated Transformation Streak function (had a typo)

Обновление: 8 мар. 2020 г. в 13:55

Added a thumbnail to the mod

Обновление: 8 мар. 2020 г. в 13:25

Created Mod