The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Ember
Showing 1-9 of 9 entries
Update: 7 May, 2018 @ 6:02pm

Icon fix

Update: 7 May, 2018 @ 10:02am

  • Refactored to utilize a CAPI callback. The code is so short and clean now!!
  • Extended Item Descriptions compatibility
  • Interaction with Mom's Box: fires will increase drop odds to 75%. That's HALF the odds of NOT getting a drop.

Update: 10 Oct, 2017 @ 11:54pm

Some comments in main.lua were inaccurate...now they're not ._.

Update: 10 Oct, 2017 @ 11:45pm

Changed ember drop odds to 1%, in response to many complains that ember was appearing too often.

In order to make this happen, I had to switch from ints to floats for RNG, since the the actual number I'm rolling for is 1.18%... It's complicated.

Update: 3 Aug, 2017 @ 1:31am

Ember now operates within the 85% probability window of fires NOT DROPPING THINGS. Previously, I deleted all natural fire drops so I could strictly enforce my own probabilites, but that seemed like bad practice. Now it should play a little nicer with other fireplace mods.

Gameplay-wise, you won't even know anything's changed!

Update: 22 Jul, 2017 @ 7:16pm

Ember is now compatible with ALL types of hearts and coins! And I didn't even need the new callbacks. Thanks to a tip from spider853, I figured out how to make the game spawn random collectibles.

Update: 17 Jul, 2017 @ 11:38pm

Just cleaned up the code a little. There shouldn't be any differences gameplay-wise.

Update: 10 Jul, 2017 @ 1:57pm

- Added art by PJJLegend. Thanks, PJ! (I didn't pay him)
- Original art and one other submission can be found in the files, if you're into that
- Ember now only spawns once per run from a fireplace (You can still get it from Mom's Box, random drops, etc). Hope it spawns somwhere you can reach!!

Update: 6 Jul, 2017 @ 1:42am