The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

69 个评价
Tech Infinity
   
奖励
收藏
已收藏
取消收藏
Tags: Lua, Items
文件大小
发表于
更新日期
122.594 KB
2024 年 4 月 3 日 下午 1:11
2024 年 4 月 7 日 下午 5:37
7 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
Tech Infinity

描述
This mod adds the passive item Tech Infinity, which functions similar to zodiac, but gives you a random tech item each floor instead. My friend made the sprites and artwork for this mod and I programmed the logic.

This is my first mod so I am open to all feedback ^^.

Github Page: https://github.com/Axxylotl/Tech_Infinity
18 条留言
Scribble 2024 年 7 月 6 日 下午 11:10 
the mod doesnt seem to work properly in coop, could that be fixed? (only player 1 gets the tech item)
CSIspeciai 2024 年 6 月 14 日 下午 2:51 
huh ::tobdog:
RkeyNell 2024 年 5 月 5 日 上午 5:26 
I love that item! The sprites are amazing and the idea is brilliant, I hope you'll make other wonderful mods like this one in the future :resmile:
Eytro 2024 年 4 月 20 日 下午 12:42 
i got the mod but i dont know how to get the item can someone help :isaac:
Tired Link 2024 年 4 月 12 日 下午 3:58 
@AxyTo thank you for answering the question :resmile:
AxyTo  [作者] 2024 年 4 月 10 日 下午 6:37 
@Tired Link you get 1 random tech item every floor per tech infinity, so if you have 2 tech infinities you get 2 random tech items every floor
Tired Link 2024 年 4 月 10 日 下午 5:22 
I wonder what happens if you stack this item with itself multiple times
AxyTo  [作者] 2024 年 4 月 9 日 上午 11:41 
@BO5k1N Thanks for the advice, I dont know about using player:GetEffects():AddCollectibleEffect(...) but I did make it so that it works as soon as you pick it up
calvinhobbes1010 2024 年 4 月 9 日 上午 10:37 
@B05k1N The only issue with that is that AddCollectibleEffect doesn't work "properly" with every item. According to the docs

"TemporaryEffects, despite their names, are not and were never intended to be fake or temporary copies of items. Notably every single active item automatically grants its CollectibleEffect on use, and this is often closely tied to its effect; CollectibleEffects can therefore be visuallised more as an item's state."
B05k1N 2024 年 4 月 7 日 下午 9:37 
and also maybe instead of giving the tech item on new floor, do that logic on post peffect update, but only once with a boolean flag or something, then reset that flag on a new floor, that way it will also work when picked up for the first time