From 0176cdb366182e09c0b874580d745e09e5461d4d Mon Sep 17 00:00:00 2001 From: Ji Yoon Rhee Date: Sat, 27 Jul 2024 10:27:58 +0900 Subject: [PATCH] added some comments to Haesol's implementation for passive skills --- .../Playables/Haesol/Animations/BP_AnimHaesolHwando.uasset | 4 ++-- .../PlayerCharacter/Playables/Haesol/BP_Haesol.uasset | 4 ++-- .../Illusions/GeneralizedBlueprints/AC_HPSystem.uasset | 4 ++-- .../Illusions/GeneralizedBlueprints/BP_AoEBase.uasset | 4 ++-- .../Illusions/GeneralizedBlueprints/BP_AoEBlaast.uasset | 3 +++ .../GeneralizedBlueprints/BP_ConsumableItemBase.uasset | 3 +++ .../GeneralizedBlueprints/E_ConsumableItemType.uasset | 3 +++ .../GeneralizedBlueprints/ItemBP/BP_WaterBottle.uasset | 4 ++-- .../Content/Hwanyoung/Interactables/ItemDataTable.uasset | 2 +- .../Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset | 4 ++-- .../Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset | 4 ++-- .../Maps/ThirdPersonMap/7/US/Q96A75JKB8QMY8YF13FH92.uasset | 3 --- 12 files changed, 24 insertions(+), 18 deletions(-) create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_AoEBlaast.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_ConsumableItemBase.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/E_ConsumableItemType.uasset delete mode 100644 hwanyoung2/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/7/US/Q96A75JKB8QMY8YF13FH92.uasset diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_AnimHaesolHwando.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_AnimHaesolHwando.uasset index 49250eae..227de17a 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_AnimHaesolHwando.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_AnimHaesolHwando.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d09be5e4624c842ea6b1f827b094073cb7af1bd4b89d1d6743d7b9a3366f5e3f -size 70030 +oid sha256:71280659489d649a0433148df932644e9842658e90e553872e536e26773eb2a0 +size 74472 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset index 828871ea..3ab45998 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:794cba6b25f96664edb7180dcfacd1a8f50ea5aae1fcb16ad37085079cfcc658 -size 550661 +oid sha256:02d5f3e795ee9feb50a100652b64e9fb81c89b563da3f5175eec816d0765041a +size 581512 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AC_HPSystem.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AC_HPSystem.uasset index e3d8f0a2..a90b59ba 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AC_HPSystem.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AC_HPSystem.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0b2218730e12d89cc43b54508fa9abfc1d0accafb2db130fd9238b9d82ad278 -size 169025 +oid sha256:84c9c36bdffcf18cdc8e3e12722119f6fa0cf7680ee19f7b041605a054e29bcb +size 156651 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_AoEBase.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_AoEBase.uasset index 866e2ad2..14bd7e5b 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_AoEBase.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_AoEBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c1649e632af3a5ffe8e4c54bda8f921acfbd184effc198abcf2e83803b8db3e -size 51957 +oid sha256:45fbf51f52592484dfd2d9f474b7d1f7ade509da0e73cbb18771c87d346627aa +size 61782 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_AoEBlaast.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_AoEBlaast.uasset new file mode 100644 index 00000000..8c3fc8c6 --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_AoEBlaast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d757b46c06cb84532497317e27b29b13e7857ca65afef5e12e9bb7a3121846d4 +size 59861 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_ConsumableItemBase.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_ConsumableItemBase.uasset new file mode 100644 index 00000000..6bd4cd4c --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/BP_ConsumableItemBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538d8f5fe1e3498ce766da879546be3bcaa29f584bdf9f40f4812fdb3d235be1 +size 63465 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/E_ConsumableItemType.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/E_ConsumableItemType.uasset new file mode 100644 index 00000000..8688e31a --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/E_ConsumableItemType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637feee2013de5e3e4a77232e23f4de1c20dddf0a617a7e971bdca39a2aae48a +size 4103 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_WaterBottle.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_WaterBottle.uasset index d9371044..b07e8a20 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_WaterBottle.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_WaterBottle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:201251437c0c8ea552e0befb061200663b9ae39a7b6c1ab3c92a1abed1898313 -size 41203 +oid sha256:08fa8f241fa6365ed92cd7b13fbf1711f50dd39e976cb4d2d1f77ba78d67fab5 +size 42950 diff --git a/hwanyoung2/Content/Hwanyoung/Interactables/ItemDataTable.uasset b/hwanyoung2/Content/Hwanyoung/Interactables/ItemDataTable.uasset index 43e288f0..84cea67f 100644 --- a/hwanyoung2/Content/Hwanyoung/Interactables/ItemDataTable.uasset +++ b/hwanyoung2/Content/Hwanyoung/Interactables/ItemDataTable.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e10684653abbae9fdf5ddb11a0be352edc766ee070c0fc07296546526e32c6b +oid sha256:a186f44a6730dedecea1d2efbbc819d16438c7439f4775c3f079bbf66b4b480d size 7345 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset index 474cc04b..4f9ac4d5 100644 --- a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset +++ b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:835e7467d2f707beb97f3db97a19af1974b2a65a61df402a357e9d5436d7d170 -size 99149 +oid sha256:c516a835ae1d5d0956a64823647213d417fcc4d8609be4b7ab14c76751854209 +size 95869 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset index 11e045b5..e85c4fe5 100644 --- a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset +++ b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:635472f6fe64ca1e8a4e12aee50c5bf6907d19573a0dd42012428c312230a7b9 -size 93248 +oid sha256:88eb8c6fb328ac1f498e1fdaeadcc18f1717f91d9885adebebcca5e3920cb811 +size 95075 diff --git a/hwanyoung2/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/7/US/Q96A75JKB8QMY8YF13FH92.uasset b/hwanyoung2/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/7/US/Q96A75JKB8QMY8YF13FH92.uasset deleted file mode 100644 index fdeae625..00000000 --- a/hwanyoung2/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/7/US/Q96A75JKB8QMY8YF13FH92.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4a1f04dfb7fdd1ef7cbf08b912637b8854b1f4c055a5779578d72de5e78130a -size 3739