ingame/crafting/craftingsmithingextractslotanimation.lua:33 -- extractionBurst.phase2Animation:SetHandler("OnStop", function()
extractionBurst.owner.slotToBurst[extractionBurst.slot] = nil
extractionBurst.owner.burstToSlot[extractionBurst] = nil
extractionBurst.slot:RemoveAnimationRef()
extractionBurst.slot = nil
extractionBurst.owner = nil
g_extractPool:ReleaseObject(extractionBurst.key)
end)