diff --git a/Content/Game/Blueprints/BP_DD_Op.uasset b/Content/Game/Blueprints/BP_DD_Op.uasset new file mode 100644 index 0000000..24de43c Binary files /dev/null and b/Content/Game/Blueprints/BP_DD_Op.uasset differ diff --git a/Content/Game/Blueprints/Components/BP_Inventory.uasset b/Content/Game/Blueprints/Components/BP_Inventory.uasset index cf6bbc5..2bb6c27 100644 Binary files a/Content/Game/Blueprints/Components/BP_Inventory.uasset and b/Content/Game/Blueprints/Components/BP_Inventory.uasset differ diff --git a/Content/Game/Blueprints/Components/PickupLogic/BP_WorldPickup_Base.uasset b/Content/Game/Blueprints/Components/PickupLogic/BP_WorldPickup_Base.uasset new file mode 100644 index 0000000..cbc61b0 Binary files /dev/null and b/Content/Game/Blueprints/Components/PickupLogic/BP_WorldPickup_Base.uasset differ diff --git a/Content/Game/Blueprints/DDO_ItemDrag.uasset b/Content/Game/Blueprints/DDO_ItemDrag.uasset new file mode 100644 index 0000000..0145034 Binary files /dev/null and b/Content/Game/Blueprints/DDO_ItemDrag.uasset differ diff --git a/Content/Game/Blueprints/WBP_DragVisual.uasset b/Content/Game/Blueprints/WBP_DragVisual.uasset new file mode 100644 index 0000000..34c9fd4 Binary files /dev/null and b/Content/Game/Blueprints/WBP_DragVisual.uasset differ diff --git a/Content/Game/Data/DataTables/DT_Items.uasset b/Content/Game/Data/DataTables/DT_Items.uasset index 7790748..e9188b7 100644 Binary files a/Content/Game/Data/DataTables/DT_Items.uasset and b/Content/Game/Data/DataTables/DT_Items.uasset differ diff --git a/Content/Game/Data/Enums/E_DragArea.uasset b/Content/Game/Data/Enums/E_DragArea.uasset new file mode 100644 index 0000000..7cf03f8 Binary files /dev/null and b/Content/Game/Data/Enums/E_DragArea.uasset differ diff --git a/Content/Game/Data/Enums/E_DragSourceType.uasset b/Content/Game/Data/Enums/E_DragSourceType.uasset new file mode 100644 index 0000000..16699bd Binary files /dev/null and b/Content/Game/Data/Enums/E_DragSourceType.uasset differ diff --git a/Content/Game/Data/Enums/E_ItemID.uasset b/Content/Game/Data/Enums/E_ItemID.uasset index 0c0ad30..52c8bbd 100644 Binary files a/Content/Game/Data/Enums/E_ItemID.uasset and b/Content/Game/Data/Enums/E_ItemID.uasset differ diff --git a/Content/Game/Data/Structures/S_ItemData.uasset b/Content/Game/Data/Structures/S_ItemData.uasset index 325480c..d9c2f49 100644 Binary files a/Content/Game/Data/Structures/S_ItemData.uasset and b/Content/Game/Data/Structures/S_ItemData.uasset differ diff --git a/Content/Game/Data/Structures/S_ItemStack.uasset b/Content/Game/Data/Structures/S_ItemStack.uasset index 7621919..7c2103d 100644 Binary files a/Content/Game/Data/Structures/S_ItemStack.uasset and b/Content/Game/Data/Structures/S_ItemStack.uasset differ diff --git a/Content/Game/Icons/Equipment/Relics/LanternOfEchos.uasset b/Content/Game/Icons/Equipment/Relics/LanternOfEchos.uasset new file mode 100644 index 0000000..73aede8 Binary files /dev/null and b/Content/Game/Icons/Equipment/Relics/LanternOfEchos.uasset differ diff --git a/Content/Game/UI/CharacterSheet/WBP_CharacterSheet.uasset b/Content/Game/UI/CharacterSheet/WBP_CharacterSheet.uasset index af712eb..d2ba892 100644 Binary files a/Content/Game/UI/CharacterSheet/WBP_CharacterSheet.uasset and b/Content/Game/UI/CharacterSheet/WBP_CharacterSheet.uasset differ diff --git a/Content/Game/UI/Common/WBP_EquipSlot.uasset b/Content/Game/UI/Common/WBP_EquipSlot.uasset index e443a4c..a19af74 100644 Binary files a/Content/Game/UI/Common/WBP_EquipSlot.uasset and b/Content/Game/UI/Common/WBP_EquipSlot.uasset differ diff --git a/Content/Game/UI/Common/WBP_ItemSlot.uasset b/Content/Game/UI/Common/WBP_ItemSlot.uasset index 93cd117..22fd3f8 100644 Binary files a/Content/Game/UI/Common/WBP_ItemSlot.uasset and b/Content/Game/UI/Common/WBP_ItemSlot.uasset differ diff --git a/Content/Game/UI/Common/WBP_ReagentRow.uasset b/Content/Game/UI/Common/WBP_ReagentRow.uasset index b7a3084..cef8ef6 100644 Binary files a/Content/Game/UI/Common/WBP_ReagentRow.uasset and b/Content/Game/UI/Common/WBP_ReagentRow.uasset differ diff --git a/Content/Game/UI/Common/WBP_RelicSlot.uasset b/Content/Game/UI/Common/WBP_RelicSlot.uasset index e130f43..9f2f6bf 100644 Binary files a/Content/Game/UI/Common/WBP_RelicSlot.uasset and b/Content/Game/UI/Common/WBP_RelicSlot.uasset differ