ingame/crafting/craftingsmithingextractslotanimation.lua:27 -- extractionBurst.phase1Animation:GetAnimation(2):SetHandler("OnStop", function()
if not IsPerformingCraftProcess() and not extractionBurst.phase2Animation:IsPlaying() then
extractionBurst.phase2Animation:PlayFromStart()
end
end)