From 161f8e6ade49fee5236052a75092d62c2eb1ca72 Mon Sep 17 00:00:00 2001 From: Nyx Date: Mon, 8 Sep 2025 21:17:33 -0600 Subject: [PATCH] Completed crafting --- .../MAIN_CONTENT/Blueprints/BP_PlayerController.uasset | 4 ++-- .../Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset | 4 ++-- .../Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset | 2 +- .../Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_RecipeSlot.uasset | 3 +++ .../MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset | 3 --- .../ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_RecipeSlot.uasset delete mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset index d488ee4..94dbaa2 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d96e482bad6a0666f48c16e980fe9b430e71d263ed85a511c39b783ed8bb27d7 -size 290752 +oid sha256:cbeda9474945d7e8d38276bf3712ef0fc27bba4680f1f187dc87eb6d98eb70f7 +size 292401 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset index d26d077..59e50d3 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2e000f7f2af45a2615dadc8c5cd33cacb2a1ed592ba8c58722525e2b6d09a2b -size 165607 +oid sha256:afdef90ce704cc95b3c88a27dab55a904afc35f9a818ad2806e6517cd006ff70 +size 287808 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset index 61a8753..05269bd 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6ca5a2dd83336225800b9ea1af8b44874a9776f9fed2a13b91adb0f14e1c2f5 +oid sha256:639bfde39009e0fa2820e6c70fb17bbfdfdd8802db5c7517cc7dc8ab51930d64 size 6187 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset index 5030236..b776170 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94c083c7f836a45df15d919b74f78cdaef274e780720fd82e7e025bac26cf3e6 -size 7418 +oid sha256:c64141e18e84e5214435f5c29a94e5192fc7d3b4293377c2d6a35035cbfff390 +size 8416 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset index e9ab916..ea9f9a2 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9aef9b7c8a3b65dc6b1857f42344070d20a66e6d74277d53d09095dd116df5b9 -size 303172 +oid sha256:780c412f922b58cc72728a92dd394d90169b91636b3824149e7f144ce69f62c0 +size 352198 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset index 8754a05..67633df 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a21cb6643f86581b5d553478ec78dc4b55b179d72a5285f11605dc3579345d28 -size 91744 +oid sha256:e07c53fd7d05781faf5b380ec86375f944418c49cc0dc463f7e468dcb4416d7a +size 100474 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_RecipeSlot.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_RecipeSlot.uasset new file mode 100644 index 0000000..24a82be --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_RecipeSlot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e661218759e644ab853d2b95b2e8ccb9984ac842151d2eb6d57abf9ee1aba47 +size 103570 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset deleted file mode 100644 index 625c0c5..0000000 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f244c46655176cc260dd61f4c80b2272d0ee5588f8ca9e9498b377b59cb4136 -size 47066 diff --git a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset index 1b5a713..a099c7f 100644 --- a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset +++ b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85ff822d83706695fd1d41b707ee5a3c3d8d9ac5b92482da2918231d7732ca76 -size 1060185 +oid sha256:08493f396aa08087a2118f497489d1ca7fe394eb78c77097de87ebe0e4d520b0 +size 1064308