The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Transformations + API [AB+ Only]
9개 중 1~9개 표시 중
업데이트: 2021년 1월 20일 오후 1시 17분

Fixed invalid filepath, error that affected Mc and Linux users

업데이트: 2020년 8월 26일 오후 2시 44분

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

업데이트: 2020년 6월 11일 오후 7시 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

업데이트: 2020년 3월 20일 오전 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

업데이트: 2020년 3월 16일 오전 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.

업데이트: 2020년 3월 12일 오후 4시 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)

업데이트: 2020년 3월 10일 오전 10시 35분

Updated Transformation Streak function (had a typo)

업데이트: 2020년 3월 8일 오후 1시 55분

Added a thumbnail to the mod

업데이트: 2020년 3월 8일 오후 1시 25분

Created Mod