The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

125 ratings
Alchemy
2
   
Award
Favorite
Favorited
Unfavorite
Tags: Lua, Items, Trinkets
File Size
Posted
Updated
105.868 KB
19 Jul, 2018 @ 10:45am
22 Sep, 2018 @ 12:39am
8 Change Notes ( view )

Subscribe to download
Alchemy

Description
This is my first mod, so it's very simple, as it's mainly practice. Costumes will be added soon (hopefully).
Please, report any bugs that you find.

Items
-Ignis
Can be found in tresaure rooms.
Greatly increases damage, but decreases range.
-Aqua
Can be found in treasure rooms.
Decreases fire delay (It can decrease it up to 4) but also decreases shot speed.
-Terra
Can be found in treasure rooms.
+2 hearts and full heart but decreases speed.
-Aer
Can be found in treasure rooms.
Grants flying, but when being hit there's a chance of losing some coins, bombs or keys.
-Salis
Can be found in treasure rooms.
It balances the number of coins, bombs and keys you have at the moment of picking it.
It also removes the bad effects of the other four items.

-Vitae
Can be found in boss rooms.
It increases your stats depending on the amount of red hearts containers you have.
-Mortem
Can be found in boss rooms.
+1 black heart.
It grants random rewards after killing a certain amount of enemies.

Trinkets
-Hermetic Marble
Trinket.
It grants a random effect upon entering a new room (between Ignis, Aqua, Terra and Aer. But only the good part).
If you already have the item, it gives a little upgrade.

Challenges
-Steam
Start with Aqua and Ignis and defeat Satan.
No treasure rooms.

Credits
Coding: Pulse
Sprites and costumes: AdipemDragon

Special thanks to Lytebringr for making awesome tutorials and to Xalum for helping me fixing all the bugs

Known bugs
-This mod is not compatible with revelations Fixed! (thanks to piber20)
-When holding Aqua, your tear delay can't go any lower that 4 Fixed!
-Will make apollyon start with hermetic marble instead of claw of apollyon when that mod is installed. To fix this you can do two things:
1-Go to the mods folder, claw of apollyon, resources and open player with the notepad or another file editor (like notepad++). Search id="15" name="Apollyon" skin="Character_016_Apollyon.png" costume="36" hp="4" items="477" trinket="129" and then change trinket="129" to 130. Save it as an xml file.
2-If that doesn't fix it go to the claw of apollyon folder and open main.lua (or just main) and paste this at the end of the code:
function ApollyonClawMod:onUpdate(player)
if game:GetFrameCount() == 1 and player:GetName() == "Apollyon" then Isaac.Spawn(EntityType.ENTITY_PICKUP,PickupVariant.PICKUP_TRINKET,TrinketType.TRINKET_APOLLYONCLAW,player.Position,player.Velocity,player)
end
end
ApollyonClawMod:AddCallback(ModCallbacks.MC_POST_PEFFECT_UPDATE,ApollyonClawMod.onUpdate)
This will spawn an apollyon claw at the begginig of the run. Save it as a lua file.
-You don't get the key pieces in the Steam challenge Fixed!
62 Comments
TwitchyEyes 10 Apr, 2024 @ 7:01pm 
This has to be the Most Underrated mod, I've been using it for quite a while and It has lead to many fun hijinks!
Steel, my beloved 25 Jun, 2021 @ 9:55pm 
Why does Morthem not work?
Sacri Pan 10 Jun, 2021 @ 1:27pm 
Seem like it work with repentance, exept for Morthem
Thicco Catto  [author] 9 Jun, 2021 @ 2:05am 
I haven't tested it with repentance, but I'll try to look into it next week
Lorax 7 Jun, 2021 @ 11:56am 
Will it work on Repentance?
Sacri Pan 26 May, 2021 @ 4:08am 
Work with repentance?
Cipherec 16 Feb, 2020 @ 10:36pm 
@ButtermilkPancake451
1. youre supposed to beat Satan in sheol not Mega Satan so you dont need key pieces
2. just use console commands to give you the items if you dont get them
violetjuliett 30 Mar, 2019 @ 10:10am 
i have a bug report for the challenge "steam" i didnt recieve any of the items. that means no aqua, no key pieces, and no ignis
violetjuliett 30 Mar, 2019 @ 9:46am 
can you put the names under each sprite picture? i rerolled a run with a dice room and idk which one it is. also i think the trinket isnt working for me
The Red One 20 Feb, 2019 @ 10:00am 
All the items are cool and the effects are interesting, but I wish the little flavor text that appears when you picked it up would explain more about what the item does. For example, Vitae isn't a simple stats-up. Unless you have this Steam page open during your run or have a perfect memory, it's difficult to figure out.