From 324a2bcdd00332487391691808f7f8ec20bb1e06 Mon Sep 17 00:00:00 2001 From: Kevin Poretti Date: Sun, 14 Nov 2021 22:51:13 -0500 Subject: [PATCH] Prototype better air attacks [git-p4: depot-paths = "//depot/main/": change = 161] --- .../Characters/AnimNotifies/AN_SetGravityEnabled.uasset | 3 +++ .../Protagonist/Animations/Melee/Air/Sword_AirCombo1.uasset | 4 ++-- .../Animations/Melee/Air/Sword_AirCombo1_Montage.uasset | 4 ++-- .../Protagonist/Animations/Melee/Air/Sword_AirCombo2.uasset | 4 ++-- .../Animations/Melee/Air/Sword_AirCombo2_Montage.uasset | 4 ++-- .../Protagonist/Animations/Melee/Air/Sword_AirCombo3.uasset | 4 ++-- .../Animations/Melee/Air/Sword_AirCombo3_Montage.uasset | 4 ++-- .../Protagonist/Animations/Melee/Air/Sword_AirCombo4.uasset | 4 ++-- .../Animations/Melee/Air/Sword_AirCombo4_Montage.uasset | 4 ++-- .../Characters/Protagonist/States/BP_ProtagAirAttack1.uasset | 4 ++-- .../Characters/Protagonist/States/BP_ProtagAirAttack2.uasset | 4 ++-- .../Characters/Protagonist/States/BP_ProtagAirAttack3.uasset | 4 ++-- .../Characters/Protagonist/States/BP_ProtagAirAttack4.uasset | 4 ++-- .../Protagonist/States/BP_ProtagAirAttacking.uasset | 4 ++-- 14 files changed, 29 insertions(+), 26 deletions(-) create mode 100644 SwordNGun/Content/Characters/AnimNotifies/AN_SetGravityEnabled.uasset diff --git a/SwordNGun/Content/Characters/AnimNotifies/AN_SetGravityEnabled.uasset b/SwordNGun/Content/Characters/AnimNotifies/AN_SetGravityEnabled.uasset new file mode 100644 index 0000000..2762ca3 --- /dev/null +++ b/SwordNGun/Content/Characters/AnimNotifies/AN_SetGravityEnabled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c1b802d39ff1355619d1961f2a94e2ac41e8f486d9639aa0c6956b50257544 +size 38661 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo1.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo1.uasset index 42e952b..5153fb4 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo1.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:063b00053c60e3d15dd9c0b85b92b2870e6a1711e04b6c3e23726fe3415cf9dd -size 161489 +oid sha256:ee1e0e5a613f0d991d54ec28320baf708b599d7d5fa39cf2a6aa58358ec7766a +size 163937 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo1_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo1_Montage.uasset index ef03264..5266eb4 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo1_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo1_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cdb2b67c7ed8b67ce3fa4d0db7fbc10b6f5570ee5fa1889e26378f34731eccb -size 107800 +oid sha256:0e2e4f8e51b3baa7b05b735d81653ec4c59ae01d45cba8e676e94b00e87116ec +size 110330 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo2.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo2.uasset index a217dd0..f0dc294 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo2.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:358f007cd5e3a0e064702a76994d4813711fd3dfa4975fd137088c3a125fd587 -size 155996 +oid sha256:116955f43681c741c8424bf0020429081ee09c324331f7f6be66b6cd43749d72 +size 158448 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo2_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo2_Montage.uasset index da66f83..7cfc8ca 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo2_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo2_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd389c0e64604819c06e5a1f5d92f30aad3459e07a98b48ae49ae647efa57524 -size 107222 +oid sha256:1a66b88a86ec0e3eead94cb9090a18a7bd0108ac9610e22e909fe40a2ca08cf3 +size 109540 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo3.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo3.uasset index c5736af..9d33a7b 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo3.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e21ad72116a7f0d6f17d68a65b406515e0b4bec213724e58b4b81ddadf33c485 -size 158514 +oid sha256:6dcef1bdbd75f24d54809a727070ee4e5bf73c7c5c911f1673683467972b9eb0 +size 161264 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo3_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo3_Montage.uasset index d1d290e..305ff76 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo3_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo3_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5ec0acfd385f68e37e7c8a98c00e67b8cafa4857eee064e54910827b2ba5d96 -size 106122 +oid sha256:1b9c8260dbcc1d42c1b534a71b000708e56d19510c9244c8d127621c42af2f30 +size 108772 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo4.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo4.uasset index 6c15ed2..ac10967 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo4.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4975a2dc215b548c09c6f7a799cbdaab19e2db9d19a976edcfa88d95fe8a36a1 -size 163407 +oid sha256:58c9e949d7173811db4817c69d61d14ec33c1d2efbca35b47a1cba74a360ba3c +size 166138 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo4_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo4_Montage.uasset index 37d53b0..66a172f 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo4_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Air/Sword_AirCombo4_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2505c3da54757f823c884b4dd430713ff6bb7c0148de444db7f57de3232b150a -size 106388 +oid sha256:3a48d5dc4b6ed89805b0e3da299b925c82a98eaee72959154d9532e2c38b26e5 +size 109199 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack1.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack1.uasset index 90dae0a..a9f0bcc 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:7ed6b5d24c994cf3f29a506633f193c1d9943348fa9aa54295d3749e4225b7c0 -size 102839 +oid sha256:49081688cfa71ee1c375bff117bcd5a7ba91a3794bc8ca17a4723d7499d7e37a +size 112498 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack2.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack2.uasset index a0fe0f8..3e6214f 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:5e3818bd4520c6338da45c8c3b8023d4bcc9155ff3f4a9c896669ff5e23888c5 -size 102717 +oid sha256:25953b09b7ca0b852c4a9995acd347c2bcca23e107dc6732cd1e1b397ab31f80 +size 116770 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack3.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack3.uasset index 409d39d..2fe1f88 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack3.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dab361172e688d46dd0e6821d4914365eefd4d9cffc584e9aa68aa54bbea75fc -size 103741 +oid sha256:fa8b2f3728e9eb8d9c87112377ee2ecd9750c56ec1d7e0e1f4809e0555578d40 +size 116250 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack4.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack4.uasset index f4deac7..4c3129e 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack4.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttack4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c2866f0ccd9dd981be3fdda12937e9fe37a8e3c8d7749c390e3f11985d4a35b -size 99378 +oid sha256:39bdd98a225a03fa6c24c48ed4b7b35a6194d504a7b734f871f8d11f4ebc5d59 +size 112975 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttacking.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttacking.uasset index 759eb1f..d96383d 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttacking.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagAirAttacking.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66ba5d81426904be390e0e1838806b2108e4cd8fe0e6511f2c7107eb3abf4cb6 -size 28987 +oid sha256:9811d756d08929997b80b4052ba17e81982a95ed62ea66900e373fb278bbaad1 +size 36378