The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Transformations + API [AB+ Only]
Affichage des entrées 1-9 sur 9
Mis à jour le : 20 janv. 2021 à 13h17

Fixed invalid filepath, error that affected Mc and Linux users

Mis à jour le : 26 aout 2020 à 14h44

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

Mis à jour le : 11 juin 2020 à 19h31

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

Mis à jour le : 20 mars 2020 à 10h21

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

Mis à jour le : 16 mars 2020 à 8h15

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.

Mis à jour le : 12 mars 2020 à 16h11

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)

Mis à jour le : 10 mars 2020 à 10h35

Updated Transformation Streak function (had a typo)

Mis à jour le : 8 mars 2020 à 13h55

Added a thumbnail to the mod

Mis à jour le : 8 mars 2020 à 13h25

Created Mod