The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

69 lượt đánh giá
Tech Infinity
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Tags: Lua, Items
Kích cỡ file
Đã đăng
Đã cập nhật
122.594 KB
3 Thg04, 2024 @ 1:11pm
7 Thg04, 2024 @ 5:37pm
7 ghi chú thay đổi ( xem )
Bạn cần DLC để sử dụng vật phẩm này.

Đăng ký để tải xuống
Tech Infinity

Mô tả
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 bình luận
Scribble 6 Thg07, 2024 @ 11:10pm 
the mod doesnt seem to work properly in coop, could that be fixed? (only player 1 gets the tech item)
CSIspeciai 14 Thg06, 2024 @ 2:51pm 
huh ::tobdog:
RkeyNell 5 Thg05, 2024 @ 5:26am 
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 20 Thg04, 2024 @ 12:42pm 
i got the mod but i dont know how to get the item can someone help :isaac:
Tired Link 12 Thg04, 2024 @ 3:58pm 
@AxyTo thank you for answering the question :resmile:
AxyTo  [tác giả] 10 Thg04, 2024 @ 6:37pm 
@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 10 Thg04, 2024 @ 5:22pm 
I wonder what happens if you stack this item with itself multiple times
AxyTo  [tác giả] 9 Thg04, 2024 @ 11:41am 
@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 9 Thg04, 2024 @ 10:37am 
@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 7 Thg04, 2024 @ 9:37pm 
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