Golden Trinkets - The Binding of Isaac Repentance
Golden Trinkets are new trinkets introduced in The Binding of Isaac Repentance. They represent more powerful trinkets of the original one by having their effect multiplied by 2. Every default trinket in the game has a chance to spawn as a golden one once unlocked by beating Mega Satan as Tainted Jacob.
If you want to more easily spawn golden trinkets via the console, copy this text into a .lua file (e.g. a new file named gold.lua) and place it into the Isaac installation folder (e.g. C:\Program Files (x86)\Steam\steamapps\common\The Binding of Isaac Rebirth):
--------------------------------------------------
mod = RegisterMod("Spawn Golden Trinket", 1)
function mod:OnExecuteCmd(cmd, params)
golden = 0
trinkets = 0
if cmd == "spawngold" then
Isaac.Spawn(EntityType.ENTITY_PICKUP, PickupVariant.PICKUP_TRINKET, tonumber(params) + 32768, Isaac.GetPlayer(0).Position, Vector(0, 0), nil)
end
end
mod:AddCallback(ModCallbacks.MC_EXECUTE_CMD, mod.OnExecuteCmd)
--------------------------------------------------
After putting the file, type in "luarun gold.lua" in the console (or whatever you named the file). Then you can simply use the new "spawngold" command followed by the trinket's id. E.g. "spawngold 35" will spawn a golden Curved Horn.
Join my Discord: https://discord.gg/FypTtsshgB
Follow me on Twitter: https://twitter.com/IsaacGuruYT
Support me on Patreon: https://www.patreon.com/IsaacGuru
#thebindingofisaac #tboi #repentance
Other Videos By IsaacGuru
Other Statistics
The Binding of Isaac: Rebirth Statistics For IsaacGuru
IsaacGuru presently has 31,694,691 views for The Binding of Isaac: Rebirth across 357 videos, with the game making up over 1 day of published video on his channel. This makes up 100.00% of The Binding of Isaac: Rebirth content that IsaacGuru has uploaded to YouTube.