From 99a6a515deda52e964ec46e7b382cd284474f57c Mon Sep 17 00:00:00 2001 From: jdepuy <42752908+jdepuy@users.noreply.github.com> Date: Wed, 14 Apr 2021 15:53:01 -0400 Subject: [PATCH] Update and addition of new sounds, all sounds are 22kHz --- .../Sounds/Character/Archer/archer_attk_a.wav | 4 ++-- .../Sounds/Character/Archer/archer_attk_b.wav | 4 ++-- .../Character/Archer/archer_powershot.wav | 4 ++-- .../Character/Archer/archer_powershot_end.wav | 4 ++-- .../Archer/archer_powershot_loop.wav | 4 ++-- .../Archer/archer_powershot_start.wav | 4 ++-- .../Character/Archer/archer_slowing_shot.wav | 4 ++-- .../Sounds/Character/Archer/archer_volley.wav | 4 ++-- .../Character/Archer/archer_volley_loop.wav | 3 +++ .../Archer/archer_volley_loop.wav.meta | 22 +++++++++++++++++++ .../Character/Boss/charge_attack_end.wav | 4 ++-- .../Character/Boss/charge_attack_loop.wav | 4 ++-- .../Character/Boss/charge_attack_start.wav | 4 ++-- .../Sounds/Character/Boss/defeat_a.wav | 4 ++-- .../Sounds/Character/Boss/defeat_loop_a.wav | 3 +++ .../Character/Boss/defeat_loop_a.wav.meta | 22 +++++++++++++++++++ .../BossRoom/Sounds/Character/Boss/run_a.wav | 4 ++-- .../BossRoom/Sounds/Character/Boss/walk_a.wav | 4 ++-- .../Sounds/Character/Imp/defeat_a.wav | 3 +++ .../Sounds/Character/Imp/defeat_a.wav.meta | 22 +++++++++++++++++++ .../Sounds/Character/Imp/mn_imp_attk_a.wav | 4 ++-- .../Sounds/Character/Imp/mn_imp_attk_b.wav | 4 ++-- .../Character/Imp/mn_imp_call_for_help.wav | 4 ++-- .../Character/Imp/mn_imp_throw_bomb.wav | 4 ++-- .../Character/Mage/attk 1 magic bolt.wav | 4 ++-- .../Character/Mage/attk 2 magic bolt.wav | 4 ++-- .../Sounds/Character/Mage/revive_someone.wav | 4 ++-- .../Character/Mage/skill_fire_blast_a.wav | 4 ++-- .../Sounds/Character/Mage/skill_freeze_a.wav | 4 ++-- .../Sounds/Character/Mage/skill_heal_a.wav | 4 ++-- .../Sounds/Character/Rogue/rogue_attk_1.wav | 4 ++-- .../Sounds/Character/Rogue/rogue_attk_2.wav | 4 ++-- .../Character/Rogue/rogue_skill_dash.wav | 4 ++-- .../Rogue/rogue_skill_dash_attack_end.wav | 4 ++-- .../Rogue/rogue_skill_dash_attack_loop.wav | 4 ++-- .../rogue_skill_dash_attack_loop_energy.wav | 3 +++ ...gue_skill_dash_attack_loop_energy.wav.meta | 22 +++++++++++++++++++ .../Rogue/rogue_skill_dash_attack_loop_fs.wav | 3 +++ .../rogue_skill_dash_attack_loop_fs.wav.meta | 22 +++++++++++++++++++ .../Rogue/rogue_skill_dash_attack_start.wav | 4 ++-- .../Rogue/rogue_skill_slowing_slice.wav | 4 ++-- .../Character/Rogue/rogue_skill_sneak.wav | 4 ++-- .../Rogue/rogue_skill_sneak_attack_end.wav | 3 +++ .../rogue_skill_sneak_attack_end.wav.meta | 22 +++++++++++++++++++ .../Sounds/Character/Shared/shared_fall.wav | 4 ++-- .../Shared/shared_fall_withImpact.wav | 4 ++-- .../Shared/shared_hitreact_critical.wav | 4 ++-- .../shared_hitreact_critical_withImpact.wav | 4 ++-- .../Shared/shared_hitreact_minor.wav | 4 ++-- .../shared_hitreact_minor_withImpact.wav | 4 ++-- .../Character/Shared/shared_ice_freeze.wav | 3 +++ .../Shared/shared_ice_freeze.wav.meta | 22 +++++++++++++++++++ .../Character/Shared/shared_revived.wav | 4 ++-- .../Sounds/Character/Shared/shared_run.wav | 4 ++-- .../Character/Shared/shared_stunned.wav | 4 ++-- .../Sounds/Character/Shared/shared_walk.wav | 4 ++-- .../Sounds/Character/Tank/tank_attk1.wav | 4 ++-- .../Sounds/Character/Tank/tank_attk2.wav | 4 ++-- .../Character/Tank/tank_skill_shieldbuff.wav | 4 ++-- .../Tank/tank_skill_shieldbuff_end.wav | 4 ++-- .../Tank/tank_skill_shieldbuff_loop.wav | 4 ++-- .../Tank/tank_skill_shieldbuff_start.wav | 4 ++-- .../Character/Tank/tank_skill_shieldrush.wav | 4 ++-- Assets/BossRoom/Sounds/Env.meta | 8 +++++++ .../Sounds/Env/Env_Treasure chest_v2.wav | 3 +++ .../Sounds/Env/Env_Treasure chest_v2.wav.meta | 22 +++++++++++++++++++ .../Sounds/Env/Environment Crystal_break.wav | 3 +++ .../Env/Environment Crystal_break.wav.meta | 22 +++++++++++++++++++ .../BossRoom/Sounds/Env/P2 Water dripping.wav | 3 +++ .../Sounds/Env/P2 Water dripping.wav.meta | 22 +++++++++++++++++++ Assets/BossRoom/Sounds/Env/Torch.wav | 3 +++ Assets/BossRoom/Sounds/Env/Torch.wav.meta | 22 +++++++++++++++++++ .../Sounds/Env/Treasure Chest_loop.wav | 3 +++ .../Sounds/Env/Treasure Chest_loop.wav.meta | 22 +++++++++++++++++++ .../Sounds/Env/Treasure Chest_open.wav | 3 +++ .../Sounds/Env/Treasure Chest_open.wav.meta | 22 +++++++++++++++++++ 76 files changed, 431 insertions(+), 98 deletions(-) create mode 100644 Assets/BossRoom/Sounds/Character/Archer/archer_volley_loop.wav create mode 100644 Assets/BossRoom/Sounds/Character/Archer/archer_volley_loop.wav.meta create mode 100644 Assets/BossRoom/Sounds/Character/Boss/defeat_loop_a.wav create mode 100644 Assets/BossRoom/Sounds/Character/Boss/defeat_loop_a.wav.meta create mode 100644 Assets/BossRoom/Sounds/Character/Imp/defeat_a.wav create mode 100644 Assets/BossRoom/Sounds/Character/Imp/defeat_a.wav.meta create mode 100644 Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_energy.wav create mode 100644 Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_energy.wav.meta create mode 100644 Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_fs.wav create mode 100644 Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_fs.wav.meta create mode 100644 Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak_attack_end.wav create mode 100644 Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak_attack_end.wav.meta create mode 100644 Assets/BossRoom/Sounds/Character/Shared/shared_ice_freeze.wav create mode 100644 Assets/BossRoom/Sounds/Character/Shared/shared_ice_freeze.wav.meta create mode 100644 Assets/BossRoom/Sounds/Env.meta create mode 100644 Assets/BossRoom/Sounds/Env/Env_Treasure chest_v2.wav create mode 100644 Assets/BossRoom/Sounds/Env/Env_Treasure chest_v2.wav.meta create mode 100644 Assets/BossRoom/Sounds/Env/Environment Crystal_break.wav create mode 100644 Assets/BossRoom/Sounds/Env/Environment Crystal_break.wav.meta create mode 100644 Assets/BossRoom/Sounds/Env/P2 Water dripping.wav create mode 100644 Assets/BossRoom/Sounds/Env/P2 Water dripping.wav.meta create mode 100644 Assets/BossRoom/Sounds/Env/Torch.wav create mode 100644 Assets/BossRoom/Sounds/Env/Torch.wav.meta create mode 100644 Assets/BossRoom/Sounds/Env/Treasure Chest_loop.wav create mode 100644 Assets/BossRoom/Sounds/Env/Treasure Chest_loop.wav.meta create mode 100644 Assets/BossRoom/Sounds/Env/Treasure Chest_open.wav create mode 100644 Assets/BossRoom/Sounds/Env/Treasure Chest_open.wav.meta diff --git a/Assets/BossRoom/Sounds/Character/Archer/archer_attk_a.wav b/Assets/BossRoom/Sounds/Character/Archer/archer_attk_a.wav index bbeab5d82..dd1428d62 100644 --- a/Assets/BossRoom/Sounds/Character/Archer/archer_attk_a.wav +++ b/Assets/BossRoom/Sounds/Character/Archer/archer_attk_a.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5aa65fd64956e1af69bbe3f2b5ad53fdd3b4efe0e57f30d759a7f5759fd567dc -size 97756 +oid sha256:4fa9348b3aead3da3b6d509a7b01270db5b0b6dba6e234912f5ef6308a4a5b21 +size 48566 diff --git a/Assets/BossRoom/Sounds/Character/Archer/archer_attk_b.wav b/Assets/BossRoom/Sounds/Character/Archer/archer_attk_b.wav index 35203e63b..91f05b4e4 100644 --- a/Assets/BossRoom/Sounds/Character/Archer/archer_attk_b.wav +++ b/Assets/BossRoom/Sounds/Character/Archer/archer_attk_b.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0c89925cc61be19ca83034d342858665c7a28209f5164dff3256328d4c2d0bb -size 97756 +oid sha256:d13d6b59469ae58a869576f1f32380b54a32c599600b87ac8b5bfa81febed8a6 +size 48566 diff --git a/Assets/BossRoom/Sounds/Character/Archer/archer_powershot.wav b/Assets/BossRoom/Sounds/Character/Archer/archer_powershot.wav index cca4ef65b..a77cb2dd5 100644 --- a/Assets/BossRoom/Sounds/Character/Archer/archer_powershot.wav +++ b/Assets/BossRoom/Sounds/Character/Archer/archer_powershot.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fddd4d23682d1ce40c8967a483088e33bfb9b31f4248eb2659cb1ea86ea0c71 -size 177312 +oid sha256:45d48b79cdcf1f4029f7e51f856ff353134d439c7ac99e6d2bb2e8afcd5380f7 +size 88344 diff --git a/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_end.wav b/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_end.wav index 99b4b1110..46b5bfc67 100644 --- a/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_end.wav +++ b/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_end.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ee6a3c7f0be03a28301d46bd45db3786a1abbd37ee9e4574f3275da69013476 -size 65474 +oid sha256:fa5eb444abafe33f72b7bf5696b0aa53cab87407f41f547834ad2aefa32e48c0 +size 32426 diff --git a/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_loop.wav b/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_loop.wav index 3ee63d7e5..6eeed680b 100644 --- a/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_loop.wav +++ b/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_loop.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a177c3a46f509db1f20d55f8a2ae95bae9387b70ac39f320e99c828a721948e9 -size 74294 +oid sha256:98196fdbf31b54bfe14293e95e19ab21b0b13c0ed1620bac95a5d79e2a716966 +size 36836 diff --git a/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_start.wav b/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_start.wav index 5637732d8..3bc87d1e2 100644 --- a/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_start.wav +++ b/Assets/BossRoom/Sounds/Character/Archer/archer_powershot_start.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:388654852a7a15f6a6145d2520f948d15cffbaa8c9790843c584aa5134f102d6 -size 39014 +oid sha256:65bbd35f749a7ed2570bc03d4814f5eb74da4c0da0ceaf710ed28d8c8e21ae7a +size 19196 diff --git a/Assets/BossRoom/Sounds/Character/Archer/archer_slowing_shot.wav b/Assets/BossRoom/Sounds/Character/Archer/archer_slowing_shot.wav index 8bcfd1d70..599aaca21 100644 --- a/Assets/BossRoom/Sounds/Character/Archer/archer_slowing_shot.wav +++ b/Assets/BossRoom/Sounds/Character/Archer/archer_slowing_shot.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c549095651cc5fb9c0f3a9d97ff9101c4c7f0ed6a8c851be88c3cfe94273329c -size 115396 +oid sha256:ea32a5c90758faa77490617c2a8af66198d90df09a2ddf05936aedbde1e35ef3 +size 57386 diff --git a/Assets/BossRoom/Sounds/Character/Archer/archer_volley.wav b/Assets/BossRoom/Sounds/Character/Archer/archer_volley.wav index bedb521cc..a233d8e95 100644 --- a/Assets/BossRoom/Sounds/Character/Archer/archer_volley.wav +++ b/Assets/BossRoom/Sounds/Character/Archer/archer_volley.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4914ef22359691e921132785035589eec601da6d666dd01ae59872ca023efb3d -size 138946 +oid sha256:fb2996e2e97bc6a5098c8dd53464f0b1b5aa852067d6f71dcc3d4d0842bb5ab5 +size 69162 diff --git a/Assets/BossRoom/Sounds/Character/Archer/archer_volley_loop.wav b/Assets/BossRoom/Sounds/Character/Archer/archer_volley_loop.wav new file mode 100644 index 000000000..5c5e86aa3 --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Archer/archer_volley_loop.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225e0125643ed44484b62bda98d4966ab40e40b48e1010c9d3a9944fbb59011f +size 197664 diff --git a/Assets/BossRoom/Sounds/Character/Archer/archer_volley_loop.wav.meta b/Assets/BossRoom/Sounds/Character/Archer/archer_volley_loop.wav.meta new file mode 100644 index 000000000..ef4ad85b5 --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Archer/archer_volley_loop.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 17b115729dd4d9e449878708c8901cfc +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Character/Boss/charge_attack_end.wav b/Assets/BossRoom/Sounds/Character/Boss/charge_attack_end.wav index be2ced6f1..82223b9fc 100644 --- a/Assets/BossRoom/Sounds/Character/Boss/charge_attack_end.wav +++ b/Assets/BossRoom/Sounds/Character/Boss/charge_attack_end.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60110f77170ba2123c2011745b0c03066a8375e32967fcb6d01b4ebf53e474ab -size 124640 +oid sha256:3953e335807b66de0d76218d51f2ab5681e0206fdd4b7ef4085c8e00bee905d7 +size 62008 diff --git a/Assets/BossRoom/Sounds/Character/Boss/charge_attack_loop.wav b/Assets/BossRoom/Sounds/Character/Boss/charge_attack_loop.wav index 193d04f31..8332e9cd3 100644 --- a/Assets/BossRoom/Sounds/Character/Boss/charge_attack_loop.wav +++ b/Assets/BossRoom/Sounds/Character/Boss/charge_attack_loop.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63ac57b4673ab859d4b995397d9efa1b078ee7a918009db3570e1245990cb180 -size 175202 +oid sha256:c454664c523522b2330ed8efc12e5df47fd3bbd2dabd23113e8dffaba9a69663 +size 87290 diff --git a/Assets/BossRoom/Sounds/Character/Boss/charge_attack_start.wav b/Assets/BossRoom/Sounds/Character/Boss/charge_attack_start.wav index f91c06989..a9f41d305 100644 --- a/Assets/BossRoom/Sounds/Character/Boss/charge_attack_start.wav +++ b/Assets/BossRoom/Sounds/Character/Boss/charge_attack_start.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:780a926c1b5003323dea1f24729095ecbbfb33e4501aa3f4e49c8d9f4dfce72a -size 185968 +oid sha256:69eae0ac910f914808413d6087809748743811cab43f000e09600afd93519c4e +size 92672 diff --git a/Assets/BossRoom/Sounds/Character/Boss/defeat_a.wav b/Assets/BossRoom/Sounds/Character/Boss/defeat_a.wav index bd9387e28..b1d7ac317 100644 --- a/Assets/BossRoom/Sounds/Character/Boss/defeat_a.wav +++ b/Assets/BossRoom/Sounds/Character/Boss/defeat_a.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ed70cc6aa47459f11a984f2d838fd50a7612f11213773e6bcf888c3400fbcad -size 316554 +oid sha256:b0998e501f5a6929744f9df09922b0c0c61d0c1fea222932a980db96faf85013 +size 157966 diff --git a/Assets/BossRoom/Sounds/Character/Boss/defeat_loop_a.wav b/Assets/BossRoom/Sounds/Character/Boss/defeat_loop_a.wav new file mode 100644 index 000000000..c29a212dd --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Boss/defeat_loop_a.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a03a96acc58ff81e35022a0e138fd8d2a4b04869f1c11ee9c11e02435e32929 +size 216444 diff --git a/Assets/BossRoom/Sounds/Character/Boss/defeat_loop_a.wav.meta b/Assets/BossRoom/Sounds/Character/Boss/defeat_loop_a.wav.meta new file mode 100644 index 000000000..be30453fb --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Boss/defeat_loop_a.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 4ec1f2194317a224c85c142cd9d44b17 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Character/Boss/run_a.wav b/Assets/BossRoom/Sounds/Character/Boss/run_a.wav index 622a35a2b..58c45fe02 100644 --- a/Assets/BossRoom/Sounds/Character/Boss/run_a.wav +++ b/Assets/BossRoom/Sounds/Character/Boss/run_a.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:733fe215931cfc70550608745c1877adc7daa7a67c6ec4d1350409dcfef54454 -size 283508 +oid sha256:36195c21478c0aa5831d01f488b367689c4ccae7b4afe6b735ac67d6de7d70e7 +size 141442 diff --git a/Assets/BossRoom/Sounds/Character/Boss/walk_a.wav b/Assets/BossRoom/Sounds/Character/Boss/walk_a.wav index 41b4a04ed..b4cbcdf9e 100644 --- a/Assets/BossRoom/Sounds/Character/Boss/walk_a.wav +++ b/Assets/BossRoom/Sounds/Character/Boss/walk_a.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75fe7fe3f9fc785106005d01723c44251a623d2380dba65ac33b8c9d3a86bc75 -size 359836 +oid sha256:d2dde843c093fedbe9ae100d1c5ee2b596e643c1834f6f7e45db5cbad8347302 +size 179606 diff --git a/Assets/BossRoom/Sounds/Character/Imp/defeat_a.wav b/Assets/BossRoom/Sounds/Character/Imp/defeat_a.wav new file mode 100644 index 000000000..d6937b43e --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Imp/defeat_a.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af24cb947afbfaae92e7757a3c8977491ac0647b1de06b9361fa021db5cd6b9 +size 118826 diff --git a/Assets/BossRoom/Sounds/Character/Imp/defeat_a.wav.meta b/Assets/BossRoom/Sounds/Character/Imp/defeat_a.wav.meta new file mode 100644 index 000000000..f67c9d33f --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Imp/defeat_a.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 7d1005c9111103f41819185c5ef0b665 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Character/Imp/mn_imp_attk_a.wav b/Assets/BossRoom/Sounds/Character/Imp/mn_imp_attk_a.wav index 35402cdb2..3b09f28cb 100644 --- a/Assets/BossRoom/Sounds/Character/Imp/mn_imp_attk_a.wav +++ b/Assets/BossRoom/Sounds/Character/Imp/mn_imp_attk_a.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e5a44d702f2c283d5264bd4af5138de92b28d531944b3b04add23f8f90bb183 -size 150676 +oid sha256:aa58aacd5094da72bbff31d7fba3b0843f92f011ba25861b6d27e6adc053b173 +size 75026 diff --git a/Assets/BossRoom/Sounds/Character/Imp/mn_imp_attk_b.wav b/Assets/BossRoom/Sounds/Character/Imp/mn_imp_attk_b.wav index 9e49f0631..7d25a99ab 100644 --- a/Assets/BossRoom/Sounds/Character/Imp/mn_imp_attk_b.wav +++ b/Assets/BossRoom/Sounds/Character/Imp/mn_imp_attk_b.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ad797a29e8f34129ea5bf9c49228426f090adb10918a093f5cccc1e1acedda1 -size 150676 +oid sha256:3a0207a16fc343230b1e932db0194cb0b6b6528c325ce1b807e5cba00c870538 +size 75026 diff --git a/Assets/BossRoom/Sounds/Character/Imp/mn_imp_call_for_help.wav b/Assets/BossRoom/Sounds/Character/Imp/mn_imp_call_for_help.wav index 632923692..654532615 100644 --- a/Assets/BossRoom/Sounds/Character/Imp/mn_imp_call_for_help.wav +++ b/Assets/BossRoom/Sounds/Character/Imp/mn_imp_call_for_help.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:545200c7733fb2cfad2c83db4b7543f6902334d977373e790ff65c6ab312e0c3 -size 171314 +oid sha256:d92c67d9ed16352955a14c08a219e9027c5fabd12e952f97c586b4fa0f85c798 +size 85346 diff --git a/Assets/BossRoom/Sounds/Character/Imp/mn_imp_throw_bomb.wav b/Assets/BossRoom/Sounds/Character/Imp/mn_imp_throw_bomb.wav index 02caef501..725aceff7 100644 --- a/Assets/BossRoom/Sounds/Character/Imp/mn_imp_throw_bomb.wav +++ b/Assets/BossRoom/Sounds/Character/Imp/mn_imp_throw_bomb.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7eaf1e98b6c96f7b72e803bcdf1681022728466210d27d84cc7152f156ce2dae -size 121306 +oid sha256:e59a9a054fc8af2d4ee474cae18c58fad28d5751a880077f914cbfc30a779d86 +size 60342 diff --git a/Assets/BossRoom/Sounds/Character/Mage/attk 1 magic bolt.wav b/Assets/BossRoom/Sounds/Character/Mage/attk 1 magic bolt.wav index f1cf40bf8..3c84271ab 100644 --- a/Assets/BossRoom/Sounds/Character/Mage/attk 1 magic bolt.wav +++ b/Assets/BossRoom/Sounds/Character/Mage/attk 1 magic bolt.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b40c973e0a3bb4561ccb795f4a4e5a39203aa8c20afbc7d3369bebfbb5baf9a -size 91934 +oid sha256:68957d8ae4b38e542d89ed76bc2c544cfa9f65d06225c7197699db7ef630e455 +size 45656 diff --git a/Assets/BossRoom/Sounds/Character/Mage/attk 2 magic bolt.wav b/Assets/BossRoom/Sounds/Character/Mage/attk 2 magic bolt.wav index e2004a257..aa1580351 100644 --- a/Assets/BossRoom/Sounds/Character/Mage/attk 2 magic bolt.wav +++ b/Assets/BossRoom/Sounds/Character/Mage/attk 2 magic bolt.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:54f2a2dbae390fd35a698535ec79f732d01d8f2027b269e9d5dd49efdb4213d1 -size 91934 +oid sha256:04929bd79b622d4d02a7ce1168513794ad52ac7b406b2166725a4ea5578677cd +size 45656 diff --git a/Assets/BossRoom/Sounds/Character/Mage/revive_someone.wav b/Assets/BossRoom/Sounds/Character/Mage/revive_someone.wav index 771c470f4..fdd24b212 100644 --- a/Assets/BossRoom/Sounds/Character/Mage/revive_someone.wav +++ b/Assets/BossRoom/Sounds/Character/Mage/revive_someone.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ada0f9605170a0e41a6fba0d3b2f5635dccfe0291d73f27146461c460ad6aee -size 121306 +oid sha256:4328714a90723a3c6cb1f797e70b492f6fc6f162f96d193cc5aa54f7ae2a8be0 +size 60342 diff --git a/Assets/BossRoom/Sounds/Character/Mage/skill_fire_blast_a.wav b/Assets/BossRoom/Sounds/Character/Mage/skill_fire_blast_a.wav index 0b01095ee..fe1fc615c 100644 --- a/Assets/BossRoom/Sounds/Character/Mage/skill_fire_blast_a.wav +++ b/Assets/BossRoom/Sounds/Character/Mage/skill_fire_blast_a.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbf7d1fc1b4ac41d333c36d780e8e3aa884c1453bc0596997a85577e58e86362 -size 121306 +oid sha256:b711f02ea35e9486521eb8fbf3ae72764b98435d431739704ef53ba00f28a1ee +size 60342 diff --git a/Assets/BossRoom/Sounds/Character/Mage/skill_freeze_a.wav b/Assets/BossRoom/Sounds/Character/Mage/skill_freeze_a.wav index 6d657258e..1f5698656 100644 --- a/Assets/BossRoom/Sounds/Character/Mage/skill_freeze_a.wav +++ b/Assets/BossRoom/Sounds/Character/Mage/skill_freeze_a.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c92936145fe6f695187f50824786e61896f2c0fc1c0813fcda559c0629190d15 -size 121306 +oid sha256:180fadc2b9950241ba0b68e2dac6d35923fb4c6392543b3b195878a6884cac52 +size 60342 diff --git a/Assets/BossRoom/Sounds/Character/Mage/skill_heal_a.wav b/Assets/BossRoom/Sounds/Character/Mage/skill_heal_a.wav index e96db794f..b8a937eaf 100644 --- a/Assets/BossRoom/Sounds/Character/Mage/skill_heal_a.wav +++ b/Assets/BossRoom/Sounds/Character/Mage/skill_heal_a.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69afde986c014c8e7b2978875074a60d139328f79ca02112c0aaca5e2d368bf5 -size 121306 +oid sha256:386d57e5d014e01cbb9238a3912269011b1e7f048db84f44179323dec2162642 +size 60342 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_attk_1.wav b/Assets/BossRoom/Sounds/Character/Rogue/rogue_attk_1.wav index 4cadd3df5..f9541799b 100644 --- a/Assets/BossRoom/Sounds/Character/Rogue/rogue_attk_1.wav +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_attk_1.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1701e2c8be336381648fc798304b412bc5cee14ff3c76f8780b6d4f9405c2e7c -size 150676 +oid sha256:569a5bdd78966e3e8dd9204e9278b4d106ff07f09b57a5469af963184a5e2f71 +size 75026 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_attk_2.wav b/Assets/BossRoom/Sounds/Character/Rogue/rogue_attk_2.wav index 6be606668..b33e62ffc 100644 --- a/Assets/BossRoom/Sounds/Character/Rogue/rogue_attk_2.wav +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_attk_2.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46b3532c1e7752134a0d96d08d065536bcca819d1117f60a11e9a10b3d46a182 -size 150676 +oid sha256:51d01f688e014651ea8d5f92ac24550c614dde7e5f2afe603f735751fb5753d7 +size 75026 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash.wav b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash.wav index 704998a88..77cddacd5 100644 --- a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash.wav +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36435accf913aab54d56e9b827d7306facbe2156f5604d26e26a1f9aaddbdaa6 -size 203684 +oid sha256:ef7cf7e5e4dc4de0ec3dbda61d7cca49ad47a7942c2b0f3f024f7b92645133e6 +size 101530 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_end.wav b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_end.wav index 63f4eaa4c..483a83a51 100644 --- a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_end.wav +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_end.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3affc93c53ae2a5d1c9ecccb5ff3432bfe5daf78e5dc34c9c952d98c2513f600 -size 121306 +oid sha256:0e55f1dcd5de995f5a7e45eb2f69c041d29816af9c12c491a00a68efe67c0a14 +size 60342 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop.wav b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop.wav index 9d4537f3b..bd7b6ad30 100644 --- a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop.wav +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4cd5befb9d83ae773a623f5edb2fa8a3097125080d0ce906d56380d8fae8e1ef -size 30194 +oid sha256:df72b7690cea23801ea4418aa102ae45c14aabd0520190e743a2234118f3041e +size 14786 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_energy.wav b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_energy.wav new file mode 100644 index 000000000..135b02d79 --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_energy.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a68504db0c392b3d51412c8a5b944a20d50cadf98a4142c7b24384785ec397 +size 245926 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_energy.wav.meta b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_energy.wav.meta new file mode 100644 index 000000000..dfb980219 --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_energy.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 2bd30922bd8921e438cbcdf79f41b5b2 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_fs.wav b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_fs.wav new file mode 100644 index 000000000..c4e46d3a8 --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_fs.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be881ec8f2a50144f847ea4ef1aa78f8c47ab4f291d34914147acb935127f20 +size 245926 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_fs.wav.meta b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_fs.wav.meta new file mode 100644 index 000000000..7c533b6e2 --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_loop_fs.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: e7a613d2e57dd8d4d9da3202d37d1d9c +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_start.wav b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_start.wav index e97b052fc..cffc77e27 100644 --- a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_start.wav +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_dash_attack_start.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb1e7ff313a226a84f2068e43a59e8c97b96c85c48f26a13f7a3be6e470f22e8 -size 53656 +oid sha256:1f911e5d30feebe764c2b0d7b608d99f7093d654b50b2d20fd1637d88eebcdee +size 26516 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_slowing_slice.wav b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_slowing_slice.wav index 522a12e88..cfc3733ea 100644 --- a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_slowing_slice.wav +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_slowing_slice.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15de660810ae11a20147779ed830651fd46e1683b997b182654a9a41cdcb73c6 -size 112486 +oid sha256:53657eea7b34b04a373e9732f7dcc7f1a548e05df12aacfd342e7fd61c0f5ff5 +size 55932 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak.wav b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak.wav index 0a81b1041..9f7b33b05 100644 --- a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak.wav +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e97e8e448f2dc84defed73a2e239812de120c7e31f86890de2a4b5f0e29ce86 -size 121306 +oid sha256:c23be0f78c0f86543a7a0a0b0ef0fe87598ba19912f6f0d2e3e67ca72ac8fbe4 +size 60342 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak_attack_end.wav b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak_attack_end.wav new file mode 100644 index 000000000..ff375005f --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak_attack_end.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64657ec7cf7eb76119bc7a78bafa08f52be555c97ae6362c98cec775f78f67f5 +size 60342 diff --git a/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak_attack_end.wav.meta b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak_attack_end.wav.meta new file mode 100644 index 000000000..37be52086 --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Rogue/rogue_skill_sneak_attack_end.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: ec79108651e13bb44a96930af60c0c96 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_fall.wav b/Assets/BossRoom/Sounds/Character/Shared/shared_fall.wav index a44343f16..ec961809c 100644 --- a/Assets/BossRoom/Sounds/Character/Shared/shared_fall.wav +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_fall.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c11db2ffadc3c7d80bad0636f48dee258b76d4fababe6e1546e94bb928fdebf9 -size 171132 +oid sha256:ecefdfedc7c6403812f6d498458538419d99eec838c61f5e8df03180e2aec734 +size 85254 diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_fall_withImpact.wav b/Assets/BossRoom/Sounds/Character/Shared/shared_fall_withImpact.wav index 92dca0f6b..fad627e50 100644 --- a/Assets/BossRoom/Sounds/Character/Shared/shared_fall_withImpact.wav +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_fall_withImpact.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:088866cc84163874f41555eb22e65c14de6122a365f6ff01fc5bcc17f153feb9 -size 171132 +oid sha256:3972a56dda6317f5aed5354617390945e9f083ac439b72e09433e8f45dae8027 +size 85254 diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_critical.wav b/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_critical.wav index b862ed6be..2727efb7b 100644 --- a/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_critical.wav +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_critical.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b6d4a7a81ae2a2fd2a19163c2a5488e1a304f6aa82d4aee7785d36544500025 -size 71826 +oid sha256:bbd596173341685c5dc09e307db02cd216910ccd36dc86d32d0d323176dfd45c +size 35602 diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_critical_withImpact.wav b/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_critical_withImpact.wav index ce05f6974..b7a43aac7 100644 --- a/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_critical_withImpact.wav +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_critical_withImpact.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a63b091d1a07348a0a11e77b855d7359770637ff5f4f391676590e16a806b4b7 -size 71826 +oid sha256:7a102526eb864bb06c61f7e01be860ba61058e62792c33bd764ac5110234d3c4 +size 35602 diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_minor.wav b/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_minor.wav index be5bdd0ca..e8a6db7c0 100644 --- a/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_minor.wav +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_minor.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3635c3641ea2fd13c57802c1f784cf31fd645434ab5254a898e4f3f0249b3eca -size 48658 +oid sha256:7909a0bd134a675631e02831ba2dac63096e1e010de87dea98163564811289dd +size 24018 diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_minor_withImpact.wav b/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_minor_withImpact.wav index 725afc73e..a021e36b8 100644 --- a/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_minor_withImpact.wav +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_hitreact_minor_withImpact.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2b661d44a6db2d18c640bd22edb613392edb04211a4670a1827ae1475218d47 -size 27904 +oid sha256:8ca744146a7609945f6ae6548705e495f0579bac9d1877bd694ec7afa7e0faf0 +size 13640 diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_ice_freeze.wav b/Assets/BossRoom/Sounds/Character/Shared/shared_ice_freeze.wav new file mode 100644 index 000000000..5c0fc79da --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_ice_freeze.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87082c94cc278d38608b44e65a2d14ab3ae048bc9c3fe6befbd53980fc597517 +size 228670 diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_ice_freeze.wav.meta b/Assets/BossRoom/Sounds/Character/Shared/shared_ice_freeze.wav.meta new file mode 100644 index 000000000..f765bbd45 --- /dev/null +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_ice_freeze.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 19f42ddbd93fa424aa28b6cab8f2ec9e +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_revived.wav b/Assets/BossRoom/Sounds/Character/Shared/shared_revived.wav index 91163e01f..19acfed7e 100644 --- a/Assets/BossRoom/Sounds/Character/Shared/shared_revived.wav +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_revived.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84ca243f187abe22327066da2f173cca1c2bb3a382e01c92103ee7f0ac649466 -size 138662 +oid sha256:ddd56eaff04e249b58cb5847d83ec26fc0ef186072ebc024b258df47edf91a15 +size 69020 diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_run.wav b/Assets/BossRoom/Sounds/Character/Shared/shared_run.wav index 6e460bca8..77a068960 100644 --- a/Assets/BossRoom/Sounds/Character/Shared/shared_run.wav +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_run.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:792b715c331deea080653a4b8e1fd0898f3fa2e6df7cc109e535c9602ed1c41e -size 317514 +oid sha256:63139f972e0c6d7991f27e685191980cacfa370309208368502285bc7d486cc9 +size 158446 diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_stunned.wav b/Assets/BossRoom/Sounds/Character/Shared/shared_stunned.wav index 5eb730830..97938a2a2 100644 --- a/Assets/BossRoom/Sounds/Character/Shared/shared_stunned.wav +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_stunned.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f25da5391e7d455820884fc4d7c6d471b2e8938c1e2cc926e48812e3619c167f -size 257490 +oid sha256:7f928714d967c18e27be6aeb33d43a473d61abc6911ac8ea2d0d11d5f767e8dc +size 128434 diff --git a/Assets/BossRoom/Sounds/Character/Shared/shared_walk.wav b/Assets/BossRoom/Sounds/Character/Shared/shared_walk.wav index 381e9ef8d..59b981351 100644 --- a/Assets/BossRoom/Sounds/Character/Shared/shared_walk.wav +++ b/Assets/BossRoom/Sounds/Character/Shared/shared_walk.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f4e376a614e66943b9649cc5980d0126014f9ae52e6b4126974d12d4aed78b8 -size 221984 +oid sha256:99327896c155eca23727178896a4bde07107d712accdb19c92aa8464c0608bd6 +size 110680 diff --git a/Assets/BossRoom/Sounds/Character/Tank/tank_attk1.wav b/Assets/BossRoom/Sounds/Character/Tank/tank_attk1.wav index 8e9f7761b..86f6d7c3f 100644 --- a/Assets/BossRoom/Sounds/Character/Tank/tank_attk1.wav +++ b/Assets/BossRoom/Sounds/Character/Tank/tank_attk1.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:861eee564ede497e91c58dd8c73dab4314ca512ee874b80444f116538f8aa091 -size 121306 +oid sha256:9b650abb6f624ef907c376ea426617ad4c9a6e8edb87c436c6813b281697dd05 +size 60342 diff --git a/Assets/BossRoom/Sounds/Character/Tank/tank_attk2.wav b/Assets/BossRoom/Sounds/Character/Tank/tank_attk2.wav index 9b181a7a4..860c1d1d8 100644 --- a/Assets/BossRoom/Sounds/Character/Tank/tank_attk2.wav +++ b/Assets/BossRoom/Sounds/Character/Tank/tank_attk2.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5c41f7e20529b1dbb473e77b5a9ded005726b7ae6d62d1f6396bee5eaef08f3 -size 121306 +oid sha256:a8a0c676b56e27fca5595bf203e9b6b81f5497d9886ebc2c23276392671ca8e4 +size 60342 diff --git a/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff.wav b/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff.wav index 08fdeb066..0ce74d16e 100644 --- a/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff.wav +++ b/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8f6f2dd75210843b1b35fbb9caf12860d7b854f9c0d3de5289f1a147917599e -size 156586 +oid sha256:e78f5c761f2f036c9d117cf2ae026378fbc517c9da6a7893831bdc327393f597 +size 77982 diff --git a/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_end.wav b/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_end.wav index 2da74c5e9..c8494c19d 100644 --- a/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_end.wav +++ b/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_end.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2410188c18c8b0a54cf578026f38120e5ff7c4cbeb44d194ef08bde7eeefe668 -size 33106 +oid sha256:b87823acc742542106786035fc5fe99fc14625fd30173410c28d7bd48d10339d +size 16242 diff --git a/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_loop.wav b/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_loop.wav index d49424d33..a523d1b91 100644 --- a/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_loop.wav +++ b/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_loop.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14ecb7ab51103bb5b866ad29b4df23f3f667b57385bb8ddf1f2cae30947f36ba -size 62476 +oid sha256:6d9c6317ef6c676aa3e75992e81a271903b406d54c492157b6a80a0c8b7956ea +size 30926 diff --git a/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_start.wav b/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_start.wav index 55e5574ce..e29c016e5 100644 --- a/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_start.wav +++ b/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldbuff_start.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3244b813ea2b1879793021339bce68ae9557680aa21e7daa2d0f035b77b113b -size 62476 +oid sha256:76c8ddfb845c9410dada10730480f6948b3ff61bbe377518a5340c8c110c13cd +size 30926 diff --git a/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldrush.wav b/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldrush.wav index 6557f58f8..91d48774e 100644 --- a/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldrush.wav +++ b/Assets/BossRoom/Sounds/Character/Tank/tank_skill_shieldrush.wav @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e42ea358da8006cae712826bef5ce19d47d81fbcda761aa8f8f03fd86c2f32b -size 36016 +oid sha256:8d55868233f80e3aa9f269d09d9f20930ec1c4cb9b8cccd01cf542c6b1697e4a +size 17696 diff --git a/Assets/BossRoom/Sounds/Env.meta b/Assets/BossRoom/Sounds/Env.meta new file mode 100644 index 000000000..0d07ec160 --- /dev/null +++ b/Assets/BossRoom/Sounds/Env.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a4dd881b1cc1cc1418ba87c491e5ece2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Env/Env_Treasure chest_v2.wav b/Assets/BossRoom/Sounds/Env/Env_Treasure chest_v2.wav new file mode 100644 index 000000000..a5b5dae63 --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/Env_Treasure chest_v2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8460bedb441cf9b05fa65b69721927f06236331a7487bd96f14daf8aabfeeaae +size 610104 diff --git a/Assets/BossRoom/Sounds/Env/Env_Treasure chest_v2.wav.meta b/Assets/BossRoom/Sounds/Env/Env_Treasure chest_v2.wav.meta new file mode 100644 index 000000000..95f628fac --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/Env_Treasure chest_v2.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 9a9a1dd5e257fb14a884e1f51432532b +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Env/Environment Crystal_break.wav b/Assets/BossRoom/Sounds/Env/Environment Crystal_break.wav new file mode 100644 index 000000000..73451db0b --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/Environment Crystal_break.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530de83ba7a1f626ccc73ace2e17a90b1aaaebebf3332ac8e9e4a57aaab68be0 +size 34260 diff --git a/Assets/BossRoom/Sounds/Env/Environment Crystal_break.wav.meta b/Assets/BossRoom/Sounds/Env/Environment Crystal_break.wav.meta new file mode 100644 index 000000000..d3e695793 --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/Environment Crystal_break.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 71b06a78b62418b4c9cbc311ced0dc88 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Env/P2 Water dripping.wav b/Assets/BossRoom/Sounds/Env/P2 Water dripping.wav new file mode 100644 index 000000000..c3060cc28 --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/P2 Water dripping.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a46886f4f0f8756146540be4815cb6aa2bf681e3659279fe0e9b19b1ff73f01 +size 690072 diff --git a/Assets/BossRoom/Sounds/Env/P2 Water dripping.wav.meta b/Assets/BossRoom/Sounds/Env/P2 Water dripping.wav.meta new file mode 100644 index 000000000..6431c037f --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/P2 Water dripping.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: aa7bdea62593ca546932e45e806536a4 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Env/Torch.wav b/Assets/BossRoom/Sounds/Env/Torch.wav new file mode 100644 index 000000000..f301814d5 --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/Torch.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60c779c53f696b62779e701fb49d730e4d18d5b420a229c23fa876f7dbfb3cc +size 441702 diff --git a/Assets/BossRoom/Sounds/Env/Torch.wav.meta b/Assets/BossRoom/Sounds/Env/Torch.wav.meta new file mode 100644 index 000000000..aec990e3b --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/Torch.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 38c68acb150d5e544b3bc69cfeb0c19a +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Env/Treasure Chest_loop.wav b/Assets/BossRoom/Sounds/Env/Treasure Chest_loop.wav new file mode 100644 index 000000000..23daf2e41 --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/Treasure Chest_loop.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb17985c8516f948afdf398ec5b709d4cb0ce06fe1a12332a4aa05be06eebeef +size 356918 diff --git a/Assets/BossRoom/Sounds/Env/Treasure Chest_loop.wav.meta b/Assets/BossRoom/Sounds/Env/Treasure Chest_loop.wav.meta new file mode 100644 index 000000000..7b8ce13e2 --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/Treasure Chest_loop.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: d4ea7790c580004468b630e42705a0b7 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BossRoom/Sounds/Env/Treasure Chest_open.wav b/Assets/BossRoom/Sounds/Env/Treasure Chest_open.wav new file mode 100644 index 000000000..60f64af32 --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/Treasure Chest_open.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c5ff3b031c46921a61aa5428a3715a62cbc46bc3258bbaf50c3d99b405deff +size 144864 diff --git a/Assets/BossRoom/Sounds/Env/Treasure Chest_open.wav.meta b/Assets/BossRoom/Sounds/Env/Treasure Chest_open.wav.meta new file mode 100644 index 000000000..552c262cb --- /dev/null +++ b/Assets/BossRoom/Sounds/Env/Treasure Chest_open.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: f6414ab3bc1a61645ab9c6fd6bcd1b4b +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: