The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Stackable Damocles | +Easy to use API
Showing 1-10 of 15 entries
< 1  2 >
Update: 12 Dec, 2022 @ 5:14pm

Version 1.8:
-= Refactored the mod slightly so you can now use it as a local script instead of relying on globals.
---= Legacy globals are stlll exposed as to avoid breaking old mods.
-= Incompatibility error will now advice players to install the standalone mod (a bit too late unfrotunately, but better than never).
-= Eternal D6 will no longer break the Damocles effects.

Update: 19 Sep, 2022 @ 10:36pm

Version 1.7:
-= Fixed a bug with the item blacklist system not working properly.
---= This means items like the D6, Flip and the like will no longer create infinite duplicates.
-= Added a pre-emptive blacklist for items named Spinup Dice (or similar)
-= Added a new DamoclesAPI.RemoveActiveFromBlacklist(itemId) method, in case someone needs it, for whatever reason.

Update: 12 Sep, 2022 @ 12:49am

Version 1.6:
-= Fixed a bug in which a treasure room item will generate in Silver Treasure rooms when you had Damocles on Greed Mode.
---= It will now dupe into boss items as it should.

Update: 26 Aug, 2022 @ 11:18am

Update: 26 Aug, 2022 @ 11:14am

Version 1.5:
- Fixed a bug in which Tainted Isaac and Glitched Crown would spawn infinite items with Damocles.
- Added Spindown Dice and Flip to the active blacklist.

Update: 25 Aug, 2022 @ 4:59am

Version 1.4:
- Fixed a bug where some item interactions would not spawn duplicates in this mod while working on vanilla (i.e. Diplopia+Damocles).
- Revamped the duplicate detection system to be more accurate and less intrusive.
-- This means more items will be duplicated more reliably.
-- An old method that revolved around blacklisting tiles was removed, this method caused items to sometimes not duplicate if they spawned in a tile that previously had an item on it.
- Added versioning to the mod, now when you load it should display the version loaded, and warn the user if the currently loaded version is outdated and could cause issues with newer mods.

Update: 2 Sep, 2021 @ 1:05pm

Version 1.3.1:
- Fixed a bug in which the standalone mod wouldn't work with [--luadebug] enabled.

Update: 16 Aug, 2021 @ 1:55am

I'm actually dumb and updated Job's version instead of this one, lol. It's still 1.3.

Update: 16 Aug, 2021 @ 1:52am

Version 1.3:
- Fixed a bug with in which items in the Death Certificate area would get duplicated and create a mess.
- Fixed a bug with in which items in the Mirror Dimension wouldn't get duplicated properly.

Update: 12 Aug, 2021 @ 2:37pm

- Fixed a bug that should hopefully prevent unintended duplications from happening.