The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

[REP] Leather Glove
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