The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

评价数不足
Set Book Picked Up Flag
   
奖励
收藏
已收藏
取消收藏
Tags: Lua, Tweaks
文件大小
发表于
更新日期
8.199 KB
2023 年 11 月 16 日 下午 11:56
2024 年 2 月 22 日 上午 12:03
5 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
Set Book Picked Up Flag

在 Stlkngne 的 1 个合集中
Some of my favorite Repentance mods
301 件物品
描述
Flash Isaac has a greater chance to spawn a Library if you touch a book. That behavior is built into this version of Isaac as well, but the STATE_BOOK_PICKED_UP flag never seems to get set. This mod sets the flag whenever you acquire a book.

See the wiki[bindingofisaacrebirth.fandom.com] for more information.

It seems that this behavior is likely on purpose[github.com], but you can enable it if you want to with this mod.

Mod Config Menu will let you choose what it means to pick up a book:
  • Check the player's inventory : This allows us to check if the player acquired a book by any means including starting items or via the debug console. For starting items, we can load the first floor with the flag enabled.
  • Check the player's queued item for a new book : This is a momentary check when the player grabs an item from a pedestal and holds it above his head. Characters like Judas (w/ The Book of Belial) won't set the flag at the start of the run which is similar to how Flash Isaac works. (Note: It's possible for another mod to clear the queue before we can check it. In that case, just switch to the other option.)

Update: If you have Repentogon, there's a new callback with better performance that we'll use. The option above will still let you differentiate between initial items and items you obtain later on.
2 条留言
spindown 2023 年 11 月 26 日 上午 10:20 
thank you for making this
EsauEnjoyer 2023 年 11 月 18 日 上午 6:21 
Thank you for making this mod. The additional 1/3 chance of a library spawning after a book has been touched greatly improves the default 1/20 chance.