- ingame/crafting/sharedalchemy.lua:123 --
ZO_AlchemyReagentSlot:New(self, slotContainer:GetNamedChild("SolventSlot"), "EsoUI/Art/Crafting/alchemy_emptySlot_solvent.dds", SOUNDS.ALCHEMY_SOLVENT_PLACED, SOUNDS.ALCHEMY_SOLVENT_REMOVED, nil, self.inventory)
- ingame/crafting/sharedalchemy.lua:127 --
ZO_AlchemyReagentSlot:New(self, slotContainer:GetNamedChild("ReagentSlot1"), reagentTexture, SOUNDS.ALCHEMY_REAGENT_PLACED, SOUNDS.ALCHEMY_REAGENT_REMOVED, nil, self.inventory)
- ingame/crafting/sharedalchemy.lua:128 --
ZO_AlchemyReagentSlot:New(self, slotContainer:GetNamedChild("ReagentSlot2"), reagentTexture, SOUNDS.ALCHEMY_REAGENT_PLACED, SOUNDS.ALCHEMY_REAGENT_REMOVED, nil, self.inventory)
- ingame/crafting/sharedalchemy.lua:129 --
ZO_AlchemyReagentSlot:New(self, slotContainer:GetNamedChild("ReagentSlot3"), reagentTexture, SOUNDS.ALCHEMY_REAGENT_PLACED, SOUNDS.ALCHEMY_REAGENT_REMOVED, ZO_Alchemy_IsThirdAlchemySlotUnlocked, self.inventory)