Alchemy
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.
-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.
-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.
-Steam
Start with Aqua and Ignis and defeat Satan.
No treasure rooms.
Coding: Pulse
Sprites and costumes: AdipemDragon
Special thanks to Lytebringr for making awesome tutorials and to Xalum for helping me fixing all the 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!