From 29df4dcb1d872f9e25e0a0ad41c1854b27fbee0e Mon Sep 17 00:00:00 2001 From: Kevin Poretti Date: Mon, 8 Nov 2021 15:07:58 -0500 Subject: [PATCH] Implement new attack animations [git-p4: depot-paths = "//depot/main/": change = 135] --- .../Characters/Protagonist/Animations/Melee/Ability_R.uasset | 4 ++-- .../Protagonist/Animations/Melee/Ability_R_Montage.uasset | 4 ++-- .../Protagonist/Animations/Melee/Air_Attack_1.uasset | 4 ++-- .../Protagonist/Animations/Melee/Air_Attack_1_Montage.uasset | 4 ++-- .../Protagonist/Animations/Melee/Air_Attack_2.uasset | 4 ++-- .../Protagonist/Animations/Melee/Air_Attack_2_Montage.uasset | 4 ++-- .../Protagonist/Animations/Melee/Combo_Attack_Montage.uasset | 4 ++-- .../Animations/Melee/GroundSwordAttackCombo1.uasset | 3 +++ .../Animations/Melee/GroundSwordAttackCombo1_Montage.uasset | 3 +++ .../Animations/Melee/GroundSwordAttackCombo2.uasset | 3 +++ .../Animations/Melee/GroundSwordAttackCombo2_Montage.uasset | 3 +++ .../Animations/Melee/GroundSwordAttackCombo3.uasset | 3 +++ .../Animations/Melee/GroundSwordAttackCombo3_Montage.uasset | 3 +++ .../Animations/Melee/GroundSwordAttackCombo4.uasset | 3 +++ .../Animations/Melee/GroundSwordAttackCombo4_Montage.uasset | 3 +++ .../Animations/Melee/GroundSwordAttackComboAll.uasset | 3 +++ .../Protagonist/Animations/Melee/Ground_Attack_1.uasset | 4 ++-- .../Animations/Melee/Ground_Attack_1_Montage.uasset | 4 ++-- .../Animations/Melee/Ground_Attack_1_Recovery.uasset | 4 ++-- .../Protagonist/Animations/Melee/Ground_Attack_2.uasset | 4 ++-- .../Animations/Melee/Ground_Attack_2_Montage.uasset | 4 ++-- .../Animations/Melee/Ground_Attack_2_Recovery.uasset | 4 ++-- .../Protagonist/Animations/Melee/Ground_Attack_3.uasset | 4 ++-- .../Animations/Melee/Ground_Attack_3_Montage.uasset | 4 ++-- .../Animations/Melee/Ground_Attack_3_Recovery.uasset | 4 ++-- .../Protagonist/Animations/Melee/Ground_Attack_4.uasset | 4 ++-- .../Animations/Melee/Ground_Attack_4_Montage.uasset | 4 ++-- .../Animations/Melee/Ground_Attack_4_Recovery.uasset | 4 ++-- .../Protagonist/Animations/Melee/Launcher_Attack.uasset | 4 ++-- .../Animations/Melee/Launcher_Attack_Montage.uasset | 4 ++-- .../Animations/Melee/Launcher_Attack_Recovery.uasset | 4 ++-- .../Protagonist/Animations/Melee/OLD/Ability_R.uasset | 3 +++ .../Protagonist/Animations/Melee/OLD/Ability_R_Montage.uasset | 3 +++ .../Protagonist/Animations/Melee/OLD/Air_Attack_1.uasset | 3 +++ .../Animations/Melee/OLD/Air_Attack_1_Montage.uasset | 3 +++ .../Protagonist/Animations/Melee/OLD/Air_Attack_2.uasset | 3 +++ .../Animations/Melee/OLD/Air_Attack_2_Montage.uasset | 3 +++ .../Animations/Melee/OLD/Combo_Attack_Montage.uasset | 3 +++ .../Protagonist/Animations/Melee/OLD/Ground_Attack_1.uasset | 3 +++ .../Animations/Melee/OLD/Ground_Attack_1_Montage.uasset | 3 +++ .../Animations/Melee/OLD/Ground_Attack_1_Recovery.uasset | 3 +++ .../Protagonist/Animations/Melee/OLD/Ground_Attack_2.uasset | 3 +++ .../Animations/Melee/OLD/Ground_Attack_2_Montage.uasset | 3 +++ .../Animations/Melee/OLD/Ground_Attack_2_Recovery.uasset | 3 +++ .../Protagonist/Animations/Melee/OLD/Ground_Attack_3.uasset | 3 +++ .../Animations/Melee/OLD/Ground_Attack_3_Montage.uasset | 3 +++ .../Animations/Melee/OLD/Ground_Attack_3_Recovery.uasset | 3 +++ .../Protagonist/Animations/Melee/OLD/Ground_Attack_4.uasset | 3 +++ .../Animations/Melee/OLD/Ground_Attack_4_Montage.uasset | 3 +++ .../Animations/Melee/OLD/Ground_Attack_4_Recovery.uasset | 3 +++ .../Protagonist/Animations/Melee/OLD/Launcher_Attack.uasset | 3 +++ .../Animations/Melee/OLD/Launcher_Attack_Montage.uasset | 3 +++ .../Animations/Melee/OLD/Launcher_Attack_Recovery.uasset | 3 +++ .../Content/Characters/Protagonist/BP_Protagonist.uasset | 4 ++-- .../Characters/Protagonist/Character/Mesh/SK_Mannequin.uasset | 2 +- .../Protagonist/Character/Mesh/UE4_Mannequin_Skeleton.uasset | 4 ++-- .../Protagonist/Curves/Ground_Attack_1_Root_Motion.uasset | 3 --- .../Protagonist/Curves/Ground_Attack_4_Root_Motion.uasset | 3 --- .../Characters/Protagonist/States/BP_ProtagAirAttack1.uasset | 4 ++-- .../Characters/Protagonist/States/BP_ProtagAirAttack2.uasset | 4 ++-- .../Protagonist/States/BP_ProtagGroundAttack1.uasset | 4 ++-- .../Protagonist/States/BP_ProtagGroundAttack2.uasset | 4 ++-- .../Protagonist/States/BP_ProtagGroundAttack3.uasset | 4 ++-- .../Protagonist/States/BP_ProtagGroundAttack4.uasset | 4 ++-- .../Protagonist/States/BP_ProtagGroundLauncher.uasset | 4 ++-- SwordNGun/Content/Maps/Test.umap | 2 +- SwordNGun/Content/Maps/Test_BuiltData.uasset | 2 +- 67 files changed, 158 insertions(+), 71 deletions(-) create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo1.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo1_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo2.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo2_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo3.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo3_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo4.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo4_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackComboAll.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ability_R.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ability_R_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_1.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_1_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_2.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_2_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Combo_Attack_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1_Recovery.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2_Recovery.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3_Recovery.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4_Recovery.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack_Recovery.uasset delete mode 100644 SwordNGun/Content/Characters/Protagonist/Curves/Ground_Attack_1_Root_Motion.uasset delete mode 100644 SwordNGun/Content/Characters/Protagonist/Curves/Ground_Attack_4_Root_Motion.uasset diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ability_R.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ability_R.uasset index fe676b0..82d7f80 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ability_R.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ability_R.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:138195a3b72c69ac3c54fbf7f7bc330736f3f4c9284d215beb0f9667e74573dd -size 269973 +oid sha256:5d3b8b16b99ece7b7929049124eae107136c4eab805747fe072850c5c74ed0ae +size 1389 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ability_R_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ability_R_Montage.uasset index 298c0e2..c7fffb6 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ability_R_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ability_R_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0483800711aa937a606433adc35f028be1389d682de86f67db6e34c97ff23bd -size 98687 +oid sha256:42327fb28986aaea10f5c0df5da1c61967d7b226a4c0d1ed3dd1b2894e3d548c +size 1443 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_1.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_1.uasset index c2ddfac..38a76f0 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_1.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6c8cfc74d30be63fd749faf6966bf6c9d8e57c43f3238fc8e93bdbafeed624e -size 124937 +oid sha256:167be7f981d97401bdc34e9b3a66caea1052c99659905e16cb23e75596501b83 +size 1404 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_1_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_1_Montage.uasset index ebc6d1a..f9e07ea 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_1_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_1_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1796da30cc944af5e6f81db9b338faa79fa94949696679ba1802084c84676865 -size 101758 +oid sha256:213be3e1ad73e1fb02e26f5024232b0e6c4035138b970e14acca16ac73906981 +size 1464 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_2.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_2.uasset index 8afa157..3f48000 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_2.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85bee10daa3c30989c1fde4c31974c100ff9cadc356db25f570e79b7cecd5a8e -size 187396 +oid sha256:e271c45cd0c832e6f081b7b0d774d9a6bd57841afc33ea1d91e7060efa9e99bd +size 1404 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_2_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_2_Montage.uasset index 35dd4ae..46f0e6e 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_2_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air_Attack_2_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c97f8accc75f41873d00d1f1a208159b2c16a5f426d7c1cba08b59c67708416a -size 100438 +oid sha256:a2ff5d20178a1fe36ace474d428ec3151c9205404220206a6dc9945ecc46f57c +size 1464 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Combo_Attack_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Combo_Attack_Montage.uasset index c8d4b28..dd1ceb4 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Combo_Attack_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Combo_Attack_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef7d24b35ac566ab079109364c5db97fd593e1e54b13052c0351e4211ca7707e -size 102538 +oid sha256:fb496adc5509d30ff0a3e7e095618ad36ab12ef1534ab7112045c54df00d9841 +size 1464 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo1.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo1.uasset new file mode 100644 index 0000000..20399ef --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d9cd1a8799d29eb41b5f7f4462809232cfb555b67c15da08120d7d7ddd47dd +size 163796 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo1_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo1_Montage.uasset new file mode 100644 index 0000000..67ff5b5 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo1_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e791a6d2e979f78e65316e4fae31e6d2b3c407715913be681775e5b88781eab8 +size 102572 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo2.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo2.uasset new file mode 100644 index 0000000..c89bff3 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38baf1e18e83e9ea85fa32472912e308b6d75dea3cec49fdde399bd9649ffc7a +size 166644 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo2_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo2_Montage.uasset new file mode 100644 index 0000000..50a9c08 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo2_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1093217b76b8bdc3af73d6f97baf14c5ee80d23430e31dedf5bf99825a9405dc +size 103660 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo3.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo3.uasset new file mode 100644 index 0000000..4eefd4c --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d47619d87904095d5330ed7ad97085dc54050aad83a7a967e5e4d855cd31ea +size 155996 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo3_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo3_Montage.uasset new file mode 100644 index 0000000..dd583ff --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo3_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1effd33a43a8d9c47851cea3d206ce3b6963a37be20f0675b62059ddfb79e5f +size 104080 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo4.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo4.uasset new file mode 100644 index 0000000..c78ab5c --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a546fc62e6912978911e5e3e284a8d88659bcb4951490141cab9d665a6266969 +size 145099 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo4_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo4_Montage.uasset new file mode 100644 index 0000000..2682ada --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackCombo4_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90722224fa4fcf5a2f120edc7fb6df81900a7f02ccec5342cc71a78005de3f16 +size 98925 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackComboAll.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackComboAll.uasset new file mode 100644 index 0000000..8902968 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/GroundSwordAttackComboAll.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30aa275eb730c342a42fa3fd664670bd820f579d0269476a739332ee3fe3d5d +size 101451 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1.uasset index 18b5f20..d3591d2 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc7c5781bae5fae9829ca995d23953697266913cce67358b8d1c1d5c03d373df -size 140236 +oid sha256:349a09ae3ef418058f5d2a62921a43ee9d5e511b99b39ec365e88bffdc13cd95 +size 1425 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1_Montage.uasset index 931d2ed..e00c25c 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57c638679d85bba8c47115e38d4352e8d764ae955b165374fad5dbc9f55e0cad -size 103090 +oid sha256:3cfccc553694cfd35cc3f96c34add39b583df5dec4662d7bba07228fc66de3e8 +size 1485 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1_Recovery.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1_Recovery.uasset index a0b2b3d..7efff21 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1_Recovery.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_1_Recovery.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9b006b175c5bd8995a5ee911b64cb51006d11d8b063a6ad1faf15656333aa15 -size 174788 +oid sha256:4f2a8fe4084768ac05349e8800aba0209aa6a1b05734a10ca66d42355ca0a1a8 +size 1494 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2.uasset index f7841e2..8be93d7 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5184f693e75b63e5de6d97096e1f60183369b498ee26fb73c18583543dad7eac -size 138951 +oid sha256:2549b8a7e84f5b2b0e36badc3b005500a3fc4ed92feb164e593c4183c2bd96b0 +size 1425 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2_Montage.uasset index f975f39..e5a4ccc 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5f671b8ad688aae178b6415a403c299711b686b4755106410a8df513a855aa5 -size 104412 +oid sha256:a55cc9dc2127715378316f93e31b14ef6ae56f89a0ca4ac254b1b53af5df1f11 +size 1485 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2_Recovery.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2_Recovery.uasset index bce5608..4c5a548 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2_Recovery.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_2_Recovery.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5fcae4a17e4793f83105f3cb69f72e4ae3a51fb2dfbebaa6feaee8bc16ea1c57 -size 146077 +oid sha256:0e889f1745cfeacf71ee33e646cbeff55c0a3ab373531519d5dbb0f77fd2f44c +size 1494 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3.uasset index a70d81a..06afbf0 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0edc315ef56587a5173f06a779fe332a23d90580463529c0e8a3f640d12468e1 -size 136536 +oid sha256:3573a63235f9019d5497667ade32e2f8ffefcd913bfa745570f166388c42d5f7 +size 1425 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3_Montage.uasset index f2806b6..cd8b40a 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c7a8c610a66775701eb5872c14caeb8a51d2d0da739ffb0f8abf5035afdbbb1 -size 103672 +oid sha256:a89bcac0eb41e495d3f8ca74fc63822e4b5dab1e1b909edad913871e0c8ad8ed +size 1485 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3_Recovery.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3_Recovery.uasset index 997df99..2c7da99 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3_Recovery.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_3_Recovery.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e825c2f89fe7dc6597baca8c078c5242dff552725e221bd8c3c73d93986a262 -size 156513 +oid sha256:fe59641f81acfac4767889e710a90bf12fdfc0fd398b8191a4f528173b6158ea +size 1494 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4.uasset index 464ab7e..efade2c 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fe2eeae5b43b1fbaf67b9c2f3c6ae5ed2b8f61269f3e05e2ff9f78346c29ddc -size 137950 +oid sha256:bc293a39164ed54bf89afb9b9440729e2fd91d971af2cbac07590e6a78f793a8 +size 1425 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4_Montage.uasset index 4e8e81a..90af3b9 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56874841035a12774b7344c12bd1f3b54ad53c3bc8a19c5e615476b913624522 -size 101950 +oid sha256:ef7fadf6267e4499fab87a62c3b92b8f65f35a3acba2bcb19b9d88b500fa7c0e +size 1485 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4_Recovery.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4_Recovery.uasset index affe63e..f7fa2a4 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4_Recovery.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Ground_Attack_4_Recovery.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:095223348ea41f3a867e9f9bf35efcd11ac7d7071494cb38558961a9c0fddfe5 -size 146194 +oid sha256:9c30efffc5521a87d5bfede0a3c1099c121ce954de53f6bf163e48651b53208e +size 1494 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack.uasset index 55c8ecf..92ffd97 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08b1fdfa58adbef6d0f8212dfebb08c9b6480d931d85807caade08640fbade32 -size 169646 +oid sha256:6340a166d6f1733f266ff97247e9fdc1d0e11fad1c79ba29fd16fd4f46ecfc0d +size 1431 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack_Montage.uasset index 38ee65b..015a503 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41378221c7b0daf2733732405747b20c63b65590f753118e890024a363c351c0 -size 102533 +oid sha256:6e944fa41c30e226dadcbc2a6387bc72b3fb4827602759c252c7a173a6c07562 +size 1485 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack_Recovery.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack_Recovery.uasset index 0a7e4f8..5657841 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack_Recovery.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Launcher_Attack_Recovery.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:332c39844f28fe7d0b0f12bdc995faac5f4492e1f3c5b9ee6bbbec4204b47f98 -size 154611 +oid sha256:97a717a1ffc550599b213bcfd81141af4521c92b9cfacbabb33dcd15bbc6c968 +size 1494 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ability_R.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ability_R.uasset new file mode 100644 index 0000000..89ae105 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ability_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967b26ee5888c709f8b4f5dd34d52ca667542a69651031c1b77023c418c85b34 +size 269749 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ability_R_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ability_R_Montage.uasset new file mode 100644 index 0000000..6530fb8 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ability_R_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21faf685064e9c47df80fbb7c3ec189dad0647e97c2adc69786f7e6c6be85000 +size 98581 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_1.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_1.uasset new file mode 100644 index 0000000..2e92890 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74ee801a6e3c9fc7a92f3328cfb6b977d339700d72e239d2e50483c90ed55cd +size 125117 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_1_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_1_Montage.uasset new file mode 100644 index 0000000..18fb249 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_1_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d006b736c873a499e81305fc3594f7be69c9b19a5b546e4d0882909abeed06 +size 102014 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_2.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_2.uasset new file mode 100644 index 0000000..2439102 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a37680c60392888dbb59b9b6e2700024419dd36302dbef19b951aaf892eeb0 +size 187594 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_2_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_2_Montage.uasset new file mode 100644 index 0000000..0e63fcc --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Air_Attack_2_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3f68723c8a603c9fedc52df643897f85875415dda9137e1c2de2be599a7aad +size 100467 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Combo_Attack_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Combo_Attack_Montage.uasset new file mode 100644 index 0000000..3d282ce --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Combo_Attack_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309997dc3fed7c806ec2c7e65994478c16bdf8a5c36f0f64875310cc76e1ebfe +size 102730 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1.uasset new file mode 100644 index 0000000..000ae1b --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c691dd13951a9c2beeb0520104a70e0430234123722fad8bd156c83e288336 +size 140115 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1_Montage.uasset new file mode 100644 index 0000000..0ea8bb1 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbef28b72223a86149c9119601c1341dc9c9b2d55db67186c6e70fe9125dead +size 103103 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1_Recovery.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1_Recovery.uasset new file mode 100644 index 0000000..cbdb733 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_1_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fad4871675f2852a66dbc874f8d5b92e3399977e4bfba7052cd747309912772 +size 174700 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2.uasset new file mode 100644 index 0000000..4a06944 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0501ce5840f46c5f8d062a957889f22c3ede95e2ac6c555d8ecc3069ba84732c +size 138954 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2_Montage.uasset new file mode 100644 index 0000000..3241b34 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af10d70f5ac7a2da09aab3eac4f045d7b0f2418cf4c82596ac2ac33ff0e65345 +size 104379 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2_Recovery.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2_Recovery.uasset new file mode 100644 index 0000000..e619f65 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_2_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749108f08a98942cd7fe7e772dac72c90ee160ef21dd736f76ee197ee5234125 +size 146004 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3.uasset new file mode 100644 index 0000000..81139e5 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca67bf01307e3f1d3062e0f973eb9bf0706c972329c5f46ae8a94596117d343 +size 136398 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3_Montage.uasset new file mode 100644 index 0000000..27417e4 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555daf15d36d9ad4479b5e51aa0a1bfcaa5216df3bd34ff2d8d00b9090866edd +size 103861 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3_Recovery.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3_Recovery.uasset new file mode 100644 index 0000000..cdae776 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_3_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e70e122785006741fdad6de6ccf372aa42660626675414c9660e5ea33bc110d +size 156314 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4.uasset new file mode 100644 index 0000000..6755038 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5e506fde4a0a62985d55ae3e7d1a8c77f75cd556679a9e364b96fef8d0a1fd +size 137937 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4_Montage.uasset new file mode 100644 index 0000000..3309bbc --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364d3b464cca4b9615853e840f517220f9f8eff840751a09b59b5ee926b7e0a6 +size 102188 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4_Recovery.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4_Recovery.uasset new file mode 100644 index 0000000..973b849 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Ground_Attack_4_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73affd91a04107f68974bf093740ee35e71408fcbe675b0ebc079aaaecd9f947 +size 146024 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack.uasset new file mode 100644 index 0000000..f735540 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28c549f911afd399a5204957a0fc3d721cc3566ab181fd9d1c592f200248c1d +size 169267 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack_Montage.uasset new file mode 100644 index 0000000..62fbe50 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e031046fecd40c5491ce39985d23ac84c7415ddb58be7bff92f3e829593d0f86 +size 102722 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack_Recovery.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack_Recovery.uasset new file mode 100644 index 0000000..93f21cf --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/OLD/Launcher_Attack_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08268a59062eb3f5f2480206bfe8e54aa02db7eed0390c5703586447dc134d68 +size 154756 diff --git a/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset b/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset index 385ca77..c1ca161 100644 --- a/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset +++ b/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd211f42b17ae569b0b6fa4170cc0bad584ecd878047869ade305926f7c0fdcf -size 172548 +oid sha256:72ea6e548c84b05d140b886523e41559e8bdc732549734dbebf66b2a2934539a +size 172605 diff --git a/SwordNGun/Content/Characters/Protagonist/Character/Mesh/SK_Mannequin.uasset b/SwordNGun/Content/Characters/Protagonist/Character/Mesh/SK_Mannequin.uasset index 15d3085..c96b1e1 100644 --- a/SwordNGun/Content/Characters/Protagonist/Character/Mesh/SK_Mannequin.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Character/Mesh/SK_Mannequin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4b44044d2191c69b8913b60480e9b68366f7f39e47c62bf2f48774c14ade74c +oid sha256:9dbf215e90b7099a999c202ee541b9ca569e69e0ca78abb37d7cbfa42a74a785 size 5666842 diff --git a/SwordNGun/Content/Characters/Protagonist/Character/Mesh/UE4_Mannequin_Skeleton.uasset b/SwordNGun/Content/Characters/Protagonist/Character/Mesh/UE4_Mannequin_Skeleton.uasset index eb87d59..0eca628 100644 --- a/SwordNGun/Content/Characters/Protagonist/Character/Mesh/UE4_Mannequin_Skeleton.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Character/Mesh/UE4_Mannequin_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a12aee6a2a5520cb7c6c5ae33ab267199544a4cb047c677c126f44fa9f14ba9 -size 30571 +oid sha256:218c8c87aa94d2d1aadbaef4cd6e938d50a4a7172c0635b958b6e5baa8a1af73 +size 30742 diff --git a/SwordNGun/Content/Characters/Protagonist/Curves/Ground_Attack_1_Root_Motion.uasset b/SwordNGun/Content/Characters/Protagonist/Curves/Ground_Attack_1_Root_Motion.uasset deleted file mode 100644 index 388cffb..0000000 --- a/SwordNGun/Content/Characters/Protagonist/Curves/Ground_Attack_1_Root_Motion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cfe39787fc50ea4eb804c5cadd0c4dcd4a6f9695bd61018f2d63bc55c7ed1e5 -size 2137 diff --git a/SwordNGun/Content/Characters/Protagonist/Curves/Ground_Attack_4_Root_Motion.uasset b/SwordNGun/Content/Characters/Protagonist/Curves/Ground_Attack_4_Root_Motion.uasset deleted file mode 100644 index 8207650..0000000 --- a/SwordNGun/Content/Characters/Protagonist/Curves/Ground_Attack_4_Root_Motion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:934052ba725f7abc9ff1c7b875fe393b7b36bc822207f73880d98c64bf03486b -size 2191 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack1.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack1.uasset index 7d327cf..bb3d518 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack1.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bae6d804cbc203c6600b5f3c246dc0552c73cd0b2211f42ec3879c969b0dca0 -size 114096 +oid sha256:ca725d502b73fd22c7951bd5dd598afbdaac6a6e5144a4b81474f6d4cdfbbfd9 +size 113266 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack2.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack2.uasset index 3b24c65..f56ee79 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack2.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37a7251caa8b42dbf9dcee544ab5e420cf6d2ce029e695b5fdcd4e45637beead -size 76792 +oid sha256:66a98a06cdbf06491029d1568e546d1445481c9f0c6d8fc629d358e6e7b1290c +size 75976 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack1.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack1.uasset index 069a65f..626532f 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack1.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c31f8a010e85bf00fe9a3090ab4f057c97cd868840f482fb302a5564a18ddf84 -size 165933 +oid sha256:d19a28cdeb1b7606550ce43dc43a1831c98512b97db7eebf74072dd91dc6b4d7 +size 109054 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack2.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack2.uasset index 00f14dd..a02a8f6 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack2.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40b2409733b0b8f2cdec563f66340d1109c5cf6b66ed997303dfce90faab6ca3 -size 160658 +oid sha256:77dd5222def6f2177c7772928069096ee5e23295a18434c0171211c8f43e5de3 +size 103862 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack3.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack3.uasset index db884dd..e7c15c2 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack3.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:952214c64a93e36261c85912cb8392b52ed78eb27cad659b5a24ec24826d3d58 -size 180848 +oid sha256:63ddf543298a54a2701197160ff0c151a3a13892c0d33b7383c59c47b7f257d3 +size 122542 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack4.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack4.uasset index 0751c23..00b15af 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack4.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundAttack4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22d1f3b75cae4ddd7d2c79e63188facacd5a78ce5a49713e0f4ad7e5df37fb19 -size 129346 +oid sha256:d939d8225ea53397b992817663cdda0ae9bdd14b4168c67bb51af4ebd013ced9 +size 70499 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundLauncher.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundLauncher.uasset index 8c89ec8..17085de 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundLauncher.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundLauncher.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dae4259d21dc4cc5a0acb01b864e1b176c257f353a7d522d2c949322ae5dbfd -size 64378 +oid sha256:6f202c3c4a63c662432c10d9a767901e3a978a42edf7acd59bf290a5e85cb1ff +size 64133 diff --git a/SwordNGun/Content/Maps/Test.umap b/SwordNGun/Content/Maps/Test.umap index dcf527c..23a2aa2 100644 --- a/SwordNGun/Content/Maps/Test.umap +++ b/SwordNGun/Content/Maps/Test.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebe7ea123818e3ef70631a94f08a6b7f742ccff3c27663dffce54793b7003235 +oid sha256:806148830ddd72c56e7fc462d545dd580e373da268f85d0a4bb27f3dd3fd537a size 685776 diff --git a/SwordNGun/Content/Maps/Test_BuiltData.uasset b/SwordNGun/Content/Maps/Test_BuiltData.uasset index 74c6ccc..451a6bb 100644 --- a/SwordNGun/Content/Maps/Test_BuiltData.uasset +++ b/SwordNGun/Content/Maps/Test_BuiltData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:358ee504d2945f86856d3d9eee12eab758bcca98d28af946631d1ca997cb2410 +oid sha256:9288c1a3a6d7a1a05a789aa5b938c90a2dfa1b9cb07dbd0fa66b84fe49869034 size 2330061