From 7b77506bbd6b3e0f271831f4ddc91d08630d3bed Mon Sep 17 00:00:00 2001 From: Ji Yoon Rhee Date: Thu, 12 Jun 2025 21:09:01 +0900 Subject: [PATCH 1/3] projectile logic for imoogi --- .../Content/Hwanyoung/Character/NPC/Imoogi/BP_Imoogi.uasset | 3 +++ .../ProjectileBP/BP_RockProjectile.uasset | 4 ++-- .../ProjectileBP/BP_WindProjectile.uasset | 3 +++ .../GeneralizedBlueprints/ProjectileBP/MI_Trajectory.uasset | 3 --- .../ProjectileBP/MPC_HaesolProjAOEDecal.uasset | 3 --- .../ProjectileBP/M_HaesolProjAOESphere.uasset | 3 --- .../ProjectileBP/M_HaesolProjectileAOE.uasset | 3 --- .../ProjectileBP/M_HaesolUltProjectileAOE.uasset | 3 --- .../Illusions/GeneralizedBlueprints/ProjectileBP/M_P1.uasset | 3 --- .../ProjectileBP/M_Spline_Trajectory.uasset | 3 --- .../ProjectileBP/M_Spline_Trajectory2.uasset | 3 --- .../ProjectileBP/Materials/MI_Trajectory.uasset | 3 +++ .../ProjectileBP/Materials/MPC_HaesolProjAOEDecal.uasset | 3 +++ .../ProjectileBP/Materials/M_HaesolProjAOESphere.uasset | 3 +++ .../ProjectileBP/Materials/M_HaesolProjectileAOE.uasset | 3 +++ .../ProjectileBP/Materials/M_HaesolUltProjectileAOE.uasset | 3 +++ .../GeneralizedBlueprints/ProjectileBP/Materials/M_P1.uasset | 3 +++ .../ProjectileBP/Materials/M_Spline_Trajectory.uasset | 3 +++ .../ProjectileBP/Materials/M_Spline_Trajectory2.uasset | 3 +++ .../ProjectileBP/Materials/Path_4.uasset | 3 +++ .../GeneralizedBlueprints/ProjectileBP/Path_4.uasset | 3 --- .../MixedVFX/Particles/Projectiles/NS_Projectile_04.uasset | 4 ++-- 22 files changed, 37 insertions(+), 31 deletions(-) create mode 100644 hwanyoung2/Content/Hwanyoung/Character/NPC/Imoogi/BP_Imoogi.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_WindProjectile.uasset delete mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/MI_Trajectory.uasset delete mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/MPC_HaesolProjAOEDecal.uasset delete mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjAOESphere.uasset delete mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjectileAOE.uasset delete mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolUltProjectileAOE.uasset delete mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_P1.uasset delete mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_Spline_Trajectory.uasset delete mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_Spline_Trajectory2.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/MI_Trajectory.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/MPC_HaesolProjAOEDecal.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolProjAOESphere.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolProjectileAOE.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolUltProjectileAOE.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_P1.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_Spline_Trajectory.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_Spline_Trajectory2.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/Path_4.uasset delete mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Path_4.uasset diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Imoogi/BP_Imoogi.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Imoogi/BP_Imoogi.uasset new file mode 100644 index 00000000..74dbb0ea --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Character/NPC/Imoogi/BP_Imoogi.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3b8ad0c91c7819813cfde6b143b802567707bb76d3a2dc9a01e0a4e79328f5 +size 114300 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_RockProjectile.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_RockProjectile.uasset index a0491202..269dd671 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_RockProjectile.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_RockProjectile.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43f5f0580d595b0fb4fd113f690005530bc39fda7c1d2652e3582a61c31ab313 -size 158611 +oid sha256:2374678182a214ccc7e840d101141490e962658f4411fbf82111a62c15ce8a0c +size 159040 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_WindProjectile.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_WindProjectile.uasset new file mode 100644 index 00000000..7d839b66 --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_WindProjectile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18920983ffd1ebbc657dfafc622d35f7b7721d367de44856173f313e4d3eb197 +size 80767 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/MI_Trajectory.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/MI_Trajectory.uasset deleted file mode 100644 index 04236110..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/MI_Trajectory.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0ee0e1d6de575cb18282b65868870c100318312f2d518670f23fb709053e8a2 -size 12298 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/MPC_HaesolProjAOEDecal.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/MPC_HaesolProjAOEDecal.uasset deleted file mode 100644 index 517a41d7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/MPC_HaesolProjAOEDecal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abade18dbb0dd11ecf2f9aaa00649944ca90200d6debc16a9cf07217bde3e0ac -size 2169 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjAOESphere.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjAOESphere.uasset deleted file mode 100644 index e3bc420a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjAOESphere.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f07639e91ba4c2abc62a1f8dc9073adc7b42d5eaef8f04b7b27fb694b383339c -size 31295 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjectileAOE.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjectileAOE.uasset deleted file mode 100644 index ba4ce05d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjectileAOE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bb279b4fcebd72e25089aa7eb84a5c640bb2dc069cdce8981ef20a8244ff9ae -size 24161 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolUltProjectileAOE.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolUltProjectileAOE.uasset deleted file mode 100644 index 2955de71..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolUltProjectileAOE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:108f4ddb91a3dfc60b3587f9f3195ff07dbe68e15cd6ef60a91cca6dfc200ee2 -size 20866 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_P1.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_P1.uasset deleted file mode 100644 index ded846a4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_P1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1779902bbaf545490a2e501d8172b20105d423dde67d9a424f9fff688284bfdb -size 9321 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_Spline_Trajectory.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_Spline_Trajectory.uasset deleted file mode 100644 index a448ce04..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_Spline_Trajectory.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30590774dd65591c88cacb9e047d6de149c9f9e6e5f4e58d66065d02d28023c9 -size 17824 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_Spline_Trajectory2.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_Spline_Trajectory2.uasset deleted file mode 100644 index e9639968..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_Spline_Trajectory2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92fda2fbedc01934b895353c8d2f5b449a0cea7307429e16bdb4efc7d50f2822 -size 22546 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/MI_Trajectory.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/MI_Trajectory.uasset new file mode 100644 index 00000000..c4c68db1 --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/MI_Trajectory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e344e35925bfd765b78b15a1bb9c7b9ab0d72ba31c9cbe6649a8f14521ac518a +size 12338 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/MPC_HaesolProjAOEDecal.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/MPC_HaesolProjAOEDecal.uasset new file mode 100644 index 00000000..2dd43f90 --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/MPC_HaesolProjAOEDecal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67933256334a8be237b4cd61e79837afacd073df9ece6a171c23e642fe3cce8 +size 2189 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolProjAOESphere.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolProjAOESphere.uasset new file mode 100644 index 00000000..3035a19e --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolProjAOESphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafd6f0a4646c4da127bb5b6b7aa63ed34211880389bd3b3fb87db66a62fc05e +size 31325 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolProjectileAOE.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolProjectileAOE.uasset new file mode 100644 index 00000000..1e46c95a --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolProjectileAOE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cc5a684bb4e8c6427ddb152626f7f5797330e64d7833f407986054c783f6c9 +size 24191 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolUltProjectileAOE.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolUltProjectileAOE.uasset new file mode 100644 index 00000000..20a19a50 --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_HaesolUltProjectileAOE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133c1b5d92d4436c2487d9819e9738bec280e7e2e8a14f9ded0b512e7295695d +size 20896 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_P1.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_P1.uasset new file mode 100644 index 00000000..170f356f --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_P1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9472c5c3997fa96a4e749469499f574b81a3faac998db47ccb4bdb73f83490 +size 9341 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_Spline_Trajectory.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_Spline_Trajectory.uasset new file mode 100644 index 00000000..fce875f6 --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_Spline_Trajectory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45cefb005dbe5268c9806a49669a9e6a805242e35c295f83447dca3776b167b6 +size 17844 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_Spline_Trajectory2.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_Spline_Trajectory2.uasset new file mode 100644 index 00000000..d4472c47 --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/M_Spline_Trajectory2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d284a3732cb8336888185453f22b3aaebf78fbb1ecac11da38d81434b4a9e1f +size 22566 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/Path_4.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/Path_4.uasset new file mode 100644 index 00000000..055f73fc --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Materials/Path_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e05d7dac12f6e7d2717c8cf17c0204483a49e0a5ab2138d9efe9fd5041b221 +size 21705 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Path_4.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Path_4.uasset deleted file mode 100644 index e1fae856..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/Path_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:634fbd1fc5c711842908854b526efd05a98a5d918fc3e787717262d9ae78d040 -size 21665 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_04.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_04.uasset index a0851287..cc47967f 100644 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_04.uasset +++ b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d165900f6fdb47193b3e1779ecb270108a67a6f36e1519a03cfe4943b5691d74 -size 2175834 +oid sha256:2f8d374c2d90d78e29be8a62e4326de5fcbeb5310cf98fbe9ca72bfe2e749b45 +size 1767943 From 856e538db2629a9567ae510719c88c53bdad5f42 Mon Sep 17 00:00:00 2001 From: Ji Yoon Rhee Date: Thu, 12 Jun 2025 21:10:44 +0900 Subject: [PATCH 2/3] adjusted the size of the shop AOE to prevent randomizing set after player jumps --- .../Illusions/GeneralizedBlueprints/AOEBP/BP_ShopAOE.uasset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_ShopAOE.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_ShopAOE.uasset index 57edaed8..82b03d62 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_ShopAOE.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_ShopAOE.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be7f0d75675991f2f47fd4cf1d6f2df46abfce2adb11f74b24ffeecf956b7008 -size 125119 +oid sha256:2a52043f4861f34ae57f05b4391a188e75d7aa5b7b2aa31f7038ee53932fdf24 +size 123880 From cdd5f3b1f0d37c37957c99b344597be95ca423a2 Mon Sep 17 00:00:00 2001 From: Ji Yoon Rhee Date: Thu, 12 Jun 2025 21:20:27 +0900 Subject: [PATCH 3/3] added the combo-based dmg increment for haesol's melee combo attack --- .../Playables/Haesol/BPAC_WeaponMechanism.uasset | 4 ++-- .../PlayerCharacter/Playables/Haesol/BP_Haesol.uasset | 4 ++-- .../Playables/Haesol/Weapons/BP_HaesolHwando.uasset | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BPAC_WeaponMechanism.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BPAC_WeaponMechanism.uasset index c3478caf..983457f6 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BPAC_WeaponMechanism.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BPAC_WeaponMechanism.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4ff0ed6696ee0912a9ec47c2fc2a9f5358fdc8ad9e414b78ae02b84dbcbf98a -size 754024 +oid sha256:78425f9aaa74c598e1905c158262dddc383e767c9f6994b38cf0e6e26eb6580f +size 752193 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 3255ddff..1af50e59 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:a8f388a6222e5603e9734ec0f80bc71f6d8fc792db2a4cd6589baa81ca13e40e -size 1962474 +oid sha256:b0c6c2b44f6e6e313e25816ca6e457fc86672b2a9f2491513bab03b1eff00957 +size 1972625 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolHwando.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolHwando.uasset index f0c727a2..a016ac37 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolHwando.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolHwando.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc023dcc255f9e6a8aac5b0c54f3888f4073f8a4da1abc3070c9194b0604bafb -size 52420 +oid sha256:e34ccc8ecdba7fb756496485a272b66d5db5d06c3070af7bd04589aa746b0f40 +size 53249