The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Transformations + API [AB+ Only]
Mostrando 1-9 de 9 aportaciones
Actualización: 20 ENE 2021 a las 1:17 p. m.

Fixed invalid filepath, error that affected Mc and Linux users

Actualización: 26 AGO 2020 a las 2:44 p. m.

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

Actualización: 11 JUN 2020 a las 7:31 p. m.

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

Actualización: 20 MAR 2020 a las 10:21 a. m.

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

Actualización: 16 MAR 2020 a las 8:15 a. m.

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.

Actualización: 12 MAR 2020 a las 4:11 p. m.

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)

Actualización: 10 MAR 2020 a las 10:35 a. m.

Updated Transformation Streak function (had a typo)

Actualización: 8 MAR 2020 a las 1:55 p. m.

Added a thumbnail to the mod

Actualización: 8 MAR 2020 a las 1:25 p. m.

Created Mod