The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Transformations + API [AB+ Only]
9件中 1-9 を表示
更新: 2021年1月20日 @ 13時17分

Fixed invalid filepath, error that affected Mc and Linux users

更新: 2020年8月26日 @ 14時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日 @ 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

更新: 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日 @ 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)

更新: 2020年3月10日 @ 10時35分

Updated Transformation Streak function (had a typo)

更新: 2020年3月8日 @ 13時55分

Added a thumbnail to the mod

更新: 2020年3月8日 @ 13時25分

Created Mod