From 09271e008365d30e233a7a237a6be025dde05150 Mon Sep 17 00:00:00 2001 From: Ji Yoon Rhee Date: Sun, 29 Jun 2025 19:42:47 +0900 Subject: [PATCH] modified the drown damage logic to use the new TakeDOTDamage() function --- .../Character/NPC/AggroMob/Guisusan/BP_StompAnimNotify.uasset | 4 ++-- .../Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_Imoogi.uasset | 4 ++-- .../Character/NPC/AggroMob/Imoogi/BP_ImoogiSmash.uasset | 4 ++-- .../Character/NPC/AggroMob/Imoogi/BP_ImoogiSwing.uasset | 4 ++-- .../Character/NPC/AggroMob/Imoogi/imoogi_animated_v6.uasset | 4 ++-- .../NPC/AggroMob/Imoogi/imoogi_animated_v6_Skeleton.uasset | 4 ++-- .../Content/Hwanyoung/Character/NPC/BP_AggroNPCBase.uasset | 4 ++-- .../Content/Hwanyoung/Character/NPC/BP_PuzzleNPCBase.uasset | 4 ++-- .../Content/Hwanyoung/Character/NPC/Behavior/BT_Imugi.uasset | 4 ++-- .../Hwanyoung/Character/NPC/Spring-Sanin/BP_SanIn.uasset | 4 ++-- .../Hwanyoung/Character/NPC/Spring_Tiger/BP_Tiger.uasset | 4 ++-- .../Hwanyoung/Character/NPC/Spring_Tiger/BP_TigerDUP.uasset | 4 ++-- .../Character/PlayerCharacter/BP_PlayerCharacterBase.uasset | 4 ++-- .../AOEBP/ChildrenAOE/BP_AOE_Haeil.uasset | 4 ++-- .../AOEBP/ChildrenAOE/BP_AOE_Storm.uasset | 4 ++-- .../SystemBP/HPSystem/E_DamageType.uasset | 4 ++-- .../SystemBP/HPSystem/I_Damagable.uasset | 4 ++-- 17 files changed, 34 insertions(+), 34 deletions(-) diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Guisusan/BP_StompAnimNotify.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Guisusan/BP_StompAnimNotify.uasset index cada2478..69ebd49e 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Guisusan/BP_StompAnimNotify.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Guisusan/BP_StompAnimNotify.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b20a87cce24009f1622d6c47c8898765eae58330b760685eb0e312fb71c2c3d3 -size 46209 +oid sha256:602d6355f2ac7d86d7cd12d0cd01f49e523ffaeaff3fb69a52b4789d6d76f740 +size 46003 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_Imoogi.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_Imoogi.uasset index 8d658e29..5debe892 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_Imoogi.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_Imoogi.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:286c95de616f3b720ac3fa10d27ac150fbb3e107ca49d55dd4e40edcfa2a47bf -size 316887 +oid sha256:d2f39c6fa604da5cf2a8cf7617d4c5cada7ec0236473f09b61678654b002d0b1 +size 323490 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_ImoogiSmash.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_ImoogiSmash.uasset index 06c3ec38..38df30d3 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_ImoogiSmash.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_ImoogiSmash.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1de5c373b5d9d3de428e6504efe04aa1a3c9390c7dfccde22e61a11e8548cdb -size 8278 +oid sha256:535eaca678edde2bbfcc0570325367edd58ae724b34fef290407c93656607e9b +size 14260 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_ImoogiSwing.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_ImoogiSwing.uasset index 39d84eb4..ca636b8d 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_ImoogiSwing.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/BP_ImoogiSwing.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fc3c2404c2b8d9d7e3c6b7041448e7ac8d6e01c6ae4937de0f4d2c99874df48 -size 10364 +oid sha256:c314534c681d9ef6aaf404cc6c4ac4913149b0fd654d19dd75c0c4b611b29980 +size 13886 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/imoogi_animated_v6.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/imoogi_animated_v6.uasset index 4c574300..0e9ef82f 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/imoogi_animated_v6.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/imoogi_animated_v6.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99e4150a5bff175281e45ccd68fe603e0ea5c69f963606910d11cc27e22fad9a -size 69935529 +oid sha256:eae1e1cc43d446983d1d0888dcc9465bf1001e8d169022acd6f2ae74dd73e234 +size 69935527 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/imoogi_animated_v6_Skeleton.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/imoogi_animated_v6_Skeleton.uasset index cc58713d..4a5ea8cf 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/imoogi_animated_v6_Skeleton.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/AggroMob/Imoogi/imoogi_animated_v6_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6dcf5198b11f2e829305645badfb36ff1acd66f8446737d79d407011345eb33f -size 15457 +oid sha256:a0b33e2e1f77d4462db1943471568c6b678c85423bee48ef26460e829b5c3a22 +size 15668 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCBase.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCBase.uasset index 1765c63f..947e314c 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCBase.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a911a35f78f920051c3c78703bba2b56c38add6a89b3d3c7f5a52ce44206df5 -size 855855 +oid sha256:32ee5e76545e81fc8f7f9f2026714f964485e52cd0a345bf9df57059790da09c +size 876903 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_PuzzleNPCBase.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_PuzzleNPCBase.uasset index 2ac6fbbc..583f61cf 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_PuzzleNPCBase.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_PuzzleNPCBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36bd8ed4586a2cc485ffeccc21f13199f64f1b5b07ad0f1b0992999b45754801 -size 551049 +oid sha256:1610132fd5ea8a08c1fd2d9ecd9226a4b303e56a577dbd400c97330ffaa4f70d +size 563569 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Imugi.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Imugi.uasset index 6381cdc4..a73dbd3d 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Imugi.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Imugi.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df6bd4b2ac7fc114d66b3af03d51c5ff74be6af17ab6f4107f5fb0a21cad2051 -size 42905 +oid sha256:7c42edf9f3adbf490b0da3e60a8b31ac0b0f2469a5fdc4550bbe1beb6d9a52f5 +size 44227 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SanIn.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SanIn.uasset index b10b0ce0..e03a1c18 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SanIn.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SanIn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9fd92c60d8f9e0dfb952623af8d101809f3840433c99b1063aa1db289edb71f4 -size 1130379 +oid sha256:c8bfc04a76f85a558601d77d42af6e56919add9292f95ed026d560a192aa36c7 +size 1131438 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring_Tiger/BP_Tiger.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring_Tiger/BP_Tiger.uasset index 42e88afe..e57c5106 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring_Tiger/BP_Tiger.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring_Tiger/BP_Tiger.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55b7d579764c3baff07971e4bd94f9920df5cb4037628954ca2c416600aeb02f -size 307784 +oid sha256:ea8bbcf4dbe291a93d2b2929ac685d7b3d8b2ea4566d65d54e1813edbbde049e +size 305577 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring_Tiger/BP_TigerDUP.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring_Tiger/BP_TigerDUP.uasset index f540fac1..8cf9e20d 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring_Tiger/BP_TigerDUP.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring_Tiger/BP_TigerDUP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81f2a4bbb0e75b81c36581b24058fd2de3bcc86f23000bee44b04687c97f8b15 -size 384403 +oid sha256:da4ce5b1d994355fd89142e62e2045f12549767110a6825aeba4337fa89ae67a +size 367969 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset index 0cbcad3e..769a789d 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85eb2d528950288c715649dffaebb8e2cc4afed4bd61a959bd735f5015991a17 -size 1037584 +oid sha256:a4784bed2946ca624413d305f79c1aeff8ce28507e3372f69342557ee71fccc1 +size 1036413 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Haeil.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Haeil.uasset index 953c594a..59db8003 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Haeil.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Haeil.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:191446ccb2af63ac4bf1d50cfb6b67b2a03fe3e0bebbd2add49a8a1a50010fce -size 163571 +oid sha256:4d86176cb5ddedd48013271e5c59ef820ea9e9ed3dae27f98c71a84cae82947b +size 164550 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Storm.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Storm.uasset index 4496dab7..66721734 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Storm.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Storm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:578544c93d1f51b3e15437caab5149f485598ff1f631c0c5bb02e777dca941ff -size 489731 +oid sha256:5251cc99d2b7e10d481ff87ab8f31519d0a43205be2854f85d3ade09fac7d8f0 +size 498133 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/E_DamageType.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/E_DamageType.uasset index 9c43b5f4..39c5a8fa 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/E_DamageType.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/E_DamageType.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3d9a22d052c56db03aa1d775be7def3f094c2eba2d2d1f8e2f53e1832296885 -size 10729 +oid sha256:feb79f261abaa66dacee502cc0c157de9455958ed5e04b4a5048cdf9884e012f +size 10707 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/I_Damagable.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/I_Damagable.uasset index 14539561..4369c603 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/I_Damagable.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/I_Damagable.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa63bd543a2869b8492a16294d9f6e605101b0c5081bd7495b546cd9a79852c4 -size 42801 +oid sha256:b840ff5eabfd210a55258859a4e7975a5e976523e9d59ecd92dd18cf6876d625 +size 42263