The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Transformations + API [AB+ Only]
Hiển thị 1-9 trong 9 mục
Cập nhật: 20 Thg01, 2021 @ 1:17pm

Fixed invalid filepath, error that affected Mc and Linux users

Cập nhật: 26 Thg08, 2020 @ 2:44pm

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

Cập nhật: 11 Thg06, 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

Cập nhật: 20 Thg03, 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

Cập nhật: 16 Thg03, 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.

Cập nhật: 12 Thg03, 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)

Cập nhật: 10 Thg03, 2020 @ 10:35am

Updated Transformation Streak function (had a typo)

Cập nhật: 8 Thg03, 2020 @ 1:55pm

Added a thumbnail to the mod

Cập nhật: 8 Thg03, 2020 @ 1:25pm

Created Mod