From ea9c05fd88b35daed485198219780a265dfd00e2 Mon Sep 17 00:00:00 2001 From: PHILIP White Date: Sat, 13 May 2023 16:55:49 +0100 Subject: [PATCH] Updated Item Icons for Buff and Healing Jellies --- Content/Assets/Characters/Merchant/AMerchant.uasset | 4 ++-- Content/Blueprints/Combat_UI/BookCombat_UI.uasset | 4 ++-- Content/Blueprints/Combat_UI/CombatCharacter.uasset | 4 ++-- Content/Blueprints/Items/BP_BuffJelly.uasset | 4 ++-- Content/Blueprints/Items/BP_HealingJelly.uasset | 4 ++-- Content/Blueprints/Items/Icons/UI_buff.uasset | 3 +++ Content/Blueprints/Items/Icons/UI_health.uasset | 3 +++ .../Blueprints/Items/ItemsInWorld/BP_BuffPlacedItem.uasset | 4 ++-- .../Blueprints/Items/ItemsInWorld/BP_HealingJellyItem.uasset | 4 ++-- Content/Blueprints/Quests/Quest_SistersPendant.uasset | 2 +- Content/Blueprints/Quests/Quest_SistersPendant_PT2.uasset | 2 +- Content/Dialogue/SM_Merchant_Blueprint.uasset | 4 ++-- 12 files changed, 24 insertions(+), 18 deletions(-) create mode 100644 Content/Blueprints/Items/Icons/UI_buff.uasset create mode 100644 Content/Blueprints/Items/Icons/UI_health.uasset diff --git a/Content/Assets/Characters/Merchant/AMerchant.uasset b/Content/Assets/Characters/Merchant/AMerchant.uasset index 644b10e..8ff4d07 100644 --- a/Content/Assets/Characters/Merchant/AMerchant.uasset +++ b/Content/Assets/Characters/Merchant/AMerchant.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3dbe6bcb0cc18389a3f0c8dea2e57b06f6b221a43a5414eaf6d2abf00fd1cfc9 -size 153697 +oid sha256:b244ba4a6d367a555f8e5038b068c0687573067b704a86dda969c40646338923 +size 153976 diff --git a/Content/Blueprints/Combat_UI/BookCombat_UI.uasset b/Content/Blueprints/Combat_UI/BookCombat_UI.uasset index 23d4be0..1f213c3 100644 --- a/Content/Blueprints/Combat_UI/BookCombat_UI.uasset +++ b/Content/Blueprints/Combat_UI/BookCombat_UI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:345fed2f81c369ee2d8d7110421899b9b89e13c3ce19b56c3b9a1fcb2503fb11 -size 164508 +oid sha256:a25b0e54c5b54612d9585c3bbff1dadc0dd6290f1c6e1555774e8ca946089023 +size 164471 diff --git a/Content/Blueprints/Combat_UI/CombatCharacter.uasset b/Content/Blueprints/Combat_UI/CombatCharacter.uasset index 433ae23..ac46e42 100644 --- a/Content/Blueprints/Combat_UI/CombatCharacter.uasset +++ b/Content/Blueprints/Combat_UI/CombatCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20332c43d47078e0f2a6b0c4571a0b3467541f7b1e60b8d4cd2cf4f45b1fc79f -size 192828 +oid sha256:ea37f44c1ddd77df0e570e0c76bc5755c38ad36bf9f3b6bea5c744e2bcaf0173 +size 191699 diff --git a/Content/Blueprints/Items/BP_BuffJelly.uasset b/Content/Blueprints/Items/BP_BuffJelly.uasset index 08fc46a..f12521b 100644 --- a/Content/Blueprints/Items/BP_BuffJelly.uasset +++ b/Content/Blueprints/Items/BP_BuffJelly.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf779fd11851aede9412c4cbe029800e93bc86c3bafc8bf13d4087b15c347e27 -size 6849 +oid sha256:3e45e5fba728361b0dc852659a12d61d21c5368d33adee057725c32a66f8fa4f +size 6853 diff --git a/Content/Blueprints/Items/BP_HealingJelly.uasset b/Content/Blueprints/Items/BP_HealingJelly.uasset index 5059a3f..478bc1c 100644 --- a/Content/Blueprints/Items/BP_HealingJelly.uasset +++ b/Content/Blueprints/Items/BP_HealingJelly.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d9452c1c36587b60ffe4875ad2da7a0c2fceec03a64f2e3dce62b76d60cc3b5 -size 6908 +oid sha256:28e2395eae2f0170683f66133b0ae9eb6094d06652779729ff79250ca6ab0890 +size 6888 diff --git a/Content/Blueprints/Items/Icons/UI_buff.uasset b/Content/Blueprints/Items/Icons/UI_buff.uasset new file mode 100644 index 0000000..41ecdea --- /dev/null +++ b/Content/Blueprints/Items/Icons/UI_buff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774c1444ba3bc8c01ab5b032b6f7dd3d138d87a51a4d4b71099cdab0c4057a7b +size 29237 diff --git a/Content/Blueprints/Items/Icons/UI_health.uasset b/Content/Blueprints/Items/Icons/UI_health.uasset new file mode 100644 index 0000000..85f8429 --- /dev/null +++ b/Content/Blueprints/Items/Icons/UI_health.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ac8c82983655e14dcbeb24e0303b1eba4af664b96ab717d5a0b0e3be1d4b55 +size 31675 diff --git a/Content/Blueprints/Items/ItemsInWorld/BP_BuffPlacedItem.uasset b/Content/Blueprints/Items/ItemsInWorld/BP_BuffPlacedItem.uasset index 9881178..294c1d7 100644 --- a/Content/Blueprints/Items/ItemsInWorld/BP_BuffPlacedItem.uasset +++ b/Content/Blueprints/Items/ItemsInWorld/BP_BuffPlacedItem.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51add38e9398919780af8af75e5f944017c10e88f09ee464f060a28c6e3d5144 -size 29519 +oid sha256:be467d8b50b6c667f05df13e8e4fb5e0b15f500cf75b21cb5aa15148c6a130da +size 30427 diff --git a/Content/Blueprints/Items/ItemsInWorld/BP_HealingJellyItem.uasset b/Content/Blueprints/Items/ItemsInWorld/BP_HealingJellyItem.uasset index 753997f..87f9792 100644 --- a/Content/Blueprints/Items/ItemsInWorld/BP_HealingJellyItem.uasset +++ b/Content/Blueprints/Items/ItemsInWorld/BP_HealingJellyItem.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1479896b829191181ea1baeecac20d5b4501fcb670aabd2f2f6ba09fd78af4e7 -size 29730 +oid sha256:602b1e26df38781bce095852ca6e5b9c10c4598e5905bf08c2a34425398fb022 +size 29756 diff --git a/Content/Blueprints/Quests/Quest_SistersPendant.uasset b/Content/Blueprints/Quests/Quest_SistersPendant.uasset index 35a3c03..c062f7c 100644 --- a/Content/Blueprints/Quests/Quest_SistersPendant.uasset +++ b/Content/Blueprints/Quests/Quest_SistersPendant.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d617efabb691daf8a5007996bed1bb226db5bfb1cf50695ff73422604c52194 +oid sha256:632f0cb12ef0c3400a2ca0b656a623bdda928d157983e26308a38b5e33a5816d size 7366 diff --git a/Content/Blueprints/Quests/Quest_SistersPendant_PT2.uasset b/Content/Blueprints/Quests/Quest_SistersPendant_PT2.uasset index a500bdc..d5c3504 100644 --- a/Content/Blueprints/Quests/Quest_SistersPendant_PT2.uasset +++ b/Content/Blueprints/Quests/Quest_SistersPendant_PT2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61961e5d9cbbc13e36bbe3db62d9b26626bf71c0a28bb008e17c2380afbdfde0 +oid sha256:1b96c55419a131c33480847add7ef56724d7e322627efbf2f35b1035cd98e4ca size 7395 diff --git a/Content/Dialogue/SM_Merchant_Blueprint.uasset b/Content/Dialogue/SM_Merchant_Blueprint.uasset index b72d5a3..599e38e 100644 --- a/Content/Dialogue/SM_Merchant_Blueprint.uasset +++ b/Content/Dialogue/SM_Merchant_Blueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20bbef6327f60f9000e11a6288d9df0879065811d565d383486975562be2092f -size 144658 +oid sha256:978b0af49098509c515529e5d6ddf18bcff4ec4b60bbd287566d11e3ae3dfb92 +size 144729