The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

39 个评价
[REP] Leather Glove
   
奖励
收藏
已收藏
取消收藏
Tags: Lua, Trinkets
文件大小
发表于
更新日期
1.625 MB
2021 年 5 月 17 日 下午 12:14
2021 年 5 月 18 日 上午 12:03
2 项改动说明 ( 查看 )

订阅以下载
[REP] Leather Glove

描述
Leather Glove allows you to pick up and throw bombs!
6 条留言
EsauEnjoyer 2024 年 6 月 11 日 上午 5:09 
I love this trinket! I give it to myself at the start of every run with this function:

function mod:spawnLeatherGlove(IsContinued)
local game = Game()
local room = game:GetRoom()
local randomPos = room:FindFreePickupSpawnPosition(room:GetRandomPosition(0), 0, true, false)

if IsContinued == false then
Isaac.Spawn(EntityType.ENTITY_PICKUP, PickupVariant.PICKUP_TRINKET, trinket, randomPos, Vector(0, 0), nil)
end
end

mod:AddCallback(ModCallbacks.MC_POST_GAME_STARTED, mod.spawnLeatherGlove)
Rumpiel 2021 年 5 月 19 日 上午 7:04 
i hope edmund see that mod and adds it to the game
Foks  [作者] 2021 年 5 月 17 日 下午 10:56 
@Eggmar72 I knew I forgot about something, I will add the support as soon as I can!
Eggmar72 2021 年 5 月 17 日 下午 5:36 
will this work with external item descriptions?
roxaninha 2021 年 5 月 17 日 下午 2:38 
surprised this wasn't a item in the base game
sapphirephly 2021 年 5 月 17 日 下午 12:40 
poggers