diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index a64fe2b..4ddc1be 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -1,6 +1,6 @@ # Survival_projet — Unreal Engine 5.8 -Jeu de survie solo à la première personne, gameplay écrit en **C++**, Blueprints réservés au +Jeu de survie coop en ligne via steam p2p à la première personne, gameplay écrit en **C++**, Blueprints réservés au câblage d'assets. Inspirations assumées : Raft, Aloft, Valheim, esthétique solarpunk. Assets d'environnement : pack **SoStylized** (sa végétation n'est pas à l'échelle humaine). @@ -124,12 +124,13 @@ qu'une compilation propre l'est vraiment. | Menu principal | `MainMenuGameMode`, `MainMenuPlayerController`, `MainMenuWidget`, `MenuCameraSpot` | | Fabrication | `CraftingRecipeDataAsset`, `CraftingRecipeBook`, `CraftingComponent`, `CraftingWidget`, `CraftingRecipeSlotWidget`, `CraftingIngredientRowWidget` | | Cuisson | `CookingStation` + bloc *Cooking* / *Fuel* de `ItemDataAsset` — **doc complète : [Docs/CookingSystem.md](../Docs/CookingSystem.md)** | -| Coffres | `StorageContainer`, `StorageScreenWidget` + `UInventoryComponent::TransferSlot` / `TransferAllTo` | +| Coffres | `StorageContainer` + le panneau de coffre d'`InventoryScreenWidget` et `UInventoryComponent::TransferSlot` / `TransferAllTo` — **doc complète : [Docs/Storage.md](../Docs/Storage.md)** | | Écran à onglets (inventaire / craft) | `InventoryScreenWidget` | | Menu de pause | `PauseMenuWidget` + la partie pause de `FpsPlayerController` | | Réglages | `SurvivalUserSettings`, `SettingsMenuWidget`, `SettingsTabWidget`, `SettingsGameplayWidget`, `SettingRowWidget` | | Musique | `MusicDirector`, `MusicSubsystem`, `MusicPlaylistDataAsset` | | Audio (volumes) | `SurvivalAudioSettings`, `SettingsAudioWidget` + `USurvivalUserSettings::ApplyAudioSettings` | +| Bruits de pas | `FootstepComponent`, `FootstepSoundsDataAsset` + les `PhysicalSurfaces` de `DefaultEngine.ini` | | Fondus, boîtes de dialogue | `ScreenFadeComponent`, `ConfirmDialogWidget` | | Coop Steam (sessions) | `SessionSubsystem`, `SurvivalGameMode`, `SurvivalGameState`, `SurvivalPlayerState` | | Pseudo au-dessus des joueurs | `PlayerNameplateComponent`, `PlayerNameplateWidget` | @@ -487,6 +488,57 @@ du joueur dans lui-même. (`FApp::UnfocusedVolumeMultiplier`, dont la valeur d'usine est 0). Le réglage ne fait que l'exposer ; il ne passe pas par le mix, puisqu'il baisse l'application entière bien en amont. +### Bruits de pas — la distance, pas les AnimNotify + +- **Le pas est déclenché par la DISTANCE parcourue**, jamais par un notify d'animation. + `UFootstepComponent` accumule le déplacement horizontal et sonne tous les `StrideLength` cm. + Trois raisons : le corps 3e personne du joueur local est en `bOwnerNoSee`, les notifies posés + dans un **BlendSpace** se déclenchent selon l'échantillon dominant et sautent ou doublent un pas + au passage marche → course, et les bras FPS sont sur `BasePose_Skeleton`, qui n'a rien à voir + avec `SK_BodyA` — aucun notify ne pourrait servir aux deux. +- **`StrideLength` se calcule, il ne se devine pas** : `Vitesse / (2 × StrideFrequency)` du profil + correspondant de `UHeadBobComponent`, le facteur 2 parce qu'une foulée compte deux pas. D'où + 143 / 182 / 210 cm pour accroupi / marche / sprint. Changer `WalkSpeed` ou `SprintSpeed` sans + retoucher ces valeurs désynchronise le son de la tête, et **ça s'entend avant de se voir**. +- **Rien n'est répliqué**, exactement comme `UPlayerBodyAnimInstance` : chaque machine calcule les + pas de tous les pawns qu'elle connaît, à partir de la vitesse et du mode de déplacement déjà + synchronisés. Un multicast par pas coûterait trois messages par seconde et par joueur pour un + résultat identique. +- **Saut et réception passent par `MovementModeChangedDelegate`, surtout pas par + `ACharacter::Landed` / `OnJumped`.** `Landed` vient de `ProcessLanded`, qui ne tourne que là où + le mouvement est réellement simulé, et `OnJumped` que là où l'input est lu : sur le pawn d'un ami + vu depuis notre machine, ni l'un ni l'autre n'existe. Le **mode de déplacement**, lui, est + répliqué, donc son délégué est diffusé partout. Et c'est le **signe de `Velocity.Z`** qui + distingue un saut d'une sortie de rebord, comme dans l'AnimBP du corps. +- **La vitesse de chute s'échantillonne PENDANT la chute** : au moment où le mode repasse à + `Walking`, le moteur a déjà remis `Velocity.Z` à zéro. Le cas où le tick à 20 Hz n'a pas eu le + temps de tourner est précisément celui d'une chute négligeable, qu'on veut de toute façon muette. +- **`bTraceComplex = true` n'est pas négociable.** Un `PhysicalMaterial` posé sur un **matériau** + n'est rendu que par un trace per-poly ; le trace simple remonte celui du `BodySetup` du mesh, + presque toujours vide. Symptôme d'un décochage : tout le décor sonne sur `DefaultSurface`, ce + qu'on lit comme « la table n'est pas remplie ». Coût réel : deux à trois traces par seconde et + par personnage, jamais un par frame — le tick tourne à **20 Hz** et ne fait qu'une soustraction + de vecteurs, le trace n'a lieu qu'au moment du pas. +- **Sur un Material INSTANCE, le champ *Phys Material* a une case à cocher devant lui, et elle + compte.** `UMaterialInstance::GetPhysicalMaterial()` teste `bOverridePhysMaterial` **avant** de + regarder le pointeur : décochée, l'instance hérite de son parent quoi qu'on ait glissé dans le + champ ; cochée mais vide, elle retombe sur `DefaultPhysMaterial` et **coupe** l'héritage. + Corollaire précieux pour SoStylized, dont les 398 instances descendent d'une poignée de parents : + taguer `MI_Rock`, `MI_Grass`, `MI_Snow`… suffit à couvrir toute leur descendance, et l'on ne + redescend dans un enfant que pour l'exception. +- **L'ordre des `PhysicalSurfaces` dans `DefaultEngine.ini` EST le contrat.** Le moteur ne stocke + que le numéro, jamais le nom : insérer une matière au milieu renumérote tout ce qui suit et les + `PM_` existants pointent silencieusement ailleurs. **Toute nouvelle surface s'ajoute à la fin.** +- Le pas du joueur local part en **2D** (`bPlayLocalStepsIn2D`), celui des autres en 3D à leurs + pieds : joué en 3D depuis ses propres chevilles, le pas local passe par l'atténuation et sonne + creux alors qu'il devrait être le son le plus présent du mixage. Les cues du pack n'ont pas de + `SoundClass`, donc les deux chemins tombent sur `SC_SFX` — le curseur *Effets* les couvre sans + qu'on ait rien à taguer. +- Les noms des surfaces décrivent le **monde**, pas le pack : `Grass` existe alors que le pack + livre *Leaves*, `Stone` alors qu'il livre *Concrete*. C'est `DA_Footsteps` qui fait la + traduction, et c'est sa raison d'être — changer de pack de sons ne doit toucher ni la config ni + les `PM_`. + ### Décisions de gameplay figées - **Inventaire** : un seul `TArray` de 30 slots. Index **0-9 = barre rapide**, **10-29 = grille**. @@ -494,6 +546,20 @@ du joueur dans lui-même. tableau uniquement pour que le glisser-déposer n'ait aucune conversion d'index à faire. - **Ramassage** : complète les piles existantes partout, puis ouvre un slot dans la **barre en priorité**, puis déborde dans la grille. +- **Le volume visable d'un `APickupItem` est une BOÎTE ajustée au mesh, jamais une sphère.** Un + seul `BP_Pickup` sert des centaines d'objets : sa taille se calcule à partir de + `UStaticMesh::GetBoundingBox()` dans `FitInteractionBox()`, appelée par `ApplyItemVisuals()` + donc par `OnConstruction` **et** `OnRep_ItemData`. Trois raisons de ne pas revenir à la sphère : + son rayon englobant vaut la **demi-diagonale**, ce qui est le pire cas exact pour les objets + allongés du jeu (une branche de 120×20×15 donnait 62 cm de rayon, vingt-sept fois son volume) ; + elle ne peut pas exprimer une orientation, là où la boîte tourne avec l'acteur ; et le symptôme + n'est pas cosmétique — deux pickups côte à côte voyaient leurs volumes se chevaucher, et le + trace retenait le **premier touché** plutôt que l'objet visé. La marge (`InteractionBoxPadding`) + est **additive en cm et jamais multiplicative** : un facteur appliqué à la demi-épaisseur d'une + branche n'ajoute rien tout en rallongeant son grand axe. Deux pièges partagés avec + `AStorageContainer::FitInteractionBox` : lire les bounds de l'**asset** et pas `Mesh->Bounds`, + déjà multipliées par l'échelle que `SetBoxExtent` remultiplie ; et recentrer sur + `GetCenter()`, le pivot d'un mesh de pack étant presque toujours au sol. - **Glisser** : normal = pile entière, **Maj** = moitié arrondie au supérieur, **Ctrl** = un seul. Lâcher hors de la grille jette au sol ; lâcher entre deux cases est absorbé (jamais de perte accidentelle). @@ -507,8 +573,26 @@ du joueur dans lui-même. - Après un respawn, le pawn est un **nouvel acteur** : les widgets doivent se rebrancher via `BindToOwningPawn()`, appelé depuis `OnPossess`. Même raison côté réglages : le pawn les **relit** à son `BeginPlay` et s'abonne à `OnSurvivalSettingsApplied`. -- **Échap** a une priorité explicite dans `HandlePauseInput()` : boîte de confirmation → - réglages → inventaire → pause. Sans cet ordre, deux écrans se retrouvent ouverts en même temps. +- **Échap** a une priorité explicite dans `HandleEscapeInput()` : boîte de confirmation → + réglages → coffre → inventaire → pause. Sans cet ordre, deux écrans se retrouvent ouverts en + même temps. +- **Un widget UMG qui a le focus clavier COUPE la route des touches vers Enhanced Input.** Les + widgets vivent dans le `SGameLayerManager`, **frère** du `SViewport` et pas son enfant : une + touche remonte les parents du widget focalisé et n'atteint jamais le viewport. Or un `UButton` + prend le focus au clic. Symptôme exact rencontré : Échap refermait l'inventaire (que des cases, + rien de focusable) mais plus le menu de pause dès qu'on avait cliqué dedans — et jamais après un + aller-retour dans les réglages, qui prennent le focus (`SetKeyboardFocus`) sans le rendre. + La parade est donc double, et les deux moitiés comptent : tout écran à boutons est `Focusable` + et relaie Échap par `NativeOnKeyDown` vers `HandleEscapeInput()` — un seul point d'entrée, donc + la priorité ci-dessus reste vraie quel que soit le chemin — **et** l'écran qui redevient la + couche active **reprend** le focus (`UPauseMenuWidget::SetInteractive(true)`). Corollaire + assumé : menu de pause ouvert, Tab et les touches de barre rapide ne répondent plus. +- **Dans la map du menu, `AMainMenuPlayerController` ne binde AUCUNE action d'input.** Tout Échap + qui y fonctionne passe donc par le `NativeOnKeyDown` d'un widget — il n'existe pas d'autre + chemin, et un écran qui l'oublie n'a simplement pas de touche Retour. C'était le cas de + `UCharacterCustomizationWidget`. Son `SetWidgetToFocus()` côté contrôleur ne suffisait pas non + plus : **Slate refuse de focaliser un widget qui ne déclare pas supporter le focus clavier**, + donc l'appel ne faisait rien tant que `SetIsFocusable(true)` manquait. - **Menu de pause : il ne met plus rien en pause.** `SetPause()` a disparu du projet. En coop la pause est impossible par nature — côté client l'appel est ignoré (elle appartient à l'autorité), côté hôte elle figerait le monde des quatre joueurs parce qu'un seul a ouvert son menu. Le monde @@ -576,9 +660,14 @@ du joueur dans lui-même. referme le couvercle — par Échap, par la mort, ou parce que le joueur s'est éloigné (`MaxStorageDistance`, surveillé par un timer à 0,25 s, jamais un Tick). Un coffre qui déciderait seul finirait ouvert dans la moitié de ces cas. -- **`LidPivot`**, un `SceneComponent` vide entre la caisse et le couvercle : le pivot de - `SM_Chest_Top` est celui du pack, presque jamais la charnière. Sans lui le couvercle tourne - autour de son centre et traverse la caisse. Le coffre ne tick **que** pendant l'animation. +- **Le couvercle tourne sur le pivot de son propre mesh.** `LidMesh` est enfant direct de la + caisse et c'est lui qu'on fait tourner : un `UStaticMeshComponent` pivote toujours autour de + l'origine de son mesh, donc la charnière est celle que le pack a donnée à `SM_Chest_Top`, sans + composant intermédiaire à placer à la main. *(Un `SceneComponent` `LidPivot` a existé pour + découpler les deux ; il a été retiré — un pivot vide laissé à `(0,0,0)` fait tourner le + couvercle autour du centre de la caisse, et c'était le symptôme.)* Si un jour un pack pose ce + pivot au centre du couvercle, on le corrige **dans l'asset** (Modeling Mode > XForm > Edit + Pivot), pas dans le code. Le coffre ne tick **que** pendant l'animation. - **Toute la collision du coffre tient dans une `UBoxComponent`, les meshes n'en portent aucune.** C'est la seule exception à la règle « le mesh EST la surface d'interaction » posée par `ACraftingStation`, et elle vient de ce qu'un coffre est en **deux morceaux dont un @@ -675,6 +764,10 @@ Les vraies recettes restent à écrire : celles en place sont deux `DA_Craft_Tes ### Chantier en cours : customisation de personnage +**Doc complète : [Docs/CharacterCustomization.md](../Docs/CharacterCustomization.md)** — deux +moitiés séparées, une pour l'artiste (ajouter une coiffure, une couleur, un corps, sans code) et +une pour le développeur (architecture, réseau, pièges du moteur). + Découpé en quatre lots. **Le lot 1 est fait** : le pawn a enfin un corps visible et animé (voir *Le corps vu par les autres* plus haut) — sans lui il n'y avait rien à customiser, et les autres joueurs voyaient un pseudo flotter au-dessus du vide. diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 752d00e..73657c4 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -150,3 +150,32 @@ ManualIPAddress= DefaultSoundClassName=/Game/Game/Sounds/Mix/SC_SFX.SC_SFX DefaultBaseSoundMix=/Game/Game/Sounds/Mix/SM_Settings.SM_Settings +; ================================================================== +; Surfaces physiques -- bruits de pas +; ================================================================== +; +; Une entree par matiere du pack Essential_Foosteps_SK. C'est cette liste que +; l'on retrouve dans le menu deroulant "Surface Type" d'un PhysicalMaterial, et +; c'est la CLE de la table de UFootstepSoundsDataAsset. +; +; L'ORDRE EST LE CONTRAT : SurfaceType1 est le premier de cette liste, et le +; moteur ne stocke que ce numero, jamais le nom. Inserer une matiere au milieu +; renumerote donc tout ce qui suit, et les PhysicalMaterial deja crees pointent +; silencieusement sur la mauvaise matiere -- le decor se met a sonner en verre. +; Toute nouvelle surface s'AJOUTE A LA FIN, sans exception. +; +; SurfaceType_Default (l'entree 0, non listee ici) reste ce que porte tout mesh +; non tague : c'est lui qui tombe sur DefaultSurface dans la banque de sons. +[/Script/Engine.PhysicsSettings] ++PhysicalSurfaces=(Type=SurfaceType1,Name="Dirt") ++PhysicalSurfaces=(Type=SurfaceType2,Name="Grass") ++PhysicalSurfaces=(Type=SurfaceType3,Name="Wood") ++PhysicalSurfaces=(Type=SurfaceType4,Name="Stone") ++PhysicalSurfaces=(Type=SurfaceType5,Name="Gravel") ++PhysicalSurfaces=(Type=SurfaceType6,Name="Sand") ++PhysicalSurfaces=(Type=SurfaceType7,Name="Metal") ++PhysicalSurfaces=(Type=SurfaceType8,Name="Glass") ++PhysicalSurfaces=(Type=SurfaceType9,Name="Snow") ++PhysicalSurfaces=(Type=SurfaceType10,Name="Slush") ++PhysicalSurfaces=(Type=SurfaceType11,Name="Water") + diff --git a/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Jog_8_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Jog_8_Cue.uasset new file mode 100644 index 0000000..3300f90 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Jog_8_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd7b019fc71268142594d3417afba26a5bfe5518559d8e86c9695d52fe1b4a1 +size 14551 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Jog_Stop_4_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Jog_Stop_4_Cue.uasset new file mode 100644 index 0000000..1d5bd20 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Jog_Stop_4_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d338057832b387dd51fef0d43950645acda2b6d06a95ba9630a3021514454f +size 10051 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Jump_4_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Jump_4_Cue.uasset new file mode 100644 index 0000000..e1b5d32 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Jump_4_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8e0c6c401693ac80344fd6e176929cc7e2b0448f7eb7d9720cda8db4df2b79 +size 10023 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Land_4_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Land_4_Cue.uasset new file mode 100644 index 0000000..2e34360 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Land_4_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e700964cd58362f6e16b319967df6664156845824e9c9122114c34d007ab835 +size 10023 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Run_8_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Run_8_Cue.uasset new file mode 100644 index 0000000..f75a7e8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Run_8_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ad4ee8d3437a0c9d13c1620fcb875bfc4a9a82362aaf0040ba0a5b8ef06f69 +size 14551 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Run_Stop_4_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Run_Stop_4_Cue.uasset new file mode 100644 index 0000000..83fa0f0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Run_Stop_4_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484ebe5b29ee4a8a7a0ab5fdec39f009789f439aca6e0034bcae52646bec36c4 +size 10051 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Walk_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Walk_1_Cue.uasset new file mode 100644 index 0000000..b7f4d40 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Walk_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fceea1d5519f522ba8c8d80629d407197527d3ece52520175570f9a4982086 +size 14587 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Walk_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Walk_Stop_1_Cue.uasset new file mode 100644 index 0000000..93e130d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Concrete/Footstep_Concrete_Boots_Walk_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c57560d7b5b27fa7e634750bb46d4c4472dc110b8aa7d3633d33f7bb9f1b65 +size 10029 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Jog_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Jog_1_Cue.uasset new file mode 100644 index 0000000..eb00b24 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Jog_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0f21f746bc77269e836985a5bd6a75940d5c69e16465c58caa5289d6876da7 +size 14511 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Jog_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Jog_Stop_1_Cue.uasset new file mode 100644 index 0000000..9ccf302 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Jog_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c69313ee5fc4d424cfa6bf88093f02a1a5a304804a5e38af689d606d8f1a08 +size 10040 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Jump_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Jump_1_Cue.uasset new file mode 100644 index 0000000..8538491 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Jump_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9d8a137828b2fce93e2aa55e12402f5bae2f29d13c33295d7a7826fcfbcd28 +size 9983 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Land_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Land_1_Cue.uasset new file mode 100644 index 0000000..2af8b3b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Land_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fcecc78da327287d4fb637bd145e8d4cb4809f5b8771ae58bf924bcb74ad03 +size 10012 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Run_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Run_1_Cue.uasset new file mode 100644 index 0000000..6dd024d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Run_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75649a84510661eae2691fbe7e346500a3909a22582de4d9434a54d4aecfe49 +size 14569 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Run_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Run_Stop_1_Cue.uasset new file mode 100644 index 0000000..c85461c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Run_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38589f7f426ceced1d4e7eaf0f1d676e3812858572a11bdaf45e15e4a42a1726 +size 10011 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Walk_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Walk_1_Cue.uasset new file mode 100644 index 0000000..df51d3e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Walk_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a69b7c4bf600350162d1c110b799a9cf867299eac8c66fd575f9f5c350fce8c +size 14547 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Walk_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Walk_Stop_1_Cue.uasset new file mode 100644 index 0000000..01f2b99 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Dirt/Footstep_Dirt_Boots_Walk_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b393b69fe29effec90c39cbf1378bc4ebe73f8dd6756d9454c4cbc3d4f3610c5 +size 10018 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Jog_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Jog_1_Cue.uasset new file mode 100644 index 0000000..e5ffee5 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Jog_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458ee9aa96deb39c5380c742a99fafbe3a8fab6a03046de1785e97e58aae4218 +size 14508 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Jog_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Jog_Stop_1_Cue.uasset new file mode 100644 index 0000000..501ffd2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Jog_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487b13ca96110ba168ba61c2bd6ffcd7f061af34ceb45989f671b94c25d6d2ac +size 10008 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Jump_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Jump_1_Cue.uasset new file mode 100644 index 0000000..72ff573 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Jump_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae53b0cbd13b2e752ee6879a850563e57453da93cec62bb47ce3e881dbd3a2d +size 9980 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Land_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Land_1_Cue.uasset new file mode 100644 index 0000000..9978419 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Land_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc21b567714ae0d5723207fe4b4d22bb3d7fc6cf7f1103df59b050df8bf778e4 +size 9951 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Run_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Run_1_Cue.uasset new file mode 100644 index 0000000..6aad07b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Run_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066335f4ed91e85c7e9dad19e39aeb1e9e291d8556369786bfef027d1cdad874 +size 14479 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Run_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Run_Stop_1_Cue.uasset new file mode 100644 index 0000000..4efbde0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Run_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a48dffb72402a07a7800faffdee0122e5ad13e01dfe60cf31c80171ff2cb23 +size 9979 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Walk_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Walk_1_Cue.uasset new file mode 100644 index 0000000..db05363 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Walk_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345d8dd5adb478e12e5e623ae2f5840890fde9ddd5dd6491d3a816e745907efc +size 14515 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Walk_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Walk_Stop_1_Cue.uasset new file mode 100644 index 0000000..2bc21af --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Glass/Footstep_Glass_Walk_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd1a87c12ecf5800f77eee4ea32c90bd4634ca485a7ecccb74bca86b12fbde3 +size 9986 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Jog_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Jog_1_Cue.uasset new file mode 100644 index 0000000..0f9110e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Jog_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af5a3d261c139afed3594a718b9df0d0e589d5fa60f252462eea849a66a5a0c +size 14560 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Jog_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Jog_Stop_1_Cue.uasset new file mode 100644 index 0000000..c44ba1a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Jog_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b70e84d9fcaccb96dd7832d5ea44a1758ac7e7550035c28efa8b333636a50e +size 10031 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Jump_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Jump_1_Cue.uasset new file mode 100644 index 0000000..5e42491 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Jump_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0dc501e70c21a4653fdb662c3eae20be27ca0f612ba1ab1f7745f5bdfa104e +size 10032 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Land_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Land_1_Cue.uasset new file mode 100644 index 0000000..4ae6789 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Land_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165f306cbd2b0af582957e6cc354b996b32438e20bdac629d7945d3d488ea4e0 +size 10032 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Run_8_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Run_8_Cue.uasset new file mode 100644 index 0000000..b00f229 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Run_8_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32c4310d25398b92316a8d4fb663e000b9ff42ad90b5d6ff14fca6851d0a980 +size 14560 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Run_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Run_Stop_1_Cue.uasset new file mode 100644 index 0000000..29c3914 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Run_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6365b390aacb6b925a2c65af6eac36b28e23f8a5b3e70000741a4060ef5d7d71 +size 10031 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Walk_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Walk_1_Cue.uasset new file mode 100644 index 0000000..336b249 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Walk_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5ffdac6d0f9f18571c873ae523f155cd682b1b949bacff614e814f7a754e36 +size 14567 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Walk_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Walk_Stop_1_Cue.uasset new file mode 100644 index 0000000..7cbe2f3 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Gravel/Footstep_Gravel_Boots_Walk_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0e9bb24e2b79805bd2918a42f6fd8c233df1763de0088f0cb0e4ffe6302a08 +size 10067 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Jog_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Jog_1_Cue.uasset new file mode 100644 index 0000000..fd72ec7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Jog_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173d847de2c607bd548a19a0bd3829bcf056c6c2dedb6a5baf8a560f26ccb993 +size 14645 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_1_Cue.uasset new file mode 100644 index 0000000..653ee25 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0815d3744972792d6cb40fbe035659a3b8f108794b23aae32b373c42e21b46 +size 10116 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Jump_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Jump_1_Cue.uasset new file mode 100644 index 0000000..6c75d21 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Jump_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b217de08e642c6444e847696d08873fe70639a0df5cc25fad9dc53793b03f1 +size 10088 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Land_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Land_1_Cue.uasset new file mode 100644 index 0000000..08dc2f9 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Land_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c346e5b8c8de92e77da9cffda407b1a09f1958e12ee1e8b5d4a6b85e43da05e6 +size 10088 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Run_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Run_1_Cue.uasset new file mode 100644 index 0000000..8f93ff3 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Run_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5b3146c43dfa32367fdb89ec0e92d5754b7d746179c296b9c2055c8fc649f3 +size 14645 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_1_Cue.uasset new file mode 100644 index 0000000..1a11046 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c014db83d2306f0dab5c5a021fdecea5e93a075e2137812dca426332f5975e +size 10058 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Walk_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Walk_1_Cue.uasset new file mode 100644 index 0000000..154ef27 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Walk_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab717a272a47a0045cb47dc61c0f49f7545f14473be67b7bb5a56bf5df592d30 +size 14652 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_1_Cue.uasset new file mode 100644 index 0000000..82fd66a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9453f7f4f9f8b5277d33452ed0e8763fb20812c6420566786d47723e7a9db1 +size 10123 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Jog_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Jog_1_Cue.uasset new file mode 100644 index 0000000..9f98061 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Jog_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7705a31e5472a729dfcd63014af8061e12f8fe0ad552ce7195958848535e809 +size 14550 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Jog_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Jog_Stop_1_Cue.uasset new file mode 100644 index 0000000..b3cffb0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Jog_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562ee0988b1c498a6291e5a578bcda3f91a80e4c7a49e71242e14f20cc14701f +size 9992 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Jump_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Jump_1_Cue.uasset new file mode 100644 index 0000000..5d50f01 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Jump_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fba941063544a3977aa28b189ccb7960601f8580e640fbf0316c943f1ba78d9 +size 9964 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Land_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Land_1_Cue.uasset new file mode 100644 index 0000000..911f0a6 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Land_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2affa87f11acc1d533f5b2964c55af55a90764a2e2fef7da66c2532c2d4899 +size 8896 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Run_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Run_1_Cue.uasset new file mode 100644 index 0000000..37adfdb --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Run_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c745e2aa4cbe866cd03898e0ffa3724e242ebcc4b4f30a8f45546fa8f1042533 +size 14521 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Run_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Run_Stop_1_Cue.uasset new file mode 100644 index 0000000..ddde228 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Run_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5511db2688da75a639c2938c8facccba9cae8c54d17e5bbae9b29631c38a6e2 +size 9992 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Walk_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Walk_1_Cue.uasset new file mode 100644 index 0000000..c77ab7a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Walk_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3718f27a83131414b9b957b745de222cdf665b92f6dd7612cb4a81b70061646b +size 14557 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Walk_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Walk_Stop_1_Cue.uasset new file mode 100644 index 0000000..e5a6833 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Metal/Footstep_Metal_Boots_Walk_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f218046c84eedea061718c0d6ecafe321c8a5efb3c899f938487da1a45bf9c55 +size 9999 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Jog_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Jog_1_Cue.uasset new file mode 100644 index 0000000..47fece7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Jog_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42098a206b5ccb5c2eb37800731a1ed2d67c3e7f937493ec5983413930ef76a8 +size 14511 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Jog_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Jog_Stop_1_Cue.uasset new file mode 100644 index 0000000..4443627 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Jog_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e77c25cf774a3a8552e2cf8c00d4567943a82d92cf12c718dc9eb8fdd821c9 +size 10011 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Jump_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Jump_1_Cue.uasset new file mode 100644 index 0000000..3721628 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Jump_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2453aa4ba992c05bc9b43bf4cf767154f83e5973c217b20d0c4205492845a33 +size 9983 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Land_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Land_1_Cue.uasset new file mode 100644 index 0000000..5092ab3 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Land_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0842b597ea6a5881bc3a40c02945f354d5fcdfccee201cdac762412cf88fde32 +size 9983 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Run_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Run_1_Cue.uasset new file mode 100644 index 0000000..e52ef0f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Run_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484111d37412ac18114b28e03361b0d12cf89c2f392088bb5b7738cd09139f1a +size 14540 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Run_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Run_Stop_1_Cue.uasset new file mode 100644 index 0000000..119bc8f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Run_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3435a74d7925c71938eea1a9a3ed95092d8815e6710cd03bf194006a05b94d4 +size 10011 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Walk_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Walk_1_Cue.uasset new file mode 100644 index 0000000..57d426e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Walk_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82087a51f7f2267a73176652c29a22e74fdabdbe6a2de79364f339748c29a82a +size 14576 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Walk_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Walk_Stop_1_Cue.uasset new file mode 100644 index 0000000..9b0eae8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Sand/Footstep_Sand_Boots_Walk_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9876ec69eff760bf3df6c50ab9465cb90dd26c745d058cd3b119459d40f452b5 +size 10018 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Jog_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Jog_1_Cue.uasset new file mode 100644 index 0000000..091a250 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Jog_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de54a0ace89d65fc6fcc75cce3f43edfbbfefab5208c7b63b43a24458447598 +size 14550 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Jog_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Jog_Stop_1_Cue.uasset new file mode 100644 index 0000000..f57f9a8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Jog_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b77c8cb92a5ae7114faa2796777e50ff1ce2459b710395b25079f5c2c849201 +size 10050 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Jump_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Jump_1_Cue.uasset new file mode 100644 index 0000000..0750fa0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Jump_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c518d7b79da960d0c3a3ff07b2339ba04cf15f68873b5c19cd160c880f367245 +size 10022 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Land_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Land_1_Cue.uasset new file mode 100644 index 0000000..e07eb54 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Land_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f1a14daea9b746558952b2cef07f51b78d5c8d72b96fac3b03da6db9ea5e70 +size 9993 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Run_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Run_1_Cue.uasset new file mode 100644 index 0000000..6096c10 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Run_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9358e9ec2576edaca33abd75044048a296a3af1d878484acd712568cbacc20 +size 14579 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Run_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Run_Stop_1_Cue.uasset new file mode 100644 index 0000000..69cdd95 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Run_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd89b781aeba7a3de4f4ac41782bcd83ee13af9a2325db5f74553ffb7786291b +size 10050 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Walk_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Walk_1_Cue.uasset new file mode 100644 index 0000000..e9c5f1c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Walk_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b5e19c33654809cb379f7c6f4c297983f7ed2f53baa6dcaa8de0db869a6d5d +size 14586 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Walk_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Walk_Stop_1_Cue.uasset new file mode 100644 index 0000000..5e1845f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Slush/Footstep_Slush_Boots_Walk_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f32bfa96e7ec07c82d75a4dca2c754a0ad8f11778a4663cbdf62f2ad880e8a4 +size 10057 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Jog_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Jog_1_Cue.uasset new file mode 100644 index 0000000..ea1c9c0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Jog_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d7449ddab176508be43c56abab6488f038cc419ddef6927053b68750ebf17d +size 14469 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Jog_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Jog_Stop_1_Cue.uasset new file mode 100644 index 0000000..1908a77 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Jog_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee08da984313d9ad9e9d741435735d2dd879eb358d6ee87cea4e90932ad5b14 +size 9969 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Jump_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Jump_1_Cue.uasset new file mode 100644 index 0000000..b7b5d24 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Jump_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45e93dd3db9cc905fa382d63d8b550acee3814b8f005acf18f181f262bf34d6 +size 9912 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Land_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Land_1_Cue.uasset new file mode 100644 index 0000000..3c6aebe --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Land_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04358a2cc2177bc0039faafc5b85688f94876f1a94cb6b741dbac9f631c6822b +size 9941 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Run_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Run_1_Cue.uasset new file mode 100644 index 0000000..8471df0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Run_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60b43c340437cb2acf241094b072997e36ac42eff52fab730b7514ba8a6909c +size 14498 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Run_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Run_Stop_1_Cue.uasset new file mode 100644 index 0000000..632c9f8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Run_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8242b58212d65768687216db4e04fafac7b7d6d92ee016d861a91db7b4b0556 +size 9998 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Walk_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Walk_1_Cue.uasset new file mode 100644 index 0000000..5cae6fa --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Walk_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6a626938d22efb463f810b9312c264d9b3716c3b45b8a0d431a63be3b0ddb9 +size 14505 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Walk_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Walk_Stop_1_Cue.uasset new file mode 100644 index 0000000..8fe849c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Snow/Footstep_Snow_Walk_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e9fe837726959db2cff0eaf52a0cddb73829a0c25527201202fe7f6dbeb4f4 +size 10005 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Jog_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Jog_1_Cue.uasset new file mode 100644 index 0000000..5d5ad88 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Jog_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7167665a7b64e9c4d8e20a499cbcf6147e2e5a43b7f4361b74162c3a7803acfb +size 14540 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Jog_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Jog_Stop_1_Cue.uasset new file mode 100644 index 0000000..8acf7c6 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Jog_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f17dcbd5b6f407131f7a39cc8ae8cbb0a4a197377f26bf66c27b62e74c9ebe +size 10040 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Jump_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Jump_1_Cue.uasset new file mode 100644 index 0000000..f954ecc --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Jump_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64337202de22b7623dc3c20799c2716d21fc7908f8254fb35dfa7c29437c65ef +size 9954 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Land_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Land_1_Cue.uasset new file mode 100644 index 0000000..ed14383 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Land_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3128cdc04ba6bfc9090cd160dc5b4ad5102be9398cc587cae6337e571f83ab00 +size 9983 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Run_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Run_1_Cue.uasset new file mode 100644 index 0000000..a394787 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Run_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb13bc174cc00ca069aa4643bc0493fa06e8b606a5e0e05ebb68afc0834c1d5 +size 14569 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Run_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Run_Stop_1_Cue.uasset new file mode 100644 index 0000000..5517132 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Run_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112fb67d5d49745d346c60c97d776cad09ef543afdff3da8032ebf429b607918 +size 10040 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Walk_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Walk_1_Cue.uasset new file mode 100644 index 0000000..107100a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Walk_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97921f18181586b3242810cc0d7241ba5f072585dcc90e9f98511c000fd114cd +size 14547 diff --git a/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Walk_Stop_1_Cue.uasset b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Walk_Stop_1_Cue.uasset new file mode 100644 index 0000000..2c39964 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/CUE/Wood/Footstep_Wood_Boots_Walk_Stop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6fb17fc75104122f6f9f14158c0a50561ca9441e60f729c8ceebe3ed2a7bd3 +size 10018 diff --git a/Content/External/Essential_Foosteps_SK/Cover.uasset b/Content/External/Essential_Foosteps_SK/Cover.uasset new file mode 100644 index 0000000..0d4be69 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/Cover.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924b6519f4a62167fc16900f26b2aa744987b8a742f89330247429b46b81bfa4 +size 10678678 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_1.uasset new file mode 100644 index 0000000..3b25196 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ffb8936c6270402bee7c773be8e6bb1ebcd0df8cd1e37565d0665d3f3d176a +size 48976 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_2.uasset new file mode 100644 index 0000000..dc53e7f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737378c9e782b6b5d23a8e26519029408ae4bcbec96405d927bc93f18da55403 +size 54299 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_3.uasset new file mode 100644 index 0000000..60035f7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8db6bf74646bc02ba39c84aca87bbb0280b954fe2f4cd2c603fca154e85736a +size 51934 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_4.uasset new file mode 100644 index 0000000..7fc71bc --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fb50ee4e529c99fb65ddeeaf87a6c49f3e6449b02e729537e3fdef4fca8ad7 +size 63564 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_5.uasset new file mode 100644 index 0000000..b645e4d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c969f39da9c313e27f31876d74fa15fe8ece441fb52ab9f2f849de12158d00c5 +size 59224 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_6.uasset new file mode 100644 index 0000000..21410f8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b61bf34edc2b80cffcde4b9410fc4846f0ba521cf98a2f30676cebd35bb39ff +size 54502 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_7.uasset new file mode 100644 index 0000000..881d820 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c648214334b97fd7f9b033b61ec30bc2c6d1e47176497b752b8376a01cc4b2e8 +size 53722 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_8.uasset new file mode 100644 index 0000000..14dbab0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75beadc59b6ebcd43b613acd6a2a9e660d7dd3dabfd7aa98a101d1586f319075 +size 45187 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_1.uasset new file mode 100644 index 0000000..3e8e3d7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9377127457a586f386a5774a7c26b9562dcde5d2ee8661e7fe2ccbb8fde7d82 +size 73421 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_2.uasset new file mode 100644 index 0000000..47178ac --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93425786fa562b9ef1791e9d4339b0c4a239318d053f28c2438155b594c9c9e +size 81018 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_3.uasset new file mode 100644 index 0000000..1793b5c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bb61be8c2a78a7aee4b7c3cb4a0eeccb8b9ca7981a251cb5373c615e66711c +size 60215 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_4.uasset new file mode 100644 index 0000000..924eaae --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jog_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d32bee10f8a6cd1a2e72925d08e4e1d26cc210f3d5c09d4e4be32128a24e943 +size 58486 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_1.uasset new file mode 100644 index 0000000..c235a8e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350f1934b22d6a89fb5483d790d9bd1cf73474ed9a4dbd609bfcc85b7f42769f +size 46755 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_2.uasset new file mode 100644 index 0000000..361b1ac --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90f4cb2446cc2a8d296c93f9f371b7c80b0fc5d4c6c607f248ee2b9e3de704e +size 53164 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_3.uasset new file mode 100644 index 0000000..2366bc1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691a8d4d62849e8ab751c7e5b037f071772890caeaf8906c8ba476c3c5a318ea +size 53539 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_4.uasset new file mode 100644 index 0000000..a5dab74 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Jump_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f48a66e9bda5bb797b1c7d37eef8e37f13bab0e202306ed5bb15a1cdcaf1190 +size 49442 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_1.uasset new file mode 100644 index 0000000..21d9148 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05a63b9779c06f590219324813f52290cb0cab8524cbc17e2938e023840fb65 +size 61146 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_2.uasset new file mode 100644 index 0000000..03e0660 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8405bad35b63a480a0ffdac0e041568fd44c2a1ae4f34a373180239f6db67517 +size 52752 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_3.uasset new file mode 100644 index 0000000..fbde27d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6208c6bc4f1a4783bf0ffca975d03ee3688eb1cb7dda09164c89037ea82aae0 +size 40004 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_4.uasset new file mode 100644 index 0000000..f9d0382 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Land_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3daa5f596a9772f4a6c7d9edd83d0b661f4d2678ea0f2773197f37161147ff +size 37723 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_1.uasset new file mode 100644 index 0000000..fe76aa1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547506cdb140f70625b7523c9c3094392ff099136552341f689a71f12dbb5055 +size 38973 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_2.uasset new file mode 100644 index 0000000..8fc7463 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cbefb5902b50a31e8f92b7ae724a123e40761aec816dbe32c46814e3671c4f +size 40033 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_3.uasset new file mode 100644 index 0000000..74953b9 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4315e917af2442fd95a9d0875dd868185501aec3f3badb94374bb8d2f86f62a +size 39759 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_4.uasset new file mode 100644 index 0000000..f4f9ef3 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5785794237dca2c8969dddb8d892d56f4b4fc797b83aa1478ad5fc83dad509 +size 41243 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_5.uasset new file mode 100644 index 0000000..b3b0486 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c599df8bacba988d89c76145bb56262b9cb094f6e08088f954514930331fee +size 41219 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_6.uasset new file mode 100644 index 0000000..a3ec95a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7613c95592edf1774da27f14d747c1d867f761daca7b04c1a2840ecf91c292e +size 42804 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_7.uasset new file mode 100644 index 0000000..b762e2b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72acac1968f2a1e54ee2406c7fcebf72efee462fd4f8d7ef1cc1dd6ba7162c6 +size 41322 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_8.uasset new file mode 100644 index 0000000..d32023b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3b97657ec7d43378adfb2f7164f5732c5c3eb5da523b96716a581d5e521d51 +size 52758 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_1.uasset new file mode 100644 index 0000000..007dbd9 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3ffa5eb609fe8590bd7b9c666070c3ab917051cb1bfe34b900c512cfc0be12 +size 37820 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_2.uasset new file mode 100644 index 0000000..7daabf5 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cfb8d257cb9328655420028fde792be9f97deea33d45d7f7c8d380400f27d1 +size 70750 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_3.uasset new file mode 100644 index 0000000..18af588 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b64e9ee6323cd04b2fe830650fa0ed4844be3449211aa1ed973218c221960d +size 67516 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_4.uasset new file mode 100644 index 0000000..33110c6 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Run_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0858b6fc01368512e62f83e702de5a7f38ae5c544417b7262afc250398b598 +size 31823 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_1.uasset new file mode 100644 index 0000000..b9862fd --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2318bd61856b95b6d83dc3ef6a20884659aa2b21a0faa24a325eb3f339916e16 +size 63128 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_2.uasset new file mode 100644 index 0000000..4a04d2c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e7f4b2c75290969c3aa4fe495d169ad180a2bb5940cc6d66d4f788b0d2c1c8 +size 68091 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_3.uasset new file mode 100644 index 0000000..807ea9d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ad719da687912d6abccfc2dec8c29e0a2fdc63f36c237d997f7e840bb9628c +size 70700 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_4.uasset new file mode 100644 index 0000000..f042890 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f6a9154b0cd556c0ca13a7f81b7801de0da1ed1bcb533c9e265b3c5f4fda3e +size 70697 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_5.uasset new file mode 100644 index 0000000..4720a17 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38c73333f3ba123c74e92a2c0c3e38f597046520508db9a33cb004930a96482 +size 71624 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_6.uasset new file mode 100644 index 0000000..cccd872 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc4c11aeed89303876a414a3599d13ed53d6169bfff2e248b36b1afb2b22c8b +size 74535 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_7.uasset new file mode 100644 index 0000000..9cfbdd7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc5984a7efcd57dea028a3d5547c35c4db366aeac0b3e2bcf644154bbeb5837 +size 73153 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_8.uasset new file mode 100644 index 0000000..63dd3ac --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d94c33474c31972157cedae7e5d7a7414fd9d7d52a9c2869ff84118f942d38 +size 97004 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_1.uasset new file mode 100644 index 0000000..be1c2a8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66343e9acede120cc416c15c0baf26cafe8cad79682e5ff2b8e0f2ddde081ea5 +size 94317 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_2.uasset new file mode 100644 index 0000000..6a685e7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb526fb25cf7261bc034b445e74c6a4e67385402909d155c79c883662ae49a1c +size 97001 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_3.uasset new file mode 100644 index 0000000..24f4002 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9698472c5cb5ac1e349466fca797173535e72ba15a3a2ff78b571d71bf2abea +size 99437 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_4.uasset new file mode 100644 index 0000000..1710875 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Concrete/Footstep_Concrete_Boots_Walk_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9101d0d5af29771eff011d96f059f603274f41fbca7cf95302d3b98a048122c +size 93895 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_1.uasset new file mode 100644 index 0000000..cb257b7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d301a6f786236db35f82851d80fb53a077073e3ee5d7e172be4ff4d8d1fd1a +size 63291 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_2.uasset new file mode 100644 index 0000000..3c35698 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191c99afaf1e552c89333b3999466c7e51d6ae376530ed477b1a9d72212cd30c +size 68660 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_3.uasset new file mode 100644 index 0000000..fa3194e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e82af49779fec8c3ece78ae44184fe99b0c2ad799e65b7931211e1b7ee237f +size 62002 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_4.uasset new file mode 100644 index 0000000..a2d0120 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd54874e6e975a35486cd1275ceaf962ba0f0538cba48c682ae9c85a00352870 +size 65791 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_5.uasset new file mode 100644 index 0000000..d4ff012 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3db24d73858760c19b912d54a3ec6a3904c546c8fad8e0ad95126dfc7b6fdef +size 62960 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_6.uasset new file mode 100644 index 0000000..8007766 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e361b86519d9ead9faaa895b24a236e326e9ef43eb457abdbbc939923a53e2 +size 58951 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_7.uasset new file mode 100644 index 0000000..edef7b9 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3506c1c232e2a1ee3d68053fe9288a4afd9ee11034a8e893bf8257d5e5db17a0 +size 63153 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_8.uasset new file mode 100644 index 0000000..63a139e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba963a5a0e15ed03bbb6e1d1cf184f0ff1f5a5490913a6abf058488d764b131 +size 58736 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_1.uasset new file mode 100644 index 0000000..a3d4f8a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef005a82a89e14ec99cbd88bba896bda3ab66cc60a88440bef723bc1fb75052 +size 79521 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_2.uasset new file mode 100644 index 0000000..e85f429 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4411dbf3b569765f1d1e69df85d17ffb65882500e5ea1004ee1e1a69ddada6 +size 74469 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_3.uasset new file mode 100644 index 0000000..a48b817 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba08a8762cf2cd06cb625791de79efedb14ce9eadb127cb749cf9377dcb782a +size 71775 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_4.uasset new file mode 100644 index 0000000..e7e31d8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jog_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a224fd3b321c0290929a633422d77860d8b4a78e3c200ddad3d98ae231bf94cd +size 72615 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_1.uasset new file mode 100644 index 0000000..88873ae --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6640fc9aa5fa1d4cbb1855d4b42cc76a3f995b69020d44fe6a3e3a8c1db2b53 +size 71337 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_2.uasset new file mode 100644 index 0000000..5f1cd97 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c282d5ac0b1e368018afa0290277b057f46f088e7229ebb2b0734b77054bd4 +size 87414 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_3.uasset new file mode 100644 index 0000000..88fa9d4 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b698e356be33b9d30e58b25cd2feb30c0204f230d5d5065bb4a58c273e6747 +size 86659 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_4.uasset new file mode 100644 index 0000000..1222b6f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Jump_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65314cce990858924692e18456e28c3af13b71293d0433b632099328e99a957 +size 87302 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_1.uasset new file mode 100644 index 0000000..50bb1c4 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cdda297d87a8ed8ef0067af54fb0460ff6c88258d6531be63f7bd7ea62a588 +size 108113 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_2.uasset new file mode 100644 index 0000000..ddac820 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da3b46625ecf614835827d5668167519c54d2507115b63712246a3c5ec80d9a +size 95016 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_3.uasset new file mode 100644 index 0000000..e00aba2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5463a2d5f39fcc35727c576d95dcf27ec93c27c5a87958e137d021caa14d10e6 +size 92770 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_4.uasset new file mode 100644 index 0000000..8937b75 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Land_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf193e6fc87e749df4e02ed6fcc7ac5df5a82abeaad5942ce99c88fad1d22b8 +size 107037 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_1.uasset new file mode 100644 index 0000000..ed02419 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be75997aa0f34f423eaec986f8e466d2e8bced1402137b5c2b2c2ff85e2e5b0 +size 66133 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_2.uasset new file mode 100644 index 0000000..d121dff --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3835934a9007779efcd93d807557f30bc440fe1f51b6ed495279ec23105270 +size 63143 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_3.uasset new file mode 100644 index 0000000..58b386b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414b83c470610084dc127953e372d50fe83addfcd1286b007803f8bf2c2d38e6 +size 61017 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_4.uasset new file mode 100644 index 0000000..db96626 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e29c707dc483c0d43a8ed13c53160a2a6d047f8bdc17e0f2ac66c9d8c04495a +size 62480 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_5.uasset new file mode 100644 index 0000000..8eaed9c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd53861d69739d42ba7720fa1a1339f92d9c11f12d7b2f9905f78b966bec262a +size 63198 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_6.uasset new file mode 100644 index 0000000..bdcae9f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b652b3cc2781e6c3b812210be3339e556a3e520892a6ab08027637bc0ccdecc8 +size 60208 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_7.uasset new file mode 100644 index 0000000..c3cc328 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4532ae21fb10e1c1b292caafe621e81bd2e80ff86bd1c1fe4272b4e9b257deda +size 57831 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_8.uasset new file mode 100644 index 0000000..9fabbd0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419afcb5107fe4b0856a7ae9bec9e21d1c73a4defd8f29c2f7ec1886d3cf803d +size 50336 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_1.uasset new file mode 100644 index 0000000..8dd62c8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4ef05b1d124caf35ee1c1c763592db1c261ccec59f118d1d46432dd67b9c53 +size 87170 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_2.uasset new file mode 100644 index 0000000..34bd748 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ee756f8d43e40c02d37a7d6d6100165443dafb239effd81541c691be243b94 +size 92313 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_3.uasset new file mode 100644 index 0000000..1770ae1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064fc292aa42723fb68fcfa090fe62696e1bc6e71cff504df45d87d63a1fce16 +size 93747 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_4.uasset new file mode 100644 index 0000000..9c8762c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Run_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a57b46925547747eb624389f2cc28f5f1f67f80cc5dc52b9fe46aba6089a5b +size 91730 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_1.uasset new file mode 100644 index 0000000..9029223 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9c8a6d9f700a9715c9d3b78ef345e93371c6dac1f3d30d72f90c735b0fbb3c +size 78240 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_2.uasset new file mode 100644 index 0000000..f1d3c7f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cab46ba88a3a66fda4c8c00f8d8d416157543b138aaa86d9c906383ef8f9ae5 +size 76387 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_3.uasset new file mode 100644 index 0000000..a12ac2f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7741a241d5ac118b073b36421b25e312aa75d547c03190c19c8c78e897a022 +size 76119 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_4.uasset new file mode 100644 index 0000000..cba8bda --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292cd75c99faea0cb3be16c4d824a4359d342564fd4b2d500c804cfcc4f24046 +size 77350 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_5.uasset new file mode 100644 index 0000000..f8da878 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea8012dc03b196a94221f533ff220f83d555592ab10ada8f51759d43894a2b1 +size 78779 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_6.uasset new file mode 100644 index 0000000..cb29d03 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3179bd0bb819b463482b1fdd6ead593f5390ebd932dc97aa123d09115d007fe1 +size 77075 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_7.uasset new file mode 100644 index 0000000..3c7daec --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbb7cff5cdd8c3a6bfde831a8ea0cb7cbc45e87ab2b540f3a5b61b162e78405 +size 74706 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_8.uasset new file mode 100644 index 0000000..403b961 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a512fff8b9c7480856aeae6ac39475bbef028562f635dd1bcd08bb58e054ccae +size 75708 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_1.uasset new file mode 100644 index 0000000..18a8f87 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bba5190a4bd7db4f320b7d91098b4b0b947b0b461a7a1c331cbc220b2b9f27 +size 88002 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_2.uasset new file mode 100644 index 0000000..b3c83ff --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cc267229e8755e9a2f052a2d05f3ea1646af9575574dab7a954c0c309a0e09 +size 90727 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_3.uasset new file mode 100644 index 0000000..df9ea6f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92aa1766a881d88b621c8a4bc55ac11aa4d8ff03a8de0617e93a17a477358771 +size 82672 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_4.uasset new file mode 100644 index 0000000..2b942a9 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Dirt/Footstep_Dirt_Boots_Walk_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec958a6d4596b6de408fa7a63390f6a745688b8a0d01b63e8fa3b0258e34d7e +size 60404 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_1.uasset new file mode 100644 index 0000000..53c0652 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3f55a80f8504b80c8b7b81d7bdd183eb5bda5482313c12a893f46394cdc9fa +size 123102 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_2.uasset new file mode 100644 index 0000000..bfe2a58 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18da03dcaba17077bc6da3fd54e0307d7922c89138e7510cda0abae257bf551c +size 95089 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_3.uasset new file mode 100644 index 0000000..2a3b06d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6dcd2aa933dd4d1cbfd1434dce08c3fe04f505ee34afafb96eb68953579071f +size 93633 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_4.uasset new file mode 100644 index 0000000..4173863 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954042c9f98b2bf933c7dcc4e19bc3624e7ce693c8bbc98699a8fb84053c2589 +size 89555 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_5.uasset new file mode 100644 index 0000000..3369ea0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed315791247efcd48d95101530bf35effa00ab2eb6430136966674a4547fd35c +size 96852 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_6.uasset new file mode 100644 index 0000000..d92df45 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd93d251acbc86ec4db7cafa1dbf6643afa85ab98758bf6fde02cd31a574960f +size 78989 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_7.uasset new file mode 100644 index 0000000..14c1ba7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fde106bab233d03ac7451b33204b9bd9653453498b2518aade46013d144bbb8 +size 89448 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_8.uasset new file mode 100644 index 0000000..a517303 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffef82bac3e42e17e4844451a8b8ed967993d6bbc8ab9a23cea312cf845c30f6 +size 101599 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_1.uasset new file mode 100644 index 0000000..e09a77b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62da1aaf3e4f740ffd0f30f94e3860623d7bfbabd4f923a413eab9f3b096252c +size 85309 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_2.uasset new file mode 100644 index 0000000..73ae348 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cd73ab2940024f7ef688faf2c0d57bce160e262009b7df6bbc236b6e0c6f23 +size 77432 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_3.uasset new file mode 100644 index 0000000..dbf4b2e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2e848d8af345db7fea8a15006144dfc3676ecbaec58342b899e10b01f6ddf8 +size 105864 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_4.uasset new file mode 100644 index 0000000..df19d36 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jog_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f6c6e38ec8f383cb5a0fdb303e57efdc5caddd92dc759e3c8f8dab67cfcb0c +size 93606 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_1.uasset new file mode 100644 index 0000000..a78d2f2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5997bae13df1e5e5df9136e7a004cc0948e9f54fe88bcf65cffaaf0098a5da4 +size 64497 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_2.uasset new file mode 100644 index 0000000..4227580 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801f435275720a31c82dc4cb8cb62eadfe0d4877bab45503feafcb9a247a4e43 +size 73148 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_3.uasset new file mode 100644 index 0000000..1300d74 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b015d1cedcf02af8bd015276e5edcd7e5c469ea6595054afb4bb8a0e0ab816b +size 87825 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_4.uasset new file mode 100644 index 0000000..a371d9b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Jump_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c54ca22b55921fdd2abc1aa387080b5eb9c1f6bd37de5bf14b8d2b4e4c20a41 +size 61020 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_1.uasset new file mode 100644 index 0000000..810f748 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5520faa50d02c4f692a0a3123e3315a9ad638c990cc40b184f9f27e41abfc9 +size 87538 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_2.uasset new file mode 100644 index 0000000..83b3a68 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73cfdce3c14193d3f151c77a31f2c130e3e62d5c538b0b86f14535c4392621ff +size 82720 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_3.uasset new file mode 100644 index 0000000..d59bad4 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7c0de6501ac6361bc1accbcdba4e9b189efcf0f94d714b9907b61ffee0a906 +size 100403 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_4.uasset new file mode 100644 index 0000000..9bd4b05 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Land_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3077e902eebe13d9ca059e1d2aba193745d48d99b91231c209aa08228720fa8c +size 88287 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_1.uasset new file mode 100644 index 0000000..f106ab5 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0d39fc88937fb4d7e83b863b736a80b27ee9255257763262186e17d8900383 +size 86398 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_2.uasset new file mode 100644 index 0000000..cb58ea6 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65cc6da851cd680f32f029d7af956ba9711b66ce4f3cc5501425c240e2a178e +size 70577 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_3.uasset new file mode 100644 index 0000000..6a22458 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983fb03a6f4c794aee2a4e901571a3d5d96f03e32ee37d9ff1ba3e8a4403629d +size 88554 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_4.uasset new file mode 100644 index 0000000..2cdc6b5 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b2a235b01655f8ba9d891c4f2d086494d8e71e9fa0d816719e8143417d2be3 +size 63535 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_5.uasset new file mode 100644 index 0000000..bdb949d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495e1e1152945d6deff0df8b73ba377f0a35c519205a100724a3247a9f632898 +size 88192 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_6.uasset new file mode 100644 index 0000000..fbcfe02 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18694493dad20174fcbdf8e7e47af13558c427d7701f9682c34e1d50e77ced85 +size 94499 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_7.uasset new file mode 100644 index 0000000..81b9561 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d6fe58b18ccceb0bfba0a46611cb71927b5d7039bed7628e6749ddc75a7ca0 +size 91112 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_8.uasset new file mode 100644 index 0000000..f6ebf5e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680fa5182ac7bbe25d9227c01ab80bb8b2b28be9b5d4bea605f0c14e69f87a75 +size 46091 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_1.uasset new file mode 100644 index 0000000..5f24e1b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4919285132de7ef8330ec7021a1657757d0a9decf6f1316bc4e655126f590c9 +size 74673 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_2.uasset new file mode 100644 index 0000000..96c79b4 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d3fefc515eed304568758e4ce9478f4b1546e146dc558a5553acdc494330e7 +size 92891 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_3.uasset new file mode 100644 index 0000000..9307fb8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3c7091df3bcaedf1cdc7a6dbd87caeb988b82504f151878cebed55e05345f2 +size 87745 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_4.uasset new file mode 100644 index 0000000..0d49232 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Run_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155a30bbc0a3b79a792ff99af42125537daf7ea89590d1b27c88b8fd132d32a5 +size 94972 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_1.uasset new file mode 100644 index 0000000..94946fa --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e56a73e0ef371a361af1761057a5216277ebb6421a92f1773cd34baaa14c8a +size 90409 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_2.uasset new file mode 100644 index 0000000..04cc067 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a549291f0398464b81f78df6ddd870fb675f98593461f735ea99f4f41985230 +size 93595 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_3.uasset new file mode 100644 index 0000000..181761e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45779080eefea6ad9d680e0f6cab6b57e80ec2745cafd64ac0e1f6b4b42410d4 +size 96602 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_4.uasset new file mode 100644 index 0000000..d45c6a8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e60513b7dba386a510b71ee72467174ff02769fb8d8e4f6099cf64a8b2623c1 +size 94187 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_5.uasset new file mode 100644 index 0000000..0149b44 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a976db73056b5efbfdc747b6f49fa213f08bcdd5c801b95d334022fd4baa718c +size 94298 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_6.uasset new file mode 100644 index 0000000..78dcc81 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52956aa8a51eb721e359025deba5ece8fb1d9b0f5968a850e99ab5667eb17101 +size 96998 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_7.uasset new file mode 100644 index 0000000..64c1870 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d7a64e397d1c386f9825072a894208e2e1631001737d8f971e45b590c5c695 +size 98108 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_8.uasset new file mode 100644 index 0000000..ead1e87 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932c129006f6234565169107a51ecb95b9139ca37a788b75a8e1cb4329fc13b0 +size 99262 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_1.uasset new file mode 100644 index 0000000..38473b8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4884346eecb1acf6ab8ece36fc96f9b2ce27a7187be85d9e79ffe1b3f791b3 +size 85399 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_2.uasset new file mode 100644 index 0000000..356e807 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fb596b4ce5ac30e52a501d5807fec351cb1bcd6b31cfb447c26687086a7c4e +size 97722 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_3.uasset new file mode 100644 index 0000000..7983975 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47abe1a36d9b3578f554ee62b95d0ff1aa53dafde27d1508ed9dc986cbc0028 +size 92354 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_4.uasset new file mode 100644 index 0000000..85af160 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Glass/Footstep_Glass_Walk_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad37e133136fcc38e6813e1866bbfc93de65d46c92ecefa87ca65fdb0847eb5d +size 112673 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_1.uasset new file mode 100644 index 0000000..b102329 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aebbfc7cb6761367542f9a057e9eab01dc34d9276aee82083b01f1a792bc633 +size 94349 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_2.uasset new file mode 100644 index 0000000..2158b8a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3f12c8526faafa48f592cad411c89cdaaced713a7e6c2ce1f83a6d14c84023 +size 96728 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_3.uasset new file mode 100644 index 0000000..7c161b4 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce513aadcc6438fd274e0b3429feed083754d0024ecacab8615ba8d92838a237 +size 101979 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_4.uasset new file mode 100644 index 0000000..57246a2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ebfc73933f248d8f735b92f7c19e352a0f5e20a5062a9a12e604c115d833208 +size 95885 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_5.uasset new file mode 100644 index 0000000..3a2c334 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc3428ecc4b8d1ac9a33dcc50c427a64910e5e8b0fabbaa2eaa0aff26bbf38f +size 95114 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_6.uasset new file mode 100644 index 0000000..83d9e01 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52d558869c46f963a519812c5f47a214ceccea27f4e544358fdfbd782265d98 +size 101272 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_7.uasset new file mode 100644 index 0000000..df29832 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa8c4280fd060efe93f1e11bc26d31f5644d61a3dd9fbec803f07ae0c1a0687 +size 97720 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_8.uasset new file mode 100644 index 0000000..1da66f7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741affc048dbf8b23ed4ed72058301b5ef82c41fe86e1f20168f4348affcf289 +size 75577 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_1.uasset new file mode 100644 index 0000000..3147126 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f972f86e644fd9fba8a73e01b6bfac27cd69c400826811767e7297bc748aba8 +size 103373 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_2.uasset new file mode 100644 index 0000000..7a7e0d1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae3df695990efd7fdb5785c00ac1901271c96fcc9952b61fe71a54c4c9595d0 +size 101684 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_3.uasset new file mode 100644 index 0000000..6cee644 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c500de4ebc76da8d6ba74fd8ff3b043d35ec30df5094199ac16e54030890d5f5 +size 199524 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_4.uasset new file mode 100644 index 0000000..ba22df3 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jog_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdde404407fba38e9fbaf3b9626faae63785b73196acc71fe2b2c098d7e4b87 +size 99879 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_1.uasset new file mode 100644 index 0000000..ba0ac75 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41acd65439c260c2d29dc708b4aa78bd4898e5b18d7e476241f324f323b7229e +size 52669 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_2.uasset new file mode 100644 index 0000000..96f1a5f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece67ebaed06b8dcbef03ab4aa39781ab36094018e9c1f9f0caea70f3a9f699d +size 62829 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_3.uasset new file mode 100644 index 0000000..726a094 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b731b03148c23ec7f7335ac117e113f026be43939403c471a3dcc2b957799c52 +size 67194 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_4.uasset new file mode 100644 index 0000000..bd15709 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Jump_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5738627ba90701b9e0fa2ba556d1df4e4008d3c62a285db5f4a2a27aded60aa +size 85592 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_1.uasset new file mode 100644 index 0000000..b47aba4 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df39636ab22988e532bf2f0322ee89d08bae04634aa40b24f34bddb445af07e7 +size 90987 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_2.uasset new file mode 100644 index 0000000..4f114ea --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c849566d21d8fd12923a73bc1d2a661ed43af427ec977eefd300de986d37d3e +size 99109 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_3.uasset new file mode 100644 index 0000000..3071443 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc26ef39b77d4e957368577e01db7be817533fae352b3dffde99db2bae906c4b +size 92135 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_4.uasset new file mode 100644 index 0000000..4ad1550 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Land_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb4c06c4c816e753b410955c19034c5d8759e089ac00a3fdfc857c3fd0600f5 +size 88034 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_1.uasset new file mode 100644 index 0000000..f7a64a9 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd87dc36e86a5f8d5112686ba17a76dd6d85088f26706d7304dfd8bf3516d21 +size 74899 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_2.uasset new file mode 100644 index 0000000..0d3ae8b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bbb0812b7a11dabbb2ae442cc4249f37ac807a8a0d7e6cacebd1c87f69b3fd +size 86211 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_3.uasset new file mode 100644 index 0000000..01397de --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ada2cb594b823a6c4264688a311afb17fc943db07561fd84c12278bf8a850a +size 89742 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_4.uasset new file mode 100644 index 0000000..eb1643a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec2d44e66fe169b18b0ff2fb7fb7847e04a4e1b7c4ab183238bf3fa5b8631eb +size 84253 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_5.uasset new file mode 100644 index 0000000..351db7e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c44ade141568da9143b072718c434ebe58ae4ed00b3c53c4066440587be50d +size 71924 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_6.uasset new file mode 100644 index 0000000..23ed32a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee2e81cd11959e154d04c63908425dbdb96b5394226736b0a9a7747c7bbc9d3 +size 71585 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_7.uasset new file mode 100644 index 0000000..d6a0909 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e1254e7bb8242cab28ba64d5fc32ed266270ef80c34feb22c5567f9cbb7ff6 +size 83533 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_8.uasset new file mode 100644 index 0000000..c0ab478 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4cf9363b4842df5a2b979b85e4669733c7dff54f8d6b860b57bda128b914e8 +size 46566 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_1.uasset new file mode 100644 index 0000000..17ad2f5 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c3896da1c29e5c9e9ed135a08191376a2c10f7945688e5fbaf28a434a8af25 +size 84411 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_2.uasset new file mode 100644 index 0000000..7a8c894 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1c01b77bc96f43eb993ff6894501cbc6f0c8fcdaeb22e64e3fbd54c8c123be +size 96383 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_3.uasset new file mode 100644 index 0000000..117ae13 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819a3fb40c1a72e6b49756f4e68789489f019119c22bb2635dd78ce8171c7831 +size 95967 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_4.uasset new file mode 100644 index 0000000..96e5955 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Run_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f84160549023c434c174e29f43a3de5dbc1bcce0859405ee185058092809870 +size 47043 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_1.uasset new file mode 100644 index 0000000..530b793 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608917d6049122070868225eba41b7fcdf0849d12a4b1dc44ae6669954b3989a +size 96270 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_2.uasset new file mode 100644 index 0000000..f7f8666 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060b9dea333fa429b44b5e76af6c8601c2af037f68259107a0d4f15f5ab9bf85 +size 95350 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_3.uasset new file mode 100644 index 0000000..e835225 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b149ef4e99806b35f3ade6c1f5c3ef07e44329802026a2eb0f3252de89747aa2 +size 93484 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_4.uasset new file mode 100644 index 0000000..0dca25f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84c4d40efcc23d804eb96fef5e22ff6c23c7870c732f6e88e3abe8ac7c863f4 +size 96101 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_5.uasset new file mode 100644 index 0000000..06002b9 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffee306070c7275a245825de69f51311d44cba78d578a7cd6d77859d6a81e0bb +size 102602 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_6.uasset new file mode 100644 index 0000000..68293a1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6331ce4783743aa97e0da3d4dedd83ed2f0493d5f89d3d04cc244a8653bd1e09 +size 95612 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_7.uasset new file mode 100644 index 0000000..c055a07 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7f67fcbbe15daaec79aa29302093d16f63a0faf3fa745852ba256746ca68f9 +size 91231 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_8.uasset new file mode 100644 index 0000000..65d1ca7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d7c09eb99c1558255f89f24183fd1874f8d27f6930f3d9b3ccb7e955b6637d +size 87068 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_1.uasset new file mode 100644 index 0000000..5198964 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb961fe56e49d6dfabb6f35d2a4b836b91b5dd2f8d81068981445ca126e993f0 +size 92096 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_2.uasset new file mode 100644 index 0000000..4b10af1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e987bf8c5eec801a1e9284cd45a352431e5261ed414fed58a0a7b4db6017fa +size 96195 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_3.uasset new file mode 100644 index 0000000..7ae3559 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d665f6fd849a6053700310a55ff703ba1b8d3141eef6c3f35c55ae5309b746 +size 89280 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_4.uasset new file mode 100644 index 0000000..9765e29 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Gravel/Footstep_Gravel_Boots_Walk_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5459df046d175019323da745c59f3de2eefa4bc1fd58059e9ea0ff5d41364ac3 +size 91528 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_1.uasset new file mode 100644 index 0000000..bf76be0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e30a31197cd71426b61455a42cdca4a377a12135d48d152aa34c346d977585 +size 64253 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_2.uasset new file mode 100644 index 0000000..1b7b7a3 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2001052f901deb3d3210c210ee3588c94398e5e2a1e151a56df5667beebde9ff +size 73205 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_3.uasset new file mode 100644 index 0000000..2b73eaf --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10682140f24fc2f32e58b312d9c828c352da5b55094061fd473761314fb85288 +size 71549 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_4.uasset new file mode 100644 index 0000000..f4934ba --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7872fdf103c53d24e524b051979b42fdaf5cd6bef7f1a798a8fbb1d87e660143 +size 70929 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_5.uasset new file mode 100644 index 0000000..2b3fcbd --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cad2e199cf87688987bbfcc54cdb0fb231df869f9427dfc9dac573ae7f2033 +size 66760 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_6.uasset new file mode 100644 index 0000000..925c2bf --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0dca96428759bd29717f60d798e70f89958974229e1c0ab6aefe2f7c680373 +size 67663 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_7.uasset new file mode 100644 index 0000000..abfe24a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68788ff8a6f31eb255039752954e35c8567e4dc296515390dee20d4ea97be601 +size 68638 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_8.uasset new file mode 100644 index 0000000..473e554 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbc37969b831bd7e9ab793c95c0881a729f204223ebaa0488a2301e1a948a6e +size 79649 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_1.uasset new file mode 100644 index 0000000..3560fce --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093da881d3f5b83f9b511388808197f16c143b4f9d56d9a4408e2fbee7eb17c9 +size 72170 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_2.uasset new file mode 100644 index 0000000..6851ea4 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c36bd7b8925114c8f760bac20230ec5057cd1e257be0981aadc0266c7d256f2 +size 73605 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_3.uasset new file mode 100644 index 0000000..9e90e1b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc92a94114bc6b4462e6ca10f198c974b8c40171e0513de0e255d67ea3681835 +size 73738 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_4.uasset new file mode 100644 index 0000000..844b7f8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jog_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d68a8d155dac5c62a0903f416b9934b4c015df013bbd2c68b9e3abe4d8a59b9 +size 58067 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_1.uasset new file mode 100644 index 0000000..be848b1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decdbd5bca7a84696a68bec1fa571f7dea577574d791c3a510398ce97cb15bf1 +size 52261 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_2.uasset new file mode 100644 index 0000000..2aee9fb --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7168cefadb73416d440ea183adbdae1acefac4262a4a044487e724782462355 +size 83364 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_3.uasset new file mode 100644 index 0000000..019d86f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c787f0b984416aeac6998f5f4f555f624e3f27335d26a59b36cd73d9a2ee94f +size 73157 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_4.uasset new file mode 100644 index 0000000..4376e4d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Jump_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17a10233ff7e7b07a67ab9c8c28e1fb66bf5fb2067ad8484655665927ab76f2 +size 78509 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_1.uasset new file mode 100644 index 0000000..5af7e67 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce1ae49c9651d046f11f086168becee59e5d16148c77e0365a14cc9a58f2472 +size 100256 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_2.uasset new file mode 100644 index 0000000..3ad47fc --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcfc4dc10e4b35a141a5827f91988dd6b070e27bafd15121671a855f66d68c4 +size 103963 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_3.uasset new file mode 100644 index 0000000..50f0efc --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a0c38e8d849107fea14fcff48ebc456c08b5a5bc92dac6cd1a4dd848c205a5 +size 111218 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_4.uasset new file mode 100644 index 0000000..d855027 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Land_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf6dae7453c3de7ccb481e77b0b9d12ff1bd20edef57d21c63d539cd13d4f80 +size 86897 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_1.uasset new file mode 100644 index 0000000..bd56351 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e284c7043bb4f638d071c294de94cc55b894689052b9c430bb25e229bc0028b8 +size 55739 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_2.uasset new file mode 100644 index 0000000..8c65a5d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704302abc1758162f9347e05a3784e77f1daf486a3490688281cbf345cf48f01 +size 57171 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_3.uasset new file mode 100644 index 0000000..b7e831d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5602393b0c6b68b0bd2e2290c68af5db3bd251374602a531660368b4b01c24 +size 53732 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_4.uasset new file mode 100644 index 0000000..14f902e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18bcbad1721dea564a71335244c2b968e82c445e72892b7901c046ed1cd97b53 +size 54664 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_5.uasset new file mode 100644 index 0000000..b7a62ff --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5226ae67595fd9f397b41958ea493bef8ba643778c6b76181c2cc934a37a191 +size 56782 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_6.uasset new file mode 100644 index 0000000..9caf5e7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c373d524372900eadb04452cc0757c2c22fdef6fdc91d7c32ee674720d8c0982 +size 52305 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_7.uasset new file mode 100644 index 0000000..896bf10 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cd09394867bfd2e71c102b4dcd7cc13d6edcea14927fe455a2825cf5f2ff8e +size 51615 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_8.uasset new file mode 100644 index 0000000..c679abf --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b932a75a6f868832b3a39344b0f96a6327aadbad77e5a7cf9128dfc1e271ce6 +size 51248 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_1.uasset new file mode 100644 index 0000000..6a92e71 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38dbf96996974bbaa69ce2cf892e64fe3a3f23c14e048aa2b3e8ceb7e4bdf78c +size 62129 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_2.uasset new file mode 100644 index 0000000..a23fe75 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3feff0eab06b4027c8f00bac917331d2840e34d2338a8c17507a891a999977 +size 72527 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_3.uasset new file mode 100644 index 0000000..841b6b8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39debb37f57cd4d3da98bb94c153f71e1e4734d0216b47879546261b1f6ada77 +size 67840 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_4.uasset new file mode 100644 index 0000000..f32b206 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Run_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995836a1315feb0b15de3b9b1aba5b99da00483450765fbc81e3e89dcde23f68 +size 51499 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_1.uasset new file mode 100644 index 0000000..d1b8587 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c43a402341a7a22f33bc9a9726abd32b007dea325cc2160b7f908ed5efe3284 +size 77742 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_2.uasset new file mode 100644 index 0000000..e100033 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7696fdc61dbeafecdef8a08d52cf3dfd4a1d468d4d376bc4285230de43ed1df6 +size 79335 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_3.uasset new file mode 100644 index 0000000..2633e80 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe7e6673c0e3dabbcee6c1778cceaa54c16b3b84c87b53a21cb3cb6f0fda996 +size 81603 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_4.uasset new file mode 100644 index 0000000..cc5c741 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050fd4009a02c37c9508f63d096c83a2f07b531926fa345ce251b63fb210b7d3 +size 77974 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_5.uasset new file mode 100644 index 0000000..f9afb93 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63aebe03e4688c2f927a64c6f25dd79d7444c21df5eef7ec2474bd835dcf386c +size 83198 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_6.uasset new file mode 100644 index 0000000..34b171a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395275634fcd2fe6b4e3906a6c06fdee4d64192f271fb3bf72df8bbad8dcf1c9 +size 81593 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_7.uasset new file mode 100644 index 0000000..ef3411e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f51942508c1368d6847324c5722857e0458ad2a7e30d2231d18b6d65510bd8 +size 75236 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_8.uasset new file mode 100644 index 0000000..702652a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae28bc38e11d570fe38e2332902b8abf88da0bc878ad1055b0d58a6ff4351d0 +size 102859 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_1.uasset new file mode 100644 index 0000000..0b77112 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec995e500e19de3cfd10de5be533c3c8b1bd89cb7adc73b448d74740251a0b3c +size 78057 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_2.uasset new file mode 100644 index 0000000..9a4f453 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b4feb8d2bf1edc21f7d6ff64c5558ddabfda5e4a74682cfbc28f017ad79e45 +size 85170 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_3.uasset new file mode 100644 index 0000000..3dd1b03 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b60fb2544727a14a11a66748f34a932cb191231caa12d3f9369299b550af4f0 +size 72719 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_4.uasset new file mode 100644 index 0000000..1a2ec03 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Leaves/Footstep_FootstepLeaves_Boots_Walk_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a67189f9379c3e8eed97727ee47c723f2a3fb0234c7ecc15cb19946e3a9e7a +size 86077 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_1.uasset new file mode 100644 index 0000000..d1fad1b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca214eefc028120e8db1a318805feab60142b3cdfe7bea8e57291a6b5618bde2 +size 95778 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_2.uasset new file mode 100644 index 0000000..818f0e0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9957142d3de15b604c6da30a8dbecaaca231986695c918719b06ec09a7250d96 +size 98520 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_3.uasset new file mode 100644 index 0000000..bd80947 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c289278cd46f2e98c93074ca054f53b4a9fbcfd9b5405a9cae1a7f668fe811a5 +size 92434 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_4.uasset new file mode 100644 index 0000000..d3916b5 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c2c5b2a3210784ddc1f7bd969226e19fe186f08062cc71b62e0f6ed4c6815c +size 93050 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_5.uasset new file mode 100644 index 0000000..ab83ca1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5292aa227dc2e0135e1680baffc0ad298d56d4b6a0ebef94c05fe47cece00cd +size 101054 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_6.uasset new file mode 100644 index 0000000..2e0d414 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f44f178ad1fc7e46464fc124dea8ba008318300d8961ea2fef53a38a8b7b144 +size 98979 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_7.uasset new file mode 100644 index 0000000..c24bfd3 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c9669beb7dc9da7e29782c750e4bbb5f445801617a9fd76394b9fdd6816b58 +size 93703 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_8.uasset new file mode 100644 index 0000000..47a7713 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ed70c0a42473514724bc924b0bd0dcdd05a180d6a160394d0eba626345ab38 +size 89136 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_1.uasset new file mode 100644 index 0000000..935f917 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3545ef41780cc2481e74e7dda309a9e5a410a971961a78deb702ef1511d08466 +size 99273 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_2.uasset new file mode 100644 index 0000000..7b9aa95 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea903a042dc27b5fe050e9c62ebf2993ffcc03e55cc0c61845cc393d0634a142 +size 99488 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_3.uasset new file mode 100644 index 0000000..67ee4cb --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c260afc2af038fcc374a7fef679ead330617a89544ffc91e3ae420913d5926 +size 83556 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_4.uasset new file mode 100644 index 0000000..8e601ad --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jog_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab03bd33fd7389c99a4b23f630f1d53fc40f9d716bdaa05bc90ba36fed411f95 +size 103340 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_1.uasset new file mode 100644 index 0000000..720fbfb --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc288e884ba7240ca8f6dd3312b6207e867ce9237c9a756ceeb2e043e0645de +size 103150 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_2.uasset new file mode 100644 index 0000000..30b883e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2246e95eafdc22784e624ad74c3d3754507bb09973b221311d8d14605863574 +size 83822 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_3.uasset new file mode 100644 index 0000000..b0b47cf --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707f7af2cf810eec277834cabe69fc4ff72566dc604d28fde5bae44fc1afc7eb +size 98024 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_4.uasset new file mode 100644 index 0000000..71d4a6b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Jump_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644b5b050922c7cedf2429eecdea1bccdeab07033ef7db61491b7ca38b81654e +size 98024 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_1.uasset new file mode 100644 index 0000000..3c7079b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89bde06790926f1906b3baf7733cdcc69ee8882d8538e84738dbf53836817ce +size 97617 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_2.uasset new file mode 100644 index 0000000..0dcad58 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28f115a904ae569694df3f5135adf78c81b4b530da3019aa2d2cd5fd5556941 +size 88383 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_3.uasset new file mode 100644 index 0000000..f92ce71 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b61eb8bb63ab88ed0d7d282c580642f812ee165f6cc1e01580adfa9396899b +size 94835 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_4.uasset new file mode 100644 index 0000000..ac0545d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Land_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72417bddbea70f81a0ac47d3cd15995c9e3fdbef4feefcce8b6bd96c5c65658a +size 98386 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_1.uasset new file mode 100644 index 0000000..deda48b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefb55aadb6b0429e659f2ae9a931fe5c8b2f16a1508794f1e4146c89f9a08f1 +size 97197 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_2.uasset new file mode 100644 index 0000000..98978ac --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85552db7311b707329c551092a547ab7e94448b6ec4e9fda96c40f9bb4e57c2 +size 83897 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_3.uasset new file mode 100644 index 0000000..3ee042a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e503a8cdb7c33a1b852438785a07f9d361ee9d8649a9308a429d6c2f413faf +size 105449 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_4.uasset new file mode 100644 index 0000000..c73cf6f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515dcbc23396c94bf14e8d36837c6905251e5794f2d38c9d5dbf737d918b6b29 +size 102149 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_5.uasset new file mode 100644 index 0000000..d5affa1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9863f3fdd12f209210710bbd0dcda99ca0183e20870e8027a81e703005d73aae +size 89694 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_6.uasset new file mode 100644 index 0000000..3f6b1d2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84477ab575bf2f700536a180155258e0b4a8f71cfcd9a62411f73e66ac6f886 +size 92989 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_7.uasset new file mode 100644 index 0000000..5d0b67b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15324923211736962f090fefaca31f0db43b88bc3d78c432f59d8d8d36b4078b +size 101208 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_8.uasset new file mode 100644 index 0000000..840f76c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a7833cc8a8965825b4a3daf2ad9c3a9fd7f558f4fd9775e3deff7c1781a6b8 +size 82646 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_1.uasset new file mode 100644 index 0000000..84b4420 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52b5ba817e565bb0b8648ba2e2e63a888e2f57f697716b8a16279bfbd2416f3 +size 65111 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_2.uasset new file mode 100644 index 0000000..d96c72c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad042aafe0d2491fb18ea9028a4d701a947d7571a3979c21369ddd6a7778b190 +size 86964 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_3.uasset new file mode 100644 index 0000000..0206623 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213bb15d07ebc2a449f9646739fa445a74709564335ebabf4fd84fc6de52bcfa +size 93529 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_4.uasset new file mode 100644 index 0000000..6937019 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Run_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce86d5257c7b892d8f9ad645ef01ebd971f6a9c119d69a42a397c4991970f01e +size 101911 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_1.uasset new file mode 100644 index 0000000..9437ac8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0aea1b14f3c019f7e2432a707de0e56a22c30390d700dcf527270b26f8e929 +size 90480 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_2.uasset new file mode 100644 index 0000000..2cc53f5 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab13760d1c8e417ce16c899ad0bfee0611deab008044259f49ff730e74140ce7 +size 93054 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_3.uasset new file mode 100644 index 0000000..17ed277 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129b4896117a623c3f819f5315327d84ec5a22b4ebbe38ec64675d30e4485f8a +size 93674 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_4.uasset new file mode 100644 index 0000000..847a4c4 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5cf7c458b68cc3dee0a392273df861b784ca51fe352cbcb4d7ac83eb2c4b5c +size 99961 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_5.uasset new file mode 100644 index 0000000..f59fc44 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5a33c83f9a91968bc132c7e0b6fb3e8e13832b3e6eec6fccdee4b20def67f6 +size 106656 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_6.uasset new file mode 100644 index 0000000..fe3cb25 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97d0c9bf0f8ba3cc4e5157ab76619d1d257c6ba2ee6c5d3966bf8cecd74010a +size 100907 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_7.uasset new file mode 100644 index 0000000..4384482 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360bcc1fbf51c3d8da56a0e31976051ee4f4cd48e58dfc69403c645978da1b18 +size 100157 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_8.uasset new file mode 100644 index 0000000..77fd7c2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246e5e9b9f254a1e65ca6e1a39db19944a303b16cd7410139babd629b37f4724 +size 98760 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_1.uasset new file mode 100644 index 0000000..ef37297 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582f5882346106bb61df431f03e4e691dc36c52a619b4fc70b753347b7cdc1eb +size 94174 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_2.uasset new file mode 100644 index 0000000..94936cb --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d8b7860adb2dc2d7a54516868923bc4187ef0bc40da8db76946f4c0f7c50da +size 103195 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_3.uasset new file mode 100644 index 0000000..dd0b69c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd2be9fa725041e0bb8a159e21262fb853a4ffb00452b9d05317bb273962f01 +size 97927 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_4.uasset new file mode 100644 index 0000000..2334a19 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Metal/Footstep_Metal_Boots_Walk_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16118547f307e6ab28dd1dd0d716583d0250b9a9f7b7893075f4c2c8bed5285 +size 89599 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_1.uasset new file mode 100644 index 0000000..7df0282 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f50cb78800d762dbf275ea75ec923baa55a30f79c75a3a6fe73ea93ddb7054 +size 91674 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_2.uasset new file mode 100644 index 0000000..5d1c906 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6ec934071d81dce7231ffe2930c6a2d40523465a637f9b189468effcef0c96 +size 95095 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_3.uasset new file mode 100644 index 0000000..1371772 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10f7a57cbb8f5fa7a5a8f4862ac35ef16619f24c505b01d3f6ac5b6f1f7819b +size 95975 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_4.uasset new file mode 100644 index 0000000..3d6a64d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccff71c7664488ccda8c0da293c60e6c1f8191700eb70b8e531fa7c26f0fefeb +size 98662 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_5.uasset new file mode 100644 index 0000000..0792c2e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78adc6cd05d94b5b3ce68da1fa35d4a4239ab29a9f9eb7a10828de2874f4bac5 +size 99677 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_6.uasset new file mode 100644 index 0000000..e1adad7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c01bb3d386c962d0a82af7b0bd4d477bcda28a4687d6d75abbb7c54adeda2c3 +size 98699 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_7.uasset new file mode 100644 index 0000000..029516c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d310ab042e0e249492d419782e24d71d5d1a3373ebe63ab093fb54c544e518a7 +size 107871 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_8.uasset new file mode 100644 index 0000000..2c19289 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b7d5a3b5532f6f8a5558c56bfe4b54bdd400bf80e2e8603f6a3b13fd600cd5 +size 79779 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_1.uasset new file mode 100644 index 0000000..dbb38fb --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb66499fbc9e3d6467b00e8f5031c1eb0e5c1676e27b809083e31fcc0e6721d4 +size 94467 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_2.uasset new file mode 100644 index 0000000..5ede029 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722ed966e04bb0cbe1caf3711f7e0cf363b14351c1711898adfe1953b4662d2a +size 94422 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_3.uasset new file mode 100644 index 0000000..b804f7a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd52c8a9d0180ca606aaa2ec7bfb8fbf9c1adb89cb16a069a85a79d97dd4850 +size 101650 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_4.uasset new file mode 100644 index 0000000..12a2b69 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jog_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5710344cf450fe1c21815d06c61e8abdeda1d0b65a3169e8ef5cb81cecae974c +size 109606 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_1.uasset new file mode 100644 index 0000000..bd65c44 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98631cf508b52b098721988da4586eee9cbd4a0c96a8ec5329aec26a8ef2b707 +size 57791 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_2.uasset new file mode 100644 index 0000000..7b7c041 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728d432b62faaa7bc743f2c67d1b43a8f2c91fa6e68086a6912470e4ef16dcf0 +size 70464 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_3.uasset new file mode 100644 index 0000000..44f3057 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6243802c5a66c72c9a15e8c1d420948294d2551eb9f5d5ead49fac220de3d0 +size 187708 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_4.uasset new file mode 100644 index 0000000..198fa8f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Jump_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b49e5b1b087274d1bf1467d35ba253cc2dc8fc896b1c686e8bd42d15997d748 +size 121098 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_1.uasset new file mode 100644 index 0000000..09e3a0f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d02dda946c706c3ecc9dd6b844604ef559179fd721972f8d11314cc1d4bfc9 +size 96209 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_2.uasset new file mode 100644 index 0000000..18701d8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c2cb6ec28175a78b6f12bd5a2c348b8cd510f368d2731a91f2b6b1839fd6d1 +size 193632 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_3.uasset new file mode 100644 index 0000000..ecb5454 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b44c483a862913d610b1d1a2412b6ce1d8205ca171500b0585274d20c3e6c96 +size 86991 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_4.uasset new file mode 100644 index 0000000..6f9964b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Land_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb19514f069e3d6d5e402d7cd26acc3801ea270e1e40357ee271c1e4ba40e49b +size 88026 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_1.uasset new file mode 100644 index 0000000..ae9203a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca73f17fea257ecdc180bb4f0039e156ae89804e28aaffb5aa8a22bc88ddc7e5 +size 60026 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_2.uasset new file mode 100644 index 0000000..14e4bbc --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b71af56d8d1cc6dbe3e432e8bf468cf0a38f64eb2c213eb544bce49f894d486 +size 61335 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_3.uasset new file mode 100644 index 0000000..db66177 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d500e245d79de35b02f766d240cb0e57178c90ffdce5e687be0a85cd602f1b6d +size 60425 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_4.uasset new file mode 100644 index 0000000..4656d6b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb4a2dab3402344ecff5feb625bcc6eb6cd443d6881ba6c259cf7cb0e2aa4ab +size 59620 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_5.uasset new file mode 100644 index 0000000..b8dc049 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ada6e0ea995455c94651a54ffb50c0e74c6486d422c45479349b0bd2c68cf4 +size 58517 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_6.uasset new file mode 100644 index 0000000..f83fb4b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2221c906fc4dc21f3bfe8b1dc2accdb993b9638c8da321c3bdc485aa0d7eea +size 59285 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_7.uasset new file mode 100644 index 0000000..3a31bef --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ddbdee3cb0c064d8cb45798086c21ed877b26f82de4226d337dce035f36fe1 +size 59704 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_8.uasset new file mode 100644 index 0000000..7b4cd10 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bffaf4a8e582d61e454aef36a3eab25f81d4db68c02d369c1050557118dc18 +size 50805 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_1.uasset new file mode 100644 index 0000000..5936b03 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23663b255fd1b10ddbe95db65cc50b6295846dc03e04a76cd82e6f44e4d5ac12 +size 73917 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_2.uasset new file mode 100644 index 0000000..cc464f4 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7845df0c8d0cbc1b24395eb39133506a4c13654ede7431b351e8c8fef27cbd18 +size 79573 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_3.uasset new file mode 100644 index 0000000..7b1fa26 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cf7dd2a15dc73a5ec308efe6a30c63b1233054a1d6e657a6f676c05c17a733 +size 81073 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_4.uasset new file mode 100644 index 0000000..09b33ab --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Run_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b72c0284d473f96cfa2c411d97c795bf4b02de437778b4cd1ecd005e011e75 +size 78863 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_1.uasset new file mode 100644 index 0000000..3b9eb13 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5bbe8e193f440bd3ac81d30729186d1b294f4f10fb391ff58a657c9372d259 +size 111089 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_2.uasset new file mode 100644 index 0000000..a8c3885 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722286d08ceacc5780788eb7dbeeef2f632f37c69168245457676545455c9528 +size 116220 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_3.uasset new file mode 100644 index 0000000..1ff51dc --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8895a6c05fc15d81dde3b5dcec47e89e353cbc2536036bd7ac5f11b13cb9ec +size 107912 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_4.uasset new file mode 100644 index 0000000..cccfc69 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c45c812abea4522dc6c0b8a0608368dad0b260474f666194a75ec58505d472e +size 110229 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_5.uasset new file mode 100644 index 0000000..b1915ca --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edf83efecfceb16572c1c1fd955d97c0dfd1e1910a154c2b3e099d6bd2454cb +size 104259 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_6.uasset new file mode 100644 index 0000000..8fb90a8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd309d6e001e40239e9af378de06e9d2a27b2897e036fdc1c181dc09e855d79 +size 113794 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_7.uasset new file mode 100644 index 0000000..402e583 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40e96e82dcbbf5bf9488bb0df39f7a60731ef97c9fa799c3fdb28d61e94e830 +size 104803 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_8.uasset new file mode 100644 index 0000000..4052ec2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe7f788302b5d16b14f7e9f025616ce938258b4c483c56c9a48f5e37a44ff89 +size 106592 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_1.uasset new file mode 100644 index 0000000..7970192 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7662f93bac4f1a9423d5d8ee84cb6da143348fb4a722a8a3f328eb49b491f063 +size 125878 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_2.uasset new file mode 100644 index 0000000..d2d40d1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea5b1fd2dc2ff2afe7cb4050c465d485ce2904f3118cf3e0705b0fcae0e1e95 +size 218172 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_3.uasset new file mode 100644 index 0000000..425af86 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9d5a631822f29e5ecf019782a266011037f3461e82cd3c5e3b7f2cf1fe7bd4 +size 266500 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_4.uasset new file mode 100644 index 0000000..155b86a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Sand/Footstep_Sand_Boots_Walk_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e04d003fbf5a2288449513ccf52d2902d8f71bd299bd9018f4a640b0955201 +size 212792 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_1.uasset new file mode 100644 index 0000000..35aa6e9 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c6229fcea0da4ec37eac1db399ce6e30140c33852effe126c4c2e7a1508240 +size 63440 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_2.uasset new file mode 100644 index 0000000..f706399 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb7f890e0969404804aaff376c0e727b290d215177d37ef82cfa01488750b38 +size 71930 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_3.uasset new file mode 100644 index 0000000..6b69c8d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5311a9b720f4c1b923fd2fbbca152d3d58a71fc77dc808bb49c38563aa78ec35 +size 71498 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_4.uasset new file mode 100644 index 0000000..ce34bdc --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8c3ef17d118e7084775ac0dd7e281688851a0ab01023f827870a6342bd5a6b +size 68697 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_5.uasset new file mode 100644 index 0000000..e58c9d2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa34ef9939e9d269cd9f803097e5df6141477675fffc6b1753a5cecf66891dc1 +size 66446 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_6.uasset new file mode 100644 index 0000000..3397b29 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9287f7dace35890ba927c2befe02e279b64ea4ae6e33565f9e24c2f6a8d3815 +size 69200 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_7.uasset new file mode 100644 index 0000000..62cdde6 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5943007ab25d6a5914f64c09afd9f765045613d4574c8ac38cf65534807d64b +size 95678 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_8.uasset new file mode 100644 index 0000000..d787257 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebda75bd5a1b9432c512f225bed64db1e7cbf1304359671af3c03b0494788372 +size 104255 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_1.uasset new file mode 100644 index 0000000..02cabb2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a9dcc8d032ee27609ceb66063cb99880423dc6ebf855aa3f8b5c997f75dc9c +size 115322 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_2.uasset new file mode 100644 index 0000000..6833896 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd850c6fab122e259e3173170ac3e8724008f47b0ed524b82798f468fad07eac +size 113427 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_3.uasset new file mode 100644 index 0000000..64b2c0e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115594801565a01d875f951da293fc5b452ad8f1d810ce18002285f92c962c9f +size 109537 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_4.uasset new file mode 100644 index 0000000..cd902e0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jog_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d02bdcb49ca9d0b6062784a747e4cc945b3a3e0af697bfa13414fb1925c364e +size 145799 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_1.uasset new file mode 100644 index 0000000..20b88ab --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40635a7962e522e38a5074c2c8602c9a44077eb7f905e8e21c0d8e516914f56 +size 79946 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_2.uasset new file mode 100644 index 0000000..4001dcb --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3575b84e7c673609c9b334e9695071f04b03f75c7d67f7bb6ad9755d6dff4ce5 +size 81616 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_3.uasset new file mode 100644 index 0000000..8d756d4 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bea5cd4d37f29ad51e8508f0ecd08d177439011fa6ccc0373a359401938d2bc +size 70644 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_4.uasset new file mode 100644 index 0000000..4b3d7db --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Jump_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0c4eaeb7c23558f95282045c416c70dd8e045aa94a0ccf2fa733cbbfc6c588 +size 80909 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_1.uasset new file mode 100644 index 0000000..a5de005 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5576b6ba7de59ff32c7eb6da0117b377238ca9b0a43a007d79f68cad5c7a2471 +size 92347 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_2.uasset new file mode 100644 index 0000000..9bce38a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48188a39fea4cded17d784b323aade1114417a471c8584afb49c00978bd5d282 +size 91127 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_3.uasset new file mode 100644 index 0000000..9b55713 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8375dd637865b93bb00717acd318c9878a6bf7433d9f4fca3f5d2d3f9c86cf2 +size 74288 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_4.uasset new file mode 100644 index 0000000..321e60e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Land_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e26b2a0deba7d514fbf2b8a7b707c760fd43af66d6daa9d08291bf8dd8e0cff +size 97819 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_1.uasset new file mode 100644 index 0000000..ab4062a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce39fbde80c7e410f8f0ce734a9dffbfdf766f708095ded2749ab9704f031f4 +size 68798 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_2.uasset new file mode 100644 index 0000000..6be805e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8dbe248fb30222b0363a442b6ec48b0656896c5f7428a5c48cfdbcabce0d18 +size 65582 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_3.uasset new file mode 100644 index 0000000..fa08b7a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa223acb88a1adba08afa0c31aded069b9d50517a0f6714cad106fe7d1c94550 +size 67815 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_4.uasset new file mode 100644 index 0000000..ac7e4de --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda32e580229526c3f7c35ba617e45dd322e0ae2e5272b75d093abe4d710d3b3 +size 67657 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_5.uasset new file mode 100644 index 0000000..2298068 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fb556c537c7a0b457d70d97b33d88559b9ed253c0e00fb5e524a8cc70a1754 +size 60735 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_6.uasset new file mode 100644 index 0000000..e809c0e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f80b82eab418b80c44bd380df72c9b5721b8e501b513020079a06ed8ac70f30 +size 126688 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_7.uasset new file mode 100644 index 0000000..ba59eda --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20afdc23ecf6e1f1683113734f22dab9c26d29dedc565e705320068ac18a2a80 +size 67748 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_8.uasset new file mode 100644 index 0000000..29e4db7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64732713cd124c3038335fcc6c13b83c7814be5285468175ae4fcf3737fee4d4 +size 79962 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_1.uasset new file mode 100644 index 0000000..cc3d3fd --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0607c9f74163113b5d1412b5fd8363071acaf3636bd2f975a15ed2352648691 +size 60191 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_2.uasset new file mode 100644 index 0000000..1bd66d1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892f4216cf841126e9742ad3dc3e9852d2eeecb138e0b9acdb61990498c46b94 +size 79788 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_3.uasset new file mode 100644 index 0000000..83c5472 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49379ecd188a22dad5ad02939c9ccd71e9969f20e7833b753100c08ddfdd6bc5 +size 61525 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_4.uasset new file mode 100644 index 0000000..95fc3c1 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Run_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be48d56c967d10def3015cbb6061f421f5cdb7ba0cc5916869888ca5c6ce72c +size 60159 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_1.uasset new file mode 100644 index 0000000..f35e92b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f83cc99241a2347805517cbd8cddfae485c8c5dae2a6e19414d252bd793a60 +size 60815 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_2.uasset new file mode 100644 index 0000000..bddb1c0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432e5488180db3b700de3e8ada75af69e43ed61a62407edbff38832013a2039e +size 61863 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_3.uasset new file mode 100644 index 0000000..fea47d5 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45542b6f1a6ef78db77f96f3f40ade995e444bead1500658000e77abaae9c09 +size 62600 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_4.uasset new file mode 100644 index 0000000..7b489e6 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f091a063056cdc52394f2117adc9b9b6a7b7c9c196c502281afd7b7050a1afc8 +size 61463 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_5.uasset new file mode 100644 index 0000000..45da814 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc145d3822d4290fd0db1084eb81161d4df40633b3c3a635dc648aa117bffe83 +size 63775 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_6.uasset new file mode 100644 index 0000000..afdaf19 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27b9772648c8293d375d2a923fda7eefd54c5d7e794fb25b6117e4506260968 +size 65591 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_7.uasset new file mode 100644 index 0000000..a44592b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104939f45ddd2a743ddff4fa668684e83dcbaf36e66875967344f033f620534d +size 105226 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_8.uasset new file mode 100644 index 0000000..e5ba947 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d415e017f97fb90bf8442588164251d059907da3819f9bb0e02f1d7983dfad +size 164276 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_1.uasset new file mode 100644 index 0000000..a10714c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799321b0d2a6e6f1e1955f3e814f59b194e86e1496fb0a1e95b223a24cd36a0e +size 87815 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_2.uasset new file mode 100644 index 0000000..ceff153 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759ba5df99e3a72905b6a378f334120ae0caa4e45341af53d3306d6445f3e5d3 +size 93724 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_3.uasset new file mode 100644 index 0000000..17d7c65 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5033805ad2b1c37e0fa3752deb9e88c2f4ce0add59993c6dda2d1f5a1ee696b7 +size 91498 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_4.uasset new file mode 100644 index 0000000..3213054 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Slush/Footstep_Slush_Boots_Walk_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c72ac1d6d1a1c410ac723aee04ee89693b9c7ccb2af0e7f8cad3885392659a6 +size 96066 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_1.uasset new file mode 100644 index 0000000..b1546ca --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd21e073455123e5f6342dcd0642b9abd9d184c77218ddff5a68e582449cbce4 +size 74773 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_2.uasset new file mode 100644 index 0000000..dbb00ee --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e9368922b2ddfdd54624a03bad36cea3704486145afc8bece742a42ebebfa8 +size 78953 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_3.uasset new file mode 100644 index 0000000..af67481 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a30c4993e4c897550c6f8564542125b4d37d1471b7d8ff2874d4e505a89b23 +size 72181 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_4.uasset new file mode 100644 index 0000000..37c36a5 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd4803a28a47b4582f8908e97b7f59bc5f5bd2385f30306dadd121beb0185ff +size 74230 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_5.uasset new file mode 100644 index 0000000..5334f0c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98d6617930664ffff6870409267ef5145c77c69fd47da55256ddad4e125c712 +size 80789 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_6.uasset new file mode 100644 index 0000000..5f7f9a3 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5fa130131984608d900bbfce286dfee44b33cea31a52573d001ce1dba23398 +size 74052 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_7.uasset new file mode 100644 index 0000000..4fcdd30 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925fe06544353594fa221daa7c070a3b170ecca1154abec401f4830bca9bda93 +size 75888 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_8.uasset new file mode 100644 index 0000000..70284bc --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea6d1f3048887434eedea072e1638e5a42a48a191a42182c55380bdd14f818a +size 54110 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_1.uasset new file mode 100644 index 0000000..58e9d08 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8bade9680ac98b0ace5e80d72de5ee2cc655a87b18eb2327605f1f41def752 +size 83490 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_2.uasset new file mode 100644 index 0000000..831347e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313acb68d96902d1f5dea39c19a2d97778ed8db446e6360fea662a805d7702d7 +size 61093 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_3.uasset new file mode 100644 index 0000000..6accd56 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74b3fc1975d446e1d13cda0a2ad2092d6adf0a877c3a7d6ecf45017d74b3f67 +size 91015 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_4.uasset new file mode 100644 index 0000000..370736b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jog_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2708b457e8f1b91a0f99df5265a8bfbab4730746a450c0c6317ce095e3d7f096 +size 85414 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_1.uasset new file mode 100644 index 0000000..c10883d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3337d891ccf33f444c5d617c67248cadaaadfa6a8414e041714a3987c20511 +size 73022 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_2.uasset new file mode 100644 index 0000000..248a139 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80c0bf433054958f5f65b303dfaf25020af93623097e550d6d285e15a2548e2 +size 68273 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_3.uasset new file mode 100644 index 0000000..7f69cd2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e907fbf4f8914136545375177e653d5d67e95fec0e5065a5b215cfda494574ba +size 76299 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_4.uasset new file mode 100644 index 0000000..1bb7a25 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Jump_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c980f1c66c50331e37a1f780dd9b586afceccf2057b575398022bd0ecd6e5032 +size 80244 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_1.uasset new file mode 100644 index 0000000..3372716 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c1c92c509bd7805b3abec6392200271f05aa28d84919012f716ac744ce8593 +size 77435 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_2.uasset new file mode 100644 index 0000000..8e1ee27 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea21d5f59526b3eb02561ad32245cff19e5cb544fdff202203178c3c53e2fb09 +size 83717 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_3.uasset new file mode 100644 index 0000000..bfb5fb7 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8a0a2e147301959e0b9efd4d9b8c7097414cbd5e2a201ba82a8f96efd8e0ce +size 100203 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_4.uasset new file mode 100644 index 0000000..26644de --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Land_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c241c347da533aab4503a32eb01868e52772d394450f325e4bc5bdeb6ccc2557 +size 86443 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_1.uasset new file mode 100644 index 0000000..1f76c79 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a62f8585d86a9b82b492123ac786b6631160a67212a4650b3ebf5e5b529bfa +size 71901 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_2.uasset new file mode 100644 index 0000000..f7771b4 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb5b1e2ff4d1ed105022a24c506fbdc453ec916fe0160939e04c1971364c9d8 +size 80034 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_3.uasset new file mode 100644 index 0000000..fdcd29d --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c161052ac2ac814c5d8586ba1c4d40549e35f6c3c7696e56ce477b8c020b318 +size 81382 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_4.uasset new file mode 100644 index 0000000..7a165f0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e896bb4d70fad4b5e521587b0f2bc95e0655deaaaa60c7332ca004a66c79c4f3 +size 77534 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_5.uasset new file mode 100644 index 0000000..d4841c5 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26515576a93bff6742bc7b0684ee0a66e3bf939227963498adccf88ee0ddf252 +size 79836 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_6.uasset new file mode 100644 index 0000000..4297bf8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06971f26c7b648749780907b3fa178a79d7fed202c204a1d46b6178e7b26ab15 +size 80817 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_7.uasset new file mode 100644 index 0000000..2b3f1db --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf97be3fe4f8ac0f40f2e034d00f4f3b75f146521ebd965da88c41a007ebf85b +size 77694 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_8.uasset new file mode 100644 index 0000000..81d46f2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371c2a4f575260704f85b1ec4f4405abbf6834364d853bb39b2c997f03fa3a8b +size 67633 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_1.uasset new file mode 100644 index 0000000..52f7d29 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b01f5ea0eb21725a58827726a7de63df86fc0e39b6c621e9b6fc5d45ffa068 +size 65847 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_2.uasset new file mode 100644 index 0000000..ba68c87 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ba43e1df1efb1610cf29f902c51dcd6ad84d2ebfe0ef0e7708be67edf6362d +size 63520 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_3.uasset new file mode 100644 index 0000000..f7d3e54 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5bc441c391899e68ec637d23ad2b8c4edcdb5f159311f3e6ea839d5225d307 +size 73983 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_4.uasset new file mode 100644 index 0000000..94917a6 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Run_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6c67167d09f7af26f20eb02f0ab025aaaa4524c22e729aec3ca44f6ace1d9a +size 68732 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_1.uasset new file mode 100644 index 0000000..e8d165a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597e85101107f2afbf876e99e76a73f4a0a8ed77ef7b431c834a626788cdbe1e +size 93253 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_2.uasset new file mode 100644 index 0000000..ef433ea --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1e15b8b6dc86ed55d76cc5216a3a589c749f5541b8d602ba4d19a58ab24b2f +size 102364 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_3.uasset new file mode 100644 index 0000000..aff18d8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40d817a04a41f7a02d8511ddab13c6d79978930c70d726da8cf9a0c69ba2e4a +size 77789 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_4.uasset new file mode 100644 index 0000000..5d161de --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a2eec91b4c53d9eccbd88ebdd325c9e2d9dcee22958fdb452c636f11b75724 +size 88004 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_5.uasset new file mode 100644 index 0000000..33dbadf --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8485e32846e5e660fb4c81865b165dbced104b59e1b15a19cb97fbab1380055b +size 90738 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_6.uasset new file mode 100644 index 0000000..88735db --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a47138fe1b78410c242a5fc7bf80b7cb788e7bb5f909790e1a4623a13f569a +size 93724 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_7.uasset new file mode 100644 index 0000000..d03c938 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1bcc7c5191c3caaac737cf4ddd61280232b1f4907d1307f2ac000cc343d4e4 +size 89777 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_8.uasset new file mode 100644 index 0000000..6511779 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6140c0340c8d0244c7a24b3855fa11c7072b5973a6279822e4e1508f4123ded6 +size 87915 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_1.uasset new file mode 100644 index 0000000..aab0717 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f371ff74c45a2226037fcf5f033cb4df1735790c3b08d4353abeae7f6019c3 +size 82572 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_2.uasset new file mode 100644 index 0000000..bdb7784 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030e562ee36f46de2e9805cc89740329b3ff0221773f5984f08e40b4d6ef1d7c +size 93519 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_3.uasset new file mode 100644 index 0000000..ca759ea --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3517cdfad5acc45759fc4a07d2f02658911844d859e175d5527dd6ca5d5798 +size 86582 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_4.uasset new file mode 100644 index 0000000..e174579 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Snow/Footstep_Snow_Walk_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05c2efc5b8c289f4ae2b39b97cbd5a54add52b2bd19d995a0fa5e999ab90455 +size 63701 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_1.uasset new file mode 100644 index 0000000..1cb24b8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e07b66905c579fc69ebf1592151c0227982c2607cb0333a17c884c0f12ba53 +size 47991 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_2.uasset new file mode 100644 index 0000000..50d91fd --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab967331fa3b55254e7121ac849dd662c9fecaa16514459535b3ac232ac0d0b1 +size 53553 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_3.uasset new file mode 100644 index 0000000..4898b20 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec3d2d1296d5f168c51902cd88cfe3a58df0290dd50c834cc66c4d6ce2429fd +size 56823 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_4.uasset new file mode 100644 index 0000000..533684b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5d5576454cc62a3f7a4529e7461af52889d17824057e440be213e673a68a34 +size 52980 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_5.uasset new file mode 100644 index 0000000..9d61fc3 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327e58892ebbd33d9ae9a2aaea3643e395bd7b4cf91a53f9f932b3584fd4ba56 +size 52874 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_6.uasset new file mode 100644 index 0000000..7353daa --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ff7f4449f10c5eb703261c47daf83be7f46b9d9f5cd9626af2e93ec824e3ab +size 54361 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_7.uasset new file mode 100644 index 0000000..9bc8158 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8dab3e695e7d6dad7703b39c8e2811711dade36aec328f0c3db3d0a93def93 +size 57883 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_8.uasset new file mode 100644 index 0000000..299aae8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a4ae1199998262358a12c0522f6fdff04fc1b5003ccbf623aeda9968cff74e +size 34942 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_1.uasset new file mode 100644 index 0000000..99b87b8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f857b9ee8231a09ca27b8c6d2984b30158862a5406bc344711911db3b13e54b9 +size 75925 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_2.uasset new file mode 100644 index 0000000..3bdccf8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95e068b8a3b88eb031ddc0388abeb3fc8249de865acedc8bf905b1d370a0f5b +size 80281 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_3.uasset new file mode 100644 index 0000000..81beb2e --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20cd1ff4f1018414df0c964f263340d64796acc74d74b1b052910e3cd0c2360 +size 73801 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_4.uasset new file mode 100644 index 0000000..0654905 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jog_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4740d5aa0977ccc55787940b8a6adb1354f6568fc5c9fd010fad857834ddca7d +size 50407 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_1.uasset new file mode 100644 index 0000000..50c5eec --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0316c0e50dea9d28453aa01816d04ead0d4fde0ac5376c3f48bf139abd2691 +size 65649 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_2.uasset new file mode 100644 index 0000000..29ab95c --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a614c4db494c5afd0bf798a8b1206890ec8f3707c2aee1dcc68a15a2f18e9641 +size 65444 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_3.uasset new file mode 100644 index 0000000..c130a0b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d14c475bcf46b4855eaa05ca305973b379af59b291bc32010390fff869d87e +size 56004 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_4.uasset new file mode 100644 index 0000000..0f1c007 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Jump_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432e45d190043e4bd3032886afdd339cc64a585f81eccba40955a82d18b27b35 +size 70709 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_1.uasset new file mode 100644 index 0000000..3ccf3a2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1262fda89c85d47e2a9f2d811ee8347b8b8f8dce02d669cfe247b45de03837eb +size 62581 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_2.uasset new file mode 100644 index 0000000..d6c88e5 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd5d530f36e071592402e10a08ac560b7499ab926b7631f2e427fb5e141db60 +size 94776 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_3.uasset new file mode 100644 index 0000000..228544a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6572d417ca3860df6b137984db27cafb2b730fca94bacfb8f77cfb6572587aa1 +size 63555 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_4.uasset new file mode 100644 index 0000000..ed37df3 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Land_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961ac2f1fbffe94e4601c648f371ff1854d4fe8a24c2bba7e7ed09426ce57783 +size 76739 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_1.uasset new file mode 100644 index 0000000..2364fb9 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6075ed26e43f07195cc10d6a9846008ce0ed5d9b6075b152b81bc800aa4fa7d4 +size 51154 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_2.uasset new file mode 100644 index 0000000..6b4fc8f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f589896c9038e39760d92c3e18baed8d22b0d6f70cb49b46f368ff905c9ffb +size 53987 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_3.uasset new file mode 100644 index 0000000..379bc66 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8898e28ef5f822b53715256149106178fd7839a258d11720a5800a4765c4c8f5 +size 51730 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_4.uasset new file mode 100644 index 0000000..a8642fc --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d075cf1ef42ab97b311945e7871476982812975a2f046db88ce1927f011257c +size 52672 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_5.uasset new file mode 100644 index 0000000..c46965f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ae63d94685e1399ffc224871951e0fb9f94b1ac3430ea4f382b597951ec47f +size 55880 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_6.uasset new file mode 100644 index 0000000..3c77774 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9ea317fdb725561e023773af719536f2c58e8104f5dfebfe97dccaaf0392f0 +size 51061 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_7.uasset new file mode 100644 index 0000000..de2a069 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9259b4e8bfb1ff68e20e52ab8d66b5adb4e0bdf5f3fb88b8142d58eb290227 +size 45864 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_8.uasset new file mode 100644 index 0000000..4942837 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202321ab4a4cb913dedd5a3235fa4d15e1d0c110e81842d7eaa183d762eb9431 +size 34809 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_1.uasset new file mode 100644 index 0000000..fe4519b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4b7c80fda0c0e7f73fbfb02a891ec470c36f3a71fe6dd21a57f1b01ed987da +size 76522 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_2.uasset new file mode 100644 index 0000000..2f4b9ad --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20571dbbc28212f213e52dc55ebd421adb75c3e9b5bb2a5b50fef60273676d84 +size 91575 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_3.uasset new file mode 100644 index 0000000..5eb0be9 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de5c25eca6482c9fe1a789e6e83486a953195af59302ddfea9bf33792188681 +size 114644 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_4.uasset new file mode 100644 index 0000000..be253fd --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Run_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b844d13fdaff601df44f0415a98091fcc817fc8fc1157bcb113eafd3968cae2 +size 41364 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_1.uasset new file mode 100644 index 0000000..9399d56 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309f8c212b2d613394abef544211bfbebb7fbc78e0d0179e5d6210d6170fb53d +size 66668 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_2.uasset new file mode 100644 index 0000000..0509f7b --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764fe039f04484e4f3efb3afbd13641320c863cea29b8bf6ca492524697f9591 +size 66678 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_3.uasset new file mode 100644 index 0000000..57be7d8 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76a13e4e9bf3dcf2791eb4c096509f44cefb5de2f551b5f43f2524bb7799a28 +size 74823 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_4.uasset new file mode 100644 index 0000000..43fc1f0 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217487583c4eba3290bf40b8f967f010c8953c2a95f5cf8c5bcb8f42a088f081 +size 71220 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_5.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_5.uasset new file mode 100644 index 0000000..98febbe --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e030c05e77afe539dbbfdfbff024e1ca00578d7291daae2b1cd4389132c07b +size 68640 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_6.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_6.uasset new file mode 100644 index 0000000..9e383ed --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410c58ceda9b521d7a1340592f469d04a64fcec804f03b7cbbf5b411fb851aa6 +size 68293 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_7.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_7.uasset new file mode 100644 index 0000000..91dbc96 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a5785870d137fd73479a6372029c502bf935051a71553ba073c6ba06b847fc +size 70355 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_8.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_8.uasset new file mode 100644 index 0000000..fcd3425 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3abc1ff359e49e07e6595c2fd63fc83a4bdc106bff1eefa8f67c3600427620c +size 63724 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_1.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_1.uasset new file mode 100644 index 0000000..b3bb27f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02859b415d1741ffd5fba6bd89f6975fbc556becd7064d3f4061ad6252e6ad68 +size 85457 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_2.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_2.uasset new file mode 100644 index 0000000..6400cd2 --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb0b96b00cd4dcebc7a0fdef40b13f87c608a7109c0f905b666a4a6bb4eb780 +size 90009 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_3.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_3.uasset new file mode 100644 index 0000000..ce7a97f --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54abfc46dd6cfe96eff48e70a119d5248bb84c0c96428b2c10017c07d80bdc1d +size 93088 diff --git a/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_4.uasset b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_4.uasset new file mode 100644 index 0000000..864929a --- /dev/null +++ b/Content/External/Essential_Foosteps_SK/WAV/Wood/Footstep_Wood_Boots_Walk_Stop_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3c09c780fe2fa4cfb613f079d8c4ed6fd798a94bc45294c741ede73951189b +size 77904 diff --git a/Content/External/SoStylized/Environment/Landscape/LL_Dirt.uasset b/Content/External/SoStylized/Environment/Landscape/LL_Dirt.uasset index a95546f..9a6ec93 100644 --- a/Content/External/SoStylized/Environment/Landscape/LL_Dirt.uasset +++ b/Content/External/SoStylized/Environment/Landscape/LL_Dirt.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:228ee6bf6934da45f40991ef128922d769553cf6f7670c0ea81e5b8333b0e97a -size 1633 +oid sha256:8a8c07e6b5851fb8778bff1d196b3270d148e542cc2095891daa153180f5741e +size 1890 diff --git a/Content/External/SoStylized/Environment/Landscape/LL_Grass.uasset b/Content/External/SoStylized/Environment/Landscape/LL_Grass.uasset index 8220057..47a3f61 100644 --- a/Content/External/SoStylized/Environment/Landscape/LL_Grass.uasset +++ b/Content/External/SoStylized/Environment/Landscape/LL_Grass.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5112a8fe4c4ea5e6ed1fdf9c215f76b0c0babf218e3596ff642a1b6b043c1da -size 1640 +oid sha256:38c2f91dba013aa5d07fe15bcd4de09f28fe561ba7b75e9a19cc605408c414f2 +size 1899 diff --git a/Content/External/SoStylized/Environment/Landscape/LL_Rock.uasset b/Content/External/SoStylized/Environment/Landscape/LL_Rock.uasset index 0f7f4b9..0697a29 100644 --- a/Content/External/SoStylized/Environment/Landscape/LL_Rock.uasset +++ b/Content/External/SoStylized/Environment/Landscape/LL_Rock.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca636f44b7ab0841c5a1decb5580832ebfc9b3ca07845e349ecd1fdc0c02ab4f -size 1633 +oid sha256:ab0c4301835677a510e84918c7f2774cd94a7023e224158f0884fc750a9babcb +size 1892 diff --git a/Content/External/SoStylized/Environment/Landscape/LL_Sand.uasset b/Content/External/SoStylized/Environment/Landscape/LL_Sand.uasset index 85b02e7..af25f15 100644 --- a/Content/External/SoStylized/Environment/Landscape/LL_Sand.uasset +++ b/Content/External/SoStylized/Environment/Landscape/LL_Sand.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e458b96a09fd057ade525b322a9fc135627b10ba4e1e601cb5d6c8f63552f159 -size 1633 +oid sha256:8b3aad70a776b0fc9f14e909dca7c9c0def28af6ed795eca7f0f35a21d8d6043 +size 1890 diff --git a/Content/External/SoStylized/Environment/Landscape/LL_Snow.uasset b/Content/External/SoStylized/Environment/Landscape/LL_Snow.uasset index 98fd488..3946f7e 100644 --- a/Content/External/SoStylized/Environment/Landscape/LL_Snow.uasset +++ b/Content/External/SoStylized/Environment/Landscape/LL_Snow.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6be86ce31242ffdc4e392571e504e2d1f1b14ee0b28e151f5e19bc0a1592a233 -size 1633 +oid sha256:68a6c66833a2fcdb4334fc323106059a0872c8c4f8b4247eb6ba94c929fc8a6d +size 1890 diff --git a/Content/External/StylizedCharacters/BodyA/Body/SKM_BodyA.uasset b/Content/External/StylizedCharacters/BodyA/Body/SKM_BodyA.uasset index b1c331e..d9d34b7 100644 --- a/Content/External/StylizedCharacters/BodyA/Body/SKM_BodyA.uasset +++ b/Content/External/StylizedCharacters/BodyA/Body/SKM_BodyA.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cff9acc3edeaeed32883c3976555c1774d4d22eb2f5f3adc474f6ce2f344e8be -size 1160081 +oid sha256:b3d56a1cc0bd3ea0d5b633f30c44dd6239d23988fecb274097a1ffa3c05c2525 +size 1160376 diff --git a/Content/External/StylizedCharacters/BodyA/Body/SK_BodyA.uasset b/Content/External/StylizedCharacters/BodyA/Body/SK_BodyA.uasset index 46d00a5..9ed5ba1 100644 --- a/Content/External/StylizedCharacters/BodyA/Body/SK_BodyA.uasset +++ b/Content/External/StylizedCharacters/BodyA/Body/SK_BodyA.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bad1a45f49edb4cccfce8b720fcba7fb00eccef2ec41ab9c990fae05dff5a5e -size 45543 +oid sha256:85b777dc43316294ac69da02aee3c3ffda86f4b47adf6e43df7af7096b34954b +size 49862 diff --git a/Content/Game/3d/Tools/Wood_Axe.uasset b/Content/Game/3d/Tools/Wood_Axe.uasset new file mode 100644 index 0000000..9a6ca42 --- /dev/null +++ b/Content/Game/3d/Tools/Wood_Axe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a92290e4320545b53a37488f01aa05acbe131f6fac03b67c3b89696bad4fc4e +size 331392 diff --git a/Content/Game/3d/Tools/Wood_Pickaxe.uasset b/Content/Game/3d/Tools/Wood_Pickaxe.uasset new file mode 100644 index 0000000..148e872 --- /dev/null +++ b/Content/Game/3d/Tools/Wood_Pickaxe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f842ef3e418bc0baa87174618e0ee1eb925168e4132334d15d57e38093f7b9 +size 307061 diff --git a/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_AO_Raw.uasset b/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_AO_Raw.uasset new file mode 100644 index 0000000..11e4001 --- /dev/null +++ b/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_AO_Raw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85ae668cc3b434497739422db3f066b94185c341956b9a87799e5fd851ad243 +size 1355496 diff --git a/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_AlbedoTransparency_sRGB.uasset b/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_AlbedoTransparency_sRGB.uasset new file mode 100644 index 0000000..34f91db --- /dev/null +++ b/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_AlbedoTransparency_sRGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49c2de3e9184eb37c6e27ce13843b45ddd17f76c504623e209999d00083f237 +size 13031262 diff --git a/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_MetallicSmoothness_Raw.uasset b/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_MetallicSmoothness_Raw.uasset new file mode 100644 index 0000000..61a9280 --- /dev/null +++ b/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_MetallicSmoothness_Raw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4451d145791f5435a6ac6482d4783a8b3c0eb2319d93c447695400485001571 +size 4104444 diff --git a/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_Normal_Raw.uasset b/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_Normal_Raw.uasset new file mode 100644 index 0000000..3e892da --- /dev/null +++ b/Content/Game/3d/Tools/Wood_Pickaxe_Texture/Wood_Pickaxe_Normal_Raw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7930b3c3175f2d451022445efde45831fc7974c9e4dcebc67244482faba37c4 +size 15536536 diff --git a/Content/Game/3d/Tools/Wood_Sword.uasset b/Content/Game/3d/Tools/Wood_Sword.uasset new file mode 100644 index 0000000..7db373b --- /dev/null +++ b/Content/Game/3d/Tools/Wood_Sword.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b4c128fcfc4d3d593f179a17a42316b90aba39400146061db94a7933a4beab +size 270376 diff --git a/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_AO.uasset b/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_AO.uasset new file mode 100644 index 0000000..b722709 --- /dev/null +++ b/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b1092e5cac90ff6273ee70fb9fbe1efde4a5abea5af798c0f73d29d46695e3 +size 1154748 diff --git a/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_AlbedoTransparency.uasset b/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_AlbedoTransparency.uasset new file mode 100644 index 0000000..5087efa --- /dev/null +++ b/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_AlbedoTransparency.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2befcefde7ce39c167764557e392903447395746add12a50b84d1e39d70e92e2 +size 7999489 diff --git a/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_MetallicSmoothness.uasset b/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_MetallicSmoothness.uasset new file mode 100644 index 0000000..d02eeda --- /dev/null +++ b/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_MetallicSmoothness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d3cebd9859cd69f1645342955ded305f21935e3bfcea36d3d7bb871c5bc1b9 +size 2257714 diff --git a/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_Normal.uasset b/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_Normal.uasset new file mode 100644 index 0000000..80d37df --- /dev/null +++ b/Content/Game/3d/Tools/Wood_Sword_Texture/WS_none_exploded_low_lambert1_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8346722f3d9419179bf282e4607ecd0166c6721b74dec384bc30e66cf4e2a9b4 +size 14434611 diff --git a/Content/Game/Animation/Anim_BP/ABP_FpsArms.uasset b/Content/Game/Animation/Anim_BP/ABP_FpsArms.uasset index 998adaa..5ca5215 100644 --- a/Content/Game/Animation/Anim_BP/ABP_FpsArms.uasset +++ b/Content/Game/Animation/Anim_BP/ABP_FpsArms.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ba33d246c455a8a3524fca226fc6b7728ab45fe7e30bfa491b3b6ebe51728e9 -size 103373 +oid sha256:149150efaabbdc44ce9e59d5c12de84cba1ed37fe4d6ccb787637bac9c4c8ae4 +size 123416 diff --git a/Content/Game/Animation/Fps/Axe_Attack.uasset b/Content/Game/Animation/Fps/Axe_Attack.uasset new file mode 100644 index 0000000..fb2ee58 --- /dev/null +++ b/Content/Game/Animation/Fps/Axe_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b37da664f947372ec58d2eb4d98bfa059a73033d7f92fdc76445bc3d8da8c17 +size 415216 diff --git a/Content/Game/Animation/Fps/Axe_Equip.uasset b/Content/Game/Animation/Fps/Axe_Equip.uasset new file mode 100644 index 0000000..7cc9590 --- /dev/null +++ b/Content/Game/Animation/Fps/Axe_Equip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a2585914df01aaf76ea8f5e6927e7d25d25b342130e651d2f5983458c56c50 +size 441639 diff --git a/Content/Game/Animation/Fps/BasePos.uasset b/Content/Game/Animation/Fps/BasePos.uasset new file mode 100644 index 0000000..822e282 --- /dev/null +++ b/Content/Game/Animation/Fps/BasePos.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbd2993ce10377ee30525f431f9542126ce42649814c123915cbce9063656b8 +size 522158 diff --git a/Content/Game/Animation/Fps/BasePos_PhysicsAsset.uasset b/Content/Game/Animation/Fps/BasePos_PhysicsAsset.uasset new file mode 100644 index 0000000..e447bdc --- /dev/null +++ b/Content/Game/Animation/Fps/BasePos_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c0fa486c56181ef2ebe2676208668ac2a37353b0215830bda09fa62f587125 +size 10557 diff --git a/Content/Game/Animation/Fps/BasePos_Skeleton.uasset b/Content/Game/Animation/Fps/BasePos_Skeleton.uasset new file mode 100644 index 0000000..888d56e --- /dev/null +++ b/Content/Game/Animation/Fps/BasePos_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7979620e6addee92a015e253542bdb53d425b133876c28749357cfd47800e747 +size 58077 diff --git a/Content/Game/Animation/Fps/BasePose.uasset b/Content/Game/Animation/Fps/BasePose.uasset deleted file mode 100644 index db0cb9f..0000000 --- a/Content/Game/Animation/Fps/BasePose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e9e12ae4ffe638a1f3cab9e512c5034d0f2c3c9f1554b409d921cfcc2d5a587 -size 524354 diff --git a/Content/Game/Animation/Fps/BasePose_Skeleton.uasset b/Content/Game/Animation/Fps/BasePose_Skeleton.uasset deleted file mode 100644 index e19f8c5..0000000 --- a/Content/Game/Animation/Fps/BasePose_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04b34ee3291ca7280bcfee94b179cc53f5fbf04cb5d88f14b3296964a46d322a -size 30924 diff --git a/Content/Game/Animation/Fps/CrouchIdle.uasset b/Content/Game/Animation/Fps/CrouchIdle.uasset new file mode 100644 index 0000000..89e971c --- /dev/null +++ b/Content/Game/Animation/Fps/CrouchIdle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1273022ba8a33f543d5aa25081ca62e0e88d7fb82792fd3f615fd876accea564 +size 463421 diff --git a/Content/Game/Animation/Fps/CrouchWalk.uasset b/Content/Game/Animation/Fps/CrouchWalk.uasset new file mode 100644 index 0000000..ac8455d --- /dev/null +++ b/Content/Game/Animation/Fps/CrouchWalk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1810dd677c4fa9cca6125d44fdfaf15b9a70bee766037a70832e86d8dc87f5 +size 432323 diff --git a/Content/Game/Animation/Fps/EnterCrouch.uasset b/Content/Game/Animation/Fps/EnterCrouch.uasset new file mode 100644 index 0000000..7d4adeb --- /dev/null +++ b/Content/Game/Animation/Fps/EnterCrouch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41909a567ebe5a83172e9aa702f82e291f4adf573f7b2dc89f52c3e799e923de +size 409535 diff --git a/Content/Game/Animation/Fps/ExitCrouch.uasset b/Content/Game/Animation/Fps/ExitCrouch.uasset new file mode 100644 index 0000000..41a8956 --- /dev/null +++ b/Content/Game/Animation/Fps/ExitCrouch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26376f49b3fc17dc5d4c82a911b9d5342b672195b71eff682528c08e6e068e37 +size 409521 diff --git a/Content/Game/Animation/Fps/GrabItem.uasset b/Content/Game/Animation/Fps/GrabItem.uasset index a7b52ab..19949d5 100644 --- a/Content/Game/Animation/Fps/GrabItem.uasset +++ b/Content/Game/Animation/Fps/GrabItem.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae5188b2fdde0a8a37fe595c8cdc56bf29141932ab148e5b9f69b24f925f19af -size 417911 +oid sha256:cc6de67cdf49925005ddc6cad94b4ab65ce3de174a8b2662b8a534fcbaf9b4ef +size 420443 diff --git a/Content/Game/Animation/Fps/HardLanding.uasset b/Content/Game/Animation/Fps/HardLanding.uasset new file mode 100644 index 0000000..ba295d7 --- /dev/null +++ b/Content/Game/Animation/Fps/HardLanding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98bedb6d7ef510d9bd747854b20ceccef04392e18d5192850d3fbb50d8a6ef1 +size 534970 diff --git a/Content/Game/Animation/Fps/Idle.uasset b/Content/Game/Animation/Fps/Idle.uasset new file mode 100644 index 0000000..e3111c7 --- /dev/null +++ b/Content/Game/Animation/Fps/Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d791fe8efd7eebb0fa98e7c616248e56e4d9ed2b5db338e3efbad62dbecdcb +size 394346 diff --git a/Content/Game/Animation/Fps/JumpFallLoop.uasset b/Content/Game/Animation/Fps/JumpFallLoop.uasset new file mode 100644 index 0000000..ed9fe16 --- /dev/null +++ b/Content/Game/Animation/Fps/JumpFallLoop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f229f30f9d3a3abfca9cb0baab5312837996a3e19d9dcc03c96f7da142883e +size 513720 diff --git a/Content/Game/Animation/Fps/JumpLanding.uasset b/Content/Game/Animation/Fps/JumpLanding.uasset new file mode 100644 index 0000000..2d1feef --- /dev/null +++ b/Content/Game/Animation/Fps/JumpLanding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4f3de96e40b2e6b93a1fb2046482cf790f5b32eeafd4103cf9dce171ca2e32 +size 460118 diff --git a/Content/Game/Animation/Fps/JumpStart.uasset b/Content/Game/Animation/Fps/JumpStart.uasset new file mode 100644 index 0000000..809117c --- /dev/null +++ b/Content/Game/Animation/Fps/JumpStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e7e0123bae3415918e6ae2d9ec910e73f3f7cfffffdc2234c6a1c5976c8450 +size 417118 diff --git a/Content/Game/Animation/Fps/MTG_Axe_Equip.uasset b/Content/Game/Animation/Fps/MTG_Axe_Equip.uasset new file mode 100644 index 0000000..2fef056 --- /dev/null +++ b/Content/Game/Animation/Fps/MTG_Axe_Equip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e91891bdf04e0fca12046f708f59751a629b8f952e2d038bc2fd291b0a59d29 +size 8023 diff --git a/Content/Game/Animation/Fps/MTG_Pickaxe_Equip.uasset b/Content/Game/Animation/Fps/MTG_Pickaxe_Equip.uasset new file mode 100644 index 0000000..364d6d4 --- /dev/null +++ b/Content/Game/Animation/Fps/MTG_Pickaxe_Equip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4dcdd979023ebabf122c29fe7b7e61e7a96775f813712c194dd904cd80e1085 +size 8038 diff --git a/Content/Game/Animation/Fps/MaleBody_M.uasset b/Content/Game/Animation/Fps/MaleBody_M.uasset deleted file mode 100644 index 0606456..0000000 --- a/Content/Game/Animation/Fps/MaleBody_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c55eede3767346d4036d65b602a23f48f25f301e2512a083580a8dc3eb6cf304 -size 62560 diff --git a/Content/Game/Animation/Fps/Pickaxe_Attack.uasset b/Content/Game/Animation/Fps/Pickaxe_Attack.uasset new file mode 100644 index 0000000..bf6dfad --- /dev/null +++ b/Content/Game/Animation/Fps/Pickaxe_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecc49a6d6c07f64a0af25f69e9e1aeefb056dd4df605cff2b6ad49be3f3f79e +size 406425 diff --git a/Content/Game/Animation/Fps/Pickaxe_Equip.uasset b/Content/Game/Animation/Fps/Pickaxe_Equip.uasset new file mode 100644 index 0000000..6b83539 --- /dev/null +++ b/Content/Game/Animation/Fps/Pickaxe_Equip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05362a29aceb6e7515e1cea7a479941d831d31822d664addc594e5def95759cc +size 441724 diff --git a/Content/Game/Animation/Fps/PunchPunch.uasset b/Content/Game/Animation/Fps/PunchPunch.uasset new file mode 100644 index 0000000..ce480c5 --- /dev/null +++ b/Content/Game/Animation/Fps/PunchPunch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2897c232f42e2efa87c34824638e96b07c93b4448a90a35ffc31c312fdfd3f9a +size 429613 diff --git a/Content/Game/Animation/Fps/PunchPunchPunch.uasset b/Content/Game/Animation/Fps/PunchPunchPunch.uasset deleted file mode 100644 index 2198d6b..0000000 --- a/Content/Game/Animation/Fps/PunchPunchPunch.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:430e7bd19e2b0a83bb269d7a720ef465ec9dea8e4d4e6b51d67965d08482101e -size 451442 diff --git a/Content/Game/Animation/Fps/Run_NoItem.uasset b/Content/Game/Animation/Fps/Run_NoItem.uasset index 958fa73..c23692a 100644 --- a/Content/Game/Animation/Fps/Run_NoItem.uasset +++ b/Content/Game/Animation/Fps/Run_NoItem.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fffd98c6a6f6a70bf962db547775d5db9efca7bad9d5d02a32caf5d60fec9d4d -size 441589 +oid sha256:09f416aab986810fb6d47745739d40f556efe07d33d8ed4dec29743d8571b20c +size 445497 diff --git a/Content/Game/Animation/Fps/Walk_WithItem.uasset b/Content/Game/Animation/Fps/Walk_WithItem.uasset new file mode 100644 index 0000000..9eab2a2 --- /dev/null +++ b/Content/Game/Animation/Fps/Walk_WithItem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7947a03d98e423a8af431f482cb6cc6c5ff67360bce2dae073a186ef1b0c6120 +size 457176 diff --git a/Content/Game/Animation/ThirdPerson/ABP_PlayerBody_A.uasset b/Content/Game/Animation/ThirdPerson/ABP_PlayerBody_A.uasset index 341f8cb..1e332d9 100644 --- a/Content/Game/Animation/ThirdPerson/ABP_PlayerBody_A.uasset +++ b/Content/Game/Animation/ThirdPerson/ABP_PlayerBody_A.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae9284a6b48bd93cc1fd2295f46e9c634a835bcd811c9cf689229d9d0d5f85a9 -size 194381 +oid sha256:ce61cd6dc1b1e138a8123ed5bdf466c93987d38d11d270ca7da144a0028077a2 +size 193555 diff --git a/Content/Game/Audio/Chest/14910_closing_wooden_chest-full.uasset b/Content/Game/Audio/Chest/14910_closing_wooden_chest-full.uasset new file mode 100644 index 0000000..c5286a0 --- /dev/null +++ b/Content/Game/Audio/Chest/14910_closing_wooden_chest-full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fdc2bc5e734b646a3df5b46f61d797e964301a6715474a2357c8133eee4a1d +size 80264 diff --git a/Content/Game/Audio/Chest/Chest_Closes_2.uasset b/Content/Game/Audio/Chest/Chest_Closes_2.uasset new file mode 100644 index 0000000..130c820 --- /dev/null +++ b/Content/Game/Audio/Chest/Chest_Closes_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1771aa2a8979524480a488a7fcdb5c9500ebe9ebd7a7577a35db2a0f54c9cb09 +size 92948 diff --git a/Content/Game/Audio/Chest/Close_Chest.uasset b/Content/Game/Audio/Chest/Close_Chest.uasset new file mode 100644 index 0000000..226b34a --- /dev/null +++ b/Content/Game/Audio/Chest/Close_Chest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c272e8c42cbb17e16cc48f7f6727d9950b838fbbd675b9b3c9af5ed93e149ab +size 7944 diff --git a/Content/Game/Audio/Chest/Open_Chest.uasset b/Content/Game/Audio/Chest/Open_Chest.uasset new file mode 100644 index 0000000..708fe52 --- /dev/null +++ b/Content/Game/Audio/Chest/Open_Chest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d590746846fba8c941b1003dd136821e8fc9b800d7af77758a41927c5c99cdc0 +size 7866 diff --git a/Content/Game/Audio/Chest/freesound_community-chest-stones-shake-46877.uasset b/Content/Game/Audio/Chest/freesound_community-chest-stones-shake-46877.uasset new file mode 100644 index 0000000..46cfb06 --- /dev/null +++ b/Content/Game/Audio/Chest/freesound_community-chest-stones-shake-46877.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0c5cc08947fdad10ff5417ef61c9657e32b9cf36a768eaea9eaa9ee4c7d47e +size 67083 diff --git a/Content/Game/Audio/Chest/freesound_community-door-close-79921.uasset b/Content/Game/Audio/Chest/freesound_community-door-close-79921.uasset new file mode 100644 index 0000000..71186a8 --- /dev/null +++ b/Content/Game/Audio/Chest/freesound_community-door-close-79921.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc89852ad0802d467e4854dd14ba1f3888ed25275489471ba522cd4ed3f3c5e6 +size 95969 diff --git a/Content/Game/Audio/Chest/freesound_community-drawer-open-98801.uasset b/Content/Game/Audio/Chest/freesound_community-drawer-open-98801.uasset new file mode 100644 index 0000000..143de7d --- /dev/null +++ b/Content/Game/Audio/Chest/freesound_community-drawer-open-98801.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b03550a2b7cd2a12f2f67b4b8ef1366f0e2341b3e38af618184dfef261d1aab +size 68730 diff --git a/Content/Game/Audio/FootSteps/SA_Footstep.uasset b/Content/Game/Audio/FootSteps/SA_Footstep.uasset new file mode 100644 index 0000000..7af1ec4 --- /dev/null +++ b/Content/Game/Audio/FootSteps/SA_Footstep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2764a30330ce0bd20c2f3e0d1cf1b94b05260727042d5c758946d89a11dc1e +size 1410 diff --git a/Content/Game/BP/Menu/CharaterCustomisation/BP_CharacterPreview.uasset b/Content/Game/BP/Menu/CharaterCustomisation/BP_CharacterPreview.uasset new file mode 100644 index 0000000..69f69f0 --- /dev/null +++ b/Content/Game/BP/Menu/CharaterCustomisation/BP_CharacterPreview.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76569cbfbd3b81d4bf547647d3f9baeb1c07742ba0c346b7abe5c6208b8d295 +size 37422 diff --git a/Content/Game/Building/Storage/BP_Chest_Wooden.uasset b/Content/Game/Building/Storage/BP_Chest_Wooden.uasset index 5a7cc32..5fb1278 100644 --- a/Content/Game/Building/Storage/BP_Chest_Wooden.uasset +++ b/Content/Game/Building/Storage/BP_Chest_Wooden.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2949a21d13b0718b4ea9afb8773acadd6015b506ec837721f730c26735f5139 -size 36454 +oid sha256:fca8bb3a2c2452ceee3928c5667f1c785740a898b6589d2df7cc3c5584750384 +size 36140 diff --git a/Content/Game/Data/Audio/DA_Footsteps.uasset b/Content/Game/Data/Audio/DA_Footsteps.uasset new file mode 100644 index 0000000..bda30b3 --- /dev/null +++ b/Content/Game/Data/Audio/DA_Footsteps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9bb301d174559006f84416d5bf86c188a2795111897ae3e302ff0f4c73ed534 +size 4013 diff --git a/Content/Game/Data/Character/DA_CharacterParts.uasset b/Content/Game/Data/Character/DA_CharacterParts.uasset index a550d33..4df37aa 100644 --- a/Content/Game/Data/Character/DA_CharacterParts.uasset +++ b/Content/Game/Data/Character/DA_CharacterParts.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d37d07022206cc8b2c4cff93799be45e7cce7fab6106116b660fa506d5b3d686 -size 13672 +oid sha256:5fba20c5fb4f7fa737a2feb04f14c46a90672b4c4b8c9bdb64fe617529199ff8 +size 20830 diff --git a/Content/Game/Data/Crafting/DA_RecipeBook.uasset b/Content/Game/Data/Crafting/DA_RecipeBook.uasset index 36464ca..96bdf7c 100644 --- a/Content/Game/Data/Crafting/DA_RecipeBook.uasset +++ b/Content/Game/Data/Crafting/DA_RecipeBook.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0466b67c9dce61d9593d5b312ff4f714d783be20ca35a665bbe31281d8f17ea -size 1959 +oid sha256:5ec1d656af743309bd8f52d65e5ac788f02f8a266c5fe521d127818b104f9245 +size 2139 diff --git a/Content/Game/Data/Crafting/Tools/Wood/DA_Craft_Wood_Pickaxe.uasset b/Content/Game/Data/Crafting/Tools/Wood/DA_Craft_Wood_Pickaxe.uasset new file mode 100644 index 0000000..9634ee6 --- /dev/null +++ b/Content/Game/Data/Crafting/Tools/Wood/DA_Craft_Wood_Pickaxe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35efc6278efb52564679cca5bbe3ee50ec2611ce8def48adf174270c82a6287 +size 2161 diff --git a/Content/Game/Data/Item/Tools/Wood/DA_Wood_Axe.uasset b/Content/Game/Data/Item/Tools/Wood/DA_Wood_Axe.uasset index 2f60585..d75a492 100644 --- a/Content/Game/Data/Item/Tools/Wood/DA_Wood_Axe.uasset +++ b/Content/Game/Data/Item/Tools/Wood/DA_Wood_Axe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ed2afd33726c14784f4aca6255bedb9dce6c9526c7d9d365b0b1a41372d98c1 -size 2011 +oid sha256:b806f523f14c0dec0c8e1fdc4b267225d74ac0e84c790a32ae6a9069bd61e39d +size 2246 diff --git a/Content/Game/Data/Item/Tools/Wood/DA_Wood_Pickaxe.uasset b/Content/Game/Data/Item/Tools/Wood/DA_Wood_Pickaxe.uasset index 1ddc474..7ea8412 100644 --- a/Content/Game/Data/Item/Tools/Wood/DA_Wood_Pickaxe.uasset +++ b/Content/Game/Data/Item/Tools/Wood/DA_Wood_Pickaxe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d233344b80d823152d0662acd9f0dbc66e2e6f704280a5be60ce88a736a22e0 -size 2059 +oid sha256:9df3ee9bf90194847eaa9b4972dff193cede9a3e95c15f8cc8ad84daf53f8693 +size 3388 diff --git a/Content/Game/Maps/Dev/Dev_Scene.umap b/Content/Game/Maps/Dev/Dev_Scene.umap index 535e30c..9163b76 100644 --- a/Content/Game/Maps/Dev/Dev_Scene.umap +++ b/Content/Game/Maps/Dev/Dev_Scene.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9e329483c1ba95ca2ab06d35764dd5df4eebf309e1e3c051885c7b39316eada -size 121791 +oid sha256:8c604889feae07fffcb2adf4ee9d5f205b07131239db22d01011bfd8c0202841 +size 148038 diff --git a/Content/Game/Maps/MenuScene.umap b/Content/Game/Maps/MenuScene.umap index b8a426c..1f3b1fe 100644 --- a/Content/Game/Maps/MenuScene.umap +++ b/Content/Game/Maps/MenuScene.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3d01cce0f3f6f582ee8651ec67f51dae10478b2ede1ca78f5fb6d63d88d7f99 -size 15124154 +oid sha256:502f4b33c39d42fca4522a7a1a7fba7db4f543aa9fbf4959bdbb8d28250aa3be +size 15127910 diff --git a/Content/Game/Material/Fps_Arm/M_Fps_Arm.uasset b/Content/Game/Material/Fps_Arm/M_Fps_Arm.uasset new file mode 100644 index 0000000..14ef99c --- /dev/null +++ b/Content/Game/Material/Fps_Arm/M_Fps_Arm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46961f0667b2a1117abb1a42c2fb999d5fcca8b2c0c1c834da07dac6eb711b28 +size 15255 diff --git a/Content/Game/Material/Fps_Arm/MaleBody_M_Base_color_sRGB.uasset b/Content/Game/Material/Fps_Arm/MaleBody_M_Base_color_sRGB.uasset new file mode 100644 index 0000000..77ef4de --- /dev/null +++ b/Content/Game/Material/Fps_Arm/MaleBody_M_Base_color_sRGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c63d6005eba7c6303fb0da2f237b920906cf50f8b4ebdb3626f304464c7d1cd +size 11342234 diff --git a/Content/Game/Material/Tools/Woods/Axe/M_Axe.uasset b/Content/Game/Material/Tools/Woods/Axe/M_Axe.uasset new file mode 100644 index 0000000..4aad668 --- /dev/null +++ b/Content/Game/Material/Tools/Woods/Axe/M_Axe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f466ccad9aea8225b8090a688f08536e2d4c489e9a913f8d0c13672e690f417c +size 6572 diff --git a/Content/Game/Material/Tools/Woods/Pickaxe/M_Pickaxe.uasset b/Content/Game/Material/Tools/Woods/Pickaxe/M_Pickaxe.uasset new file mode 100644 index 0000000..e86ebb6 --- /dev/null +++ b/Content/Game/Material/Tools/Woods/Pickaxe/M_Pickaxe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629d0dfc4edc53995147f36f8e8023e126bf95332fe5c8ffba88972fd00de8e7 +size 16824 diff --git a/Content/Game/Menu/BP_MainMenuPlayerController.uasset b/Content/Game/Menu/BP_MainMenuPlayerController.uasset index 0267106..cd869be 100644 --- a/Content/Game/Menu/BP_MainMenuPlayerController.uasset +++ b/Content/Game/Menu/BP_MainMenuPlayerController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d506e7e91cb5a05f5c1f8a2c51a88cafe933173ffc63a63e7b6c37c9f6a9deff -size 22295 +oid sha256:14c8fb75e7df6ab72e235f689ac99c92a280dacbdbeea8ab2f450ae903031333 +size 22535 diff --git a/Content/Game/Physics/PM_Dirt.uasset b/Content/Game/Physics/PM_Dirt.uasset new file mode 100644 index 0000000..6c951b1 --- /dev/null +++ b/Content/Game/Physics/PM_Dirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426c8a29f071f2cccd698f3e8f5ae77686aaaee3895876914385f3f8f17bf118 +size 1347 diff --git a/Content/Game/Physics/PM_Glass.uasset b/Content/Game/Physics/PM_Glass.uasset new file mode 100644 index 0000000..a2d6e92 --- /dev/null +++ b/Content/Game/Physics/PM_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c68bebe655fb3eac6a8948d395e00fb23c1deda5caa7f9bd94d1dda4871d60a +size 1352 diff --git a/Content/Game/Physics/PM_Grass.uasset b/Content/Game/Physics/PM_Grass.uasset new file mode 100644 index 0000000..5bf7765 --- /dev/null +++ b/Content/Game/Physics/PM_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f093c0995cef254a9c37f76e64ce264ca23cf2ed47bfb94d5c86275e5ad9a6 +size 1352 diff --git a/Content/Game/Physics/PM_Gravel.uasset b/Content/Game/Physics/PM_Gravel.uasset new file mode 100644 index 0000000..04e875a --- /dev/null +++ b/Content/Game/Physics/PM_Gravel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dde6ca945816814dbb37e3d52e98cf50a5f3e9ffdb4019d0edaf4aff037a652 +size 1357 diff --git a/Content/Game/Physics/PM_Metal.uasset b/Content/Game/Physics/PM_Metal.uasset new file mode 100644 index 0000000..25955eb --- /dev/null +++ b/Content/Game/Physics/PM_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfda7c9105555cb6e2688ecdd8b0aa66afb18d108da07f75b8f1ec4b1c3a8ea4 +size 1352 diff --git a/Content/Game/Physics/PM_Sand.uasset b/Content/Game/Physics/PM_Sand.uasset new file mode 100644 index 0000000..25aee2f --- /dev/null +++ b/Content/Game/Physics/PM_Sand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f02f2b28d7f805b73f1addb16385c581f4d66a68bf3af17a115f9e26bf05c98 +size 1347 diff --git a/Content/Game/Physics/PM_Slush.uasset b/Content/Game/Physics/PM_Slush.uasset new file mode 100644 index 0000000..353fda6 --- /dev/null +++ b/Content/Game/Physics/PM_Slush.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbd6d43a853c31436728d3b99074c7d2d7e192713503990334f9305f0b9350b +size 1353 diff --git a/Content/Game/Physics/PM_Snow.uasset b/Content/Game/Physics/PM_Snow.uasset new file mode 100644 index 0000000..489d6da --- /dev/null +++ b/Content/Game/Physics/PM_Snow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cc5e24d1ff3da8b4a3987db195fd9cb85eed1929165867a8f28d0d125638da +size 1347 diff --git a/Content/Game/Physics/PM_Stone.uasset b/Content/Game/Physics/PM_Stone.uasset new file mode 100644 index 0000000..74b3160 --- /dev/null +++ b/Content/Game/Physics/PM_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114e746cc40f3603db26c85df5d0a2278e1ea381d9ded9ba08f5f054e86e5232 +size 1352 diff --git a/Content/Game/Physics/PM_Water.uasset b/Content/Game/Physics/PM_Water.uasset new file mode 100644 index 0000000..ed31b58 --- /dev/null +++ b/Content/Game/Physics/PM_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec2a8bc02092d8478e493e92cde4333dfe6e3c9c0faaecd6d0f6f7b5e8c935c +size 1353 diff --git a/Content/Game/Physics/PM_Wood.uasset b/Content/Game/Physics/PM_Wood.uasset new file mode 100644 index 0000000..d15f45d --- /dev/null +++ b/Content/Game/Physics/PM_Wood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b10076e8eea1c8cb3a44756ed5017aa3e3b5add2aa7d8d72a4db39a93372b2 +size 1347 diff --git a/Content/Game/Player/BP_FpsPlayer.uasset b/Content/Game/Player/BP_FpsPlayer.uasset index 29143df..328de38 100644 --- a/Content/Game/Player/BP_FpsPlayer.uasset +++ b/Content/Game/Player/BP_FpsPlayer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07dbbdb4eba5f306424850c93af180aeba676115aa1097f84c92d49cd790e965 -size 40452 +oid sha256:18d5d5c595f1a0a9d3780f5963cd713aef9e4df4c5f54a94459271c29d6da9d1 +size 41529 diff --git a/Content/Game/UI/Customization/WBP_CharacterCustomization.uasset b/Content/Game/UI/Customization/WBP_CharacterCustomization.uasset new file mode 100644 index 0000000..9e96604 --- /dev/null +++ b/Content/Game/UI/Customization/WBP_CharacterCustomization.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59bb0d95d05c0e2f798cc07ea378c301af8b960b808c4f99ad1710fc2588105 +size 40441 diff --git a/Content/Game/UI/Customization/WBP_CustomizationCategory.uasset b/Content/Game/UI/Customization/WBP_CustomizationCategory.uasset new file mode 100644 index 0000000..a3315c5 --- /dev/null +++ b/Content/Game/UI/Customization/WBP_CustomizationCategory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de42d99623209d9488206ebc748ffc628ad1d8b15f29a275b535f2b517d59bfc +size 29570 diff --git a/Content/Game/UI/Customization/WBP_CustomizationOption.uasset b/Content/Game/UI/Customization/WBP_CustomizationOption.uasset new file mode 100644 index 0000000..273055d --- /dev/null +++ b/Content/Game/UI/Customization/WBP_CustomizationOption.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665201c46b458c5ce2482bedc464d007b6e737ead0291b380777b31187fe5d74 +size 30297 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_01_Cue.uasset new file mode 100644 index 0000000..b70d11f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3f6c57f1ed3b6feb7b9bf66a98be2c3f4f72fc5049fe591be208e9a6d21329 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_02_Cue.uasset new file mode 100644 index 0000000..d22798b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239be174c0ee0e62ce90c883259ab5e28e47b24bcc2ea918d79d534e27267c09 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_03_Cue.uasset new file mode 100644 index 0000000..c327e96 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9c27923f4083a3c348fdb3e5ff0ef9e0fbe1d45200d93ec51635c58994163f +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_04_Cue.uasset new file mode 100644 index 0000000..da26556 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8e1217256bfb40444609361926092dc12afcebdd824a75b7d1ca2f3825b7b2 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_05_Cue.uasset new file mode 100644 index 0000000..f6d8438 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20faa7434a3452168bce7acc920266a5407fff44a2a63c4b95ba473670e6148d +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_06_Cue.uasset new file mode 100644 index 0000000..7c2b6d0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3529340b961a3a99eabf8913188752703cbe8d45e09b3154f13ee4321318b7c1 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_07_Cue.uasset new file mode 100644 index 0000000..403af26 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e1bd103c6a3209677cc40041d44d141e0b07f652a4324db38a98ea5c544312 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_08_Cue.uasset new file mode 100644 index 0000000..f4c161b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bcdfbd0a9c715285431b02d672fb28ba9bff01d3a2c4a004552b4925f575db +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_09_Cue.uasset new file mode 100644 index 0000000..1b22055 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95835838694f8a8bc267edd2930bfe02cf456fe5fb56db2360a38b3fdcf6562d +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_10_Cue.uasset new file mode 100644 index 0000000..c5b8d36 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3348f077a731aa15d3f7f81cf555861a72d8ef8221483ef1aed940f86b2af502 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_11_Cue.uasset new file mode 100644 index 0000000..34a36cc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2567dcc5e338edd873a6a1786cd1b133562c046f747952142d724db1cd403c5d +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_12_Cue.uasset new file mode 100644 index 0000000..fb1a57f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bd830f140c0fc0060e7bca71c50dc4f6ddc660bda6df292cd51c16f6a09ba2 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_13_Cue.uasset new file mode 100644 index 0000000..163392a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9633401d0fc0e9e3c7cbafd6622cb38734a7a7e376e5bfe0425bc3ef27ea1f6f +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_14_Cue.uasset new file mode 100644 index 0000000..f79f2a9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_attack_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef05f5ba42e78220c527c84eba381db8d5fd13ef57923e1c401b1d82cd29495a +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_01_Cue.uasset new file mode 100644 index 0000000..8375056 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7991353a3ea010f14404fe6b2fcb12e41eb87ad75a07649464406a06f6b317e4 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_02_Cue.uasset new file mode 100644 index 0000000..85bfbb2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e712c3d6294133b1da4ce0934f31a546f0ef0074994cef0c61a23a651bedb9fc +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_03_Cue.uasset new file mode 100644 index 0000000..033a529 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7d20af1e427e98bf1baa0092074e471dc7c863da0338d1b12db4dc92e2c317 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_04_Cue.uasset new file mode 100644 index 0000000..dbb498e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b73868a5fb51c0a783fe4d4a3de423738b22ec15c3050196bb799de0cb9963b +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_05_Cue.uasset new file mode 100644 index 0000000..7d29964 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f708d1d2e513a0a69f71c4cb38c94d6f26e9618e05df9431fa57f76597e867 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_06_Cue.uasset new file mode 100644 index 0000000..03763ed --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07020e6efe7d1b99281f6cfb8148ea7d849f216e7d6b8079e0c131f3348b153d +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_07_Cue.uasset new file mode 100644 index 0000000..4010504 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f396933de21e89180058199b31f605cb1dbf47ea8ab8ec7368b4e17b649bf660 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_08_Cue.uasset new file mode 100644 index 0000000..8e004ff --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def9be683a4e796abaef5dc963d8376361e4b73ad9c6fa101f7e37d90913b541 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_09_Cue.uasset new file mode 100644 index 0000000..b2df1fe --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c161f03444c6b799963004d5eae528ca2e893b89ff90ff1a343516b9d17d457 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_10_Cue.uasset new file mode 100644 index 0000000..263e0e5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff57bf4d5560724e1dcdee9c06fa2c78f8f780c0e4cdb5f20fbbc55b24cc4f8 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_11_Cue.uasset new file mode 100644 index 0000000..7806d90 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d179e2c0333e774014000e6491f72b430f8694ab1cc089e0d067dcdc953dae0 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_12_Cue.uasset new file mode 100644 index 0000000..3ac1ef7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c68baa923154a5f2473eb0bfb1e838dc316c33f80d85139f93fd24ef57d359 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_forward_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_forward_01_Cue.uasset new file mode 100644 index 0000000..be7139a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_forward_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66caaed0a264ca8ffb886d27af8e95fa18a7ce0d4e3c8bc3708dcbaacfdf81c1 +size 3516 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_forward_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_forward_02_Cue.uasset new file mode 100644 index 0000000..198301b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_forward_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e63a29f4aeac153f18819df7539143e5c7a40f67d5d31223a0817205d64b0f +size 3516 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_to_war_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_to_war_01_Cue.uasset new file mode 100644 index 0000000..14d083c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_to_war_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8ed22dce15cb73fd1a95690e70987a737d544de2ab4c146d61bc28526a1724 +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_to_war_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_to_war_02_Cue.uasset new file mode 100644 index 0000000..81aaf77 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_battle_shout_to_war_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d1ac6a213619506f1a7caab3977e00efc9704dc6768e7ff055f0170f12aff1 +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_blow_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_blow_01_Cue.uasset new file mode 100644 index 0000000..a2887d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_blow_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38261da887430b54b6a396e88927a88818ef22aad17ff6466bc9e194bc1221a3 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_blow_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_blow_02_Cue.uasset new file mode 100644 index 0000000..5970b3b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_blow_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe2ba9a609e047d775fe4a401416a7782e72be5976cdc79dbbf5f86c34bb099 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_01_Cue.uasset new file mode 100644 index 0000000..d9f3508 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016dcd07bb49f2051d6700a775e8b9ac1d9852a3a092e2bcc8f2b5da6b144d35 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_02_Cue.uasset new file mode 100644 index 0000000..13cef00 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ee7c293405ea339560568f0616287d1d539e035da44291c90faee287f76668 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_03_Cue.uasset new file mode 100644 index 0000000..11d0887 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ab564fdf891125a4981d17068efab1a52aa8f478b5cc5c0dd71b04b55b9245 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_loop_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_loop_Cue.uasset new file mode 100644 index 0000000..9a59877 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_loop_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14016df6af2f794fdfaa80cbadb048705e212988aa4aee28ce5a863cf2832f9b +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_out_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_out_01_Cue.uasset new file mode 100644 index 0000000..ed258c8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_deep_out_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2bdc11a3449a18e7d57b671411e9bb8a4c6b51662271fd85b303a0eb838e2ee +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_exhausted_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_exhausted_01_Cue.uasset new file mode 100644 index 0000000..ae9463a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_exhausted_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f601feb5a86ffe2e3c7b50917553182e3f1272debd31e180127b1eab32bf863c +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_exhausted_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_exhausted_02_Cue.uasset new file mode 100644 index 0000000..7cce2af --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_exhausted_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b07717313b3d80afd90b68b9810d7075081fdd47a389c5cbd633099aa14d4a +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_exhausted_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_exhausted_03_Cue.uasset new file mode 100644 index 0000000..978f6b2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_exhausted_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba54277f895b7d876116d7e30fa110ef09eaf204f36665aea4b7ea1d052bfd1 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_01_Cue.uasset new file mode 100644 index 0000000..f9c05d0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7720b9235c659242d68bef8064c1b7fd30700ca0d4a45cab28d1f3fe4f28e39b +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_02_Cue.uasset new file mode 100644 index 0000000..02546f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2380223208c26ca33f05145dae24bdd7b8eb4db1ab418f65cedc7fbb57573fd4 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_03_Cue.uasset new file mode 100644 index 0000000..91e192b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd496fd03d7e2abf914a9d5f8a8cc5ef53c5a403c5a3a5914796b5a1c06bb936 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_04_Cue.uasset new file mode 100644 index 0000000..c27ef01 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdeba82e0bb14b990d6e505bcc92ae290819aa4f0c7c4f2508af97252683e158 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_05_Cue.uasset new file mode 100644 index 0000000..345080e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c5a9f796e2ae7020364aa19097a0f67e65b4820e5fbe6d7235a5a448c7f3bf +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_06_Cue.uasset new file mode 100644 index 0000000..a2c48dd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9de3bb07413754bf1677732d4f2b44eb087ff5469b58e466ce84bcb9eb08fb9 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_07_Cue.uasset new file mode 100644 index 0000000..308b3d0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3e263fb780af1c3362a99248ca0d495ba21eb0864b2deb84e6b8e370dc4d11 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_08_Cue.uasset new file mode 100644 index 0000000..3c05d3d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2b29338716295cf42a0e5685bd8285957ee2a8566a906806b1a74bcfb52267 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_loop_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_loop_Cue.uasset new file mode 100644 index 0000000..557b5e0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_jog_loop_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efea801b52c06835db35dc0d332db2192e8b8c5128835b1f437d82c4b8cb6fe0 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_out_of_air_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_out_of_air_01_Cue.uasset new file mode 100644 index 0000000..bb63f5d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_out_of_air_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234d7ac2766aab17cb131efffda2b7cfb1c62754d3d5735176bbe92fe7d53b98 +size 3495 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_out_of_air_01_short_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_out_of_air_01_short_Cue.uasset new file mode 100644 index 0000000..37d9b82 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_out_of_air_01_short_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27c286da22d7635308bba3282dd397f232a55b37f34247c5ea78a4f32a5fb23 +size 3537 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_quick_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_quick_01_Cue.uasset new file mode 100644 index 0000000..c3c8704 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_quick_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd69947060506d366cf8293b12b280aa5292c8ab96525724c1760c63b3a6316 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_quick_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_quick_02_Cue.uasset new file mode 100644 index 0000000..8dd223e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_quick_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd28732eff4b092f35fefec00dec5ddf4549e5912d5be8529ff026c922e355b0 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_01_Cue.uasset new file mode 100644 index 0000000..9524c14 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54055352d4cce1c3b012fb3f3aa5d0a9fa877d147d87e475b4bcb2ff497f3987 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_03_Cue.uasset new file mode 100644 index 0000000..d763a09 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905b16ae8322582418fa1054ee23e06f08634bc8e7494c72b5db1ceb22248cd0 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_04_Cue.uasset new file mode 100644 index 0000000..c934b3e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0dc85b2cc960de447a111c46f3e826dad65485dfa03abba688b3e7771d1d98 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_loop_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_loop_Cue.uasset new file mode 100644 index 0000000..b5e85a4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run2_loop_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de5f975db4da3a670e8e078123e74549803180e651538ce232ca0060ecdb5b4 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_01_Cue.uasset new file mode 100644 index 0000000..eea08a4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5284d5d55f3082fa169de12ef4f9d803d5710703a3dd613eb95ae435b58540 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_02_Cue.uasset new file mode 100644 index 0000000..321fdbc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2f920361c855a350f5c907389b8f701c7011e734ae63bfd881673910df9007 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_03_Cue.uasset new file mode 100644 index 0000000..06ff326 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0282911a61490b69a2040edcf2dc164c526f2e902735bb3558cb12b08561c356 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_04_Cue.uasset new file mode 100644 index 0000000..5e48f5f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e650b23fa5d25032d53ad67c8884080d58c454c000eecaabb354c86a0bf38f4 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_05_Cue.uasset new file mode 100644 index 0000000..3eb998e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53cceb57428f59db46b6def3aec7626aef0ce8c8c44ed48bd3117dfe8d0e145 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_06_Cue.uasset new file mode 100644 index 0000000..44b2e60 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f483cc946c80db8e20a61810fa14805efbe340bcc6398918c651d8bafa7df7 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_07_Cue.uasset new file mode 100644 index 0000000..45ef8b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cb53fc78aceb33e090c0bb5fff4db11a9cd3c20e77a81e06b3894b39832ac4 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_loop_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_loop_Cue.uasset new file mode 100644 index 0000000..edb57e0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_run_loop_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1063a6b50f051d325fb000794bf08f079c41c8abeb50bec17da6b331492b4b00 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_01_Cue.uasset new file mode 100644 index 0000000..9a0482b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ce3a3ff503c005234d1af7392dc65ea2b56c051bddccc8aa80cc1cdf42f2b1 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_02_Cue.uasset new file mode 100644 index 0000000..ffe5591 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f573ec2b7321c0e6f261e57f1d97b88f71fd7e52d2d06e11bd1e84df5bbb5023 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_03_Cue.uasset new file mode 100644 index 0000000..1067752 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea21016d214930ac915aed66f16e1a329fb1943d376bdd7d7e845bd4ca07db49 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_04_Cue.uasset new file mode 100644 index 0000000..db0894e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_breath_tired_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1272cc20648b8d640c8452a1a770267cf7ace1b75861523439e4ea652e8977a1 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_01_Cue.uasset new file mode 100644 index 0000000..94be8c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd9f20d5bcaf65719133bcfd7ece321230110154af647c4bb901db4e7ed13a4 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_02_Cue.uasset new file mode 100644 index 0000000..058f1e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25877bb21665f6690398150d546d71b074b18ad1ab8a8c2dd30892554bd02c56 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_03_Cue.uasset new file mode 100644 index 0000000..c3c11fa --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5cde833fe4cf3eed5c8ef19684b20c1e081035304e1f5c5ac0b52301fdd351 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_04_Cue.uasset new file mode 100644 index 0000000..c3914e8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59effa9b4eca8b509aad289a29a401d136fae7241a839a155f837920ee4a7046 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_05_Cue.uasset new file mode 100644 index 0000000..084afb1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0417e3728a63cbf4411a005fa6a77e21ceb755b3852d8b8ff6948d7517d9b58a +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_06_Cue.uasset new file mode 100644 index 0000000..c45e7a5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e146de165d8a226cc28fff5045dd2cbe85309414f6ed45b01a38f8ea66875566 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_07_Cue.uasset new file mode 100644 index 0000000..6b68c13 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9dec52876a66aca6b039d46728dd7c96d8d00fe880a2594880d7ec7c8186d0 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_08_Cue.uasset new file mode 100644 index 0000000..5bfb43c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae05281ba8ed94f4fcba88d9b154964500b11a7855bcfaa9275e7dcb37da45f +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_09_Cue.uasset new file mode 100644 index 0000000..8940569 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e42ed828e41629a1c6b95a77db7709b8ef541249b662cf8c1b41ab655956f3 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_01_Cue.uasset new file mode 100644 index 0000000..e659f24 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0cd8e3ca4a802cc0bfd69c55d9778704118a72d38633bd9f6c380380983c92 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_02_Cue.uasset new file mode 100644 index 0000000..7bd2525 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a81419625dcaa4aaddea4ec12f1415c35321a431fbf9e9d22c32aa7aeae7e2 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_03_Cue.uasset new file mode 100644 index 0000000..e73bb3f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5e3ea4c98c818be88dcae9b384c12492d86d0ab3509d67d07a871e5d1130d9 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_04_Cue.uasset new file mode 100644 index 0000000..01dba05 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_interrupt_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4b370738281ee32a1ab8bd98698c24e775f2c4c02965777b8451bb9a19bc7b +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_01_Cue.uasset new file mode 100644 index 0000000..5ac0b34 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45eaa1b020551dba82da63360601831bb2378ef4b3321335ec0c2783955aaa7e +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_02_Cue.uasset new file mode 100644 index 0000000..daa7eb0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30285f81d5b82058bc6dc7041e95e1b077b7b6055a5d69671acf307bd96643e3 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_03_Cue.uasset new file mode 100644 index 0000000..db3ea54 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89025231468b35e6dc486e35bec11f42e1ed3cfc934b244c93bee6d501e0be8a +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_04_Cue.uasset new file mode 100644 index 0000000..c0428db --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74629e399c5e95881217a791e75b0d4f3b7431053312ede494db681434c5351 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_05_Cue.uasset new file mode 100644 index 0000000..6191a89 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cough_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf15a85761bec546c61c1e27603f7d7b2c05d67d129db8f69eec316f7fe50043 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_01_Cue.uasset new file mode 100644 index 0000000..c062bf0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f9ffc335ada3c648ed68f975b46fe66e9f9e5a7654092d2d6472f542e26cdc +size 3397 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_02_Cue.uasset new file mode 100644 index 0000000..8e3b756 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f535fca023b847f4569af2171fe4b71a54ba2215205532cbadc69b42ac12c3d +size 3397 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_03_Cue.uasset new file mode 100644 index 0000000..9f40e31 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617a0ebd14703ffceffb36d8a74fce12dd701495f043a294353193899f574643 +size 3397 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_04_Cue.uasset new file mode 100644 index 0000000..f883fc3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2242f24f7983707e890871ebd1e49f90b34d574452593353ceb380ac83b64d16 +size 3397 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_05_Cue.uasset new file mode 100644 index 0000000..0d232c6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6109fac389f98c6d4fe1a069805d94e50d9d5a2df9dcb0f04b51d0b1abfd3b +size 3397 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_06_Cue.uasset new file mode 100644 index 0000000..858a587 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5409c930fcff4588f7e8198ffb5e0a9d35bc18f4660574d8ce4bfc6fbbec9ae +size 3397 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_07_Cue.uasset new file mode 100644 index 0000000..48e893d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b887c3b6d7e5547025a41e37bd219fe3a617cde6cb7e84286763161774df1f99 +size 3397 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_08_Cue.uasset new file mode 100644 index 0000000..f747084 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e96eaddbcd1e6ae4bf74aa6a636370faa019ffd13877b59df8b3aa53ab27dc +size 3397 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_09_Cue.uasset new file mode 100644 index 0000000..89e4095 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5a3af24a7ad4a3fbc30100791b8aacba144dfeb9b7d84de6f4a8da0b381762 +size 3397 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_10_Cue.uasset new file mode 100644 index 0000000..7389313 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f47254a14609cbf8038e672609b5e7e056bbd40e2fc558b42c4543658aca14a +size 3397 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_11_Cue.uasset new file mode 100644 index 0000000..d56ec95 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_cry_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6721bcebf43e86fea0bac19a47836b9e6bacffa75e56575b782deaf6e4987c79 +size 3397 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_01_Cue.uasset new file mode 100644 index 0000000..016f160 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcd9ec6023c7716c3bd8cdfc3314242554742467d7703a02f25e5578ef7126a +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_02_Cue.uasset new file mode 100644 index 0000000..1265e75 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de986897744e4843ed573e9d54fea565aa3486048c85883f73bda368b4c83c2 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_03_Cue.uasset new file mode 100644 index 0000000..1a5dde5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718524fc0f30643ff84dc7751e0b16dacd1d1c37e483a183dd97eecbef86ab64 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_04_Cue.uasset new file mode 100644 index 0000000..4e8f796 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b0a1b8683fbfe57e97ba0b698bdd4dba6aff1a4c0424833947d4454a516b68 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_05_Cue.uasset new file mode 100644 index 0000000..657fd82 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a696b7b5e39ac9f26165ec9c3746663fc9c6ae5ed19c8c47b687de0e5a78ada +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_06_Cue.uasset new file mode 100644 index 0000000..d782d66 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4abc1401e10d4cd1c0141d7a5585c63248e5463d22f4fc3331528a800b7f95 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_07_Cue.uasset new file mode 100644 index 0000000..c028be7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47131f8f88688e76d33342cf69020cf6ebb3c3c79cc808adc0669087ea6e605c +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_08_Cue.uasset new file mode 100644 index 0000000..ab5c7ba --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb3f9c62ebbd838419c4987e9e13e5921e62c733672d1a03019bc81b0df43e2 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_09_Cue.uasset new file mode 100644 index 0000000..7651cf6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9170212b6e0d984a83a440e6f01a30f5f9eb02dff893e7a2cf6c3fe874c9ad09 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_10_Cue.uasset new file mode 100644 index 0000000..095563f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45749ac2bc289b7f11986ac3b73a0ed44b2f16a9d8e604408f67610e004f8a29 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_11_Cue.uasset new file mode 100644 index 0000000..5a303c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7a6a26284b5b56a473ce414be5d1a9b27b5273f971d2e0ca1c7d7a7ab17d48 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_12_Cue.uasset new file mode 100644 index 0000000..2264c08 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c58860319d687210740dc0356ae76d1f5dff63e58bbb2828cd585bd7de0146f +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_13_Cue.uasset new file mode 100644 index 0000000..dbf68c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_death_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3a55240b7d008ee4bb0dd08b635f1db7989deef872c04385c65ba0602a73f5 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_01_Cue.uasset new file mode 100644 index 0000000..98430e0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fa58d3b9132d74c1c50a699556bceab97e5096f42e8444e535661514577a85 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_02_Cue.uasset new file mode 100644 index 0000000..96dbc97 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bb1a9e6f637487aadca8ab4fabb83f9f809709b4619eb2423470e1a7cdb19d +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_03_Cue.uasset new file mode 100644 index 0000000..6942725 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1812a38b9d1cecc9fc0c573604c1c2842391cc8889b691d369ccb215b4878315 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_04_Cue.uasset new file mode 100644 index 0000000..1bbc724 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796b2bdb5fe2b95d7b5d8468ce5cd149f4486f079d3e993383385f7749271f79 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_05_Cue.uasset new file mode 100644 index 0000000..9761f28 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca149ed7e42948838b7b205836aff40449c2ad600fc03f636840b3155324fd8a +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_06_Cue.uasset new file mode 100644 index 0000000..c5fd0b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7daae42f4455efc9c91169d8ea89764d050305b2aecd63ed185a1bdab783a809 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_07_Cue.uasset new file mode 100644 index 0000000..94bc00b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7426ad99759deef8ae62a07335d92d71323278cf02193d83f11e9e7d0d9fd8b4 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_08_Cue.uasset new file mode 100644 index 0000000..7ffa713 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971e05c0d4fea167c94aa06c27def57fd3474c322dba3da02a58168109c3f0a2 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_09_Cue.uasset new file mode 100644 index 0000000..51350a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2260652581bf63e899b0d1ba019660e5719f269afef1fcd0ef5ef2fc0ff9d361 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_10_Cue.uasset new file mode 100644 index 0000000..130eb52 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_jump_action_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38767547d89c7ca497c5039a9b6da02e4474a88e8b5ace1caf6b94d2c6c963e7 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_01_Cue.uasset new file mode 100644 index 0000000..08c5ee4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb343523f6e81ddef4a0ebcf07a1fb701bfe13b90fd8c31dd87a08839399063 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_02_Cue.uasset new file mode 100644 index 0000000..2b34b30 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a770b30f0489467d5245ff1fee1f7da0d09077c616be5257368edf48e610ff1 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_03_Cue.uasset new file mode 100644 index 0000000..d0a8af7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da72f290fb0faf120f7f4353741ab0f3e6e4e5ade7572652c8934b8b6ae36efa +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_04_Cue.uasset new file mode 100644 index 0000000..883a574 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b935ab3ea31aca8ada7486cec0ea035f40f60d4815cb42402c857f3bde0d745e +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_05_Cue.uasset new file mode 100644 index 0000000..63e2f8d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cd9d3cb3b1d2004040a9b33c273ae3551ec60c8f71cec8d2d26a2904e3597d +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_06_Cue.uasset new file mode 100644 index 0000000..4073ee1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4be5d86a016e188b2a9763041d79fdef63ade66a2cb224ac3a1055017c83912 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_07_Cue.uasset new file mode 100644 index 0000000..dbb5743 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7feff4f0fa3c13bcdb4d157bcbf23365b2ae520d19d8078c95be8f45f96d06ca +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_08_Cue.uasset new file mode 100644 index 0000000..635595b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0023f94964a438f99b9f6ef4da9ad699829f0965f8a1a0303d9e6414f4f401 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_09_Cue.uasset new file mode 100644 index 0000000..88cee5e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914a4cc8510408af73d9222d6b2b13ccaa118cc51849b3202dceb35599bf6356 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_01_Cue.uasset new file mode 100644 index 0000000..4242320 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d8b0ca29ad4e68dda1eda40c6cd45b4e41ac2af2038b7407e2cf7345e0f807 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_02_Cue.uasset new file mode 100644 index 0000000..bf8db31 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8f8a612c5b17e8825d609fc7fa5a120108ec48625d25fe979dccb9d6af4200 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_03_Cue.uasset new file mode 100644 index 0000000..4a27a55 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4df553ba572dddbce4d95565a69a75f9b563905f5b05c0c3ee08ac4413b076 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_04_Cue.uasset new file mode 100644 index 0000000..e14aea4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719cc9c9787f51ff1828da6111561ec0cac45e88869dd8072a6ae7739b9499ed +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_05_Cue.uasset new file mode 100644 index 0000000..c3ca910 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2d9b26385c2c0a1ebf6b1678a94fd124e78b505d936aaddacc18f18be03c43 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_06_Cue.uasset new file mode 100644 index 0000000..146539d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38297e588915d6d4e0618c67a82046065a3955d54851433be734765b2fd1be01 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_07_Cue.uasset new file mode 100644 index 0000000..787ec8a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_push_fast_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cf2ca2abee5b3d8d66f8a4099d2183f10e7b3004c6b832197f0a0c8784a1fb +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_01_Cue.uasset new file mode 100644 index 0000000..5226bfe --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240747f90c09b158df153730508c1983c536556cb657fe55ca270e00fa88d626 +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_02_Cue.uasset new file mode 100644 index 0000000..5890673 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9565d85e595e839a79b1663f122754d7851db1a245fa57dc0ebb8ced9dda9018 +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_03_Cue.uasset new file mode 100644 index 0000000..eaa4724 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53bca56a99f461900174e643ec6822cc5d39aef35b193a06f2f7695973377ff +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_04_Cue.uasset new file mode 100644 index 0000000..2738ebe --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66abe11ee532081230e56244a448b9b2d75c6d023429deb83fa38cb97cb52cf +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_05_Cue.uasset new file mode 100644 index 0000000..f7f2cf7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3fc9823dc5ea05e9eb463eb3a7ea24e8cb361cde93121f61a8a80d6b262923 +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_06_Cue.uasset new file mode 100644 index 0000000..8404f93 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8ebc5e8ba207df73eeb85d2683ed96523c398d55c1a241ef5a19f3c4609d8c +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_07_Cue.uasset new file mode 100644 index 0000000..c2eb63c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_quick_action_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e903807e96142cb930f4b007a097414ea3bf5b15187c672839c784997b3215e +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_01_Cue.uasset new file mode 100644 index 0000000..1776c9d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4029ca49a0b7b9770cb29394a384ffa2359f2c500a1c7c6a1a168c3bfd62b8f0 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_02_Cue.uasset new file mode 100644 index 0000000..59b3e8c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44c50c0941ef3d34f62a70dfe9c754f1f4afb1ffbbd467f390cb4cb293d597f +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_03_Cue.uasset new file mode 100644 index 0000000..bf7b25f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160e069c4284a9e64a329def773a4f2c31432995806e2a3ea4acc791df765508 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_04_Cue.uasset new file mode 100644 index 0000000..b22df2a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_effort_tired_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f728f4f4069ee69c9c2100bfb1b81f6bc0dedba26a3a461a1cda4b1578f9b5 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_01_Cue.uasset new file mode 100644 index 0000000..af8cbc0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5acf839534f765432124cf75cac5d3f485c16037d4ec0c85d7191b477c8a73 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_02_Cue.uasset new file mode 100644 index 0000000..7040a18 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e0da39da1bdf5f5fc54e7fd2b1d8a646596f16181f79ed28f3e5ebc281658e +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_03_Cue.uasset new file mode 100644 index 0000000..c7db57f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b55b93b977b45e9b91e4ab6473b6f2451b99104e9ce12c62bb19b5a1d198534 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_04_Cue.uasset new file mode 100644 index 0000000..f2fe0ac --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1771597120f1bc982b1fc8130d3b56e1a926e2b503fcec6c029e4f3219fd953d +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_05_Cue.uasset new file mode 100644 index 0000000..8d2d498 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175565e369f82749ea821983ba99f21ee19133e0ea621cc0a08365273097cbed +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_06_Cue.uasset new file mode 100644 index 0000000..b0078c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4bd20cdda6d9002fca1ccdd1b50bcc5e08f5f8af7cfc4bc2119a8f3271d52b +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_07_Cue.uasset new file mode 100644 index 0000000..4992567 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3bde88cd484ab6bc83ac7a363d4a82b506f778fe6f1fb3bf908a1a8508addf +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_08_Cue.uasset new file mode 100644 index 0000000..5886f80 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11902c1704adb2bd754bfdf687652024fb54a5800b1aa09a65b7987a48bb1214 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_09_Cue.uasset new file mode 100644 index 0000000..b2909ab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd01375f3705cc92dc3526db972f58bef678c89e467f5e0ba76aeec1d9319184 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_10_Cue.uasset new file mode 100644 index 0000000..cfb659e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614db49db202b97fe93283bd0a7a0c784e8c98a922cb1fde245086a179897575 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_11_Cue.uasset new file mode 100644 index 0000000..300b17d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd5b1f4d6f51f9758c3bedaeca7919cfa71d7ebae780762ab30def8b8a1c6ac +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_sigh_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_sigh_Cue.uasset new file mode 100644 index 0000000..2223a6e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_expression_emote_sigh_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895697b59c0c4d0ecbd2d6efae1e03428a1f6792205c542e074e1b5e1e8d0a05 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_01_Cue.uasset new file mode 100644 index 0000000..b1eb7f9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c4429f677ae450969c4a18f3ac7e797c2f82ff85bc12aa11485a47f15159ae +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_02_Cue.uasset new file mode 100644 index 0000000..a618ba2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ddc3415ee6f02bd39e277c30c679c556943b229f74977639d680b3f16e5299 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_03_Cue.uasset new file mode 100644 index 0000000..739a1bb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4036796ab4c3d078ad3490a92628bcb1c31abcc9416ef92feeb90852f3120b +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_04_Cue.uasset new file mode 100644 index 0000000..e309184 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a13e45d6bae9bb834814fc6a8bbb0aae3877c1ae1603cf037b397b825c34c18 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_05_Cue.uasset new file mode 100644 index 0000000..c48f060 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb2341922a4e4b55686ef4683de86c1535d7e7a442fce46e8839264d4ba29e7 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_06_Cue.uasset new file mode 100644 index 0000000..e3f2a19 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c958912c432341d7d17a0285b25204617b1bbaa915c390ac1c59eeda12b87654 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_01_Cue.uasset new file mode 100644 index 0000000..7cfe87a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b39e551327ff3333aed2a6ada91d660b8f41bc4cbd1040bfe2da019543ee4b +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_02_Cue.uasset new file mode 100644 index 0000000..036ba02 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6f87763dc12ab05850735334ebf08dd1f88d5e57601edc1fa31ebd37ad7d1c +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_03_Cue.uasset new file mode 100644 index 0000000..feeb810 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfb1ee04e19343119ef98631143ba7a7f83e0cf022eda53db8e006ba4b757b0 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_04_Cue.uasset new file mode 100644 index 0000000..b673926 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56dc5a06e20f1c0cdd2205f85c224c9331cc76805c9c56047a0ba751fd7c8d68 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_05_Cue.uasset new file mode 100644 index 0000000..eefd6b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075ef11d8b4c9923f845934abb986d432ca9d79b3b1cc0892dd1e01d42e7123b +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_06_Cue.uasset new file mode 100644 index 0000000..9b7e5c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7ed2189f359907f7f2771bff45d2220182c8037d9a79694a25b1f81a3ec100 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_07_Cue.uasset new file mode 100644 index 0000000..061a782 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_growl_frustrated_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ec3dff6508f93861a6582fdd8ec8f64be62160bd6ef44adb9f760ec1bab170 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_01_Cue.uasset new file mode 100644 index 0000000..2792654 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2be7d5116c06aad0b5c9754801206c9ed43b5782a62db673f9293ad0b61a829 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_02_Cue.uasset new file mode 100644 index 0000000..05b6ad4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71684299f6c78303b79f5ab9813297843846fa939e3d02a0a00c99fa533043fe +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_03_Cue.uasset new file mode 100644 index 0000000..d57ed6b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da78adbcf7fc44b196e7ea61571975cdf91fceb72b70227006f5cf5f0fdd46e1 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_04_Cue.uasset new file mode 100644 index 0000000..db3e64f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515a67f63dc50e475e6b0eee8b34cc26a3e636e02c81358094ba184ca77477b8 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_05_Cue.uasset new file mode 100644 index 0000000..6522f7f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff738d996b2f71afed633dcc7c863ebb2b677a43c4c6ee2a1ddc24842908510 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_06_Cue.uasset new file mode 100644 index 0000000..fa330d5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c662ff47a7fa943a554e8f97e965418297dc5317d5576f49735164abd6e999a7 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_07_Cue.uasset new file mode 100644 index 0000000..fa3ece1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d7249ccadc2797308dc06ce61453afd95cd24eaf628b6a3e7c7399cd980d0e +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_08_Cue.uasset new file mode 100644 index 0000000..4d6b9a5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc263f264126962516cfdf2409b5d983b72a6ebc30c6c97c58aa7397cbf974d7 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_09_Cue.uasset new file mode 100644 index 0000000..85844d1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ab5920beb72d779159eb9740a7a908c028329e1a0a4c750ae9bd5847825ae2 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_10_Cue.uasset new file mode 100644 index 0000000..adbbcd6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe1c18e74a021f701e0c9eb279ffd623fbe4fd3195d6eec336efe2c76efff09 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_11_Cue.uasset new file mode 100644 index 0000000..abe8ad4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b77c9443bd4670019c885c9e669fad0e75c8177ab56d207890cf57218fe4ff +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_12_Cue.uasset new file mode 100644 index 0000000..6500adb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f766b4093efbdd62f76ef7f7728b5592e97819081a82c00ea7c8dc247ffd9be6 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_13_Cue.uasset new file mode 100644 index 0000000..0705bf3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05427686736298b15cff247a5d087dd06d4cfcd1b4243c98adb86f78094537cb +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_14_Cue.uasset new file mode 100644 index 0000000..0653e99 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f8fd735b0955bf18072769a63e0a2b5488d54447048d3ae3e3fb51d8b0eb3b +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_15_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_15_Cue.uasset new file mode 100644 index 0000000..572aef6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5238f9eeb6caed3eb03a1fe45fb44952bb60191ba76c446e5e5021791d1b49 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_16_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_16_Cue.uasset new file mode 100644 index 0000000..91a591a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04497d79008e6f0a172c99eca82b38335cbcd7f7e9af87e4437c35b4d98e29bf +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_17_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_17_Cue.uasset new file mode 100644 index 0000000..f061f80 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d664e33a78ff8c264c891d89978d76fa50afad2d496b29c124c46601d2bfe9 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_18_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_18_Cue.uasset new file mode 100644 index 0000000..beaf5ab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_18_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4dd975e5a778ba528b8751acec3eefa69dadd0a482c17b2765bf2fc2956ae8 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_intense_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_intense_01_Cue.uasset new file mode 100644 index 0000000..4161e6e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_intense_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8af92ff9daf945cc8ffc49af867263e76c3c9811c3397b733dd1301bc4f711 +size 3495 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_intense_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_intense_02_Cue.uasset new file mode 100644 index 0000000..6a86c0d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_intense_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640549a596a43d145de38e0efd9fbe809bfc3c090a74c0de1a61c0d763a877a4 +size 3495 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_intense_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_intense_03_Cue.uasset new file mode 100644 index 0000000..fdf7387 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_hurt_pain_intense_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31456b89e53c7728b87f66e49e5993a373942689f258de8dc4771102283983c2 +size 3495 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_01_Cue.uasset new file mode 100644 index 0000000..aad9138 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b811ac45d36c6af292937bf74b7786ffd066d0b7c97088a7e2a6187a8748b9 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_02_Cue.uasset new file mode 100644 index 0000000..44a3854 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ee1718f04959ce4bacd48afb830ae22513bba11a9678cffe79c28ce81260f4 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_03_Cue.uasset new file mode 100644 index 0000000..082157f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b5a5d7bfcf33b0078975466bb6f55358238453576dddd6b8e3bbbaf0095c4f +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_04_Cue.uasset new file mode 100644 index 0000000..84e9abc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7664ac8d3d97d9643b173a100022c5eb298582965c7a8574b55765e9db1036f +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_05_Cue.uasset new file mode 100644 index 0000000..188c150 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca94964ae06bb9e5bddc80c6a640f612cf1f5316c0ea9d2bf3c8c9a4dd17b2ab +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_06_Cue.uasset new file mode 100644 index 0000000..24e9ffd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9834e96d9edaf70f8eaab4d1c9fc31dfc5a7a3ef45efd6621fecf99acd7e7ec +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_07_Cue.uasset new file mode 100644 index 0000000..f3f81a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd641f9ad894b5fe9e5a3aebc2a3bfc0bd7d4b9920a39f33d802fa1e66cba8cc +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_08_Cue.uasset new file mode 100644 index 0000000..41d0c57 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c122dee51fdc0d66bc5ed9540470e9c8d43909a7d9d45666c4168b8e723373cd +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_09_Cue.uasset new file mode 100644 index 0000000..286a52a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74402cf9dd0a542e12ba0b3a257aeae9032bd13ca0b1169f8cb0053cf29002a3 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_10_Cue.uasset new file mode 100644 index 0000000..e860791 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f806965518f43f6219258a16e5998782a7454ef26c498a7d3d47c0aeddc55c +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_11_Cue.uasset new file mode 100644 index 0000000..148b172 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19afa662239ffad9fa45610b0c0c2b54ce403b1759f41869c79078eaa84ba843 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_12_Cue.uasset new file mode 100644 index 0000000..2875589 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7997a841dd34459def825c2d9a8953e1431cf756481a0c1be8d18f4c8a6a81 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_13_Cue.uasset new file mode 100644 index 0000000..5e903b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408b2e27a54183af879bf5bd481e7f322231505199f4f31601282212da43ac16 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_14_Cue.uasset new file mode 100644 index 0000000..a772149 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Cues/voice_female_a_laugh_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769aeb4ad570fac9416b2b1795dca3a68a4303bb7dfd85abe9e93a80714d1f19 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_01.uasset new file mode 100644 index 0000000..518b5e4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab71cd1935de9a1aec5ac1d3b725f8e83bd516cc1697f85f5af2eca0d06d2e6 +size 57976 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_02.uasset new file mode 100644 index 0000000..ef8fede --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ade854f49d9be905c5e3d7b590decaa80fea446dc41d20f2d7e9c6a633bae3 +size 64800 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_03.uasset new file mode 100644 index 0000000..7e609bb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187a0ba2d1bb2b0f5a1a1dd40ffab8a6c40efdd60fc06d8ae1e4ad275f96b394 +size 68478 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_04.uasset new file mode 100644 index 0000000..34c9b5a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9d28933dc8732360b1bda3aa964f71ae8aa4b0b84491e70d6497860ba86b6a +size 67312 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_05.uasset new file mode 100644 index 0000000..18a8650 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c489673c49cd46b121088f7bd98deee4651f38a22261d5df7514202b21093382 +size 63269 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_06.uasset new file mode 100644 index 0000000..882e885 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4e31a4ec02bf42941e252622f3ebc12aa17ec2a3cb2143ff8aa30ddbf12fe1 +size 76145 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_07.uasset new file mode 100644 index 0000000..a07add2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c4627d3419e0940d8b6145ce2b9165c295947a17714d85b9865a1515fcb0f4 +size 60017 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_08.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_08.uasset new file mode 100644 index 0000000..541eb62 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b344bcc0c849fb060bb99a119063dcee574c3307d53b6452ad154a84e208e980 +size 77662 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_09.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_09.uasset new file mode 100644 index 0000000..27f38de --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aadd3771d518921ca783964e2cf4174b8ac25a46af7a0977af3edd217713de0e +size 101390 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_10.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_10.uasset new file mode 100644 index 0000000..d3511f4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce691206656e515f5b6e57a736cc5792e201f37ed6b2974e71fd830355d120cd +size 40078 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_11.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_11.uasset new file mode 100644 index 0000000..4be247a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3a79cc97dedcb91f2c9fd3ceada915b52fb6a267e1600ceb8017684b2684dc +size 30321 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_12.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_12.uasset new file mode 100644 index 0000000..da17c68 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca55345266afd0176ed341923b1ef1f216e41d07911ad536df71f6467eb4c81a +size 48247 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_13.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_13.uasset new file mode 100644 index 0000000..4debdee --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a1621c8d6a827879f005bafd350dbc41ce76caf01f57e33e9804ac22644cf5 +size 48167 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_14.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_14.uasset new file mode 100644 index 0000000..66ab087 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_attack_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1baaf5b8efa3d81cffdb0785bcfa118cc098753cc7eda07904fb8242a948553a +size 74493 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_01.uasset new file mode 100644 index 0000000..e44c0c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93f30e84aea54b85833db6b1fcb14f8263c00982fdc351c70a51e344de61057 +size 139759 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_02.uasset new file mode 100644 index 0000000..552b48b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc8dbbf273068a2ca5ab20c098c215f5de8ef41723bca304c0bce99330272d1 +size 204781 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_03.uasset new file mode 100644 index 0000000..5f426dd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f7314e5eae9878b1ce3c65bde337a7128d2858c0a7429dc346c25178623856 +size 165160 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_04.uasset new file mode 100644 index 0000000..ebc1170 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd066f2f601340de2fdabc393f78fa3723158a0ef43a23e6f7581b87f2003bd7 +size 170637 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_05.uasset new file mode 100644 index 0000000..e459dbb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51da4beae5b924f748c0be01c7fd7aa0190c7b78d2e78092338d9602b62da302 +size 172889 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_06.uasset new file mode 100644 index 0000000..2cfe99e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bf19222adb5b29300ae4a8a647ad5998a906cb7222911bd00051777cff763a +size 189018 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_07.uasset new file mode 100644 index 0000000..fded479 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7ffcbeb2de04657fff2e8c0c9e30d8c56ae47bbe121f0921b693eaec47c8d7 +size 196145 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_08.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_08.uasset new file mode 100644 index 0000000..989b8ab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fed6e36e676c5890b97a22e5e594c54642424ba663bdae62f2d2405a43ca387 +size 188726 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_09.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_09.uasset new file mode 100644 index 0000000..5a5fb23 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cae2f8335dc7e139f5d9718009206aab039de67f6e3aa0bdb7dbaed0c0c3f59 +size 118804 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_10.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_10.uasset new file mode 100644 index 0000000..2802a66 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcee66da22da97586635afa83178ac27b9f018f999c31b67411d3040887a1a0 +size 125320 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_11.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_11.uasset new file mode 100644 index 0000000..a213770 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f5e53372440baacad04c880999f294a427e3538507f841f4364ea75003b1c5 +size 68224 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_12.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_12.uasset new file mode 100644 index 0000000..5e1ff3a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32aeea2a61212a79960b831debb7b3b01836b75c8bf275b44d129a3084425ef +size 107269 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_forward_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_forward_01.uasset new file mode 100644 index 0000000..64aa01c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_forward_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4553ca09405efc7aad18314938f8640d618c93332fa470d9b61f425de9aff3 +size 116930 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_forward_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_forward_02.uasset new file mode 100644 index 0000000..b6a9d21 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_forward_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ee4e4da2f3b418ecc49bcad3ffa09396f3f03e95fb889e0a8deacd28fc7aa6 +size 122896 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_to_war_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_to_war_01.uasset new file mode 100644 index 0000000..4609052 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_to_war_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0591006b61227905b96d25924069298b4f4bd1d234fc043615add6bb5c0947 +size 128735 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_to_war_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_to_war_02.uasset new file mode 100644 index 0000000..6e5d776 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_battle_shout_to_war_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f6f4e425bc9166fdff4ec4f5914e9cae29e70cda9bfba8238dc8d8e6459675 +size 123882 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_blow_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_blow_01.uasset new file mode 100644 index 0000000..3e2a7d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_blow_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d9b386cb72e9f9277308e16bb4b60fce38d85dbd34f7452938a87b65d3f6ac +size 91387 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_blow_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_blow_02.uasset new file mode 100644 index 0000000..2f77aa3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_blow_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f93c3d56f94b3544e9333b24f88e54307242b501bc50328ee4c46862933f021 +size 118257 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_01.uasset new file mode 100644 index 0000000..f3ef05a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88eb580690b41c5e445ad93620720365665dd491155faa0e156d853ead8de73 +size 109563 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_02.uasset new file mode 100644 index 0000000..1501255 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2166a00521012e48e9e7f8dfa5aa273af5564f32fe9a9b0d9d948c1ab9e9bc0d +size 110865 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_03.uasset new file mode 100644 index 0000000..440f3d0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edac4e055a68486df31f5640ec40b38ed84f3116d7e6d2bddcf63839fcafe771 +size 114544 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_loop.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_loop.uasset new file mode 100644 index 0000000..5e86906 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74540d917b21a9dd596fc81a54084fe45016b3e98bbc54ad64101a1c2465035b +size 325589 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_out_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_out_01.uasset new file mode 100644 index 0000000..568c6f4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_deep_out_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03a2b4db50456914ce3613ff1598c8583315a72259fe8610b51ff7b121edf3d +size 119675 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_exhausted_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_exhausted_01.uasset new file mode 100644 index 0000000..7191ef9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_exhausted_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0d273620a32ed26b6e74d1031ccd0f212171ab9a7b82c532e5b8f2842f5d60 +size 99547 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_exhausted_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_exhausted_02.uasset new file mode 100644 index 0000000..a9e1082 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_exhausted_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a736633025dd9e96a44901137d8b47ec4f2699d8f8dea3daf973956db0f789b2 +size 115223 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_exhausted_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_exhausted_03.uasset new file mode 100644 index 0000000..9d3bcf4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_exhausted_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44bfe5162144aa19ece031af4f18da86c430c1153e318911cfe94fd05e2edd7 +size 168889 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_01.uasset new file mode 100644 index 0000000..037a0b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a5cf252c48f663f698c6b1a5b5f55576c302a96523a02d13d9515e53582cc1 +size 111623 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_02.uasset new file mode 100644 index 0000000..1d5d126 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c4a03e33f8e81bd25a893598459843bfb773fe9f36aea61107780640ef0ca4 +size 108465 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_03.uasset new file mode 100644 index 0000000..89b7b4c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f032944903c0099feca4730fea84a995d07ab80ed612187273a10adc1895b79c +size 110249 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_04.uasset new file mode 100644 index 0000000..466795b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834746ebe00b866f75d85467d7148c264a599e42ce6111fc8040a8012e8dbdbc +size 109557 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_05.uasset new file mode 100644 index 0000000..dea20bf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c013134b41ef2ce6c424ba21f629057c8f371e2bfe42927ef07fc13aeb15271 +size 105662 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_06.uasset new file mode 100644 index 0000000..46075cf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7adc9aecc193c3fbc942e6bf0eb670ae98f8784183362d6680ed249380cbe580 +size 106989 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_07.uasset new file mode 100644 index 0000000..2b0f70c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1107d782352b26dcc080b6bbf3f9ee45dceaae80197f116252846e1c6b7f5b32 +size 105527 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_08.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_08.uasset new file mode 100644 index 0000000..93e6886 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1449cbc56c412dda0de25a199fcd3ba39172a34f5943533f3eda165babc5adee +size 108583 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_loop.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_loop.uasset new file mode 100644 index 0000000..b0b37ad --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_jog_loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbef4307f27f19f5949d6862224fe3f71a56311884b80ea25abc76e64352182 +size 835334 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_out_of_air_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_out_of_air_01.uasset new file mode 100644 index 0000000..bece736 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_out_of_air_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1e5216d1b963e5142314620ebab72c3d4e8b2918f6106ff0ce5e20d6fccd9d +size 193483 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_out_of_air_01_short.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_out_of_air_01_short.uasset new file mode 100644 index 0000000..e54d30a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_out_of_air_01_short.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf13aebee6e33d855a5d72c97d3c25be5acbbfcd1c1e67b13dc58c5e25c32932 +size 136528 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_quick_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_quick_01.uasset new file mode 100644 index 0000000..e6af5a1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_quick_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce76b9a255ac28389bc2cc939ecf0d7fe68cc7f2e6641528d4c94331fa364a4d +size 72972 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_quick_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_quick_02.uasset new file mode 100644 index 0000000..225d283 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_quick_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a833733582dfc881a6eaaf23fb9afb772460c2d59c7655ed94bc492a6f9d2c7e +size 72912 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_01.uasset new file mode 100644 index 0000000..7a48425 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f890f25ba33d59a78254d8ef8fea95e3c040a5b0e0d938b96e2e6f4df02af1ca +size 62860 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_03.uasset new file mode 100644 index 0000000..0dd463a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e67638ebd5fbc7d96a20bf56ef0103c67fa4e424ef55b9ced78b91d1e792ebc +size 61095 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_04.uasset new file mode 100644 index 0000000..1fb06be --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23df7a4db77bc0a6fa332a0a204a0d4e80d1f9cb02bf212c5bf8ca4cc07df439 +size 64058 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_loop.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_loop.uasset new file mode 100644 index 0000000..124e549 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run2_loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4551f455c2298866ea644f35e2b29c1982cc95ec7fa2cfffd215a5c438760aef +size 178174 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_01.uasset new file mode 100644 index 0000000..7b8c35f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78771456905b275ff1026683130d90e15a97d641d4118e24f1a0105384bb592 +size 81817 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_02.uasset new file mode 100644 index 0000000..d8c5bb6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93feb474b4c709d6f1fae4f1d03002ef8747a185f63f7bb39fba358654d51bdf +size 85607 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_03.uasset new file mode 100644 index 0000000..3f98cae --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f276306b12d42cc70591391a004d86f159bd71b21f0f4f9a705beea561566d +size 90373 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_04.uasset new file mode 100644 index 0000000..8fddd62 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df9198d7c101d465860c8dd90d012f444b2fd09865feefebb555f77fc70c40a +size 81763 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_05.uasset new file mode 100644 index 0000000..fd1ab37 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963715987209272daa8f8318d4cbd616cca36646bb7ce9ab24c150efd2a0ccc4 +size 81758 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_06.uasset new file mode 100644 index 0000000..f0b00cc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2cda036bb43ca11bbc455430c62c7fb51c797787dabab0547552924c5c7499b +size 79827 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_07.uasset new file mode 100644 index 0000000..cdf0593 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef17fd1042049380709442f0c9399f67706fad7fbd6a54f128b394cc16bc366 +size 82452 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_loop.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_loop.uasset new file mode 100644 index 0000000..4b1d705 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_run_loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c02b80f475b773427061fae21ce7d6bdea7ea18022d217810c0b9148b6898c +size 552666 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_01.uasset new file mode 100644 index 0000000..89ca558 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05d0ba69755ff6274bc89a743fdf7b41c28db6e010310baee5ee934e6b3d78e +size 117060 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_02.uasset new file mode 100644 index 0000000..d9a54a2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9860796f115962757a70616df83c8a5cf6773142bd0757317b897ff829e3d71 +size 94627 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_03.uasset new file mode 100644 index 0000000..176591f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a7a8be91e8c32ee2c7e99fd8192da2ba57844ee4cb012518eb9704a18ddcab +size 86686 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_04.uasset new file mode 100644 index 0000000..3e29073 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_breath_tired_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8794a0a84dcf81c6d676b117c308de7acb95f3c84a6ec6e230044a26a1d94986 +size 90270 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_01.uasset new file mode 100644 index 0000000..c6f0e49 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166ffe89709973d63a01b4a5b57ed4c6b4b82709deaaf9ada178c63732d798b0 +size 166117 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_02.uasset new file mode 100644 index 0000000..f01dbb3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee14bbfdfa9d604fbba970e13399179055a8c853f4c9cb427e1621671059aff +size 165765 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_03.uasset new file mode 100644 index 0000000..ca0b8e8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fda53252284bdfabb106afd7c685c63af747b08d947b23905f99635c84e517 +size 137676 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_04.uasset new file mode 100644 index 0000000..bb5b19b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94aab8ce82a5d2c2c95360faf75d25f2283b91c39b3f2ad787717f08c95bb4b1 +size 181173 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_05.uasset new file mode 100644 index 0000000..fe97a90 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0741d8c1524f39c926145e06e8c00bf0e81ac30988394c3d1d594a6a21c4b3b +size 145987 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_06.uasset new file mode 100644 index 0000000..2205a88 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c0fe657844f84fbdbb7fc1daee9cd76290e07bfab4b5456089d96ce12d4c87 +size 106796 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_07.uasset new file mode 100644 index 0000000..fd5d07c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f0f7f4a084b4765a0afae3decc5f6a070f09d236abd45ecfad2467977edf97 +size 125118 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_08.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_08.uasset new file mode 100644 index 0000000..3286d4a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ca24b43ba080e5d9f217c48b59b8f729e9b554650491a9823ea1bf52998db3 +size 55814 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_09.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_09.uasset new file mode 100644 index 0000000..507090c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1cec0cb5718be14434478e4a37aebbe1a3aac1c155e088ffe49ab75941b712 +size 70811 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_01.uasset new file mode 100644 index 0000000..4a52e66 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b397ca523ebe41c1bd1f0c5d18a751556cc36d5eba258f0a6877b3a40feef89 +size 57238 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_02.uasset new file mode 100644 index 0000000..92a6c97 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eece2415e342524e4b09679fc4ab6995fbb5d39317f006c03d8d352f1cef026 +size 48642 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_03.uasset new file mode 100644 index 0000000..a4d1a23 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010f3c21799ffa0117556512d8e5e85cfb16115d3d7ff5cae030957604a59840 +size 73200 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_04.uasset new file mode 100644 index 0000000..64c73f2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_interrupt_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea78b3dbbc8beeae9b2a26663ef53b1063200a2056e079411560759fe2cdf0c +size 74057 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_01.uasset new file mode 100644 index 0000000..1ce70a0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d80fbd1cb52f17fb30d0d829be2d5c0b4a3f0215cf1821df719b5b773b4293 +size 47790 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_02.uasset new file mode 100644 index 0000000..286ab00 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe10d449acf714b9ff7c2b04cf258c7338b524f6af7c44b657998e203209fb23 +size 35742 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_03.uasset new file mode 100644 index 0000000..02cc334 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9b26f863594cbe0cc3de2535d67287b26ff8c22358b37b5f2a436b5b77f84d +size 58713 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_04.uasset new file mode 100644 index 0000000..8620d80 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58b0d7abe2397007c5ac189b2345f532c5a736a2392430fdccd1b714345face +size 36432 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_05.uasset new file mode 100644 index 0000000..a6550f6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cough_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacc7044168c5572c2adbd72db7cb898e030dbdead3334821116e1bfaf43cfe7 +size 37788 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_01.uasset new file mode 100644 index 0000000..ac666ed --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ce1262d57df306ba93ce6bed1100758899a8bebb4e011fab0d5e903c3e3ef9 +size 477664 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_02.uasset new file mode 100644 index 0000000..3b4bc7c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304d0709433180953d38f720389796a4057e22349388af09aa34dce9c2478009 +size 396185 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_03.uasset new file mode 100644 index 0000000..a146df6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a2206c0e7b91e18d58b2095a8bbfd0c1c75c4cab31a2f8d6fe6f32270aa3d4 +size 414110 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_04.uasset new file mode 100644 index 0000000..1a10f36 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036088e6285f51f2302b6bfc0f6b1c68e0cd6c31888ce4f3b0f633cf79a04291 +size 424679 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_05.uasset new file mode 100644 index 0000000..dfe1d71 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d597a267ac9af27f04046d0ac46622fa9e76aff8546e4b3a84551f48fb76b8 +size 554536 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_06.uasset new file mode 100644 index 0000000..a805f86 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803a5f2a316fb9d3ebd6807693329801a012ddbc844ebd62d3791b38be9f60f9 +size 442886 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_07.uasset new file mode 100644 index 0000000..ee6ada6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414b97a1ebd2b24e4aca4cb541991305ec4501dce4b7dc248b11cc2bad68c1cb +size 622363 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_08.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_08.uasset new file mode 100644 index 0000000..87a007a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85551d91f03ddb3c6eabda6ceceead3b6b44225b21dc86005f343f95af840f8b +size 434247 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_09.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_09.uasset new file mode 100644 index 0000000..622a6cd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32764fb8469038ccc664bac30bd04e571e48c1926becea12ee8f98ad4bce4bf9 +size 694144 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_10.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_10.uasset new file mode 100644 index 0000000..4e58fa0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcf9184c0e4a8e7dcadbf22816c95bdb61b793054980da5ec55761081774386 +size 687773 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_11.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_11.uasset new file mode 100644 index 0000000..002bc3a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_cry_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53edd2c14c543ef5c3d370c2cdc056445da63e3e8f7ca313ee78b17094a705a +size 92078 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_01.uasset new file mode 100644 index 0000000..8902078 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29c6091a36c805b15eb8591563c7071d877da28ed07f9c7a383233658176655 +size 177784 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_02.uasset new file mode 100644 index 0000000..008327e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9d7339bbdeaefa140c348d05179142cbdf47a161a5acb8866f2c110a35afe8 +size 160917 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_03.uasset new file mode 100644 index 0000000..1f5f793 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51dceda31ac546a8db82d33e5a51d1a84bee2f501bcac7b12a2e170cc3b49052 +size 252845 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_04.uasset new file mode 100644 index 0000000..db6fae9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4ba22ab39b264b2cb56cd0dd6f57a62b4592ee32a417016e7f3c2b1ae6236d +size 141026 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_05.uasset new file mode 100644 index 0000000..1c6b991 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809f71d78cc30065cbf8f01db3f877fd0507276f2aa4fd7ac756f89f2daa3808 +size 238896 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_06.uasset new file mode 100644 index 0000000..fef288b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa4b36f5d0e3bb6d1fedb1216c92e6c8a2f4b6cab824a20dd460da3b7c3518b +size 223456 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_07.uasset new file mode 100644 index 0000000..cefbaa4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9427acfbc2963941bfe8e52f24d261cae7a6cf7252f6a9ce4130680e7483e7 +size 171035 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_08.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_08.uasset new file mode 100644 index 0000000..30791cd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce850bb33092fab1aaf20ce8e1fff5d11f21951576b1408d69e2c1ebdce59e7 +size 112396 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_09.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_09.uasset new file mode 100644 index 0000000..867a427 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4b2fef54fc8703984d95754307908c697ea0f9e9cd289d718d400f55f009af +size 312321 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_10.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_10.uasset new file mode 100644 index 0000000..aed1ae9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd15233dc8ef5b5c136537264db3e33183295f4adc25fbf2d6300253ec0940a +size 116708 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_11.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_11.uasset new file mode 100644 index 0000000..7532185 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf923e0e763db57dde05b36bea7ef6c32881ad41127f0e64da60c35f9cdc0153 +size 95025 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_12.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_12.uasset new file mode 100644 index 0000000..a66820e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f2fc1cd58f05746b3cf2d3aad1343b8a08cb374bdc63a55bf600c4f529cfd2 +size 110487 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_13.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_13.uasset new file mode 100644 index 0000000..69ab2f7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_death_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515373f54b838d0d34cba291debc275001a06c116ebcf359d7d6d894ff4d3a54 +size 200099 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_01.uasset new file mode 100644 index 0000000..44f4c84 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acae2d088c3e0c23deb19ed72bc06aa0ae587b67f2891d6e8d98c267f7ae226a +size 42976 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_02.uasset new file mode 100644 index 0000000..417835a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4105da9e7b73f76caed503175dbf5883a479dfcb46749e9dc2f26f56b082e689 +size 37954 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_03.uasset new file mode 100644 index 0000000..bd9f646 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0241d602a547d5a5ed0c6e8795fc3db978edb9ef3cae41decce98ee349b63a2 +size 40510 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_04.uasset new file mode 100644 index 0000000..cd1b967 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e30fa32c2600f5e207e63d7a663aae750d05bbb3d48048b4ff8ab823b4262a +size 51153 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_05.uasset new file mode 100644 index 0000000..62db7d8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18554a8b7e0946e5b99d004373a24d37975ad80751b06f40a78232da95fdc0e +size 23457 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_06.uasset new file mode 100644 index 0000000..7afb057 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6fb4109ba25a09226e10aa6573f0b4f1d03cdc94e586e8a1d93410e54c56c6 +size 39374 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_07.uasset new file mode 100644 index 0000000..ca0496b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf9a56b7fd1c89a05a9575064039aee11a152d93b86ef174ddf728c6dd7ad9f +size 46839 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_08.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_08.uasset new file mode 100644 index 0000000..1f3f258 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b513ed27c5bd76fe75c345f1a7a4b62d8ca477809da348d2a02289f80f3318 +size 22064 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_09.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_09.uasset new file mode 100644 index 0000000..0e196ba --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e956b93f6d79bd24334831311a3f34a2c9f53cd99c2f9deabbde4dc54c5cff +size 30291 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_10.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_10.uasset new file mode 100644 index 0000000..39636a7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_jump_action_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ba58d987e053f0e2e2f50150e1b744f6dc8ddbe325425b6b34bd28dd5cc9f0 +size 38249 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_01.uasset new file mode 100644 index 0000000..49ef58f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5e717fd63228576f6c1bcd3dfd3c7662a359cad5ef82a8f5a0c98345c56c29 +size 144743 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_02.uasset new file mode 100644 index 0000000..589f9d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb8ba99b0b34c73d3a2948a331deceba21998e1275c92ec54058968be4bc275 +size 148080 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_03.uasset new file mode 100644 index 0000000..0cdb2a0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072cce4c9d875be7a194976423fe75e3bb86a18478157690ef20fb8ae6033b73 +size 260715 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_04.uasset new file mode 100644 index 0000000..98d7365 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c25c75c61860d2a1426aaa6f4e61c78ee5c4f843774c0bd1865c3e78901515f +size 237563 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_05.uasset new file mode 100644 index 0000000..8721e10 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09d4ee074f34248ad29f88f002e0bd01b9ab2277b1c64f8249d3f3305ebdf69 +size 275926 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_06.uasset new file mode 100644 index 0000000..84cdbc6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50722a1d7b7da196a6ddb2c28d1ecdb3b802a44b33b36e4429b3d02aeddc025b +size 150752 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_07.uasset new file mode 100644 index 0000000..c9f73e5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f23037f82e7009f6e87bc17be116b192ca5cdab8422243a4bf72b3569ae3b51 +size 142015 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_08.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_08.uasset new file mode 100644 index 0000000..31ff576 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab87ee02b36da01fda86e876abdbd16d4a9f46bedd0d5f9606c36d3cbd65cfb +size 173458 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_09.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_09.uasset new file mode 100644 index 0000000..b3e2ac0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08da2c12982096b258481ad1b029f7d4b964e71242ca1e0941bd9e557fe7196 +size 115070 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_01.uasset new file mode 100644 index 0000000..71d645b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3a0ea06acee7eb13ab7f23ec2bcf766057ce625607517643a9b594d8d680ce +size 53810 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_02.uasset new file mode 100644 index 0000000..55087c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8715931e61c46315af458f5b4be0b2b0e327c2e6c3f3c2230fac49428eb8c2 +size 76713 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_03.uasset new file mode 100644 index 0000000..9695e52 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da342cc2b5445ef09b1b7abeb8170ce94a086cda8fb17c3b23d84537141445e8 +size 57788 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_04.uasset new file mode 100644 index 0000000..f879c88 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc3200c3cad6fbb7f7a9ab31ef8d6f0f39c1f9ea2e2e7290e984d250d22d8d2 +size 112208 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_05.uasset new file mode 100644 index 0000000..abcd730 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd720d2ea86fca72f4ff8f81e0d940a4e400d72e6db018c851e4be2a3bcd22c +size 101012 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_06.uasset new file mode 100644 index 0000000..34d15c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3335c2e1268931fdffec7f926f5a369c4b775ecae12306a211764acd9888f0e1 +size 70373 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_07.uasset new file mode 100644 index 0000000..8f65194 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_push_fast_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3318e673f40054024fc0206f88a3d2565f61a22389b0a61f223e8d9a6b5e20d3 +size 75683 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_01.uasset new file mode 100644 index 0000000..31f8278 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be88635c9fe5ea4d47a8f5cc878d6e5786029c3ee9c4d1c9446862b219489f6 +size 88709 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_02.uasset new file mode 100644 index 0000000..f80974d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9883a9757b74561fa6a86c0965f0758a965b37a22cc7a2760fcbaaae90816856 +size 123498 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_03.uasset new file mode 100644 index 0000000..597590a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dda268c7be1de02466cea8d8687f6e7cf40cd2170a7e4c472e0430a4137431 +size 60488 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_04.uasset new file mode 100644 index 0000000..8adda23 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c07814569823ea788395772ed3490e94fe8a8e0713c20ea57eca3823928334 +size 41602 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_05.uasset new file mode 100644 index 0000000..7117b49 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dcb6b3b9667b6cd019aece4779df17f44b5d7d74395828af12e8bf55a96a43 +size 58071 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_06.uasset new file mode 100644 index 0000000..8e5637b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c32c956db24879c0e93bf05d58ba01e7d77af423fd2b3273446b163b8c83d99 +size 79630 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_07.uasset new file mode 100644 index 0000000..00096e3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_quick_action_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fed0fdbab70a3e3ebdb4a9b9bf3d5ed153ccf3c2fb8ccdd400895e4c59cc938 +size 53932 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_01.uasset new file mode 100644 index 0000000..917cd3a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d667c2f949d9b2c06e3fa81d2b8ef80bd886090afaa7e1f009c038865814ac35 +size 82316 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_02.uasset new file mode 100644 index 0000000..6fac422 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96a5b220a85c45a8c24fd70e8bf28b142214ebef8ea8a35aa81a346b584b225 +size 76154 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_03.uasset new file mode 100644 index 0000000..0807523 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ac62b502aa6b96889c48a8b439028478d16f70c9f765d59f4b15e53363d35f +size 44404 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_04.uasset new file mode 100644 index 0000000..189b746 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_effort_tired_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbe12077311f3a120e310bbcdb4676baa1848b31fafa37d0ab42dd1bfa1c818 +size 40377 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_01.uasset new file mode 100644 index 0000000..3693588 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e522cd1cd091dbdf4f287a2d99f1b7509221fac08317fce7aa3b918cc7686617 +size 88214 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_02.uasset new file mode 100644 index 0000000..80f9210 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32ca3e6a67c85f64f4a4bc6911644baefd59eeb6efc536e35d3674a802d98eb +size 84131 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_03.uasset new file mode 100644 index 0000000..b8d5c6e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca8e03016e669a10a6d9b7ae0ae1ddecc12f990a9d3976e847076b7dc972a67 +size 67550 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_04.uasset new file mode 100644 index 0000000..3fbe97c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46eebbda74bcfc7fe431bf81871293989c536d636b20157ad73e408ff8331f5a +size 66835 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_05.uasset new file mode 100644 index 0000000..7b54021 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d6117d79e3ebd6c2da4098ebcd1fece0470007bb3f756997edb0f4be217148 +size 92557 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_06.uasset new file mode 100644 index 0000000..3644e3a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e18ae7423bfb09125adaf5920f678584c319b2a290f5a13bc53f99ed9676c9 +size 75177 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_07.uasset new file mode 100644 index 0000000..759a744 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9870225b6a3ce68a2dc15cc01de7d92489c225913a471b66a9554d438cef32d2 +size 97662 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_08.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_08.uasset new file mode 100644 index 0000000..dc2e6b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274de996030e5379173d6eb217e5f3e6b8c25ed19593b9f6daea3d838830cac6 +size 91693 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_09.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_09.uasset new file mode 100644 index 0000000..697ab08 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0577fa4585b6cc6f35784fb2ba3987937710a07080a6cb79728e2559b03969b0 +size 64916 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_10.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_10.uasset new file mode 100644 index 0000000..53fd2b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3fc5f4c0100a2884850463ee719f3524b40a70946068b38fb65fe5a55534a0 +size 45569 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_11.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_11.uasset new file mode 100644 index 0000000..1dc7ba9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c9c4dc83302c82a23755f1c89b4be087e8c7d3606a29c66b79bcc29d41dfc8 +size 51379 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_sigh.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_sigh.uasset new file mode 100644 index 0000000..6949491 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_expression_emote_sigh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e153d9073404afaa1bbcd2f8b23ae6c82788a5b83c6e4e154b8e420edf73a5d5 +size 64327 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_01.uasset new file mode 100644 index 0000000..ac67058 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb183731af1a0b4439007fbbed43008a89d4ce275b30de377384d999f7523e5 +size 159009 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_02.uasset new file mode 100644 index 0000000..d8bfa7f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc7ecc73ee7d7c04252a1235e49892feff0a875fc7d117ab7e21971ac57ee71 +size 145719 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_03.uasset new file mode 100644 index 0000000..699e4b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcf46a26afe932f8805684fb204a79570679b16bc2be283ad5367ca80c9e416 +size 132670 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_04.uasset new file mode 100644 index 0000000..8bd420b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b26aee1f8f776e284ad16b0efc1e0a4c37c1b3727f397cc3d5c792e31d053d6 +size 135095 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_05.uasset new file mode 100644 index 0000000..ce8caa9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7eb51a116ef14986a05fda8f693d6ec33058428b4f8d003aac6773c1e0663b +size 145178 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_06.uasset new file mode 100644 index 0000000..ab1ab5f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3caaebb0a449dd1f2dba265025618e6ef8559d67bb125a950ce149d7214089 +size 84907 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_01.uasset new file mode 100644 index 0000000..13a2b37 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82d33099a1caacbe8ccbfa0473ceb3fe07b95857e30ebffbbe5232d1a9e81dc +size 108020 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_02.uasset new file mode 100644 index 0000000..30089e3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13c099434f9b4b02f82e0d083dac91f9db11faaf9e13a5ef852517bb7b97db7 +size 103087 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_03.uasset new file mode 100644 index 0000000..154a60d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03672334b7401df19e3e4a062dcf95bad0496a2fdbebbcd70bce8de34efc2ca8 +size 107987 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_04.uasset new file mode 100644 index 0000000..daab2a8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d5a12230b38480c948c8dff3ffe5a1f4d7e2710080940f74f8c703aca4ab10 +size 77101 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_05.uasset new file mode 100644 index 0000000..c1a9f7a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd755bad1cda7051e821429ba261360f76e2df6c385c22fab514f3a3e6c5c469 +size 62931 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_06.uasset new file mode 100644 index 0000000..afed56d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3302bccfd085ef93c096508f3e919758d638586f04bd417f0f367dcb152cb66a +size 147310 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_07.uasset new file mode 100644 index 0000000..d14f424 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_growl_frustrated_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d370ff0edf719aaaa27ac2f86bbd44e3a91f94164fe48fe5bc4a76c021b7bc2 +size 107637 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_01.uasset new file mode 100644 index 0000000..397b5de --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700660a776c077f0a6fe0023e45d600553f529a9edf6d584dad4c0fbf097fe90 +size 44388 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_02.uasset new file mode 100644 index 0000000..ac9a70d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb78141bb14bc72fbea777f2184ab3a40b399fce72756c96fb757b894365dee1 +size 70287 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_03.uasset new file mode 100644 index 0000000..9d2e1fe --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7485aff7ae06f231c0ebcf047d9002fd8e21322aab232e2b3c3f3114ea7b16a5 +size 44198 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_04.uasset new file mode 100644 index 0000000..453b0d1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab06960c645ad6e749b02e9036d2232eca8d188c8c54fffed8c35e487fb8cc32 +size 88668 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_05.uasset new file mode 100644 index 0000000..a5e1023 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6232cb0d95f12c0dcf03e9708200884fbcfe8cc6f7ff6c5bb811f80c78a3d1e +size 70778 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_06.uasset new file mode 100644 index 0000000..34647da --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe56d6dd6278807f75ff6630f852fbf488ae3ce2133e64c1ecd2e068e0c8c5f8 +size 56656 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_07.uasset new file mode 100644 index 0000000..35caecc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9fad2ccbb7a2814b39affb92e7876697acc85ce3294df9e3f398cea6f3100d +size 49758 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_08.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_08.uasset new file mode 100644 index 0000000..75c43da --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81c8ff571aa3644b3857d94cecb4f30a55325d381fa9449df6592a545c20286 +size 71476 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_09.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_09.uasset new file mode 100644 index 0000000..554d614 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac13eb7d8fdb459a27f3f6c34ccbe9afc3a9a4e90bbab0a7fa2284b68254751 +size 60568 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_10.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_10.uasset new file mode 100644 index 0000000..b1150f4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21198861aa44692ee1cdae49be661ab1fea6c3c3705bd7c02f5f862922e04c0a +size 55872 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_11.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_11.uasset new file mode 100644 index 0000000..ffc9702 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98be43e1ced163a6c7935ec3a837fa7fd5b5d6213940c3bf618f7c2db6a8f6d +size 31340 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_12.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_12.uasset new file mode 100644 index 0000000..967866a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b34f927e203a898bf590efcd20ac6d38e35b69eeb15553254ca0e7655588bf +size 54305 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_13.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_13.uasset new file mode 100644 index 0000000..2aa37fc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f299fb629243cf6bb87182f440dd1219b71a91c3cb3011906a9842dc5c9eacf +size 54057 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_14.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_14.uasset new file mode 100644 index 0000000..148a440 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dafb826b3f80fd54bca877850a6dc47a6509f37e7669f9dc6389820232491f6 +size 55404 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_15.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_15.uasset new file mode 100644 index 0000000..8da1103 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afe6feaae9774bf89b3abb4b826c3e43e39b3cf6e3522830e1bf3d88fa54c31 +size 60176 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_16.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_16.uasset new file mode 100644 index 0000000..4e7f8b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ac53666786c4960dcd67d8d41732966ae5526748eee1edf098a222c5630410 +size 29082 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_17.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_17.uasset new file mode 100644 index 0000000..2dd574a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95795d817e2a5c400f62c5b905fd9c9eebb1a6aef086ad3189e0315f365cb3da +size 122646 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_18.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_18.uasset new file mode 100644 index 0000000..221fd28 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3adcfc80273f694d7ac11ffebff0adc40395bfb9b16e832cf9e32ed4ffc7d0 +size 54036 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_intense_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_intense_01.uasset new file mode 100644 index 0000000..61a89ab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_intense_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086daccb4206992c63c531003b3c42a861747b98f5f1becda634bb2946c9499f +size 75551 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_intense_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_intense_02.uasset new file mode 100644 index 0000000..3aa1719 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_intense_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ff168fcb56e6117c05d4e93fe12db34b81beaa5f0c6fb7b100907a5b575d4c +size 102416 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_intense_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_intense_03.uasset new file mode 100644 index 0000000..d8f8b32 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_hurt_pain_intense_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c60d00a3b7a4a98ae15c7740958f822c2f362c7ca0845aa0a93deb934f6190 +size 57789 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_01.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_01.uasset new file mode 100644 index 0000000..969a54b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e1a4991e7d156e745afd10ebc9e9480f52322cc9f618cfe9609674af1ea2fd +size 164940 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_02.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_02.uasset new file mode 100644 index 0000000..5821704 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56c9fe97a2a5c916b2843c238e8d53b20816b76e00d245ae0199d99f2ac6955 +size 151889 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_03.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_03.uasset new file mode 100644 index 0000000..295deb1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675bdc193b4093e3ef76acc6aa6d345260b3d4dd00474dd17c5dd5ce38f65b3a +size 290270 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_04.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_04.uasset new file mode 100644 index 0000000..3f3ef31 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21e8d4347c8423117bc4470ffdd6c91ac10aa7a8c61fb50462f3b218d9006ab +size 164125 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_05.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_05.uasset new file mode 100644 index 0000000..9bc1b41 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5902b87026e62a3990c659e12e376498593e1652d1bb63608c014e831c31815 +size 228047 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_06.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_06.uasset new file mode 100644 index 0000000..dd60565 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9f0e353842e72ddc8082a78a0ea14051c149a0355f53a3fa9668565e23e8ff +size 110578 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_07.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_07.uasset new file mode 100644 index 0000000..a6b41a2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53054672c8f6e8d130410228cb889cd0a95a85cc2baf67cec2e473d009af75a0 +size 108087 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_08.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_08.uasset new file mode 100644 index 0000000..59bb10c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a1072a799c0c8cd3e2f5eb70d350a54182418b4755a3b7a3e5cd67bb093cdd +size 84177 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_09.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_09.uasset new file mode 100644 index 0000000..c80dd9e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5743a5ec2781f30903ec502bf2b8e02f12d14ec721fe4910775979539bd61bd +size 98710 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_10.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_10.uasset new file mode 100644 index 0000000..c1272b4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c65e372f361dd4a2fcf7bd74b53dea7483b3da6d03f8f80d1155110b909935 +size 125718 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_11.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_11.uasset new file mode 100644 index 0000000..958daee --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb406e478ed22c3b61dc0bf8adc7118225250bba791ff7cd477d709e648ae745 +size 104976 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_12.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_12.uasset new file mode 100644 index 0000000..39c9eba --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3c1df1124c1ab46d5684b64ce02dc115b9c60c3616788d31657727b641a68c +size 144880 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_13.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_13.uasset new file mode 100644 index 0000000..44f8214 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed36ccae13671ac70ac852492d4cb446cfbe8d851d9a314d54895b2ab1df2814 +size 65943 diff --git a/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_14.uasset b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_14.uasset new file mode 100644 index 0000000..d0f879f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/Wavs/voice_female_a_laugh_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4d0b8569bc46c9a910ebe0a321867743d6633a480c2f70e47155e80d98ee5f +size 89201 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_01.uasset new file mode 100644 index 0000000..bfba8f4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf68feb8a58fc83209afa236542de680806466e655029b49207115e1c87ec435 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_01_Cue.uasset new file mode 100644 index 0000000..474213e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03d124758350b5c77d3ea4cae3bd2855b1602ddf9ee49b39fb3120c6a8312b9 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_02.uasset new file mode 100644 index 0000000..015bf6e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e677cb557c11152058f4b2803f0e9e6a28a2940a6a3fad46039f408854eb812e +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_02_Cue.uasset new file mode 100644 index 0000000..932ad2e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f691ac036fde91817a9e6bbd08be0890ddc302f7952c9b9af896c2b87332de +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_03.uasset new file mode 100644 index 0000000..12e01e7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14adee3c47f699db8e67236257aad78ab9a4fc3f0912a0cfc6aca1586effa3e4 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_03_Cue.uasset new file mode 100644 index 0000000..c946ef1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e35ed0a03760de7dcf1a8624f1b9e3d51457129e468604544e036aa4791e6b +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_04.uasset new file mode 100644 index 0000000..08eb168 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b511c47da1f9876e94c24dd04752eb4a2fd9ac57369dc6091bae1219e25073d +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_04_Cue.uasset new file mode 100644 index 0000000..fca4f38 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb38e187ce05f5c48871d97b738920532d870e55a7f40a78c46e5b18b0ffef1e +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_05.uasset new file mode 100644 index 0000000..a7e1bac --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb9e07fea1467ec5c335dad96cc2d022366efccede2d6a8780bad455ae03f6a +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_05_Cue.uasset new file mode 100644 index 0000000..414f2d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06b9de47dffb178d7e8b318b7fbd7112bea94fd9251d8602239c81f299b497f +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_06.uasset new file mode 100644 index 0000000..0f8d5fc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee27e286b0fcf95af041d01addaca89a69465d2bde3d597240c4f144e41a000 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_06_Cue.uasset new file mode 100644 index 0000000..892b5a2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2687bdfa0e5c6c1f725ce49496411649aea45f11be7e5c086c2b99a5a971c0 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_07.uasset new file mode 100644 index 0000000..3d978e5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19f3a562c9f335ea81253cfef9d4ad49e075f38b3972f686b220497f370365b +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_07_Cue.uasset new file mode 100644 index 0000000..88e6e6b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1c8476847d6191a599215cf93641811b41214e52003d56de8591c93f50654a +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_08.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_08.uasset new file mode 100644 index 0000000..2b0e1ae --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee71c8fb4804d16e7a3e381efae908118973cde9f5e17e934034f324de9a2b5e +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_08_Cue.uasset new file mode 100644 index 0000000..58ad162 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74911d782526528e5aec31c8fa8dd32bf9a5054eb283d472a6fff74e0195d91 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_09.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_09.uasset new file mode 100644 index 0000000..2c819c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a4d4c3ee92e729ce9da506b6966c251ad755f92d5a3fdaf690bf29ce1ba493 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_09_Cue.uasset new file mode 100644 index 0000000..6d9df08 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24d502e715e99fc815905f4c3c663f871b3984f94bf8f82b7e2ee1a0b79baf2 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_10.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_10.uasset new file mode 100644 index 0000000..fda1311 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb110133601d5aa3ff2ba440d0e4675d8bbc2d9d8a64b2edc8311f85c3123d9 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_10_Cue.uasset new file mode 100644 index 0000000..3b26c07 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32637d2d87abfefd039fe9c2cb25a5ec0c821002c5ad7b21f2fc33aadb52f6bf +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_11.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_11.uasset new file mode 100644 index 0000000..fc3800c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e3595289ac052df55c0c5a83195aba6a2aa82629e436ecdfa25362b0ccc179 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_11_Cue.uasset new file mode 100644 index 0000000..5ce9252 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c5bcd7c72ade28370e4660e4783e7e456e8db090c2ad4bb01d7ef04d85887c +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_12.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_12.uasset new file mode 100644 index 0000000..6d65f94 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2159ba383e3832e4c2c7c9c56f8e24e5d0e0145bb540d521427e5cf8995d1614 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_12_Cue.uasset new file mode 100644 index 0000000..d31ef67 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3229767c9b774759ab1c7a5865550f16b8b2a7c605fff4d74dd8d649010cc371 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_13.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_13.uasset new file mode 100644 index 0000000..f91598e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185a21861c57b59f868cb679742a302b3304faa802d309c35d2c634ebf914285 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_13_Cue.uasset new file mode 100644 index 0000000..44f9517 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f52f818fc39adba076d7854afa394d4b9e8676f5de4a466e914a83b13b5099d +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_14.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_14.uasset new file mode 100644 index 0000000..7f34399 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d022f16aad17e660832e31052dac71a8ffa0c677fae829d943af4a96e0c3ed +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_14_Cue.uasset new file mode 100644 index 0000000..9679587 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_attack_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a77bc61af558898e1376b3cf14d1301b34ee4d561f75776500d585e78c0ca36 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_01.uasset new file mode 100644 index 0000000..b69a5dd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad14accdf853b9601885bd203d8548c2b755722d6e6957abbabaa1351193caa +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_01_Cue.uasset new file mode 100644 index 0000000..594568b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c5b2d2d19957992554368b2217734fec68898590f665f4396b9b430f9255ca +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_02.uasset new file mode 100644 index 0000000..d7b7d61 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b8060098b5354fb74c7cb8f99d2932251a4faa7503b259437f35bfc4e8ee7c +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_02_Cue.uasset new file mode 100644 index 0000000..71dde1d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49809db3ecf70dab67c29f646f7937198b4c12439412c861ec4890714bff553e +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_03.uasset new file mode 100644 index 0000000..ebbfea0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906a69e2471265ddeb2dd3e117bc2c708604657d703d1a9436ceed33f5ea204e +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_03_Cue.uasset new file mode 100644 index 0000000..bf166ab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae919acc51c199a69223ac34ffa5d5834a235355dcebb01ed3defaa675b235a0 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_04.uasset new file mode 100644 index 0000000..ab4cb1f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0580134fd5e40a6a95d82e6aa8948de653201cd32d031d8769c268209e67ca77 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_04_Cue.uasset new file mode 100644 index 0000000..81091e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7716625613af7440af22ae09ad828f4293218ef965269901e98d09cd18462e0b +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_05.uasset new file mode 100644 index 0000000..c82d9cf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61279144950a07729639a55f5c812bf06ba06c6c01381e9d630bdc089deb0898 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_05_Cue.uasset new file mode 100644 index 0000000..3448e99 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a89a5ad83a7f104d37aa9dedc8d29563fbddf1d0ca21b36a51a41b0c26e916 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_06.uasset new file mode 100644 index 0000000..4fd58a4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d6a6ffd962929e7f666f3626f277dabb333b069c48b750dadc78dac891211b +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_06_Cue.uasset new file mode 100644 index 0000000..701a3b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae29790721d91bc5abd7a9cc23f42fec4806ace401b98c664a66f34324aa04e +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_07.uasset new file mode 100644 index 0000000..ae32830 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89b4bd098aa2cb219b47aebb7ff505b57800f8a2506ba2497f0821039044f1f +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_07_Cue.uasset new file mode 100644 index 0000000..bc9cc87 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b754e008c022494bd508be300beb0e81062fc588ea7cb91a9aa4f735257f54d +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_08.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_08.uasset new file mode 100644 index 0000000..578d0f9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda7675eea1c8d334a29718bc6173406ef23325265ee1d9adf7495ea2adc4026 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_08_Cue.uasset new file mode 100644 index 0000000..a48911b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987cfbc88ddef289e3570c3c87aadd528e2ecf503159ffbb59f61206e728e805 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_09.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_09.uasset new file mode 100644 index 0000000..56bcd4f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087e6d83ddb3fc809c8611911a99c422c335e0dbab47a7a4bdf6c4984e4d39a8 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_09_Cue.uasset new file mode 100644 index 0000000..8396a77 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9be95f2d251ec19f124ad137c9c7995207e8cf0f1284aff3c8760d7bf702f5 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_10.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_10.uasset new file mode 100644 index 0000000..e1ed5ac --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319ccfa71f6db0d4fff89ad7a9002493fb0b49f61303e3ad56faee3d4cfd00dd +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_10_Cue.uasset new file mode 100644 index 0000000..33f6610 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64c32f92727d759e58cdefd8a3d035cebe163f98f45812e6f69c783d7fa6b5f +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_11.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_11.uasset new file mode 100644 index 0000000..676c3b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae90592ac8ea7d09ca558b0882ac8014596aabca82296a52cde1bc08d699f85c +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_11_Cue.uasset new file mode 100644 index 0000000..c4607b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d1520c9812285bd57c67646419f61a5cb151b1cc8b4ed03d6449421b00c832 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_12.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_12.uasset new file mode 100644 index 0000000..af5cd97 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de1e0b19a74d30eb0cbd6701e90d1ad8cf0fe11da312e73d5464807bf825e25 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_12_Cue.uasset new file mode 100644 index 0000000..462eada --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03daf4b2e5f229d457e428a4df6c86683f3c8d1cddde9cc08eb363201e09364 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_01.uasset new file mode 100644 index 0000000..f7f31ba --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3e587e05482099385f310ee35c2ca9697525de24096955e4478339f66d28a4 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_01_Cue.uasset new file mode 100644 index 0000000..6c2ea41 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcaac805dda1dd7ed313004aa4047bc7ba658a4e3b8d9e4ab70b9f836f9764fd +size 562 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_02.uasset new file mode 100644 index 0000000..e6b1f12 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab071c65264b7eec7c9467a03b31fae29c314b13484c3d94ec1b62e67777a82 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_02_Cue.uasset new file mode 100644 index 0000000..07dc122 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_forward_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5552439c8f3febdf3882ad984d8d2d67e3522a93d172d0955fd24594799f268b +size 562 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_01.uasset new file mode 100644 index 0000000..68ac31a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb94f2caf8aeb2e451b5eafe0edaf13378a23e519ab22d2c0c3fbe25e3bac150 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_01_Cue.uasset new file mode 100644 index 0000000..e19cf38 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6ce72790e0abb0a538f4903d5c286a2f3d85590673c0781e8d5a668cd40fa7 +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_02.uasset new file mode 100644 index 0000000..e76532a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46686040373019fa9ddc147f53deb0259e451fb3ca3dc89376d9a0fdc80ec7f +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_02_Cue.uasset new file mode 100644 index 0000000..0f861f3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_battle_shout_to_war_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa29631aff31f2abd38b4051fdce7cc0e7a2e881b7088b06816f7b41c2d4e538 +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_01.uasset new file mode 100644 index 0000000..5f8c82d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8754eaf0d86ce0fdb641a28bd1beb09d6d535d68c1444caa4994ef0eb9d46c4 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_01_Cue.uasset new file mode 100644 index 0000000..2b90063 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256fce9fae66b45e760403ba09843d4cdbc30f210b1c88af68a35c338322cc8c +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_02.uasset new file mode 100644 index 0000000..f2904a3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8a01ded9a79b79696ee0f6f991e87ec667d690a9c3c531c781b8d6334f7ecc +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_02_Cue.uasset new file mode 100644 index 0000000..965e2e8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_blow_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e194b65d85ad63ce8493a31d99019aee4db50847c5c9926f6dbeb4ca6d6aa4db +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_01.uasset new file mode 100644 index 0000000..618ea85 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bd5fefb7097f8e413b95a07c85ce9bf814f38b4b4d6460001299d934781d99 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_01_Cue.uasset new file mode 100644 index 0000000..f2dd63f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a933a590048c05c561230516481431ac3e7f7d68d8a8faa56227f0817760a2bc +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_02.uasset new file mode 100644 index 0000000..b736882 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db60f67140deace736e41c735ee605a7bd6cd58014e4bd8d060f0be260595ca +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_02_Cue.uasset new file mode 100644 index 0000000..adea065 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c465320f731ce9af4dbd3e17001c074057e88337ab5716512de1019e1e36fc +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_03.uasset new file mode 100644 index 0000000..0a04ab6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b01eedd3453c2d0983929fe508e0645168d7c2f18d9c6fd8e2164331a74cce4 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_03_Cue.uasset new file mode 100644 index 0000000..a67462f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006e0cc7f7bda28d1c7e67354440b249d97a7f5582c41d7c86a3d55952e7fede +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_loop.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_loop.uasset new file mode 100644 index 0000000..9c8accd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e0cbd355a011768031514171e43b700ec4a97c1e33aec7f7b2d240c873ccce +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_loop_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_loop_Cue.uasset new file mode 100644 index 0000000..ca5965c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_loop_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ed4c03939664e50ed5c93f36ae28bf6d86995f687d454f2fd73e35c0eac437 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_out_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_out_01.uasset new file mode 100644 index 0000000..08567eb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_out_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e853405cdc76119474bf762e3ddbbe0fc25655ca0edbd29bceada398d446512 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_out_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_out_01_Cue.uasset new file mode 100644 index 0000000..d088ffd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_deep_out_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9e56d2d63207672c17660238d80a273fec4aea577bdd5706864d180c52bdde +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_01.uasset new file mode 100644 index 0000000..f33e0ea --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d02d065a7056e4625e22331b05129451275eae8bb91dc3cc9486dfb4ce97fd0 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_01_Cue.uasset new file mode 100644 index 0000000..193bc8c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a8c8e19327972a91ee77028f4830898ae61db7dccb5b752c66224500f7de72 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_02.uasset new file mode 100644 index 0000000..cf7f3ea --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af83cec2add8c2e0813500d69d6963581e269f3ab80c411fd3673a25a89c81f1 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_02_Cue.uasset new file mode 100644 index 0000000..83eae7d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08eb436795ab2b88fbd3706934acc57db993394aa85d3f42defc3f4bcb8fccd +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_03.uasset new file mode 100644 index 0000000..78e7ad1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b4806b8d3216c3501b51ed10902ae31d09196205ac84ab152cfaac48511f55 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_03_Cue.uasset new file mode 100644 index 0000000..1e18d33 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_exhausted_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c77eec5dcc128bb6adc4205ac4d3b5af870be2bfdb4a772b50ca4b9c9151b7 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_01.uasset new file mode 100644 index 0000000..e21bdff --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babb8303ef5fe351e39b3c5b9f270e81093f398cec1717b9fb1617364f302e9c +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_01_Cue.uasset new file mode 100644 index 0000000..8dc8837 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d880186be51c5f16cd1ad50b325d7e56f4f4567dde1b752d56adff5bbeeb9d +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_02.uasset new file mode 100644 index 0000000..9fd8ff7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b516c356ddcb2a6a2636c90ffb443385b03c28c49e1850f3ffd18fc28a487555 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_02_Cue.uasset new file mode 100644 index 0000000..0efe1f6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8602ac4dbd35acf2dafd421b755d6c10809c75e5838af39f64fb5acea0a6f16c +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_03.uasset new file mode 100644 index 0000000..e2f8414 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248b9adf7549b9560fcb1bcea5402c222d1861c24ee980f7157dc95d176bdaea +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_03_Cue.uasset new file mode 100644 index 0000000..2fc9799 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5846f4fc0651fc8111e9c67e1ed098b4df50fc26576f83cbe2ee8724085a20 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_04.uasset new file mode 100644 index 0000000..7904105 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d27204ded3622dd638379505d097613ab5ccafa9e6c39938d732236a3998ca +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_04_Cue.uasset new file mode 100644 index 0000000..d9ec92f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6211c576ba489c2106b4135d4335c073114d1a989defe13a327e1589ac0d74f5 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_05.uasset new file mode 100644 index 0000000..605431e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15c2358b643b6b1ecda71f2f1b8a8408132d7ff7df9bd1bfb735d24e7458ece +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_05_Cue.uasset new file mode 100644 index 0000000..9c990e4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46a9e6f873153e9e44bdd562ef3437cc0b55b664dff6c910296092b389da9eb +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_06.uasset new file mode 100644 index 0000000..bb1bd46 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b863d76fb3a97d2805d66b3b804f6e340a8f691f7c17f7758e6901ae4e31dda5 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_06_Cue.uasset new file mode 100644 index 0000000..9de1b1d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4c5205572f9ff62965db4399d8910077f5b3b20c0e82fa3c5516b738398778 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_07.uasset new file mode 100644 index 0000000..45ff8fa --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825e3249ec728e8d7d7414bacf20025310a97d2f110d0c5de8994293380cfffc +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_07_Cue.uasset new file mode 100644 index 0000000..c798ad5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baae52ba9925a1380fbc47844f0fe20658a9a0eb24d0e7e13ebb599f2cb3a47f +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_08.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_08.uasset new file mode 100644 index 0000000..44a7ea2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963be1e5e6521ea67555602d542d9537e50b02ea5d8aec81741e5ce80a67553a +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_08_Cue.uasset new file mode 100644 index 0000000..8bd3962 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78223c2aeb48b1f723b6fdde65186f682111d56cd18e51d8103825d47433296 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_loop.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_loop.uasset new file mode 100644 index 0000000..0da5892 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e768362b8cc5074480e97bfafddc9980e37eec025d50e0f1d57b8cf9315deab +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_loop_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_loop_Cue.uasset new file mode 100644 index 0000000..fb74593 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_jog_loop_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd1e8e86ec107bdcf365e1d3273185149bdaa4a2612c0e6ac51fff74aa637d5 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01.uasset new file mode 100644 index 0000000..64b7468 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179ba96b28473a2b459fc11210e30964f363c2c9cc1b42426713f03ff830ae8d +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01_Cue.uasset new file mode 100644 index 0000000..bcae460 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729c0f94d69745dc6813d370fd043cd7ed994d8c59e9d8c05554f69456e390ad +size 559 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01_short.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01_short.uasset new file mode 100644 index 0000000..96af82c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01_short.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba29dc43dfbaac6b0c0b5638b8fb9ff643ea251f3c8cd5b0b129e6560666345 +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01_short_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01_short_Cue.uasset new file mode 100644 index 0000000..7b65c3b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_out_of_air_01_short_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753af48977eeda9c6233eab1d1a61a2a58340929b8eb1d3f523107f54855b458 +size 565 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_01.uasset new file mode 100644 index 0000000..41756e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15771381b748ae7a216c9be8153115abcc9cb2ffe24c91907eba469700a62fd7 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_01_Cue.uasset new file mode 100644 index 0000000..1dbd8d7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bf7d2790d5038d8a4b56c38ba226afc9a7fd19d5a2e696e26af43f7a99a994 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_02.uasset new file mode 100644 index 0000000..0309921 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d4172ddf2382ed8bc5e6bd285fe3806808b619572feedf40ef1df823397d9f +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_02_Cue.uasset new file mode 100644 index 0000000..a068db5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_quick_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f015332e9abe0d30242d18600d37a78bccdbcf9d1c99497306a142e6f09ab87 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_01.uasset new file mode 100644 index 0000000..1e322cc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0e978b0606f0dda54757b2f5e66706c45fed6933a9df50dfa6ebcc6f6152dc +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_01_Cue.uasset new file mode 100644 index 0000000..317ccaa --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444163b77c0b723b30327a90f3a43f4c158e5a0c11cb5b014a61dc023259f26f +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_03.uasset new file mode 100644 index 0000000..9f237bf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc60e2b5d53984dbab0893aa87ced5fab87616500b2eb49dff26ac9f097d9b8 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_03_Cue.uasset new file mode 100644 index 0000000..4abc5ba --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63be36202179a103e214eef18c581e0a1eb9fe46dba7db150b96a303663a6dd +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_04.uasset new file mode 100644 index 0000000..84f536b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a019b6dc41f19eed07afca82ccca8434f3374f3ae77e0ff84bd019aab6a30c +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_04_Cue.uasset new file mode 100644 index 0000000..b6c2edb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c12998889cae5586893b292bfc1d85c322f50e9bb9b3c731c52b75813681d4a +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_loop.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_loop.uasset new file mode 100644 index 0000000..7de0b59 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ec0ee1561372bd780220dedb0ea267c6879094eb48ba33a28f2c8d556a1902 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_loop_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_loop_Cue.uasset new file mode 100644 index 0000000..e454270 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run2_loop_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2dd9d9a27928205945b87bb2decd7a807a487913330541673e2f00366fab4d +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_01.uasset new file mode 100644 index 0000000..61b333c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328727e6bf17794dab91eb4463fa73fe02ae69e882a61a285e77a0838f96a69a +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_01_Cue.uasset new file mode 100644 index 0000000..19022ad --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca21338e7f8d88020ab4fec217e7c5e1c13221e6f1dc9093eeb4bc7d5368f22 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_02.uasset new file mode 100644 index 0000000..b983bd3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07f15bace4ca9e7448d8cab004c0e5c3fe2c91a78b02584891f4a07e474f9e0 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_02_Cue.uasset new file mode 100644 index 0000000..d57edcb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16754e022df8cee655b779b536e9cf916849c90ca9cef5b04e31547f1878c73c +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_03.uasset new file mode 100644 index 0000000..7e88062 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5480a84cae073287d8f47e094f67d2e8aa5f999a55527c39bf322e88088d9dde +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_03_Cue.uasset new file mode 100644 index 0000000..e66a7c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4947facf2c48ce7c0f809523331482a20e82c492c4786e27463ee75028c3e3 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_04.uasset new file mode 100644 index 0000000..a887a49 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362d4a366f5615aecd934194c5d74ea1e8d3076e99b021af48501f831bf6964e +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_04_Cue.uasset new file mode 100644 index 0000000..762db99 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40023b97f6875506edbe19a695961cbf2263e021673e79c5d95e1e2df968e868 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_05.uasset new file mode 100644 index 0000000..137aadd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eacf9071a4bb1586f9c6885f607dcaf64fc27327c2e7adc13ff60a3c9245b5d +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_05_Cue.uasset new file mode 100644 index 0000000..3907245 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0243d639234dcdb24bbb5a13eab074a3b119a791f23807f86843e317d876f720 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_06.uasset new file mode 100644 index 0000000..1f28198 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548b63ccec3db293707cf720745b53952f587ef9e0d8900d280b277c5f108a2e +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_06_Cue.uasset new file mode 100644 index 0000000..5f16693 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36da76af5cce30bb1aeaa423c75c73059b341af1d236f50d985d378ffb6ddd5f +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_07.uasset new file mode 100644 index 0000000..f8c2a17 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4973cdcff527014b48d84a89fc40803165694dc89e0c18a75fcacbd154393c2f +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_07_Cue.uasset new file mode 100644 index 0000000..b97ff72 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15206bad2cd919ecf37cd3c9817d108b600ccfaa4f8dd163cd41d6507d88ddeb +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_loop.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_loop.uasset new file mode 100644 index 0000000..f346a6b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e7aff5c74d4cd8dd94cfe972a467f0020e0a2d5a8b2501527c282228a67723 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_loop_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_loop_Cue.uasset new file mode 100644 index 0000000..dd8d3a5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_run_loop_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b584db76c7de7df279a09d0664fb2d56b0ed69df69f5ce603b18232077ba0a +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_01.uasset new file mode 100644 index 0000000..e001191 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd5b44d0b39d1262befd3f78e25c8581705a1c96416c51a0a004a778c82d5b4 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_01_Cue.uasset new file mode 100644 index 0000000..7741ac1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ac025e34665bfad753a0aa530950fb73aa3a427b97365bdcaeae9577e769d7 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_02.uasset new file mode 100644 index 0000000..58e3a7a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554732f06f21c56efe2e870850ca72f80642bec935f0182969736818d9eb9206 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_02_Cue.uasset new file mode 100644 index 0000000..1d2e898 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c018a953108798503ab0fdf303d4dbc646dd1cf3a2b0ebaabc60d8477a9691 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_03.uasset new file mode 100644 index 0000000..a93bb8a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937543721fb2105a0044c5e6a7d7ae3d1fd09d950d9134110f515f7a21fbcaa0 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_03_Cue.uasset new file mode 100644 index 0000000..9953e15 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db704ae1b6f160cff5d6ecd02ccb45c555f7dae38b9d8afe4718e06c84ed93fa +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_04.uasset new file mode 100644 index 0000000..9fc9435 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8d9610838451d01eeb1cf7bc29ca587c355df3bca669f4bcfc9e3e0dfb9ebe +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_04_Cue.uasset new file mode 100644 index 0000000..cb8fe4e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_breath_tired_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f66dbc5a6b0ac2ae8eabff708e570bceeb54247455a0db04eb12014e6c97d2 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_01.uasset new file mode 100644 index 0000000..40feafa --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163067fd2d6c678d4f82b4752d0eb8e8f9cfe7488db8fd7286aa52c4dbe6dd1f +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_01_Cue.uasset new file mode 100644 index 0000000..20679b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e7ff5a476b94d771637229c1ba5f4c930fddc5031deb02138cf87eb8a59b68 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_02.uasset new file mode 100644 index 0000000..a34a810 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c34c530fba666f1bbc00b5dede7b6c15b2729fcfcb6a1cd45786cdb99e4a5a +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_02_Cue.uasset new file mode 100644 index 0000000..7aa186c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cf1d7a910214e4942e91f9f27cbb0fd5daa5c9ebdbcd490e2706f42546e42e +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_03.uasset new file mode 100644 index 0000000..61d37b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f51f8356c1e16cac0e1074dd3a6148f63705c1f82be6c39a3d981e433b6f421 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_03_Cue.uasset new file mode 100644 index 0000000..a2e8a81 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf94ba652d7f5bd662863e7211aeca2018ff251317ae358f9b1a0d206ae55f3 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_04.uasset new file mode 100644 index 0000000..b234e38 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81b959f9af6bce1e3c5e608be9667604aae99978aa44f14cdf3bbd1723887da +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_04_Cue.uasset new file mode 100644 index 0000000..74f7ab2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6537b6aad84446be5eea300e78e9ab80590157ca76b6d39b99f88a33ffe22086 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_05.uasset new file mode 100644 index 0000000..fcb9892 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eb55d845111d2caa8ed55675b3b47ad2ce878961e45e6e653a3a22c0b14547 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_05_Cue.uasset new file mode 100644 index 0000000..c3672f8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a9504088c0560f6f67c53573a9a44cb8b81e5b2bd0c9b93c4b76c689e3c684 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_06.uasset new file mode 100644 index 0000000..c07c29c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fed317c70d673c88b2f6802568e0b2946650c2e64a217450b162f27c78699df +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_06_Cue.uasset new file mode 100644 index 0000000..1356a77 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56495d7dbf0aacb0be83d42738b071963ce0a36b190ff725607afedd0a16fc54 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_07.uasset new file mode 100644 index 0000000..62ab1d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10dcae681f8d35b60f69e759d1b93a7e20021eadfa1eb65aae642ec77d5dc4d +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_07_Cue.uasset new file mode 100644 index 0000000..4f7d8f3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ebb908d25aef3b9fed522fff43fda88819f889a105fca2506fdd19c6a2cea5 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_08.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_08.uasset new file mode 100644 index 0000000..3155113 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd789b07d0c7f2ef740aa6a3e113aedc2374927f6e3194e96e0346dce9e3e2c8 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_08_Cue.uasset new file mode 100644 index 0000000..96986dd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac149f05917791ef2b02b02801fa20ec86331cda27945014e2ecb0bc8d0eae7 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_09.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_09.uasset new file mode 100644 index 0000000..f6604c6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d2652abb019af7685e600b1a7b3ce7ebebeadcf28864e4c103f19058794c14 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_09_Cue.uasset new file mode 100644 index 0000000..de238f3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cf4d93dcd8aecf6d13b4c8f7be188a51e6e85cc48921844e1bc97a2429be00 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_01.uasset new file mode 100644 index 0000000..9d6ef33 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7307d641470db77c1a31075b02a7836150a28658efb31582827171ddf703db76 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_01_Cue.uasset new file mode 100644 index 0000000..f7ad736 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6853d07482c7980f18281ca7b18bb8a3debdf08bc35b07d0eefc1a5c256915a1 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_02.uasset new file mode 100644 index 0000000..a7daacb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6074326704a491ac06bde5a62f8f033092950dd8e7c9dc3ece48277b60569f +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_02_Cue.uasset new file mode 100644 index 0000000..313cb87 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cea41a0e11e9bb7caca6564b7d155ed0c72b4d6e126491b25c550a3259ff6c5 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_03.uasset new file mode 100644 index 0000000..fd4469f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572986a6c3200cd5a551730c0b4a46073cca2a164f16db058969530cf013420d +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_03_Cue.uasset new file mode 100644 index 0000000..3e52dbb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b743b43e75a5a2feb8f962c3183a8bbc63749a4ade71a84118b8a1dd92ea42c +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_04.uasset new file mode 100644 index 0000000..5d48aa3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7bec557411d1ea9f85440b6424e14342a9ad9b0bceb85b0039733fd5916455 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_04_Cue.uasset new file mode 100644 index 0000000..faa13cb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_interrupt_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5786c38bcd73837d96a152396477d8f8ae4b4e3ecf0d46a38fd6fb2298a97451 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_01.uasset new file mode 100644 index 0000000..d49a6b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b269b079d7b06fbf800e0aa7914945b597fc693c1928629dfb93c10056f2fb +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_01_Cue.uasset new file mode 100644 index 0000000..4c3f5cf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a65d6818e834cf42643088e43d0827af46135e0c351f9d7c37c4f8ff726821 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_02.uasset new file mode 100644 index 0000000..3258c82 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd64a0d2eaf93ab89b03b2d85d446dbba94d1a1f8ce355b90c4dca001e03f80 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_02_Cue.uasset new file mode 100644 index 0000000..8dbbb67 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cea40a873fb419d9b02856703798821e105852a87a1dae1b90ccc88c2e00afd +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_03.uasset new file mode 100644 index 0000000..f9668ff --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a58615c4121c27b521cba8f42c4b088f3a9f41ee251d1284ca15c043289590 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_03_Cue.uasset new file mode 100644 index 0000000..736fff0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cdb38df5d1aa88e7551fb14e853e47ac2da32bbcb182841ddfdd04d474b18e +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_04.uasset new file mode 100644 index 0000000..cb836ec --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaddbade1ab107005b4e5c8979ccda8f7d6e5f33421876ef4d86bc0f3bfe06fb +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_04_Cue.uasset new file mode 100644 index 0000000..b31f4b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab36ad9fa17b3dc1fedece3006934514a424670ddd0fe87e191eee01d508be6 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_05.uasset new file mode 100644 index 0000000..473383e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06297a2ce0423db2e73b8e0d09fc8dc36fda8c40334d9585ac9d13234b2f317 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_05_Cue.uasset new file mode 100644 index 0000000..50d12b7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cough_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd26a2fc9f6a1b20e428c7113e18fe8c66aa5c9ad250b6662e9b3a49ef10c2e +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_01.uasset new file mode 100644 index 0000000..310b21f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfd34008715fe818a64234500d54bbaccf473f6bfd79d1312d2bf2c0172b506 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_01_Cue.uasset new file mode 100644 index 0000000..c6e7671 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd1f71f0eaa2027627528f640cfd8054444f0848a32c911d0761117864bad98 +size 545 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_02.uasset new file mode 100644 index 0000000..9d25962 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f844351ee8bee4be99587a09d866bcf4706f63d97693e1ed0fa1aff5e17abc8 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_02_Cue.uasset new file mode 100644 index 0000000..da493a8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f283ead442772038b31189f5d961570faca50b7c3616ce43c8dcc492c48dde +size 545 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_03.uasset new file mode 100644 index 0000000..8dd5823 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cf846c6c89e6d82f17d9120587d5e34ce337e520bcd02697d6ba5ab7d6e07c +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_03_Cue.uasset new file mode 100644 index 0000000..7fd80a1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad958741f3bde05718bf2236733fe8c649d1627194354e307e9bd52db45c2f99 +size 545 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_04.uasset new file mode 100644 index 0000000..377e318 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7394df870b905cb0f51272d9d844644119c7bee06ea2bbbf715ff13c8fa2e2da +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_04_Cue.uasset new file mode 100644 index 0000000..1177c75 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b4edc0ac9494a0d8d253f667f9cc37f5cc181bb85a19c30abb643bf804784f +size 545 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_05.uasset new file mode 100644 index 0000000..cf3b1a5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad112f95c8531194eeb63a6f303a14b9f2672f201bf751c600bdf7d6b3e8c1c +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_05_Cue.uasset new file mode 100644 index 0000000..96e4e2d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d065b9ea5c07cddb5c4eb06f78b64b0f5136de5a94b419626e98c13bab04f83 +size 545 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_06.uasset new file mode 100644 index 0000000..57b3526 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d11088c589b0c5e30b96c319c0b2e0aa359e126d04739a30d345637c2a92715 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_06_Cue.uasset new file mode 100644 index 0000000..4765fc7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7da74b2fd59fe0b2ada0b2461ccb333101cbd2eedf390a8b823aba70e3fada7 +size 545 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_07.uasset new file mode 100644 index 0000000..5abeda1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c97c767130db70c599f3fdab94568a7af972f1267699298be710cef9a723a7 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_07_Cue.uasset new file mode 100644 index 0000000..1eee582 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb02b99b72b663c601fe1b920adf74f3b68d5fd1ad116552b9d607aa30e7efd0 +size 545 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_08.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_08.uasset new file mode 100644 index 0000000..1bf2478 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ccc8fbdb1b1be34803d0a8b1921493d1c5ee87c0386f5f57fff57170d8299f +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_08_Cue.uasset new file mode 100644 index 0000000..8f15477 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187bac40007c6199e464afee43efd29dfd96afa5db399c7c7f7caa187d8bf687 +size 545 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_09.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_09.uasset new file mode 100644 index 0000000..912f818 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f9da76c84fc826815722f7f4288741b85052a7571c0af0496c138a0f36287e +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_09_Cue.uasset new file mode 100644 index 0000000..0378787 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59731d0f8eec7d10bbf56a66373c2f8752e04dc5551dd6c32a3f5ef7005137ff +size 545 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_10.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_10.uasset new file mode 100644 index 0000000..e5730c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce2226c331578a4bab2aac50ac9718a3eed08e7646c9308a7f6f3d69dbc142e +size 538 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_10_Cue.uasset new file mode 100644 index 0000000..cf286d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112b5db7f7cccb478a33063eb070f6caf4703dbea8a50e5c956ad745fd0760f8 +size 545 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_11.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_11.uasset new file mode 100644 index 0000000..5e00d04 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b19919656ef8f23603dc7c0a68e279e207480753f5bd7a04797e2860c213b0 +size 538 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_11_Cue.uasset new file mode 100644 index 0000000..5a7b04e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_cry_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746262c0cb2c4e09a268d882e455c9a0d899459cdb52a2f0466c766d7306bd1c +size 545 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_01.uasset new file mode 100644 index 0000000..8a02429 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136ef5d2e32c569017e9d2fa97859d214a7ad79a40180c24cb3aa3d9ee563bde +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_01_Cue.uasset new file mode 100644 index 0000000..0ffdc77 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c1873cfa2b45f83cd39657506bff97e84f8817ac9e85b447acaf276b444074 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_02.uasset new file mode 100644 index 0000000..d985c6a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0890aafd48574a3a2204bb5ba460c3b97b5128d734f2910337a2972d4c430e37 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_02_Cue.uasset new file mode 100644 index 0000000..bd3659d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d811b847da686e0a016675971433281dee8e125620ab1e99641e11ef288139 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_03.uasset new file mode 100644 index 0000000..7faf545 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ba9e7b84c912d1c5eff3df5cceb6570fc385cd23c6912b2613ce97f78a1836 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_03_Cue.uasset new file mode 100644 index 0000000..f34bd79 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9028f216a7face20b2bf1907d4faa826bcfce541faf1a386c23803d364414df +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_04.uasset new file mode 100644 index 0000000..d353e3d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b55d46e22c4530400de06bcee396f8d3637481a610251f594edb63104c4b480 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_04_Cue.uasset new file mode 100644 index 0000000..5b50a6d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc68c33ce395613995213bc19f303548a3da9cc184158414db5ad9cb64eb37d3 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_05.uasset new file mode 100644 index 0000000..2bb0b57 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d49a0adb829ecf6026a42f786902c94c1a2664a8288f6efe0d6b16ee7d5a7c +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_05_Cue.uasset new file mode 100644 index 0000000..21fe90a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b153dea7125cfd64ab77bcde5e7c4a89c911f96649e12b36c00e404ca83ba6d0 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_06.uasset new file mode 100644 index 0000000..932cf9a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89201309734959323b75fcba4d0de3a1d9783735905e5c6258663b51f46fa7a6 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_06_Cue.uasset new file mode 100644 index 0000000..6606909 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd3c7e38d1c3a46f51231046ad1a185bdcf8e4a2a23877f7d5a34a03d7d6451 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_07.uasset new file mode 100644 index 0000000..8572233 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad67ba0e7567853482db5c1aa3a8f43ad43fc14251ea6f0d46f03a03b3b61f0d +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_07_Cue.uasset new file mode 100644 index 0000000..fa8bd4c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57105bb9c9e3bd605e20025dbfe7d75f00cef85e2514c621f6bc15fc74293eb8 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_08.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_08.uasset new file mode 100644 index 0000000..b564e9d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0894d25b69a0c71b14f085ed665fdb6d50f01786cbd46ebf7bea52359a9121c +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_08_Cue.uasset new file mode 100644 index 0000000..561776e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380c986ddec2fe5f7b6876519631e97020aa9520249230fecdd6ccd178218008 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_09.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_09.uasset new file mode 100644 index 0000000..71bdeab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541e29cbe5a17dfee2872ed3ee1632fc38c4e3c42630612d9f8e6f253106cdfe +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_09_Cue.uasset new file mode 100644 index 0000000..e87fa12 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b96e7d683de6642fa0719a32d9d45d3ff2608c6f27a3880c6b6ea4adb8eb34 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_10.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_10.uasset new file mode 100644 index 0000000..c866217 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f307c31e9895ae6d1b4de1dd601ee6ff6d49fc48e8c9ceb0ccb3f8832c813aa4 +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_10_Cue.uasset new file mode 100644 index 0000000..475d4d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8fe5bcfd15bafd32d5ba80ebef6a55731a74d48f67d73e20adcc4480ca8152 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_11.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_11.uasset new file mode 100644 index 0000000..efe9154 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05796a3945fdfded8d3ee701d9f4e38dcb2e1832952c90e476cfdd41b3ff799f +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_11_Cue.uasset new file mode 100644 index 0000000..fe9a0ff --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cce9cf103f005f782be8d13a7c80a4828f86856c657fa3c0ee0815683958ae4 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_12.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_12.uasset new file mode 100644 index 0000000..ae7ae0a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc0ae054f3de692a866adefb2aac1f5a170ca6255ea9922eb69049cb72add37 +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_12_Cue.uasset new file mode 100644 index 0000000..602d69a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3d68284ebe6f5310795435022b0ac4cab4359166bc881736d15aab8fc4a192 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_13.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_13.uasset new file mode 100644 index 0000000..37b6b02 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3a72c92434d812f8e8c2dae03b4c1d2f5c5d52ca1f325d6b87c9afcd09ee6b +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_13_Cue.uasset new file mode 100644 index 0000000..632b9a5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_death_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0b753694537a7c6e947bedaafecd1f1c16a49c26c2b5b6168e7b93c3867a20 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_01.uasset new file mode 100644 index 0000000..1905ab2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b383a0f3f4f1a52872902b99d1d7ab6686d5221f08675b32ae420cafda1ace9 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_01_Cue.uasset new file mode 100644 index 0000000..755e2e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc97aa773818f01e2dec94d0285acc1cbb0f8273713f68e83237f6f5a9aff38 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_02.uasset new file mode 100644 index 0000000..e5e6bca --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85188830e3bc9523ba094a68bb04b71479458b183256e564424762e6f04f8ff8 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_02_Cue.uasset new file mode 100644 index 0000000..1853cf5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11378a3507df80536860fed9a45a283b3c8c4cd98ac193a9d19112a1c6ae72b +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_03.uasset new file mode 100644 index 0000000..cabc454 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da0d3ae8cb6b0ec39fd41c2f61aabdf631bb06d2dc37c1d81fc31b959b3e35e +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_03_Cue.uasset new file mode 100644 index 0000000..f289b61 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4a4b38419ae43888b08138ba7fbaacce149483d04bb6e9b6b6a8c437887fd1 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_04.uasset new file mode 100644 index 0000000..526d23b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f794eac2812dc135f72cacba2d193684cc8ceab7e91649f70a26c59b52ea57 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_04_Cue.uasset new file mode 100644 index 0000000..7445820 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6b5b371de3054f1a87d01edbeab95cffe74739c035bb1dce3078d840ea9cf0 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_05.uasset new file mode 100644 index 0000000..06334dc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b005b362e2e1f36a593e607752cf1f56c55f9f954796791725fabbf14219232 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_05_Cue.uasset new file mode 100644 index 0000000..b0e8c2a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba373e7768c4463de4eb3c0b5c358470a661d2399060110212100f9fd96da782 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_06.uasset new file mode 100644 index 0000000..0bf460c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baac60807c036173edd7f9f7976deb698edfff0fb67421c6d6ce10c50d7b6695 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_06_Cue.uasset new file mode 100644 index 0000000..2975149 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1a985aeab21b4a3807986d9100646186922a625c2dbc4c83e119463410e0b1 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_07.uasset new file mode 100644 index 0000000..e6aadcc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cba273876adc90f455ed774fd73e63f6aa1ae1f7cc1939cfb5da34fb19de6a +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_07_Cue.uasset new file mode 100644 index 0000000..a373ba8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599b227f284a1d9c6ad74841705e8858be7ae933d06e568e72a4f6f2f2cf8417 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_08.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_08.uasset new file mode 100644 index 0000000..605e4c9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef204da9f89c493d7ce05c5f38000a2635efb40787ce3f16fc97dac35ce8f63 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_08_Cue.uasset new file mode 100644 index 0000000..dc7fac1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be39845211479512eac585dc4cd31e46cde4dc4bba5b40290f83c008aa9ed242 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_09.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_09.uasset new file mode 100644 index 0000000..a6ae044 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e8411f55ea86816be2bdf1c6ee1cf5d8de04bd267d01c695aec1e98bd42f7e +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_09_Cue.uasset new file mode 100644 index 0000000..0f1eafa --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99fc650ac4b4d4a2768f5aa31047997cafdc8b3a58fa2c305bb7c7205d9194e +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_10.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_10.uasset new file mode 100644 index 0000000..7c52d7f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edecb1a4344972a1c56088807eacd3eb38c3c5901bb17348cde5b7bb99708c3 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_10_Cue.uasset new file mode 100644 index 0000000..5b7e51b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_jump_action_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5691395e50f3d4f0951f104c8c86fb8f32e17ec3f8354efc080e990d6403f2 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_01.uasset new file mode 100644 index 0000000..2269114 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434cf375f49eef139adee89f12115aee94a728e1eddbb4e4e356ea43bdd08b09 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_01_Cue.uasset new file mode 100644 index 0000000..033b8de --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd71e80770a77247ecd8a45a90ff449b6c6382b08b834d657ad2850526e1437 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_02.uasset new file mode 100644 index 0000000..209041d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86855d32586003d49f69057826365456ec19df48ca7c818202d1a2c39520a3ee +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_02_Cue.uasset new file mode 100644 index 0000000..1607583 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56352f8a19502881ccac696ff1a8887c89a6fdfe3b5db955dbf06ed9800539e2 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_03.uasset new file mode 100644 index 0000000..9a536a8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86045310fcfc8581ced430bf0ddba8895d015817c13b0179f77153a39a30008 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_03_Cue.uasset new file mode 100644 index 0000000..95904b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65ce5706c8e0e05570d013641be9c438f06cfc72ea2ec411b98466266ea4a86 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_04.uasset new file mode 100644 index 0000000..850c5bc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e8ef7cfad895eb60914df978f0e497bacb361c31f14aa7a40e3493e300c6da +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_04_Cue.uasset new file mode 100644 index 0000000..d071608 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5905e9531d14f457ee9c5cbfb1509cd1794ddfd2b3c170250fb252130057dab +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_05.uasset new file mode 100644 index 0000000..446a5ac --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981d19f2d6c16bbb8b9eb7dd0c16e27678f1b400854f1cd13abb7320db1df527 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_05_Cue.uasset new file mode 100644 index 0000000..ee6c133 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb46e19f11bbe5882bc1c404c27271f91ecd541d3336a392002d00525648d3a6 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_06.uasset new file mode 100644 index 0000000..8e3cefb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b981d844437acef02360ab23944243a43b68c7c221c617393f38ae73193bb22b +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_06_Cue.uasset new file mode 100644 index 0000000..fb45135 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0c1cde1bc5519c0f738948ab32fa923569553e04389ef751ba2f0d03d21cbc +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_07.uasset new file mode 100644 index 0000000..31be13a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5759012f32a89b3d662670e5306b183928c9283392eb7e53231f4dfa21f2002f +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_07_Cue.uasset new file mode 100644 index 0000000..2c503e7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2e29884f6eee28c50fce60615ad20496669f5f6ba091f360c4c939c85ad39f +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_08.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_08.uasset new file mode 100644 index 0000000..a8aa165 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef262ade8b0001d5903078bb8046376553f649922e08f58710f53cb5849544f9 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_08_Cue.uasset new file mode 100644 index 0000000..7ab153b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091595f31dfa7766adb1d28ee284c9fe8f4bac59d4d578c99b21d1e0ebe8a79d +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_09.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_09.uasset new file mode 100644 index 0000000..9eab919 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e14840fc78275eafc984758b7541f52c3096beee00e7a21ff05e2820713944d +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_09_Cue.uasset new file mode 100644 index 0000000..1b58f43 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf10a60e71c4f8e808238bb12fdc505a42b9a97398192f9148ea8fd617a1249 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_01.uasset new file mode 100644 index 0000000..d4a396e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5abb212b4fa5ba35662e173aa83baa97b87f581a2054dc4d14395ea63ae1bcc +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_01_Cue.uasset new file mode 100644 index 0000000..5de2194 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e978ee2ec5910412eb964e67f82181b1e5d28fec0e0b61708fa5143ea9fec5 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_02.uasset new file mode 100644 index 0000000..55bfd5b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95923f1a264fd28b5d9eca4cfc13a6923f669ab8f45102a67dfdc5d47fc18b77 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_02_Cue.uasset new file mode 100644 index 0000000..6ca3e3a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6dce9274ab7a65137b1d5f925adb24a397a9ae54f227f431184506709c0458 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_03.uasset new file mode 100644 index 0000000..dbc9437 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7267ed29326f6327165cc239aa5c1fe12d8619bede9d4a9c15b377f2084c9d53 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_03_Cue.uasset new file mode 100644 index 0000000..c6aa0d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4f0596dd7304f9a071de213c600a639b0be2f433305eb7d7897a81c25dc40c +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_04.uasset new file mode 100644 index 0000000..8bd7dc8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e1598cf0bfd47c50af0671a514d0a32158405d40559abeb2063eeb33da9d67 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_04_Cue.uasset new file mode 100644 index 0000000..fda0520 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67071541901a157ac2ef287f52c5f89b2bcb82a0c41c7f22ce92306eea5514c1 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_05.uasset new file mode 100644 index 0000000..966dc30 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd60071e83ee04334bc5cbfddb8b301601890197fa480aa8d19ea7a8621a8f6 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_05_Cue.uasset new file mode 100644 index 0000000..a23b184 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1643a65a36cb017b460fbaa8d716cef8a6fb7985003b3cd13ebaa519b5b4a5 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_06.uasset new file mode 100644 index 0000000..a009d47 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3729832ad1a13a48d7cc96a6c5d6465ea3c638e0ce08e85ac5071055c8cab28 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_06_Cue.uasset new file mode 100644 index 0000000..4a2eb20 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33832a3a9753b334488db09700d927d003ed7cd14d21051b26c39e92b82b8082 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_07.uasset new file mode 100644 index 0000000..7438c16 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ab863bea3d7ea1d88b3b54ce4bc2d5306b8e4ffec454ede6700e14b64e2644 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_07_Cue.uasset new file mode 100644 index 0000000..8518600 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_push_fast_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7779e74f559515a1e87907c07361564d680e444e9982e6d39f78f67a0160f9b +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_01.uasset new file mode 100644 index 0000000..62248ba --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947531bccde4f7f76bd17a5664ddb1b9104c951333ea2cc25dd32f11913d889e +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_01_Cue.uasset new file mode 100644 index 0000000..04b6926 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60ab6e39907b480cdff6ec12e04c19fc8a5c496cfe8518258043d6b819af585 +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_02.uasset new file mode 100644 index 0000000..71df332 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cb75dd241e30982eab93149f022f3ee105f35a2280227f63149b094b5d36af +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_02_Cue.uasset new file mode 100644 index 0000000..1814b6c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39f82a3abf0ec54133220bedf0c859da5eae2a08980a62e05d60e11bef930fd +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_03.uasset new file mode 100644 index 0000000..f9dab0e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c80a714f44dcdc84307546273561b23e85edc59ef4e7b44d7e6ff58e319aa49 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_03_Cue.uasset new file mode 100644 index 0000000..717f612 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97238559373a3fd42c0803f80d5cf94b92d061a1dc7b7dfcaaddd51f8fa67cfc +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_04.uasset new file mode 100644 index 0000000..a716563 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecf70568ec8d61533dfafc3dbc6b116aee4a54652782c606fc743946319dd7e +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_04_Cue.uasset new file mode 100644 index 0000000..2d85453 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c488dc49b56f8a3e8fc863bda17817490e4dda956ec8e1f7b94d95241a913bf +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_05.uasset new file mode 100644 index 0000000..e4dc892 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cbf86f383803d4eb4e5899bde5630243eadfe07abe2cdde8b6411f6037d2ca +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_05_Cue.uasset new file mode 100644 index 0000000..a516b87 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33df84d5bebd01920d6a2ff03f630ecd2833e16bd73bf3edfd21d33a98abf6e7 +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_06.uasset new file mode 100644 index 0000000..bdb8e22 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372d275b4263f92d6c54f27f45631fe5e1824c0a781c6ec10fad36745b375c18 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_06_Cue.uasset new file mode 100644 index 0000000..eafe549 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89c66a39637767f9f61904b8a57696a28eca2c3b085078ebfc9eac264032239 +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_07.uasset new file mode 100644 index 0000000..10b4885 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5933fc3ddef9c81d56f4fd160c5e86af20dbb06816be27e346f6ca7dcb61fa +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_07_Cue.uasset new file mode 100644 index 0000000..669f7c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_quick_action_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7184b372464732349dd5d85413ac6a7d1c0301247b11be51bef15fd179467e02 +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_01.uasset new file mode 100644 index 0000000..a583ad5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727bfa51456110287184131dcaa88e8f1a78f5e036508f97f70e17cc3f703467 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_01_Cue.uasset new file mode 100644 index 0000000..deb7fc2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9312774571c64aa15262a6bd77ec830e4cdfed2f3340a4bb0bece711e60bf4e8 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_02.uasset new file mode 100644 index 0000000..07c200c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574ebe75cde38a1dcc46e4335fdbb28c35e185aca2e5e7baab7894f4679463f5 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_02_Cue.uasset new file mode 100644 index 0000000..4c27e43 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c21418e80a0b4e5ddcc1e2bdb1a2a5d24173e613f1cff839301fac43aafdf5 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_03.uasset new file mode 100644 index 0000000..3363d00 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba281ce8c4970b3e731e3e8ebd965a3818059a612d4a6dc9d44b242374d15f2 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_03_Cue.uasset new file mode 100644 index 0000000..37708bb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ca4388a4550491f679e74daa590e979c1d1dba33b42e03533a24dda3bf5c53 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_04.uasset new file mode 100644 index 0000000..3b22d04 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3b7723c936242f104651ad42f35661882b6961cd7507142a057d6b15310a6e +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_04_Cue.uasset new file mode 100644 index 0000000..37ed922 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_effort_tired_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c83ec84127e1e2c631a80142437df89701667b1351ed4502ed37a26b44a4c96 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_01.uasset new file mode 100644 index 0000000..f182ecd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c10b7b4c9c1d4d9247e85593987c4898bfb90a336c6914300207d8da455ecc9 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_01_Cue.uasset new file mode 100644 index 0000000..4ea49ec --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53860b2d512124ebf428d6fc4d7c086bc013951b2cb53a4aa18bbdaaed9747c +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_02.uasset new file mode 100644 index 0000000..24925a1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3d153b67a8c5be0e5ef6f0a0ad0aaff0b5ae6e81dafe8ba52ab6d5fd7f003a +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_02_Cue.uasset new file mode 100644 index 0000000..a4bbb58 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a6b5a6f55ed8e0925853789dbfa45f0fd303e8215db9d91cd81d8e06920b71 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_03.uasset new file mode 100644 index 0000000..c59248c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b3c2a361b9741bc13eedcc9c5bc1399cc0b58639596e886492db3632199264 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_03_Cue.uasset new file mode 100644 index 0000000..7e0a2f6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecce54b18f12993cfced5d521d79607cfe0dfc0ce37895f3ce63ba7b42f82a9f +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_04.uasset new file mode 100644 index 0000000..8252bcf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e389a8de3eed49a1250223f484781dee435c161ab1750a2d3379667c51e8e8 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_04_Cue.uasset new file mode 100644 index 0000000..4c75d4b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06fafd646457d3100e238625d7489bf90fa8ff7c4107f5c9e5ba98c786e7d3d +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_05.uasset new file mode 100644 index 0000000..e65b68b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fb01d793acdb5884a1acf6e55d3e9f526b609a60358db4cf7417032e4cd48c +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_05_Cue.uasset new file mode 100644 index 0000000..25a9f8a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04020f76dc232996e67226748383bdc05fcdc95b26441d58ede4cd3e372b5aef +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_06.uasset new file mode 100644 index 0000000..896d0f2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8153e815353c80df7969d5691c9b48993a23c5ee464ea4dfef2fce420f9209ab +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_06_Cue.uasset new file mode 100644 index 0000000..a3bc12f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2973412d5f1a05e7b2aa71b1002564e86d9a0fcb149aa895c8e91adde6525a +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_07.uasset new file mode 100644 index 0000000..35e0b58 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1e4997bae751ae6ba0052c8ac3c9c8b95097f9f3a89475b72fe39ab3834129 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_07_Cue.uasset new file mode 100644 index 0000000..a860e26 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad4269851bd76ac24918c14bb7f0e9d27b74df9e3a273450c90c5ce95a036b8 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_08.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_08.uasset new file mode 100644 index 0000000..b69db9e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d24b39cffe35fdbb13c4fa71d282d1dbdc3112744283c35aad3cbfbec74224 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_08_Cue.uasset new file mode 100644 index 0000000..b89f4cd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4828dad3bd18cc680f9b78ced21989440a5d801220ed580f4187a0536f7f043b +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_09.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_09.uasset new file mode 100644 index 0000000..dbbb978 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ccda55c1b5199cf839d1623dc08819759961376c4dc407f3ca2b0e253af4ff +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_09_Cue.uasset new file mode 100644 index 0000000..e105023 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43928a1cce6c66a9407df216ca21c4e6f834e99fe614d36d3eb3630c804cd9dd +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_10.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_10.uasset new file mode 100644 index 0000000..fa61b95 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c07fb7cb4ee0368c6db6fb4ed0bc81cc5322caeabf901eb86ae859c8bd17c40 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_10_Cue.uasset new file mode 100644 index 0000000..89b9ad5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71db7f8570bbc3387583d45229b703d1c339e62f58c2b21152e1044dd72e200b +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_11.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_11.uasset new file mode 100644 index 0000000..32bc79a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0584836b56350bf3a0225d0f589674f3797f234c1456c4963f01eee487a111 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_11_Cue.uasset new file mode 100644 index 0000000..1bc2ce0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b585bb60a7ea09ed3c1429d67e20d0e06c55e3ff30d2a0790361b96b536c1f +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_sigh.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_sigh.uasset new file mode 100644 index 0000000..0b425e3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_sigh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de2d75ba50e3557538423c865ba031c7a65991302577c7b4e0405359d63c93b +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_sigh_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_sigh_Cue.uasset new file mode 100644 index 0000000..20b608d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_expression_emote_sigh_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647e581f5a35b9b616496b771fd303812132b8549a0416a0f21714da1dfeadae +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_01.uasset new file mode 100644 index 0000000..1022efb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedd6031cdd465b97a1867381adc7d68e81fe3dfb29676630b17f7589c09053f +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_01_Cue.uasset new file mode 100644 index 0000000..f17dbca --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4d307b14dd9779fcf6846890b9bf04445369ed8743781a1dda3c476fd5a4c7 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_02.uasset new file mode 100644 index 0000000..e3431d7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3a75f9a4e496d52bd253ae6bdcd2795b8712c55e32155725d9486ecbf4fe15 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_02_Cue.uasset new file mode 100644 index 0000000..023f722 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2893f91d92d255b0845e1087f4b4baa07e5bb667ad0a7124a12b12f6ce14416 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_03.uasset new file mode 100644 index 0000000..0549cfd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a991ebe52f4b1b8b7267b24d005d38813e164864fc5fffd4fe8d3dc6b22cdc53 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_03_Cue.uasset new file mode 100644 index 0000000..bffba65 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db3c93d8def4f5bbf31e64fd5c55acd60f011a36791b0dbabd563b56daefe37 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_04.uasset new file mode 100644 index 0000000..9445456 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0b0fb3ca7d5cf77af8359cd7ed8452ad0988e5a5bafeb50a24175fb2523177 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_04_Cue.uasset new file mode 100644 index 0000000..969daa4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b6a570573adfced138def026bcece9ed5d9469c42993a88e3c0f9ec5ad0d27 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_05.uasset new file mode 100644 index 0000000..f2cf790 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeebfaa91564b8244842029f2a0158e32f22d25f92c43212cc3b9b80ec88a71e +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_05_Cue.uasset new file mode 100644 index 0000000..72c9bdf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3bb0051e7bcbbd5b9bf465925f2416b4ba261ebec3179c30b19d8072361b30 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_06.uasset new file mode 100644 index 0000000..84b67fc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e86ebf9333ecbcae0dc55a2f9685e20aa455984f07dcd7bd67dff142a1547a +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_06_Cue.uasset new file mode 100644 index 0000000..4ec90d5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e42137ce0ef363962855d82a2b1fa38acdcfc83c1bfd3c540987352eaa1c6d +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_01.uasset new file mode 100644 index 0000000..d8d09ef --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281c66545d6010a8f5a3f26efbd1bc169cb6a84f1f6ff00db6e95214b1c53df9 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_01_Cue.uasset new file mode 100644 index 0000000..2c2512e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2218ebe389b502971b0ab32b20aaac20e71b5ce43b2ce854075b1612c98ee46 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_02.uasset new file mode 100644 index 0000000..e0edd8c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98884640979b98c784eb889da92677f75f583f205d18d7f8107dd723d7550304 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_02_Cue.uasset new file mode 100644 index 0000000..8495eda --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb83cc4de581177cc5b7c700b28c537091551511757f9f4e3fd9870c2807a3ac +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_03.uasset new file mode 100644 index 0000000..0aa7395 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb47cdb4c76d4e9c540c0ca1b94d8250068fc00c61ddf4562e8a057de097b85 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_03_Cue.uasset new file mode 100644 index 0000000..d3dcd31 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c444c43428e8d7c5d51f3279afb3f2ba7835d0ae8f7f94f274f7edf799831e06 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_04.uasset new file mode 100644 index 0000000..7fe64b6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fff573f4a59b64799b2c43c832db1e2170d72c68b75f212f27dc1ab6561ce49 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_04_Cue.uasset new file mode 100644 index 0000000..40e7922 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f892a1f98aaaac54dc5e402ffb1411c1d74148a99d700f2e20c5ebacd9bd18 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_05.uasset new file mode 100644 index 0000000..8dcff66 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57b4857cb92f85c74753b80d6c3837602dfcb36a36d0b4451b1a7051c8b9f74 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_05_Cue.uasset new file mode 100644 index 0000000..ff3708a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82170ebe740c4b390c60ff8b34fa805a4963a8cff3509d1badef3a0b391a7671 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_06.uasset new file mode 100644 index 0000000..db6d96b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d08035af45134ea92e0510f62ee8cf23ca0d45b5fa1921bb5a7891dc028d54 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_06_Cue.uasset new file mode 100644 index 0000000..7b3adda --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cabd77663801deb94dcfa12ec590ec7515708205377590884023efc9134fee1 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_07.uasset new file mode 100644 index 0000000..f4189f9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa19984206a4eb08e37159c981117a9a76122f508f10c9c8c135c9b63cae2cb +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_07_Cue.uasset new file mode 100644 index 0000000..9aef3f4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_growl_frustrated_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac6bbb3b527b64f21f784a9b0213d904643ef5afad8731b8cf77fec5023ac1c +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_01.uasset new file mode 100644 index 0000000..67f0fe2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28ac23196aeece70db84be292e1ad7c59d1b579e0381fc52fd9afa087b700f2 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_01_Cue.uasset new file mode 100644 index 0000000..e2d7d70 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670b78923f8c372de069162a4b95a9fd0f4723bc08e1853ccb72f964ea2743fd +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_02.uasset new file mode 100644 index 0000000..4621c5a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3cf18ab174e1033db97aedabce4a9d23a17961b7d617244f05da8a429fc6ec +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_02_Cue.uasset new file mode 100644 index 0000000..63e7bb8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ae38ce99b0e0912acc0350d004a106019fe51d8ca73b6faa6e073bd650ae89 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_03.uasset new file mode 100644 index 0000000..20d4ebe --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5219c5ea044786eafb4e45310131d84e6abd85dc4f1f2c856a34bf9b35360100 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_03_Cue.uasset new file mode 100644 index 0000000..1889960 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307c9d12926910c8f71e454720915064a6e34b7dbb8aeb5fb3e6f66afb45fea8 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_04.uasset new file mode 100644 index 0000000..72ad3e0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be155b693a1e72be98f4326d6dfd44f45016b8cbd16d597926d0b5705ef4eb5d +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_04_Cue.uasset new file mode 100644 index 0000000..b7a896d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0200ccf3fa411999b23dbfcb1c30a0d26050e23adf11e0cfd28d74afbc2eda +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_05.uasset new file mode 100644 index 0000000..6e117ab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a199c021c1df7bb1d41fde5791aa83b41f9dbfc1b020f552519b94ca720b0bc1 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_05_Cue.uasset new file mode 100644 index 0000000..05ebdc5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004e4ae1c10f692240f8fb58f19d39f71c014b9bbffe81a386e9e2d8f2f0106a +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_06.uasset new file mode 100644 index 0000000..cb86699 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22dc550febe64adac8baa427a8ce85cdafcffa4879a45ac5e25b9157055196c +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_06_Cue.uasset new file mode 100644 index 0000000..4074158 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426dc4ca1f3121bbfe00e667e31c7964e2cd1984fc15b69e2b470a957a6e7801 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_07.uasset new file mode 100644 index 0000000..072f78c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c530431a029566205dff6f1b5254db786e601f8075c71b3cf9e2665fa6481a09 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_07_Cue.uasset new file mode 100644 index 0000000..5628279 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29edba1a8811ca064d603c05d0ca43728dc838a7c20737f37221eb5783ce6a02 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_08.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_08.uasset new file mode 100644 index 0000000..7be3bde --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b18a5e6e2a92a8e51a516e4d79d11329e7f36814a8d765fc0ebc2657fb5917a +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_08_Cue.uasset new file mode 100644 index 0000000..24027df --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfe7d054b708a585a6c5164dc9f2b07e7bc21e8bdc585cb6700605016831158 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_09.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_09.uasset new file mode 100644 index 0000000..35ca9ba --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced84e601267b176b477c49474aff685287dd59ea76e8e4cd588ccc9927fd284 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_09_Cue.uasset new file mode 100644 index 0000000..85478cb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf06f6224e8fbf69dba6fe4084b422e71d579356320206d70d085a886575483 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_10.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_10.uasset new file mode 100644 index 0000000..fdaee13 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5771f12b728f91bb4f7feda3fb0f6777d89207b488d08349288e2f40d7d5000 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_10_Cue.uasset new file mode 100644 index 0000000..544aef2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a994ed097a6a91495a2840507806842f33c9763973b0447b0788459d72a3f5 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_11.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_11.uasset new file mode 100644 index 0000000..d45fd50 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6132d63df55001b52aecbf1a5ba4c036e15a875533399e6e5e47b52acf84e5c5 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_11_Cue.uasset new file mode 100644 index 0000000..2cd488d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2df6c433321fa61c88adab33649873c145f2ab9355e4f8d0e22b92d0a4200a7 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_12.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_12.uasset new file mode 100644 index 0000000..339f2d7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2e313aa54edd54824df24cb5c1cfbd391b393e3232e704c1912c169f22fa65 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_12_Cue.uasset new file mode 100644 index 0000000..678aca7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa94ba8ec68bf27921b1d0e17f8f7de39817ae2e0c801707fdc5c8a5b5e3caa +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_13.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_13.uasset new file mode 100644 index 0000000..0e7bcc2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9f09b2f064bdfe870524448c22f9e59581628dccc2f33d4b48a2a1db0007ca +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_13_Cue.uasset new file mode 100644 index 0000000..bd3499e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b67aa5f88b9b44f2027a3198043c0984fc51e9c1f144cb16b607d6d9bfd75a +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_14.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_14.uasset new file mode 100644 index 0000000..448729d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e55e83872ec5f35f83eb556cbd7bef0f6631d20915a17a77bb87fb9a05e052 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_14_Cue.uasset new file mode 100644 index 0000000..216b58e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b432fa7d23a6b297dfb304867344a57685c336a2c1f8f85685fae05b9d5535 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_15.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_15.uasset new file mode 100644 index 0000000..c62fa3c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2215b447a9365259715753a491acfaa67cb20a5f58aa763a5553350117a0822b +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_15_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_15_Cue.uasset new file mode 100644 index 0000000..8d242ee --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a094bdeb119800a7da17bd09371fe92bb77c610bbcc8c8c4ed86af9c861dc1 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_16.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_16.uasset new file mode 100644 index 0000000..2641a64 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1d5c542649d255d6fb956ace53af7da92085c42574fa38d92916af0bb9933b +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_16_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_16_Cue.uasset new file mode 100644 index 0000000..3bcc2f2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9dde1209b4d493c71ae724be1c4444ba4b25e69a81bd3bb2011daafe0ec5d9b +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_17.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_17.uasset new file mode 100644 index 0000000..bf5dbf7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4569c9e2177cfd9688bc31bdb6d4b4c6494428a431d49b5a5acda95485451e +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_17_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_17_Cue.uasset new file mode 100644 index 0000000..67bd566 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a5ebfb8f7d0fc494a8aecd7473be6b3b596fa5dc5816147e15cae311028b00 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_18.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_18.uasset new file mode 100644 index 0000000..f133b5e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c6854a2b87870a135eceede0fad858b16ef971258a2e71a9b896b464fe6ea9 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_18_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_18_Cue.uasset new file mode 100644 index 0000000..83a304d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_18_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e2bde170732fe70bc014552902c69c90cbd551780ca299f1f06f7a9abf0518 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_01.uasset new file mode 100644 index 0000000..ce09fd3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e597f544363541d4432baed1e8f05fe499b360d5988447ea708de8b751dd80 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_01_Cue.uasset new file mode 100644 index 0000000..77f3b93 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b65d16294a1ffd7a429217a27ce9540c012a778294d435c4729961c2f28342c +size 559 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_02.uasset new file mode 100644 index 0000000..33c3650 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79882b4a99a19fb6be85b0006aecb7b6831e2849816f056a34d712219306dbf5 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_02_Cue.uasset new file mode 100644 index 0000000..b97c3da --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e21f969d792bfd8934ae16023be565d0b2ed919667ca83fa15eebbc81b8f14 +size 559 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_03.uasset new file mode 100644 index 0000000..828ba20 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623d554ed8c8bfff87366d3bfe2960b2a89935ff958ef9a127b8f106953961c4 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_03_Cue.uasset new file mode 100644 index 0000000..4174c05 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_hurt_pain_intense_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6dc0e30ed9f0d8417ba15e504fd60ebecb32930c8357fd5fd35226117f0d924 +size 559 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_01.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_01.uasset new file mode 100644 index 0000000..71f6cfe --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce815198faa07987d51cf2c29f4ea32684b9e5432565509ff0321054eb32eae +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_01_Cue.uasset new file mode 100644 index 0000000..768445d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e32e3b32cdffd8a3aa74e21ef6ad496761908ec7d2480984cb5bbd505360fc9 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_02.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_02.uasset new file mode 100644 index 0000000..7a6ba6f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5973c5d26468cbef2fcd2787ad19d0617af96c2d4efa722794803965bb2ffd9e +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_02_Cue.uasset new file mode 100644 index 0000000..46d5e78 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7d0f203358c56b9423fbabea775d65dd3c6b8fab9aed9407f552745c27265d +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_03.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_03.uasset new file mode 100644 index 0000000..5521546 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52da8613ef838de74388be6085dba4107b9e30917739ca37b5e301efe94a6876 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_03_Cue.uasset new file mode 100644 index 0000000..004cded --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5758960624e55209010681a9a6da4ce29708ad6dd8d60bcf057800635dc7bf +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_04.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_04.uasset new file mode 100644 index 0000000..cd8cc5b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b4b8c7cdca39f5b1a5eeb23ebe7e8b41ff30297a833ce2062a3165712513e6 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_04_Cue.uasset new file mode 100644 index 0000000..f88a1b2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7639867302e902a448f55cb89d0666f3e21b8544439f899ee53251b84ba0d3b +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_05.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_05.uasset new file mode 100644 index 0000000..18a2ad0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ad27010bcd9deb4154cf37ec723f557a58124c56f4f0842bde8886cf67498c +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_05_Cue.uasset new file mode 100644 index 0000000..d256c49 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7456d86818bf74645834607aaf62d88f75b791a2fac660589c04d2bdde78a8e7 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_06.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_06.uasset new file mode 100644 index 0000000..7ed7821 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c98daf8ee6a4e3bd7df557da8edd4755a3f61a0ab221f082bee662e6c0f4955 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_06_Cue.uasset new file mode 100644 index 0000000..b6aa075 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ba64cc7dd0895388cb5af7961c9da75d9df0ab63e6292233c9aef5ef977029 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_07.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_07.uasset new file mode 100644 index 0000000..1eef6e8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023862db8280cd61d6452977d248e9f7f8b27ce7dc4ddc184e6a7016bf013ba0 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_07_Cue.uasset new file mode 100644 index 0000000..46e5dc0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb93fdd2b58fa3a6e42260fc1345da13be741a1d689ef74745f8332b0097853 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_08.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_08.uasset new file mode 100644 index 0000000..951cb74 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed2fd20dc05ded8aa1a0a0e20c1fd4160d3a65c0191eefadc921057ae7dca15 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_08_Cue.uasset new file mode 100644 index 0000000..4e59adb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf1b2225b6097101deb42d92499fa4616353d9865d94042404d710852155f4e +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_09.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_09.uasset new file mode 100644 index 0000000..fbe7f4c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e1d3ec78fa59a6b01591e85b377c8427fbcb14f04e5c24b0188ff34386a4ce +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_09_Cue.uasset new file mode 100644 index 0000000..76401e9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8dd8a69e06e7b48bf51f366a2a4dc0b796c857798f48557e2d657afd611638 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_10.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_10.uasset new file mode 100644 index 0000000..02210db --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4eddea1d550fde4b38ae1b32c60e751c8ee3e5f7f0f9ade43f18e744c8fbcd4 +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_10_Cue.uasset new file mode 100644 index 0000000..b087f63 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64c262890babe28229e554608e2b21ca1e7bd97a78bf8194b3b31dd4d35d41d +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_11.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_11.uasset new file mode 100644 index 0000000..85011d1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b75712c76dfca6c0a8071465f6921b8171991b0c506ac21d0a0779bd834742d +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_11_Cue.uasset new file mode 100644 index 0000000..508f96c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac21564423454de1decddb464147d3e4c5b03411450362a6deebd7fa2de393a0 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_12.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_12.uasset new file mode 100644 index 0000000..a42b033 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5416c68b96a6674a10e8a173db1a2d6aec9fe77587a1fc88ad80a2c32657fad +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_12_Cue.uasset new file mode 100644 index 0000000..70bd95a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57e49b2f1832b1ee2883f80f4d1ce106053d5d797dd4493d3f281413937ec9b +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_13.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_13.uasset new file mode 100644 index 0000000..c6f3875 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69845083c1b81a006f69428ac21160e9c93105dcbe044d3d6c5c0d8b7adc4c90 +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_13_Cue.uasset new file mode 100644 index 0000000..0ce720d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4a7c1316394b04b2be225ab5e2280c113de0d37c931d27716836b29339707e +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_14.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_14.uasset new file mode 100644 index 0000000..a0b7431 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbde5803573c12487bc12da5f25b38abfa2e4c75db86d296c581c2e7604cea77 +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_14_Cue.uasset new file mode 100644 index 0000000..2b87f74 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleA/voice_female_a_laugh_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7a4a43205670d9af589791da2d1cc12e75ed60c063fbcc9b62c61b9f048fd8 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_01_Cue.uasset new file mode 100644 index 0000000..100c3b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc48549f92c8c53314254737a714f6f8c87a606c14d874ad4d536bec7d6218c0 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_02_Cue.uasset new file mode 100644 index 0000000..475a02b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10b6915f9c26b112453b207cfab70dbfd1841eb04fc859bd720f7470a96b4f9 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_03_Cue.uasset new file mode 100644 index 0000000..49a2844 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05c0ba35e4c375c146aa541ab1d3448b55e56643c165236f6895b14617761fa +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_04_Cue.uasset new file mode 100644 index 0000000..9a54bea --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9af2222dd5412cc72381fb67f2e74ddfc99d268c5b02570c061be28d2d9675 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_05_Cue.uasset new file mode 100644 index 0000000..c151886 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bcbea4a3b58ccc989a36549b63c907c2b2cb196286a174e47ef2ea8e5105c2a +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_06_Cue.uasset new file mode 100644 index 0000000..3cc9a7e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdadc322f97912f284691a9a84c31678bf7ef3376fcf28d76df20aaa980ecc8 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_07_Cue.uasset new file mode 100644 index 0000000..c6cabf9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set1_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8024d6cc1eb188f755f877e5d5f81b9aa8cd5f1a9e397eff40b3d59d74cc2b3 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_01_Cue.uasset new file mode 100644 index 0000000..e843167 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b560705e9e5fa5dc038debdb2774f5833e735075e7e337c648174d621225b5 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_02_Cue.uasset new file mode 100644 index 0000000..c863abc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daaf8f2edc4da50efbc718f0c737900cbebbf9d7ad701b379c766a132bd3dcbc +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_03_Cue.uasset new file mode 100644 index 0000000..73f226b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c3d5d93f063173a41a97b456802a09bbd9cbcd06ecd984304217a0cc5b7605 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_04_Cue.uasset new file mode 100644 index 0000000..7d18807 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1440511c265a65b8979cae501c109729983e5b73ad4fdacd6da3ba35b31685a +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_05_Cue.uasset new file mode 100644 index 0000000..b01c73b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b75e36eebc784aec7f220e577fc754fde4377aced725e5b36a9861836cb476e +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_06_Cue.uasset new file mode 100644 index 0000000..10fa01f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7487d206e2f0278f39f1a839f68343bbfa3f2a1745a1f22d221daddd7c77ff38 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_07_Cue.uasset new file mode 100644 index 0000000..0900981 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set2_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eeb8af0ddb3006a84ccfa5b0fcb6e1ad45c78c2715f8d0ebdedd21843a318cc +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_01_Cue.uasset new file mode 100644 index 0000000..f1bf0d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebd754aba6aeb40d99b2947accd50f84b3a1095fc1c35cc3240dcc2f46be418 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_02_Cue.uasset new file mode 100644 index 0000000..52fb6c9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ce143964dc6b37858a7af8026169db09f3f51c8efeb6e92299e2975cb5594f +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_03_Cue.uasset new file mode 100644 index 0000000..b3e4dbd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe270a47c01ca7107692969fd4cdd845c8911ea85c64acc1731a0235e800581 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_04_Cue.uasset new file mode 100644 index 0000000..99292a2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba7fff9d49dccbdceaf1ffc1f453334f0b351602cec4490ca0b0303da7e22be +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_05_Cue.uasset new file mode 100644 index 0000000..7cbf0db --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ca9503c2ca451995e8af71c9c95db7583ae9303b2fa8ab74300b8ab899e25b +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_06_Cue.uasset new file mode 100644 index 0000000..bc53672 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set3_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d0755f96ab4d1264acd574432d604ef274cbe1317866e280b6fe695f5de661 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_01_Cue.uasset new file mode 100644 index 0000000..79ec81e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51d211e2a9d684644b80b2d372911918a1fe1f464b54b786684dbbd4a7e6816 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_02_Cue.uasset new file mode 100644 index 0000000..d10bfd8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a39c3b948083808d24e7f88b5eacedb9ced8812a132527a7d9a2f59635ef65 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_03_Cue.uasset new file mode 100644 index 0000000..85e4663 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213b45156fe510b1495eadfad4383af3807bc43d77e4bd9cf348bd159da1660e +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_04_Cue.uasset new file mode 100644 index 0000000..914a54e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58bb569509abd2bf004654ff05909869d90ad5b4c04b68a7c31471a21c2bb74 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_05_Cue.uasset new file mode 100644 index 0000000..8731191 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2399ec0c53b6ad3078fdfce60221cf2126912b979a65ac852f172e3ecd8043 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_06_Cue.uasset new file mode 100644 index 0000000..19f1cbc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set4_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50495619cf8a5c0f9678cf3b780535aad2f5b2a2bfc16908390bac57178f9d61 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_01_Cue.uasset new file mode 100644 index 0000000..51e3099 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dea41a94b13dca8493865dbce43d05b7abecc9010a65677142e69206d2700f +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_02_Cue.uasset new file mode 100644 index 0000000..0826a2d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa81037c55816987fcd98766f58167a6618a7b3f923224c09a247d5d4baa644 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_03_Cue.uasset new file mode 100644 index 0000000..e727fab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709a512a7e67a05e531c64c437e393d6767e387868f79c517415dd2789645ad9 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_04_Cue.uasset new file mode 100644 index 0000000..719f1ce --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86182dacff3c59d69ee1e48bc7e5c5d95e690d0173f605c1abef02ed8a6017f +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_05_Cue.uasset new file mode 100644 index 0000000..f5cf300 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69eff248c2948a74c5642a3ffffbc0bdcafc52fb724e318e454844d174d83486 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_06_Cue.uasset new file mode 100644 index 0000000..2deeeec --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_attack_set5_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53afd8a2254b0d4171773aaa1f2fd2dd2362521ef7b773a35cf72b6e97ce9374 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_01_Cue.uasset new file mode 100644 index 0000000..d7b6cda --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a352127a7ef934c29982626619c015b42f69d13940a43d9684d633589add71f8 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_02_Cue.uasset new file mode 100644 index 0000000..799cd4e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af684eb91fc124e38f9e0f209610331203e16ba21686382105022ac4d6c0d72a +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_03_Cue.uasset new file mode 100644 index 0000000..bb9d406 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed3e1b8f2d264b4686484e9bb9b79c7532737ddd5ad401f8e3107bd9e48db3b +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_04_Cue.uasset new file mode 100644 index 0000000..f610759 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_battle_shout_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde4a78dcdf979fe6b5ddc351125f96d01bf6072793c73e2155b96542f99dcc4 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_01_Cue.uasset new file mode 100644 index 0000000..9315fef --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68a6e0e9d02708d6b0190f3dc7c1f2ff318124506e8790078293a2a7f628e12 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_02_Cue.uasset new file mode 100644 index 0000000..17671d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f9ea2a777296f2bf5cfa9e04a74e823ab748b723a3b3542d0e1a978e48cb01 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_03_Cue.uasset new file mode 100644 index 0000000..3f528cd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa46e2307359088fd4cd9c1b818cb95a71b302a38e9e3674cce5c9616cf96f5c +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_04_Cue.uasset new file mode 100644 index 0000000..9803509 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d40cae475ab773dacb5ec2d79853a875dccc2ec6c53430ab8327b147a0e03c6 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_05_Cue.uasset new file mode 100644 index 0000000..c320db1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c103abe5367799bbccef8625224fc2ffee1c0836770d9d1d508ac3793f4d3753 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_06_Cue.uasset new file mode 100644 index 0000000..a84470f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205982879bc1c876687c7341c9f880eb2f3ef45ad31a10ccdb0ccd08a408bde4 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_07_Cue.uasset new file mode 100644 index 0000000..038c0b6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079b2d9c5048e7801acbc714576a2e3f827834b69113788b73587ac5cbe09972 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_08_Cue.uasset new file mode 100644 index 0000000..42950cc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a40d4cdb27fb20f7d8c0a430817a53ac73bc0eee9b52f30381b13dc6a9e735f +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_09_Cue.uasset new file mode 100644 index 0000000..2af796e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7176fe9dd2de7a265a88e047dad98d2c90559f4076454411138ebb6708909f6d +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_10_Cue.uasset new file mode 100644 index 0000000..020729f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da06e663a9f5ff0589c6428c53538ca9788950ebc6d8188d5d7c34d39e0753e3 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_11_Cue.uasset new file mode 100644 index 0000000..3fc5627 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee1c020de9f2fbda5aa1570dfadb3f3f027dab424c4833b7b4b74016504bf04 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_12_Cue.uasset new file mode 100644 index 0000000..a0bb676 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad23d6e59e5cf047622fede02cb55d8e23841cce8d72b57cd5ea82fb7ef0c22 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_13_Cue.uasset new file mode 100644 index 0000000..2259b12 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef4f1621338eaa14f77affc71c2f7ee097eec481e26bfe7d166b100e2e034ba +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_14_Cue.uasset new file mode 100644 index 0000000..895c1e1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5657661b5dc6ad1c99576c52d6ef26079cf7a2572879789cffb365632af46e65 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_01_Cue.uasset new file mode 100644 index 0000000..e42a51d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58160c4c5c8fd3bfdc7009c04feb378a898d859e09f937d5ff1a4037655114e +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_02_Cue.uasset new file mode 100644 index 0000000..3df131f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ddcdcf09b5f39eceff23fbd8aa016ab8ad7b3259ed94e723d98b5a6d98dc5d +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_03_Cue.uasset new file mode 100644 index 0000000..0a1becd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5a72ad46816e1994e61ed3a227ffbc2c76ea294c7d973f96f1541ffd63f534 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_04_Cue.uasset new file mode 100644 index 0000000..82c2200 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990667ae7910bf5bbb4daed1d7cf16fe7112d4f4c34cf02d49fc8019c017699c +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_05_Cue.uasset new file mode 100644 index 0000000..93597ea --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc89114d3374202fcc4e39640bdd810a56f2054b43fd6d55c283151514169b08 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_06_Cue.uasset new file mode 100644 index 0000000..e40447c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c401f7be25ffafe57d8ac853f3796be7f821e5ef9e789fba0503e5784a0f3243 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_07_Cue.uasset new file mode 100644 index 0000000..e91eb85 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b59914a0ba71ec3f8ac361fb663ed2ea81ce5bb48a2863fc8e0b3e4d7ea3b9 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_08_Cue.uasset new file mode 100644 index 0000000..b5a8803 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_intense_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f3329bd8e3bc3e84d55db2f241adbba08d86b75876684f19de91e103987ae2 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_01_Cue.uasset new file mode 100644 index 0000000..50047ed --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f2b94ac639676c4afee8aa3b813246cd0bd62e44868e3e28a7096a7d8afd48 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_02_Cue.uasset new file mode 100644 index 0000000..7220f3b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394c28e2fa4d6c9441bde7d6544e85de1ddd6fdceef20040d21fcf8406166956 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_03_Cue.uasset new file mode 100644 index 0000000..2ada3b4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5bec98f9e6d00712800fda914df09d6734217c67c1da3647703a3e765c997a +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_04_Cue.uasset new file mode 100644 index 0000000..d4925ed --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e29dcace9468a5a0b45fdc179a20cf334f9ff41e65bf8e89498fe41c51ab1a +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_05_Cue.uasset new file mode 100644 index 0000000..d14c5d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206845d90a10057ec7589d0d5e9ac26a378b143f967d2f4cafc478914d7b7314 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_06_Cue.uasset new file mode 100644 index 0000000..ef3dd33 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342ef9c8003d76b0f32c5e9570dbc85b9b071d21a0ab480f334ed79a71b246e6 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_07_Cue.uasset new file mode 100644 index 0000000..eeda134 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111023ac9e1a933b7ac0165ec68e318e55bf8bc9204fcf795362b579d2a69414 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_08_Cue.uasset new file mode 100644 index 0000000..ca2824d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_death_torture_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d60dbe08d969ce387886e2b228574eb855bb927d66c083744a09beb4ab53b18 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_01_Cue.uasset new file mode 100644 index 0000000..2a4407a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4e2f7893b434d9d302d0c7b70ba31939fae2629ca9fa1583e5d7e1b6fabe95 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_02_Cue.uasset new file mode 100644 index 0000000..6e48caa --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94d53656c1beabbc6e9c1d8d97190d21ae3fb5e5235e071ad59c1cac6e16a72 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_03_Cue.uasset new file mode 100644 index 0000000..45c21b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499e9446d25b30f57dc85dd22d15eeca367dad4509b210ac3570bed1f3ad754a +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_04_Cue.uasset new file mode 100644 index 0000000..b7cd567 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917b625186c4fb8c1a3282c4e4b9dbf86d0ed2cde03b5825007e725622dfd96a +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_05_Cue.uasset new file mode 100644 index 0000000..6dbe77d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_growl_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe0f818e0882fa533f89852df60c41b47c112aeb47053d269027b60bb0585b4 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_01_Cue.uasset new file mode 100644 index 0000000..77e0049 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1044282b45e0e3a120a9f64cd285498e781712688b873c0d21ed3c3cf2ef22ab +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_02_Cue.uasset new file mode 100644 index 0000000..4206b8a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4719e9f78bdc8edf82edfedd3376a2f7d81ff30409a2125f64c062af4ec5dd1 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_03_Cue.uasset new file mode 100644 index 0000000..aef14cd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7152ee929ba0afc619483fddb96bf857b841878defe8d08f5ed1fbd54d90f3 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_04_Cue.uasset new file mode 100644 index 0000000..344e67c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1098f24fa7603f2f31373c82720d31b0ddd957217448a5ab02cd1435f1bae7cd +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_05_Cue.uasset new file mode 100644 index 0000000..008a6cd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8122539b5cc07afdb7417330dc7bacb515bbdef75b5e795ca1a83e24aff7de53 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_06_Cue.uasset new file mode 100644 index 0000000..2042eac --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b478929460c89a9d46247aa2b165d7e57aa3458f82f404ff9bf51f118b035712 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_07_Cue.uasset new file mode 100644 index 0000000..1cb6d88 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a0ed4aecdaa8f1ac2ea6f310e47eb5f121accb7462bfab7b90c6351dc25b0e +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_08_Cue.uasset new file mode 100644 index 0000000..6f57570 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443246c135dc601047c4239258bdbfa309506f74462253021d3957ddda8ab080 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_09_Cue.uasset new file mode 100644 index 0000000..1d0f4f6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345fff7f16f54d7cb39e5ad690d1f4f545ac3efb73b2c7d149c76a62f777a81d +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_10_Cue.uasset new file mode 100644 index 0000000..f3ca66e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984e082a5731918895f14d6caaf50b00759cf9c8402447d3f75cd7e9b1ad38d3 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_11_Cue.uasset new file mode 100644 index 0000000..88a58b9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f852a3d2be9f7b8f6f97eac35b9a2c16f162ea7819ed4734c08f38497fd4a6 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_12_Cue.uasset new file mode 100644 index 0000000..54daeae --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e728fc7ca34081be8543a25a44ed907e79c004995066cb89c4f75b584e6b435 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_13_Cue.uasset new file mode 100644 index 0000000..4c0d96e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686d0dcc5ef7f9fdf8197ab62192d71d1984a3703d5f144e86a339f58e7cc78f +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_14_Cue.uasset new file mode 100644 index 0000000..29528e8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_jump_action_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0bd884040bfe916442b0b2580594176fa59a6c789383ed73c507d909caafcb +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_01_Cue.uasset new file mode 100644 index 0000000..4f88c98 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867b108aeda74335f33b7e8a9a646ae5ae3e6d3708095537850e9374debf1878 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_02_Cue.uasset new file mode 100644 index 0000000..eb864ac --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957a63f7de8c0c597751e92c1ca4177aa21eb1d0361299009b5baaa93d22c127 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_03_Cue.uasset new file mode 100644 index 0000000..9744b4f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe78befe0e877ff7475b9baf2ad39379d0c77b6a95322efbb101ee8b3925496 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_04_Cue.uasset new file mode 100644 index 0000000..7b230d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cae55c83aa2ee7f4cfee38b634f07560f5d6ea885393254dd22b1ebf88fa69 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_05_Cue.uasset new file mode 100644 index 0000000..53357bc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d489d08fdd1b4a0ce0b0d44be3cff194416113049e629d8d82605e78b51782 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_06_Cue.uasset new file mode 100644 index 0000000..0776278 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b4917919700e9ffe91b9de5a7683efde108937a024600bbebb01dc1031093f +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_07_Cue.uasset new file mode 100644 index 0000000..8be99be --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd71e77ad14ac9b7752916efe132d821c2a4708841a17ddb960f78423a9ca509 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_08_Cue.uasset new file mode 100644 index 0000000..681854a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14c7ce5de37b82f0f1de3f356f7277a56ff9ad0a7fcbcd2b2634af67ce0a3c4 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_09_Cue.uasset new file mode 100644 index 0000000..e0ce8be --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6c1817d788fff344a6e9a931733170e75dbccc1e3dd9f75f7ecf2593f8284b +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_10_Cue.uasset new file mode 100644 index 0000000..8534d6b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942f218e794bb9ff16c11e6d5a32304c9e085f67fca6856d7b664eecedbe6e63 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_01_Cue.uasset new file mode 100644 index 0000000..dbe29ae --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a924ef5bedebd2902809de05d8d9d49f2f866e9ddb165d1193359a4a5515d95 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_02_Cue.uasset new file mode 100644 index 0000000..a4b057a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd9df0011020d5921ea51c9457d774a2675187f227e714aa12657ed5c2e558f +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_03_Cue.uasset new file mode 100644 index 0000000..b1404b2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3c18fcb128faa7c5b672123741647a90f0838c0787c3f6f9595a7f9541060f +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_04_Cue.uasset new file mode 100644 index 0000000..f745a73 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_push_fast_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c752a14efb30cdb7e564806072a60fe7e26b018b0ed660ab9a43517a40250ca7 +size 3488 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_01_Cue.uasset new file mode 100644 index 0000000..61945ff --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452a40023cce17da69591b603f5be1ad438a2de690423d2a81e75f36480f920a +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_02_Cue.uasset new file mode 100644 index 0000000..41c3b6a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0091a89585ec9eb9e173de17da2889bd5c99b4434eee4b9730d0e2618e5ba7f0 +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_03_Cue.uasset new file mode 100644 index 0000000..fd59c23 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93e910f94e80051dd5fe7e03b330919d4cf9f3e75197a6ad05ba35a7b4373cf +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_04_Cue.uasset new file mode 100644 index 0000000..22f1b2a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcc6d6e1fa545ef1fcf7df98fadf0615c4e3e78da82472f49333a8d4e00643c +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_05_Cue.uasset new file mode 100644 index 0000000..a944b6b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_effort_quick_action_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ed70c0d29eebd6de9278143cc994b4b4e91490fec0c50f9609671107995d16 +size 3509 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_01_Cue.uasset new file mode 100644 index 0000000..5a03bd6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abdfc059f648f234f0cf1b6a90ab5044fce8b6aa8964fc4d44f02d1f23df6fb0 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_02_Cue.uasset new file mode 100644 index 0000000..3af8a8c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a62a61c34eb969730d71107292f8ee125c0ecd89a835f87fa0ee027eb6292e0 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_03_Cue.uasset new file mode 100644 index 0000000..e545a59 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a929e668ffd68e1dc53d86a52c52f8fe3736e8a52e0529f63dc1ec9f10f38ae +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_04_Cue.uasset new file mode 100644 index 0000000..e1ef2b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d8062cd40c6d8d73eb06780a901a5167eabd1a734bfdbf0ba3d408224c67d4 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_05_Cue.uasset new file mode 100644 index 0000000..a9199ea --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d4f76d74583460a8404af9fb85ff097162d5b2d752c245ea596baf80ab18ea +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_06_Cue.uasset new file mode 100644 index 0000000..9afd7e1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc78453b9625658c68757322109b70c1c7ddb4a7e6978936820d2351a4512d5d +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_07_Cue.uasset new file mode 100644 index 0000000..1d760ca --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_groan_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e813d1cd8f7381d1c1bb49dc32ccfb24930f5f37ad813ca2aec4e78a2089e7c6 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_01_Cue.uasset new file mode 100644 index 0000000..ca5450b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7734fc3c3a2c60af23cc91d875196c2412cb1512f2c9ecc3361f41f10220d3e +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_02_Cue.uasset new file mode 100644 index 0000000..60d9e59 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc2bcdb74460ca1a2a0ab31b8c2a40fa71b9bb7fc81d67fee2a89ec35b84348 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_03_Cue.uasset new file mode 100644 index 0000000..19f5c08 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a18424585496914410cd7e51539125315057014ed1ffd52e00f9ba1e7bb0c6 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_04_Cue.uasset new file mode 100644 index 0000000..9f214fa --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b37f155e74c60407f21bffb19ac0af7c34211bf0bba0465408b02ba89340bcd +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_05_Cue.uasset new file mode 100644 index 0000000..e758b01 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612cc493d295f0bbb94afa8d989d0f3b2bd7d88620b64556d475e216e517eddf +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_06_Cue.uasset new file mode 100644 index 0000000..a58f0a4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e531f21bbcbca7bfcb131a514afd40ed080a183eaafc96ac3a6dee32621e2ae +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_07_Cue.uasset new file mode 100644 index 0000000..cc33dd9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a058fbc4b6164143318617613c6141677a9712604a86f94157f5a0127c78668a +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_08_Cue.uasset new file mode 100644 index 0000000..3c17b45 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_grunt_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6f2dafbca1e187ce114a05cf3e12680f7656cd39fba70db2fbf471803d14e1 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_01_Cue.uasset new file mode 100644 index 0000000..40d3300 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f780b4709f9532b5ef1714e766fc26b589250dff5bcd22f90ab19c1305ac64c +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_02_Cue.uasset new file mode 100644 index 0000000..4ad9d3c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f09063091fa346a5154b88fa084af6ad80af7e4fd03d73d7dd2ddf80f13db11 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_03_Cue.uasset new file mode 100644 index 0000000..7723cdb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17c1b30b2be418fc4f766d7fa5926d6ff8fd43ed1f91c7b27ff7f650048f3cf +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_04_Cue.uasset new file mode 100644 index 0000000..86d1d19 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b766536097fae62b77a076e2fbd7e18f936c3c470fe27702fbc780af95be3c0 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_05_Cue.uasset new file mode 100644 index 0000000..742cd6d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e777eb779f31e32324d3fb7ad486029d70ff4d934bdd9a56832ea2759db0c4b +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_06_Cue.uasset new file mode 100644 index 0000000..9ab021f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_growl_hiss_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1feeba8eba84f9c06d951e9300ca194fa2c03f1d071001a7401ab8433d696e4b +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_01_Cue.uasset new file mode 100644 index 0000000..b3fe84e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a6268d1eae700e556507b3c9cf8a16741a7a4bb083c6779e5415e9d8e2209b +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_02_Cue.uasset new file mode 100644 index 0000000..114ca61 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af766e2fd28cedb9baecf7b44640d8b5cf129c8d361844c8b8316833259de0c4 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_03_Cue.uasset new file mode 100644 index 0000000..c5c0027 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be83b866cfd422617f7c2c062c29c10e2495e79d74a179e9cbf5300cc2d4a863 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_04_Cue.uasset new file mode 100644 index 0000000..ac2a72d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d9221f607f9cbda36db1ace6cf572d131d0ab6e22edbbac4eb6e0ba9118919 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_05_Cue.uasset new file mode 100644 index 0000000..6a1c8d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e003b683c46e7f8b6b853bd81539e326445a7910adce14ce40defb77b1d86f4c +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_06_Cue.uasset new file mode 100644 index 0000000..10f3329 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6f2236755a557e03b07957f23c6e67cde68f6d93333e873a821833490ff719 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_07_Cue.uasset new file mode 100644 index 0000000..d5f4af3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47c5f020290da16f3487480718bc9e97b7740e8351cf78878a7bddbc120f35c +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_08_Cue.uasset new file mode 100644 index 0000000..45a648d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13cd0f2c9529167bc51787205915ca2e3226d01b512b4ca9c0c9a7d05e08f4e +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_09_Cue.uasset new file mode 100644 index 0000000..bfce5b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd050817bf7b8fa97646154ae98bc99383c1d71033385a008a9b24b6a9062552 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_10_Cue.uasset new file mode 100644 index 0000000..5d725d4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16ce98df9409589978d2203b0fb53669b5486bc6bc1534f125f82fe9938f046 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_11_Cue.uasset new file mode 100644 index 0000000..88d776a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d852979ca1cee018046a720a419849f3d43953231def3006ea000da6db6eebf3 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_12_Cue.uasset new file mode 100644 index 0000000..f87e918 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2797ef40d0eebe6dfa1e6bff69a20329d299a41a152ab0dfe0a5b68d62f395e5 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_13_Cue.uasset new file mode 100644 index 0000000..66519a0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b178fc8e418e1035e21bdf9ddf2d2868f25036cf90395b617380560fa31b45 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_14_Cue.uasset new file mode 100644 index 0000000..9c505e9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3c81ac336abdf7e243ad037633e752d60163e106afa0a56956e66a2a940c16 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_15_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_15_Cue.uasset new file mode 100644 index 0000000..2e0d252 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbb5f01bad444503d371b42ca7ed9a367c769b21c97d2407d6d6a6e818e0bb6 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_16_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_16_Cue.uasset new file mode 100644 index 0000000..4c48cf6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac08002a5eff50034d5f2ae8ce57a326609a2108f247d54662880949a354044 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_17_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_17_Cue.uasset new file mode 100644 index 0000000..162ea39 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf0fabcaba88a1f0e1b862780cc8d34edaab2edcee28e54d532b9079f6750a6 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_18_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_18_Cue.uasset new file mode 100644 index 0000000..a891317 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_18_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7349604b3d8920109d070d89820581958c526b45dbe1812d146bfff77c2c2576 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_01_Cue.uasset new file mode 100644 index 0000000..a18ffc9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d333548f6f48ef06aaf12e4a6c2d7b94157f2a407df1b8ce9d226c9ef5070d +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_02_Cue.uasset new file mode 100644 index 0000000..79a519e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f6909bd950e6d6f3f2664ee422496ee1e77c76581c9dadde412bf02594f3c4 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_03_Cue.uasset new file mode 100644 index 0000000..e6737c9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ed29a8a64fbc2a412f82f61d3a21d472469301f1b42d3e9b4a88ad993ea8e6 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_04_Cue.uasset new file mode 100644 index 0000000..e63e79b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07424e8493e4dd555c1341ea83379eb4fe110e476691266eab472136fd1547cf +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_05_Cue.uasset new file mode 100644 index 0000000..c5465da --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a9498d9cc3a8926d8db20366641363fdfe9f15dbd237b7d8a85ddeaa50f5fa +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_06_Cue.uasset new file mode 100644 index 0000000..200d7b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176a35559d5a2aba6bb52d26690126270a0e4a5d7481b333927f4e202d424393 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_07_Cue.uasset new file mode 100644 index 0000000..ae0b2da --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795bdd6dcc2d0d548f91b070e6e5e5ddd4ae9fdc75e03bcbb6dd8f6aa79997d6 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_08_Cue.uasset new file mode 100644 index 0000000..50e0337 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bd22f7fa44d96422271d716489d0dd46fb1d928231be0e8f4e25e511fdf138 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_09_Cue.uasset new file mode 100644 index 0000000..c323d46 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252f386e6262bc6af9eed4d6e41426e4e384f14dfb9ea203eca2a5f62978066f +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_10_Cue.uasset new file mode 100644 index 0000000..9e3f477 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbb7d4a4412601acdd3410558aef327767e2098e490fac8e1e97c9766770fe7 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_11_Cue.uasset new file mode 100644 index 0000000..26eb141 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12092c864211a480c099dafd5bab6c4dafc401f28854daa47fbb2e248f05e16 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_12_Cue.uasset new file mode 100644 index 0000000..daffe2e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4144f584fa78abf98208b64c9754254cf1ea32cda1bbd12cd3dcd79b55ce958 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_13_Cue.uasset new file mode 100644 index 0000000..5933a3d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8cc2521f869859de29cc3a47b7c23f2713592fd97943d21cdb3b7a9c0827e8 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_14_Cue.uasset new file mode 100644 index 0000000..a887317 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98788f22a15bc92e06108115679793cb3ddc6f8006d03f1b69b162064a63ec6 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_15_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_15_Cue.uasset new file mode 100644 index 0000000..790f8ab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_choke_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef41db91666b6539f5a11d0e373be691abbd4b2d3fea7b19ad751f68a669f3fb +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_01_Cue.uasset new file mode 100644 index 0000000..bfb475b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127a9b3c40aca2f65ea2a79631f8a109edb18ae02d436b6226d717129ab79f6d +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_02_Cue.uasset new file mode 100644 index 0000000..441e276 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f9b05125b9b3a55c8b413ce5b7064a94ce30bf4d4e9ecaaed88992032c7c48 +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_03_Cue.uasset new file mode 100644 index 0000000..89ecc00 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfa9118e09bbd2b7b3b48edf97ea88acab5b8fb2e2c979cbd34cd8f14229525 +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_04_Cue.uasset new file mode 100644 index 0000000..aec7607 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963c226bf21d8a077093d74e3d1913c9a6add4d4f4f5f09a924d26e4db49d350 +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_05_Cue.uasset new file mode 100644 index 0000000..55370bf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cdf71bc69531c5b4469e232aad0c0dab608ecb91693fee56cf2e3bc6319943c +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_06_Cue.uasset new file mode 100644 index 0000000..5b8f091 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5808b0347d595cf8ecd12d4133e468c6faaad71ed487f8fd4aabe04c81157b1 +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_07_Cue.uasset new file mode 100644 index 0000000..2e6e0ad --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_high_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ffbd1b99b9e4df842db0180d28580017a37978eed75db7fd800a1d72afcd78 +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_01_Cue.uasset new file mode 100644 index 0000000..fd9045d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4e6d8fc1405e5bd05eb708ebfeea14cf10225126dab69e359f574cbe574edb +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_02_Cue.uasset new file mode 100644 index 0000000..2822dac --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ab98c8638dc867c58044e4eb71373fe34b24d8644b2625fa05f0df14ae58ef +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_03_Cue.uasset new file mode 100644 index 0000000..da9f1b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7a8c572c6fc1ab1627d596273062e13205b9089d06c0e211e691942fabb83e +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_04_Cue.uasset new file mode 100644 index 0000000..60875d0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2287145d0bd91277399061ee2a67dad1f1a62078b0a21d20734613506906ade +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_05_Cue.uasset new file mode 100644 index 0000000..06caf44 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89792371e403c633a4289da63152fc3d721019e56eb48855b9105562280fd4e6 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_06_Cue.uasset new file mode 100644 index 0000000..df79302 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e2ac09f7ebcee17cea274ae29164356ac2701b02915499233d943ddcbb51f1 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_07_Cue.uasset new file mode 100644 index 0000000..8b2732d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701eca33dbe38348112ca9c41da2e108fcfe3e7778cccc37f510cde83aca2385 +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_08_Cue.uasset new file mode 100644 index 0000000..5ed663e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1534b350532426e01f109a9ba958d3aef2fb22385074d0acc18f1c894e791b +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_09_Cue.uasset new file mode 100644 index 0000000..ce94992 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_low_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220f24e67feb1ef598efe1a613fbd62e256e0fb13be22af95c00918805ed934f +size 3467 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_01_Cue.uasset new file mode 100644 index 0000000..56b9d55 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6db5de099de5f216d381079693e2f201bae34ac4457cf9dcf2529314697ba9 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_02_Cue.uasset new file mode 100644 index 0000000..bee3ea9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c973d193f35fdbd838271304f596b098368948ba350d01e01d34ab733ac7ca +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_03_Cue.uasset new file mode 100644 index 0000000..1ea0b98 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1fcd9245554aeaa9713809a0dc6b8c2d6d0a2443b0e770e186f34e7cea84fe +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_04_Cue.uasset new file mode 100644 index 0000000..0acdfef --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb13d266932f12ad7ce4536e3eba586f0efba8e094a5cc2ff8add4a28f482ced +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_05_Cue.uasset new file mode 100644 index 0000000..ee95613 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4364be9476a6d79a5d608dab87b5f2daf5903e290dbaa07fc04ab08cb1f109 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_06_Cue.uasset new file mode 100644 index 0000000..41d84f2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb4b208c80e66039e04006b0318877812ec81dd64bfa112ab0549aacd30eb6a +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_07_Cue.uasset new file mode 100644 index 0000000..98e6c15 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5e18e595c6955804c5da2197a43fcf27fa87c8bd4aceca6ca5338bca1de030 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_08_Cue.uasset new file mode 100644 index 0000000..d6068b6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79d46358365d3e5d421d15834068506b86b3f0355d09db61086934f98e76ab5 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_09_Cue.uasset new file mode 100644 index 0000000..406905a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fc9f641055c109d148e1e7c1d92534fe78fcfe9425322db988d20779461e69 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_10_Cue.uasset new file mode 100644 index 0000000..719e4f7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f3e6db22c090c64e752edea27b22d1a3424ec005382444ed6a80d82e812413 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_11_Cue.uasset new file mode 100644 index 0000000..9152e53 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9a2e8de83cd256c02c78ab17dcc3bc15f3aec08dca60d203d8db8c09fcb9b2 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_12_Cue.uasset new file mode 100644 index 0000000..2002f2b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5b79b88bf1ba2f54d32affbe54e0844b16a6bfe4d4b9c90d839555a9d82317 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_13_Cue.uasset new file mode 100644 index 0000000..fdd5c1f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bc5b1343db80b9c17b0a42e485637dd39cb0f59eed79e6b78aa09667676be5 +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_14_Cue.uasset new file mode 100644 index 0000000..c20d9fc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild2_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdc7bab6061640a50efb1ec6f51c2a44648b48464528a5072ecefe91530b68b +size 3481 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_01_Cue.uasset new file mode 100644 index 0000000..24a97c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897b9d46a1df491a9d29e90305264af047c04b169a4f4c1ddb138329139a2b05 +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_02_Cue.uasset new file mode 100644 index 0000000..ee03be2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5191295d2e5e6897d046d184d40771579db125b87d598e47acffde5f617cc9b6 +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_03_Cue.uasset new file mode 100644 index 0000000..a41abb4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7dd3dbd69231fb858ea4b9059372594500d83d7cce664b8b0b82a90a221503 +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_04_Cue.uasset new file mode 100644 index 0000000..34bcd4b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8fb9a0264fb66d4fd325be1f6a96d9e470f7393d8e799caec0d595cba8bfd7 +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_05_Cue.uasset new file mode 100644 index 0000000..4dc666f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bf6de17a3e926e7542807a6591bb7c96c8278eaae6e83bc3e96199cca9d8ea +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_06_Cue.uasset new file mode 100644 index 0000000..63742f9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daca793eb19e37d8f02f00d847670a7192759f6b81d1816d1e4d0be778266d68 +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_07_Cue.uasset new file mode 100644 index 0000000..b8f7fa0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_hurt_pain_mild_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379deab48bd00d32669433f4919307bad95fbd1621f603bfbb4a03b3ae5a18ff +size 3474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_laugh_evil_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_laugh_evil_01_Cue.uasset new file mode 100644 index 0000000..7dff73e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_laugh_evil_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901aeade84adcc3a0d8dc1626a3142e5074de56eb58f6be2334c8e259fee57d0 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_laugh_evil_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_laugh_evil_02_Cue.uasset new file mode 100644 index 0000000..34374d5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_laugh_evil_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43548a7af82f4a51e46df670eac80857a3d75b1ba5889f8a5657c2ef9607819 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_01_Cue.uasset new file mode 100644 index 0000000..f459276 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2121c1acbfd23ae9fbf8d81a3be96ccde558d3b0065c3699197a3bc7d2b3e8 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_02_Cue.uasset new file mode 100644 index 0000000..7fbeb45 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5582fda77d3d07d519de30ce1983369ba2115eb856e06c01bfcf4bd1e393c859 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_03_Cue.uasset new file mode 100644 index 0000000..a5a5d1a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2681b28f2271deca0e2d1f6960ad3e402715e85fee2bdbf282b2be9c7d0169d +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_04_Cue.uasset new file mode 100644 index 0000000..15c7aa7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d282fcf02ecb4af74e148c82bd73f2fb622899381985633fe497c56822ef47f8 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_05_Cue.uasset new file mode 100644 index 0000000..e2eac8b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25719048bec46809207454122754988e73db09684a283e098220745a4732fff6 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_06_Cue.uasset new file mode 100644 index 0000000..e2eb521 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcf1bab76db64dcfef3789ddebfa7768796f23cb7e513ca81a7c336293dc70e +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_07_Cue.uasset new file mode 100644 index 0000000..549206a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78beb958ef59f9ee248148dc44e5f47be5b97d0754783d2d09b924230f1901ef +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_08_Cue.uasset new file mode 100644 index 0000000..2421425 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fcb9945c399a154441c470e3d1d3df998994f646e4e44dcd938677209fb0d5 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_09_Cue.uasset new file mode 100644 index 0000000..c2b0c16 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19aa2964836250ded1d99bf88dc8486859a892dd276662ef779416db6a6c3057 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_10_Cue.uasset new file mode 100644 index 0000000..745a785 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3567409ec6751818d2f4a3af4c29cb06c39fd72ae855ab3511415c92b2ac8576 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_11_Cue.uasset new file mode 100644 index 0000000..3b1ac6c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc66e6286307e14d054d56ab55744c01b476a606703050df3f072ef8299343e +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_12_Cue.uasset new file mode 100644 index 0000000..519aca5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425dc34176491ca3c56017074b0f9ff06fd50f6ce27291b5094c92eb3eb8fbb9 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_13_Cue.uasset new file mode 100644 index 0000000..d820786 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c134969d39d541ceadb153ee027c0fdca153d9788fa6f50bc3dc32402a16eedc +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_14_Cue.uasset new file mode 100644 index 0000000..d21687f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4a6a196e6265c0b403cea742aaa48bf3175c1e6e08454a0bb96e4a97ca9dc4 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_01_Cue.uasset new file mode 100644 index 0000000..7983a26 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4500ee2b4db14173523425c8bbe66ffb9616bd031796b505d1098912058a5d22 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_02_Cue.uasset new file mode 100644 index 0000000..f55eb0d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cc9983a8c89bad7bb0eacbc8bf76ee9188244c97f812b16bea9e5831e7604c +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_03_Cue.uasset new file mode 100644 index 0000000..0a7699d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f50932bc44793bb867f14efdd7c62c74c4e7d3202b2c15186ffe340b26d6c0 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_04_Cue.uasset new file mode 100644 index 0000000..974f306 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac70f0c24c3df17a53dec490700203edef7bebe650b5bf2d271a1c054a6bd299 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_05_Cue.uasset new file mode 100644 index 0000000..8a572c0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99958902ac5d48a3c5aece1184d59ee47332045cae51832ef18e9389a56e970c +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_06_Cue.uasset new file mode 100644 index 0000000..d1b359d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a751ffefd96abb759251c57b54c72a71890dc48b609c2bc176f994c194f155 +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_07_Cue.uasset new file mode 100644 index 0000000..b7722bc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Cues/voice_female_b_scream_low_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8f60c2604e532712b3992aa79e48e022ff1b2b0ec31bc16ed96ed49ca4425e +size 3446 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_01.uasset new file mode 100644 index 0000000..fefcc93 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0d6248379ba2a7c4c62cf704d828ca31b3b96d873aceab47b9396d976cb228 +size 55963 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_02.uasset new file mode 100644 index 0000000..f6accbe --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c218578a721992af2ca491498fb3b88f3ca13c1bc23be4f5ae8099615d244d +size 34023 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_03.uasset new file mode 100644 index 0000000..0f0e168 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020e8e7a336e41f4da90142582228354f65b28c8cee72310f62af6f34f7fa756 +size 55665 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_04.uasset new file mode 100644 index 0000000..477776f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2028a75ca1a677dff423ef9be720864257345dcf123ca18a6ce5588dab7b6fc5 +size 39817 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_05.uasset new file mode 100644 index 0000000..0318712 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0333ee86add115135fe17f5da943928751a7c5d1fbbd85cf797de04c62608da9 +size 36163 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_06.uasset new file mode 100644 index 0000000..bd37086 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57286a5fd308c44680de31e0ac6bbcab12b35327cc1d92f96686d6485f0e4b1 +size 28232 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_07.uasset new file mode 100644 index 0000000..aa3ac1c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set1_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9086c5ed82ab594584ae40299d37b2d4608446252710e2beef7abe48ad091927 +size 69679 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_01.uasset new file mode 100644 index 0000000..7b52a7b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9c39ac3f00aa94b080386e57ca0df8d75af39d5a9816157b9645bb85ce2365 +size 57967 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_02.uasset new file mode 100644 index 0000000..fab4f69 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796d75e2c89e86c08d123582da0b14588e90c76044d67f430654b60b700b044e +size 48221 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_03.uasset new file mode 100644 index 0000000..e5b644c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83397c58b476426cd8a706137e0618cc9023a1ae845bef68adf1d06f07d457c1 +size 62932 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_04.uasset new file mode 100644 index 0000000..8e6c8c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8bc4968d7a371d4e975f3dab733354def0e943af54517ea48f7df3891f641a +size 39832 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_05.uasset new file mode 100644 index 0000000..d7dc01b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aecc64b0c5338011ba1905a28e0a74768983ccd4002607a9870cb0bf097de25 +size 38559 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_06.uasset new file mode 100644 index 0000000..370755e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220d50da89c6b5f49ce2bba13c9a7b463904053c3e87a817f7255ef05ce77523 +size 69417 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_07.uasset new file mode 100644 index 0000000..75a7d5f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set2_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37da5c0989118fbf18121473093703e1b84af21f0d51b80068090ae3c2487f17 +size 53575 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_01.uasset new file mode 100644 index 0000000..8a96184 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6913b2014620d0fdc3adfe463a547ff52e5c564662f00b589d32b661017fb4f2 +size 53673 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_02.uasset new file mode 100644 index 0000000..532058d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d6ca505bbc4798c8792a8512b9daada6dbf892aed2b7580625f52a6edeaf9c +size 75814 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_03.uasset new file mode 100644 index 0000000..3715e3a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c3bd7eb9f8844cf6128ea367c13cc1002112128c1d7318a56ddaa5b43131ec +size 69335 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_04.uasset new file mode 100644 index 0000000..3782371 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210ceec192b90e0b6ace8719a49104d4abc3b155bb8ea2a795adcac55f86bb18 +size 55201 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_05.uasset new file mode 100644 index 0000000..afb73eb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25769a78ffee2350065c8157e0c6228b4d77c6b82be44aca16c0cfb6c3d3953 +size 62827 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_06.uasset new file mode 100644 index 0000000..f627de6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set3_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7038336b7a5fbf8c9b5d46f502c673bc9122087bd355f352389f981363da9d +size 89916 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_01.uasset new file mode 100644 index 0000000..ba687da --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38a8d3e10f7095a619e396bc021dacb795c93fabc79d275895e9e14508cd89d +size 38098 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_02.uasset new file mode 100644 index 0000000..488ef5e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3429a5124a8548e452cc549517f899fd886bf7a83297d0b0b4168efc6be7fd23 +size 46716 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_03.uasset new file mode 100644 index 0000000..b0af36c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03eebb1d115c16f2fb9d6345fb698faa658fa41b64e6752e8545d2a7750e85bc +size 47474 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_04.uasset new file mode 100644 index 0000000..9defd80 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ba5596310c998aeb5a01b309bcb9b353da496b5b6489db413fafb0a32e225c +size 37614 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_05.uasset new file mode 100644 index 0000000..c94cbe6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9c63b39bc692a81ca50aa2bcb358ac5ee58d2819c3da3bc55416c38f2a262c +size 38796 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_06.uasset new file mode 100644 index 0000000..fdb6b45 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set4_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c464c1649fc5bfeb566b83f8882230a6e0964d867945702267e60d293c7b39 +size 41640 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_01.uasset new file mode 100644 index 0000000..75b7818 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3397cf7db510001dfcbe9bcbb2e501c9f193ca0f97aba99ad5c8d37cdf5125 +size 70341 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_02.uasset new file mode 100644 index 0000000..944e705 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca10caf4d7700e6eb54a20dae3e85dba8ec7cfbccf26291be99432550f49ae4e +size 67975 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_03.uasset new file mode 100644 index 0000000..a0cdb54 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd2625c85dd72386d8b9def7ea992f8ce1f92d296e3b33683f3d71fb64704cb +size 69155 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_04.uasset new file mode 100644 index 0000000..b4b066a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424feff9027fbcd99ca44fc49274457a96eb1eb7647146c00610822a6c0ac1e0 +size 64436 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_05.uasset new file mode 100644 index 0000000..ae7a938 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45630930327b6c010e13bcab320a98ef237b2c779346f6ef4f6ae67ad131de6c +size 60132 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_06.uasset new file mode 100644 index 0000000..19f23d7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_attack_set5_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2808c97fdc978dba00c83a844cee05cb64824e5e43d380e88020ae8657a96d9b +size 75826 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_01.uasset new file mode 100644 index 0000000..4976b81 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3593f8d65aadc56c7b81512589d6195021a931471307e00d1a0dff703b6c9a22 +size 129237 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_02.uasset new file mode 100644 index 0000000..e788c86 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a171f8b8453680787cb6157a049d5717a6d104eb5d35c2850f1a871921d11836 +size 283057 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_03.uasset new file mode 100644 index 0000000..17185c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f99e9e737ce3104b819d39b24ffccab652cf44b7980925774047d562f87e96 +size 282218 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_04.uasset new file mode 100644 index 0000000..426fe14 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_battle_shout_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162c26550dc3822fee4261d90c9472a0227b6a2bffe5fa05ece21b2295d5ef1a +size 290118 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_01.uasset new file mode 100644 index 0000000..312e722 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d602c315eb7e701107637026630b19d4cb033b938d5102952bba354fc6802e7 +size 120747 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_02.uasset new file mode 100644 index 0000000..38fb8b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4333512e57170f2d097d60d9332a56eeea9e99200b7524be4c838c1f4e1266 +size 119310 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_03.uasset new file mode 100644 index 0000000..1e74923 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf366ffa3a8b082a85aa54c5c2ef9432c83916e99ad1aebc5a3efa2c3e37e59d +size 131538 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_04.uasset new file mode 100644 index 0000000..48b2ccd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d3021af1b68399e58cf33455811868ff3a6016703a34a5ba241c67e5064a9f +size 137095 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_05.uasset new file mode 100644 index 0000000..5ce1120 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89a90dc23d22833c16acd333f3bfc389c0138c7be3effa8e2fb06edbe7b7c50 +size 107441 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_06.uasset new file mode 100644 index 0000000..566680f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69185907b9f6b3c68c2c634eaaa8289fff23885f955e1f07a61ca05071d8f40 +size 228191 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_07.uasset new file mode 100644 index 0000000..8ee65b2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da11b68045bfe2db90af268a12ecf1288ce71390019ddc7e2b677b2b9c500be2 +size 182420 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_08.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_08.uasset new file mode 100644 index 0000000..ccfbeab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768e531e0f404e6800246e0952f15db0137d52e6dcdead27f54f73d7805ef669 +size 141944 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_09.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_09.uasset new file mode 100644 index 0000000..c941e32 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17200c8434beb21908ca3968005b3d34d34abf8760794dfdaf218d8fcab4c416 +size 207187 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_10.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_10.uasset new file mode 100644 index 0000000..532e191 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7df4eff0af85936d22dc71a420d9ee28b4eba89125410c9fce0a76ca0005655 +size 221093 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_11.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_11.uasset new file mode 100644 index 0000000..b36c7af --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752e0905c7afdf311482afd3449a2dc337728adbd6b3cf13d675ff681a291d85 +size 310308 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_12.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_12.uasset new file mode 100644 index 0000000..e272422 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec56a38b4d1d39c782241fd29ae2343376d82b701e05ce7f5da0db05be33571 +size 191233 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_13.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_13.uasset new file mode 100644 index 0000000..4e79612 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3bc1e15acd55f5b9d9e48d6c888cfded3428ce25207fe5b28a7ad7ca18a6fe +size 413282 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_14.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_14.uasset new file mode 100644 index 0000000..c632377 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f74ca8bbe7f46f139a329092dbb548b0465cd05b25224fe7e2221c047d840c0 +size 390925 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_01.uasset new file mode 100644 index 0000000..2bdd583 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5179460072b5695412d32e45ae1fe23d63cc90df5f69695895cf0bfdf117ff +size 330765 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_02.uasset new file mode 100644 index 0000000..6cb410e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d08ad911a2d1cfdb998969dc79f410e59c26238536fa1fd6bbfb5ff68ac79a +size 184242 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_03.uasset new file mode 100644 index 0000000..8c6bc23 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa6b5e3700be93a5a0b41e7d0bc99dff062f53969eeb45c4955fa6d6f281bc8 +size 255005 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_04.uasset new file mode 100644 index 0000000..5d1bb2d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0138b47b968d788c1dbd2a1df8c83dd834bfd2066cd2f5cbae95f0c441ecce9e +size 301388 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_05.uasset new file mode 100644 index 0000000..f8286e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388573a33cce80bfcab3a5028abccb72c639c1160684701ce3e31bf6a2f313ce +size 311816 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_06.uasset new file mode 100644 index 0000000..185059a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb07222a27541630368cdf2e3537c167fd8f3604c1503f5c3067ea514598e53 +size 237919 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_07.uasset new file mode 100644 index 0000000..efd6d49 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3144ae02b80e3e6553751faca7276dbfb3c2033d8d73de18489a70745459d6f9 +size 200149 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_08.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_08.uasset new file mode 100644 index 0000000..78ad108 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_intense_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7d0cbc74de89fd49142f02e2742a068bc8d16bcef984f7b78cc23e4cc449f4 +size 146188 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_01.uasset new file mode 100644 index 0000000..61d5780 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9031de292b32a9ddb63ab73ec1f0eae22e8bddf4e6ad7bf8da1327010d3d74f7 +size 340133 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_02.uasset new file mode 100644 index 0000000..ff0de87 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c93d31265c820ca28bca3cbc2322b9f3f90f6c4f848cd00bdebfab45f0e0e5a +size 303890 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_03.uasset new file mode 100644 index 0000000..a250dfd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bf930e1c48620247f112db2e2e0fe2d5aea013344a688445b2ebf85709dc4d +size 120365 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_04.uasset new file mode 100644 index 0000000..4e144c9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04efeeb94242380ef811412d582ef3b1c0acb8fac779237351f6ec7bdde0ccdd +size 185084 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_05.uasset new file mode 100644 index 0000000..0bef112 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6023080f7699c3d8f435f6ebb509a7bc8372943d59524c1e808f496c5b75ec +size 134884 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_06.uasset new file mode 100644 index 0000000..b6e08c2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b5259f979d2579af45f2d7c3e366cd5e8a9f07d99557e424d9b90d7ebde76b +size 205681 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_07.uasset new file mode 100644 index 0000000..cb8dd8a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3adad8e8f472ff8fa0d6deec010939db3e77fff2171f95082ea45932f4e1c304 +size 380167 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_08.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_08.uasset new file mode 100644 index 0000000..3f9690d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_death_torture_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ab5d1dab4804e9e93adf2d9d31d75907d0def8295d941389edb1bed0394c3f +size 300423 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_01.uasset new file mode 100644 index 0000000..a9390db --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fe46b441900b1f8298686aadf9c34d4bbb89524d58a3adfaf7bc7daaf4127e +size 122324 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_02.uasset new file mode 100644 index 0000000..1d37e8e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a29b8429c1fd769bf7b7a40be5290bba7fe071c0de5f09c198a6394efa08998 +size 160690 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_03.uasset new file mode 100644 index 0000000..6ee7d9e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1aa46a4738a4850f4f324d951fd88f920548272d09ea106b2905ba782e976b +size 252818 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_04.uasset new file mode 100644 index 0000000..9f28f34 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc7097c52f35831272e92aae645b6795934302b562c836874e73b45d257f099 +size 211322 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_05.uasset new file mode 100644 index 0000000..396e204 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_growl_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef44b2f4262b86a1b5249269f9420e7b2ba0d178c7cf3cc29efb8b39494430a +size 125118 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_01.uasset new file mode 100644 index 0000000..fb5306b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833fac4bc1fb6125c5f2d23fdfbaa76296d222ea44ace33412b4bbaae3679bd8 +size 30915 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_02.uasset new file mode 100644 index 0000000..6d83615 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c83ea1d5452e43a2aaf9173abc20e8144d952200cc5813bf2534c9c31403596 +size 30359 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_03.uasset new file mode 100644 index 0000000..5aebcdf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b173933e3e0a0f8adc724b1f3df04018c539cbaa05260396879c91740cd384 +size 43542 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_04.uasset new file mode 100644 index 0000000..3bfd595 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d08aceef24cf220c01c0577a2388b546de3589c8a5d2b4d15c04ebb72b3a49 +size 35442 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_05.uasset new file mode 100644 index 0000000..58064cb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fd4ce739f39113143c208e9ca07ef68052e98b94a3cc0fd8ce4b4d9993b0c5 +size 36845 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_06.uasset new file mode 100644 index 0000000..a8255c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79059cf9198f8bef4dc6ca52d321db8aaa23506c12cbc979d42fcdd8a23ef7c +size 28982 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_07.uasset new file mode 100644 index 0000000..50b99bf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d244dcb9394df51becad00bea71b42b932054f5fc09432ac392e5823b8b6ae +size 34828 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_08.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_08.uasset new file mode 100644 index 0000000..4b90e79 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15aecc8f35d263eebaa963d0a68a960f7c9fc26b0d0c6d585b99f407164aca6 +size 40071 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_09.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_09.uasset new file mode 100644 index 0000000..7810cd2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2b52d03f9131ef8ff890e6c1e469fc6d72e7eed75ea00100948fbe8296c891 +size 33400 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_10.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_10.uasset new file mode 100644 index 0000000..fd58dab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe791e056d4782c4f2bd16cb78304033ee762bc8c1e91b61a6659d9c35fe46f1 +size 34954 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_11.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_11.uasset new file mode 100644 index 0000000..d65fdc9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a937f81d4b6a621f0a6ca9f65d225dbca3dc85994ca0e09587ec625ff06c67 +size 30277 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_12.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_12.uasset new file mode 100644 index 0000000..7d24dac --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134d504c36c4980557a04aa7bbcfdaca3e495595363560c9c3359c7f6668256b +size 29012 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_13.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_13.uasset new file mode 100644 index 0000000..492924b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d36ec020b0c5b2df2e0478f83ac9f34b7e5711b777e73ec410348fa55ab9120 +size 37233 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_14.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_14.uasset new file mode 100644 index 0000000..f7dead1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_jump_action_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e3f11e8076c9ee714b30cf7ef542df04d23fb51d258499300d52b52a02c2cb +size 36052 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_01.uasset new file mode 100644 index 0000000..1748415 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6299ce715a56cbba7d76c54544d061d49976f977907d912188f6c79353a6e88c +size 132551 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_02.uasset new file mode 100644 index 0000000..e305018 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818234fe1be74de21fc3b184452990ae0abe58e0801f40e9a606c96ff6d3cabe +size 126698 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_03.uasset new file mode 100644 index 0000000..65df641 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1efb3f766849b7801b2b547f2be989b248e412da2e818e056bad71ec8c3991e +size 191416 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_04.uasset new file mode 100644 index 0000000..1dcba25 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d3926cecaa8792f9590364630873e0fc949d25066575dd8c9d32f29e3497b4 +size 150075 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_05.uasset new file mode 100644 index 0000000..f9c8c5b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f14c6eb9e4c0982ebbbb31dab4ecd06befff99e22c49a34c5b6658809586a8 +size 215660 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_06.uasset new file mode 100644 index 0000000..706533e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b11cade0635b3325d6c6086030fa739a39c8b5038defbc35d09bc56eab96159 +size 212330 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_07.uasset new file mode 100644 index 0000000..4c0e55d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed11afa7436edb3c20ede2e24597f0fc4b15717ede376b1b6d7ca647d48d053 +size 208503 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_08.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_08.uasset new file mode 100644 index 0000000..2283768 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e5f3cf34fa9f20cb555a709c7f57f39b8345dbd0adf99365162f2e0f2f4a9a +size 211291 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_09.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_09.uasset new file mode 100644 index 0000000..38237f8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb646c0a3bd0e821fe33083fe984226c9f6722d01f5e8a98edb57df71bb67060 +size 180999 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_10.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_10.uasset new file mode 100644 index 0000000..4838526 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f22a74964289d190d47a55b6d8844313fe0a65b4f422d97c6b5bafde8dd0cb +size 263609 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_01.uasset new file mode 100644 index 0000000..734f44d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1120f2d71c9f93159abb75f81366336cc360a22335303266324e050a3918aa +size 141425 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_02.uasset new file mode 100644 index 0000000..ed6bdf0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89363eb430a898fc3fa34b3ae660df7a5c2ad5f2cdab0a1697e8b56b6ffe0f6 +size 62615 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_03.uasset new file mode 100644 index 0000000..8f7fa0b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46c450d8b68927ee82d12500fb0c2ac2f8da84ad64e1bc4d077831092a3fcbb +size 70429 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_04.uasset new file mode 100644 index 0000000..e9be58f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_push_fast_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5eca81b56542ddf9210349bb0ee5ef09ce41023ca0971d095eab45d2ba00fe +size 61378 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_01.uasset new file mode 100644 index 0000000..e3d2ae8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d856abcd8501f3ae937a0dabf4f8ff52226e61848407a056a51ae57f4dcbc973 +size 39204 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_02.uasset new file mode 100644 index 0000000..aea1cec --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a95aabf961e07180f1e1a04721b18199db193cfbdf33e49c8b129faa458e06 +size 83145 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_03.uasset new file mode 100644 index 0000000..30717ab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e02570afd2bb4f2614221218fee5e4f9aa905c96c5ccc776addd18395ddb62 +size 55557 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_04.uasset new file mode 100644 index 0000000..3ab36e4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b6ad8aec00e1eaacdaae5118d7d9fc16e4ac012854eb51c672046b8e56bc60 +size 48224 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_05.uasset new file mode 100644 index 0000000..6dfb305 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_effort_quick_action_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bde9b4f9c9460c0a4622d5666b75b0a2d9a410a03f29a95036b0aca8d611f0 +size 33245 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_01.uasset new file mode 100644 index 0000000..78c9cec --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9330ab2dbefbdeb4c16b63e27aaaf700fd18037944120d2f02dad28577d44565 +size 96225 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_02.uasset new file mode 100644 index 0000000..41d11f2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d67e7e6609d534a7c0ca046ca3cf8bf3b416e17cc29172800ab1f6749982e3d +size 110725 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_03.uasset new file mode 100644 index 0000000..8a53719 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd8ac630c5e0037b1351977c6895098fcd89268e537b18a8642e04b96cda078 +size 171472 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_04.uasset new file mode 100644 index 0000000..6e7bd4d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cba9c89c3a7373147ab001112dfb3e4169be82dc6c1c817d1209162de484b7a +size 127643 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_05.uasset new file mode 100644 index 0000000..109a55a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f549d691d520a956937c3d639d30669d1d8183a6df53b6ec3d2a74bbe59de0a +size 172212 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_06.uasset new file mode 100644 index 0000000..3a63641 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b20df67daac49f86713131d75a0d50caed17e2b8b96d49f87bf796ae38cbdd +size 125279 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_07.uasset new file mode 100644 index 0000000..ae1633a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_groan_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b21c41d471a7d46ca7e9d28669ba3e902494f22827109c7850464642c6f7e7f +size 163603 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_01.uasset new file mode 100644 index 0000000..f063506 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e608499c6f6eef30b845de4435d9824558991edaedd576b52b0302cec65e5e +size 62763 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_02.uasset new file mode 100644 index 0000000..1ac6c68 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6838fc750907e2c79252ab2e17d479e816007ef01db91d8d65dcc32e88b5eb18 +size 54447 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_03.uasset new file mode 100644 index 0000000..f57c1c0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d144e269d4e6ca165dbc21fb0d125bb94dda6bde9ee6ed868d26fca801729df3 +size 82094 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_04.uasset new file mode 100644 index 0000000..944b9c1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf815e9ac18d73517ee51b188b944b3345dc08e7ddecf6f1eb50c156c1d2652 +size 64808 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_05.uasset new file mode 100644 index 0000000..a2d856b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862ee3176c00db9aeaf851374b73116ba3c7d2b64547e58b874f451448e1b003 +size 56676 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_06.uasset new file mode 100644 index 0000000..3cc9ddd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafc2f4e335d1cd849a9ab697654efa4ddf629e9ad2b17a3e7f6d87c459047b8 +size 144231 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_07.uasset new file mode 100644 index 0000000..28b2cad --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9d76a232878a79d0f221d5bb692822c0415df9a6b2c0bc798119c0977bb544 +size 105488 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_08.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_08.uasset new file mode 100644 index 0000000..a6a55c6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_grunt_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3951a38073456b1e0271b3501048a20bb86554cf7fa080de6c7223a2a4bad9 +size 124367 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_01.uasset new file mode 100644 index 0000000..b3c7aac --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ef895c7fd24a65385e70b578e824d75d2f795442e3757a3e7a1202de102ab9 +size 216218 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_02.uasset new file mode 100644 index 0000000..a4e045d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d707a26a77dc7ccf0eda7fb6d76b950ce90d7c89d20c49a3c1b2cb4a8b1d43 +size 138089 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_03.uasset new file mode 100644 index 0000000..fbf6089 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06057f40884de29d5abb18627b7f3b40b9c5613200c924427538c67f7967475 +size 122246 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_04.uasset new file mode 100644 index 0000000..123857c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8ba9f4710adc74d09f59b1eb39f9e04fc2c01fafca6da52d1627a9a84552cc +size 107590 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_05.uasset new file mode 100644 index 0000000..653a5e0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675981e73550bb74c0cb47b4780e65a46fb69a9a570c0674ccd10ba6cfd22cf6 +size 152756 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_06.uasset new file mode 100644 index 0000000..202e44a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_growl_hiss_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ca9dc9685a54ac0409b56ea98c729902da91364c20700dc2314267920b0344 +size 152237 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_01.uasset new file mode 100644 index 0000000..1723dc2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09dd1328d8f2c968255b260eb653d9a576bacadf6e44404ba84640ff51e937bb +size 61689 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_02.uasset new file mode 100644 index 0000000..f7bda99 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691804f82601718d34815f010607eeb73bbe0855dd119041ac4b15d37ff03750 +size 76770 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_03.uasset new file mode 100644 index 0000000..24dcef5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dce482ab63f2d4bcd5e6af995a9dd7fd740ceac682cbed081a192d403ce645 +size 57104 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_04.uasset new file mode 100644 index 0000000..daaa2d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032a6f68ce1eb01ec4173f24ab1262e70183e819f317374cd3d4e7dc3a8787ed +size 62007 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_05.uasset new file mode 100644 index 0000000..39663a9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf01da4002591d13ea647e6f6eb4ada6b386e8ecb9b0d6a52af50f195ea47d1e +size 40737 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_06.uasset new file mode 100644 index 0000000..364046c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95794089e6aa8d4acb3c0d1b2e7c46f83d3f70248f4ba2c734f1619d92ba9491 +size 54735 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_07.uasset new file mode 100644 index 0000000..9bac061 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af8e4171be1aebd27292609f6a4a9062eef2e7bc8e74e746c4b1cfce747268f +size 48387 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_08.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_08.uasset new file mode 100644 index 0000000..c9b3dc9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50eb66c09be8216779704665cc9f67178bfaae75418d3838c29d7e7409696b54 +size 46739 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_09.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_09.uasset new file mode 100644 index 0000000..68bce45 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19e2a38afc61960ea434c15b62dda0c3beadbcdb76ecc05898f77959b126743 +size 44810 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_10.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_10.uasset new file mode 100644 index 0000000..f7f49b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c19c30ea6b6167f37bbcd6f929311b4968b2ef589e1fe98f76543468fb5a52 +size 48456 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_11.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_11.uasset new file mode 100644 index 0000000..ece1791 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f119997774c32a328b2dfebf2063772ec8e0ccf7c445ce81440bad94fa0e6cb +size 52735 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_12.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_12.uasset new file mode 100644 index 0000000..6504ef9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77062bbe9b131f4b68f8c3bb4d3fb4e3a0623100549414c8193e82411080d03 +size 52063 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_13.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_13.uasset new file mode 100644 index 0000000..2d2ad16 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c699bb22ed614b2288524cf273ee4b2875e6adb80b8185ddebca3d31354e3bfc +size 59327 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_14.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_14.uasset new file mode 100644 index 0000000..d7d4f99 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50802fdb8176fe1a98ee24df54ed5e066942654c5e216857b38228eca70e79fa +size 72202 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_15.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_15.uasset new file mode 100644 index 0000000..5f6f54f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586f104e9d3f4bb75d73ee7a7562a4418d85cc0a3f3ee0be36eab28b4e17b4fc +size 61737 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_16.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_16.uasset new file mode 100644 index 0000000..d62f292 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cad342f0ba06a5ec7b2f916ed0b85d8fb09b6cf142c5423030b26e12eb92ae0 +size 48159 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_17.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_17.uasset new file mode 100644 index 0000000..c0868ab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af72591fda22ebce80dfcd4199372b99a8edfd67b8fbc0671b153d173003b35f +size 64369 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_18.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_18.uasset new file mode 100644 index 0000000..6f42388 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b372d4d194a4185e0a3a2e274cc0aa92c9362090b6cd5a78a76f2ec7bc4df18f +size 47519 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_01.uasset new file mode 100644 index 0000000..8e95094 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad2d841e7f6607a5e4f4f0d9914bff276061eba5d1d029e26d4184d7001305e +size 66140 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_02.uasset new file mode 100644 index 0000000..6412c3e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3445a3be4523faf7f14d7a121aed1c272184b33d5e8c73dfb1a3222e7e33e4 +size 88857 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_03.uasset new file mode 100644 index 0000000..c10acfe --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b314e2869552c0076a83cc5cff6c9a10effc2952fae71501f77bad2fb3117c +size 54968 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_04.uasset new file mode 100644 index 0000000..151b7a3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e34e29f430be2fae2f2530cce10d27292b11a10e6489fdd70821910e977c8b +size 66031 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_05.uasset new file mode 100644 index 0000000..969c18b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f0f5c23ca7ccc71f0c2dcc8b388bc43ebd4d13661d08f2fc5510694645578d +size 86829 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_06.uasset new file mode 100644 index 0000000..250eda4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81400ff2bc6b63289883f84580a2098ec44d412429b68644e14812e5474717aa +size 65569 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_07.uasset new file mode 100644 index 0000000..f21821b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3c4cf2a7d689c0e328abe4346cec44e6f95121163e48ba46cce2a09ad0ca81 +size 73616 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_08.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_08.uasset new file mode 100644 index 0000000..4caccbd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c1975d93e92a351dcb6a520ace03a86e5f115d7ccc3b882860cc0d6e292e9b +size 75219 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_09.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_09.uasset new file mode 100644 index 0000000..4f62ea7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f728f16c6f62892bec8703341ffbf0ba0304efb009ea6108811961df7ef469a0 +size 50991 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_10.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_10.uasset new file mode 100644 index 0000000..1391875 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37e20449468102ddfcff10ad6e27c5f02e4e4c8f606b8abff2ee17c4c35e90b +size 65471 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_11.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_11.uasset new file mode 100644 index 0000000..d03b869 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5febb777856e4c2462c70697f80e103bb4e1b69fc080aae31a73424d563f433c +size 44849 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_12.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_12.uasset new file mode 100644 index 0000000..0484b19 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d987394720c6df8ddcb3d35ff1b5aa36a9924273de0dc74e918cf0fd4ad4b27 +size 56482 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_13.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_13.uasset new file mode 100644 index 0000000..f014086 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97eb47a7c3005833e996e94eb81e4ff8e72f983508c2f11369ab28e3dfe89fbf +size 46596 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_14.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_14.uasset new file mode 100644 index 0000000..da787a3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a414b46d5800c4f00493d9023954d2450d4919626c1ecbbe55ef3a3ce7928233 +size 55928 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_15.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_15.uasset new file mode 100644 index 0000000..fdf7149 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_choke_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894fb70901935502c410261acfdf78e3a518d64d83f1134a36cfb782321a457b +size 87700 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_01.uasset new file mode 100644 index 0000000..9fb9bab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9180bea1f1981f06f7d307494cf53de2cd39f7bed2097e621c648ef52edad9bc +size 39839 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_02.uasset new file mode 100644 index 0000000..55713e5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36247d58277c5928d88299ae118489bc5953c835dfce13d5722388d641b7c1fd +size 60891 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_03.uasset new file mode 100644 index 0000000..a507e92 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a1ee936db7744eb22ff03b5529e6c23b71e6c8ceb197cfc2af7b67da8fbdcf +size 58957 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_04.uasset new file mode 100644 index 0000000..09632d0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823efe7faa9dd97c6daf765bf3a41ee7fd4984e8dfcf8a4227736f37c30d8059 +size 38876 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_05.uasset new file mode 100644 index 0000000..4bae151 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8ff6f4f69744cfb601aa57a109ef9e3160ea82d4eb738629fa4d2c27a110d5 +size 34072 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_06.uasset new file mode 100644 index 0000000..f2b1cae --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c135e4542e83192c80c92de01c77294d2274474d49420f14004c42e11342099d +size 53359 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_07.uasset new file mode 100644 index 0000000..00e23e9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_high_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1ae6ebc2d00175c84178be9dabfe865b87f68824685ad2cb3c7b4e33002a44 +size 43176 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_01.uasset new file mode 100644 index 0000000..5d07b1c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc836159a1d1b363c7d1c445fa3de7039d5637908d73829f2ec9f59de9ede12 +size 60907 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_02.uasset new file mode 100644 index 0000000..ffe0b42 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408d2da7274eaecb010a500a5dcfd813121a1bb0e5b73c36a710e86064e505bc +size 43148 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_03.uasset new file mode 100644 index 0000000..62c6457 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fa118f9e5ba351c8e711b2cd2ebf98fdf5106641387bbdafe06f129f7aa2ab +size 58871 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_04.uasset new file mode 100644 index 0000000..d440c7b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8898e4e737d27c14bfc9b31804948873385b7721a5ef3abf954837a272c9832 +size 59584 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_05.uasset new file mode 100644 index 0000000..255b7b4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5a1c50998e5f3e799c1a4c312e05ab79caefc77ecc5dbfd90aab42bde6460a +size 56916 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_06.uasset new file mode 100644 index 0000000..4688e49 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8665f5b1cb9fadc6409b553cb92a7e18430866605d7f526e438c4f66c0f357ba +size 64296 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_07.uasset new file mode 100644 index 0000000..1f28e38 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3a86f4f850f85d6dff701d274d5fd63f327d86b9a31e523d621f60c155c594 +size 53263 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_08.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_08.uasset new file mode 100644 index 0000000..d4f9d14 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4364970ff3d13decd6436c8e0ea1040632c7388b16e063dfa77d8e71c979b885 +size 71710 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_09.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_09.uasset new file mode 100644 index 0000000..4e70530 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_low_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61889c8307b1944aa10c7253fb91fd5009bbb6613900e578d52a69bd361ba4cb +size 91174 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_01.uasset new file mode 100644 index 0000000..48ce921 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a751317325654cb3efbc4386cd72484e52ad8a954cdeb83c5972143c865df1ef +size 49465 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_02.uasset new file mode 100644 index 0000000..5ceca5e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7272185af1c64bc76fa0f9a9f2917a91422240ccdd38c0bb0d17b5acc187d94b +size 41901 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_03.uasset new file mode 100644 index 0000000..8286ba9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69b85f5cb529337452fa3c93d99908af7762deb752f89966a1589c599bde1e3 +size 65463 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_04.uasset new file mode 100644 index 0000000..568d743 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23962763419584f62fa9aa51edb4b291792d02d580b8f735f67a1f97b2ca9ec9 +size 70892 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_05.uasset new file mode 100644 index 0000000..ebbf6f1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de493d681fd39429aebf2e39a4864be22e17e7977f678ee20e86fed075711ca0 +size 76555 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_06.uasset new file mode 100644 index 0000000..45a6122 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04a37c2260199b1602744780a9151268011d27953be4efa9f3b687ab1354c66 +size 59779 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_07.uasset new file mode 100644 index 0000000..8009fbe --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef1ee1e6eaf02107230c6bf562beca9a72c07b3c8c2baad0970c3b9d8fb2c4b +size 45694 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_08.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_08.uasset new file mode 100644 index 0000000..861f0bb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49e1fce7349289fa3083a20828ff8dc60133ac74735e53ecdbb87d19557ce49 +size 47534 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_09.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_09.uasset new file mode 100644 index 0000000..33c7507 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9391d940f852e85fa6024c8e484903b5e7bf820ffa73a513f65a0d5cb517fcc2 +size 44743 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_10.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_10.uasset new file mode 100644 index 0000000..ae7bb8c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e511301380919f1cef5be35b111ce18b114700052a3bcc940dfe246f44172b +size 54141 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_11.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_11.uasset new file mode 100644 index 0000000..f2f63cf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8dcfa9a61200efbdb3d8581569b5968a200d13a16e0497c286be2b7f05c77e +size 55569 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_12.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_12.uasset new file mode 100644 index 0000000..71779bd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60dca793c9a3a44d0a52ff59f7c6d45927ed4d8f7d537650bc651726ba8bc481 +size 71588 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_13.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_13.uasset new file mode 100644 index 0000000..08a5f5e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea428fdaa13bc0ae36b248d79d3913310910a7e5963d7307d8196460fe93a03 +size 60970 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_14.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_14.uasset new file mode 100644 index 0000000..6a9d23e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild2_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61677576b03e03b1774ff656b04075ff12217ee3ba3b6312b96b7370808ed03a +size 58867 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_01.uasset new file mode 100644 index 0000000..cf0e553 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb35c24faa7cb87d30cecb03ac920f1cb8c2f5ed8d0896fc894e953ccc76841 +size 37447 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_02.uasset new file mode 100644 index 0000000..fa1bafe --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037e825380f5d8869a1544d41cdaccd6e6b46f538a446849ab155734634fadfd +size 49105 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_03.uasset new file mode 100644 index 0000000..fe5c2b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c408e62c6727dc2c86791b4ef1b0f190eae6887b4e3a326a3c02666321fc5c41 +size 44507 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_04.uasset new file mode 100644 index 0000000..8cb2969 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb58b4377cebef996766e663697ee82fd495daf10e03b5e64967ac1143fd4b5 +size 47708 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_05.uasset new file mode 100644 index 0000000..5e5c8c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881efc6ff8abb0518f015143554218a4dab5bc778179c063ca3139bfa43bfa6e +size 72284 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_06.uasset new file mode 100644 index 0000000..d0b76bb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731459b5344b78ce8c86101b4f371fa6b4e8047e617ccba37d28b17f21147bec +size 60347 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_07.uasset new file mode 100644 index 0000000..9acc231 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_hurt_pain_mild_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3928f1300e0cac34cc93f5dc2f7cebc4f5caee083abb1f99335054d826c8f9f8 +size 41328 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_laugh_evil_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_laugh_evil_01.uasset new file mode 100644 index 0000000..b44b4e8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_laugh_evil_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3976b67467b53a3e0fd82da2bff008ec0651451db8fd7260f169ba54a0c8dce0 +size 158622 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_laugh_evil_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_laugh_evil_02.uasset new file mode 100644 index 0000000..30bb7c6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_laugh_evil_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443a7cb133fd059736d043ea5c6c4e1078802151624ed82c576b7780c45bccaf +size 173876 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_01.uasset new file mode 100644 index 0000000..ba9f1f0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63f2296c7f773a4fe84492c955bae818d4f72a6ead8f28696400e0c79ac350f +size 186752 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_02.uasset new file mode 100644 index 0000000..2968898 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a115582b19312f35a1a23c3508f995432693d0199242421820aa00167e05b923 +size 177219 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_03.uasset new file mode 100644 index 0000000..a44b31b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7520859559ab21309e63cbb4926efe7faf43b55afb308b91cb8406ec6af6cf +size 278941 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_04.uasset new file mode 100644 index 0000000..26fcd3b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60be34a104704d0c87dee96d2af2526ee75dd531a0d1e0b4773ea0cfc965465f +size 129354 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_05.uasset new file mode 100644 index 0000000..b965d99 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6761ff91a63d93dc12d5ec2eaaeb5033c71422b524491e4b69aac12227d85edc +size 200552 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_06.uasset new file mode 100644 index 0000000..b3878af --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bece2f1cd32cb936242d3ec99916468f81a27ac2f2413ed49c4c93d66ff70bb +size 171776 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_07.uasset new file mode 100644 index 0000000..0d97c45 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d369a89e820880893d677ddeb83a6409ebdac16b14b738eae62da6362e0a8b9 +size 182980 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_08.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_08.uasset new file mode 100644 index 0000000..bb3b1d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba2c95aef875312fdc06c455437c35091e73271a376ea65ec807cfd3f5dc342 +size 328189 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_09.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_09.uasset new file mode 100644 index 0000000..328b52b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62eda5a1dabb7b5f5fe01d7d8de9accc2b11e8af88818b6683ce81c880f63b28 +size 387662 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_10.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_10.uasset new file mode 100644 index 0000000..fe300f4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5eda28f14abde627f4ad19731adba54d83153bfe5b73d995962d43c5285d5a +size 302750 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_11.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_11.uasset new file mode 100644 index 0000000..b6e8734 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bf87e3dffba6171259e50f4a65f64a07da2b2690255e68e49a79eff83f7fb2 +size 333214 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_12.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_12.uasset new file mode 100644 index 0000000..ff1f99c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0949edb026e4cfa26fa80bedecdf89d8a92d998b0936285ab8023ac1c25b8db +size 349464 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_13.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_13.uasset new file mode 100644 index 0000000..fa7f972 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45069d14b4c1aba3afafc1dc0ebedf607d29fcce69b9c4b15e89c9d74f6acac +size 126430 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_14.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_14.uasset new file mode 100644 index 0000000..597196c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79a8eae8f1c741ce5fc8e8d2800d9cb0ba10e263b3b4580bb709c8c625afe72 +size 301155 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_01.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_01.uasset new file mode 100644 index 0000000..84a6dec --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d172a8a272f12bbbf7f3e7101c97ab778468cbfe46a39c23d936ca640a7f10e +size 232130 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_02.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_02.uasset new file mode 100644 index 0000000..e324f30 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc2db331a245d1c53aaf299485d1495d3dfa11612ee2635fc345f4c151a7cbf +size 268051 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_03.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_03.uasset new file mode 100644 index 0000000..58788b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401f894cb8e5ba39bc938e52ccdc7df640b9caa5be2c529be0b4563435e12502 +size 227116 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_04.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_04.uasset new file mode 100644 index 0000000..e7962a4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cd0369e1c3f4d9bc658d82a17821d2db835d1e49888d326d719a86cb08b533 +size 330294 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_05.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_05.uasset new file mode 100644 index 0000000..1132c1e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64a768acba4f13be7e56a3dddffcc9a132df909f209403c2fd6ee0dea65f388 +size 285539 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_06.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_06.uasset new file mode 100644 index 0000000..d311652 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f899a63adae9be41e872e2ce221b00c4df7df4fc5d6b9d94661e2a8e9be9e2eb +size 277837 diff --git a/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_07.uasset b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_07.uasset new file mode 100644 index 0000000..2a5fc6c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/Wavs/voice_female_b_scream_low_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1519b2a536737a0d8ab4f63b9960f517d271f05ba3031de192a89074dc4fd074 +size 263880 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_01.uasset new file mode 100644 index 0000000..e423d73 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683192cc4787bcb4e9cfc353b3dca5f4495451e3b077d9fa5a89db8641cf591b +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_01_Cue.uasset new file mode 100644 index 0000000..2ca943e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3f862880bfc2648af69ef9720e1bf1cf3266a3684ac9bf6090bf74d840d44d +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_02.uasset new file mode 100644 index 0000000..1319c7d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f64b3bcbc04b7c95549e2a5decc7e2361fb7344c7761a82c3a9548f15d7949f +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_02_Cue.uasset new file mode 100644 index 0000000..c334dac --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b654ff9ad7fa220f977503c2fe3ebef831aadcf0d7751fa4ae70f24db051baf2 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_03.uasset new file mode 100644 index 0000000..504f729 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f26fd5b04903d0ab5377f0edc0a98820ecfa2ab9f2977a0ebee63118a27c08 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_03_Cue.uasset new file mode 100644 index 0000000..13814b2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ba6fae54c6dea42a4a9f53028398eb213dba97175becb83e2c3590a086cf73 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_04.uasset new file mode 100644 index 0000000..c8a692b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb69b0777595f04be0141a362556dc56137d7bc64f65f84cfc42444b13c359c +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_04_Cue.uasset new file mode 100644 index 0000000..99a2ff3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa55692344b3b59511801c147d6a5ff7789b8fc733ee34b13c6aa0d6845b0bb +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_05.uasset new file mode 100644 index 0000000..36136c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d04793ceef506e8c8785e221143b7990133052f09b8fd71e51edbe2b6c573a +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_05_Cue.uasset new file mode 100644 index 0000000..10658a2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4f8f36ba123905cd1509ddf4a28eefb6bbddaa0b77825e555e07d165c93ffb +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_06.uasset new file mode 100644 index 0000000..a0b465d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f92d810432d7a01d9d15e57a03989be3d62807862f863987155406fc9d40d53 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_06_Cue.uasset new file mode 100644 index 0000000..f862a43 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df81189d91d2fc45abcffc1f3b5279cf1cf4fe890ec85e5e9ebd66ae3c4e7378 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_07.uasset new file mode 100644 index 0000000..2896da0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a45f1b8a27ffbb0201e01151d3fa1c3c9c245a633a6aa125b57d80bb8e4ede +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_07_Cue.uasset new file mode 100644 index 0000000..70d2789 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set1_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bed39dcbdb30a6dbd50642b0c749cf1d1320364ab51caacefe00e09cd88573a +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_01.uasset new file mode 100644 index 0000000..cccdefa --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c14ec2b1521753132d177596ca02cad5329f10a3cc06f348de635180c373f90 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_01_Cue.uasset new file mode 100644 index 0000000..fe432b6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bac97bc7075f839c04305c64b72e556426bbec55c05c39649647b15b39117a8 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_02.uasset new file mode 100644 index 0000000..220946a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a60311187dd2caa25a12dc879a1a5531bee0e5f497f7355957cc20d9572de42 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_02_Cue.uasset new file mode 100644 index 0000000..67a5fe1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80513949f5b5c4c012392150b542167b08582e799bfacac8206ce4184bfc2147 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_03.uasset new file mode 100644 index 0000000..69714c2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ae6b81d34119e087507576dbe69880536fe2788d48d1b05369b86d80f1c6a4 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_03_Cue.uasset new file mode 100644 index 0000000..bed89f8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f2b521cc6e5cb36c8c7fbdd051a784b03f2d0c8cb9bed61e6873b0454dea0a +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_04.uasset new file mode 100644 index 0000000..88e16de --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6eb8af1296311fe84b96f1efa4f274e1a4275377b18471223ac1efa853f655 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_04_Cue.uasset new file mode 100644 index 0000000..b67ed05 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bfbcb22c39102703cd3b86961296df3140d9008e19f940815a837fc9ddc064 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_05.uasset new file mode 100644 index 0000000..8c08118 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d2f70a8d2aa0b09ced9d2163dea21037a2166656b4e358e239173a6047a2d0 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_05_Cue.uasset new file mode 100644 index 0000000..7cbca45 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b149e727e9694b544fdac430279891d7761ea0d370b9b195d14399cd4dbc919d +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_06.uasset new file mode 100644 index 0000000..ed7db69 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcdc095ff18eed03e6e46ed0730a67facb6c2150d442a71d9a515a6bdc26212 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_06_Cue.uasset new file mode 100644 index 0000000..19d8b49 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7534a1b292225aaffe87e6d4fe58d5a944942b84d65959e0ffd6547cedf5804 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_07.uasset new file mode 100644 index 0000000..babdf3e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff71ee546af32a99daee76ff06df8d4c423df3cc1399de6d9b9713645b42a203 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_07_Cue.uasset new file mode 100644 index 0000000..f7271f4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set2_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3e5b1f0ae692c6a9706c1960e74de9dd1f5443478f298b4e208d08b8d6e09c +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_01.uasset new file mode 100644 index 0000000..44c1204 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1f9f65eb827554081851f097544c4155e7278dc6432faf6151051552895447 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_01_Cue.uasset new file mode 100644 index 0000000..b8a474f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24285e06d42fd70a14cac6ecc26350dc7f80a16e83d1453efdd59b440a5e63d +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_02.uasset new file mode 100644 index 0000000..ed16701 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ae066d3a86977eaa2910b31265a2da01b5ba3be6c2a3cc0bdc103691d92201 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_02_Cue.uasset new file mode 100644 index 0000000..1d3a1f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c7c7f381dd0b11858aa2eb81aed2faea1220b0535d025695927d90e7a352c2 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_03.uasset new file mode 100644 index 0000000..2c54b9d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfc6398626d276644c5032a447f6c475ef4112e1bce02c039ed6235d107445e +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_03_Cue.uasset new file mode 100644 index 0000000..9e1d3b4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5099799f0de581e4d7290dad1bd37863d8adbef6340fac2c9736ce075c488a9 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_04.uasset new file mode 100644 index 0000000..5bc8e9f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97fccdd3449c76297fdf3942ef9f1adee9f019686c4a1d45f3522249c8983f2 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_04_Cue.uasset new file mode 100644 index 0000000..016f332 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047b16828540ee344fc9251bf10ccbb7c1b1b9465fa84495d61c8019ebdc585d +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_05.uasset new file mode 100644 index 0000000..a8099d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d45d150b546bf5dcddd6028994e15ca369f6e5de6b637af5f71ca538e68a8f0 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_05_Cue.uasset new file mode 100644 index 0000000..b1432c1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82ffa42a0dc19caab8826f57add1d99ec55042196eb61d50c96abaa6b0ef7e3 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_06.uasset new file mode 100644 index 0000000..05ea893 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f03efecef56ad797d1131ce022fc2246713225065d055accea39bd0c073ec76 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_06_Cue.uasset new file mode 100644 index 0000000..245c510 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set3_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df535200c46704be030c199edb822acb097aa1b66c34b47e3794eb2ab768ff46 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_01.uasset new file mode 100644 index 0000000..4a8ce4f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3698835ef5f28fbfb4bf7618128920dd36e86a3233976b2746a1494ebb2540da +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_01_Cue.uasset new file mode 100644 index 0000000..c906eef --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced644b17d30b3940c04c708c39fe065bfeeac07a42017fe892086dfaeb17b0a +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_02.uasset new file mode 100644 index 0000000..f6e4325 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235e9485c888e30c95a24143dd4857a2e07ed22fb26ddaa55e498a1a9ac1d180 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_02_Cue.uasset new file mode 100644 index 0000000..126e0d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae3156052191528275fdd0bc8c92d7d0a82d91bbe9919f643cac5ae4ca68ff1 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_03.uasset new file mode 100644 index 0000000..4748d63 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75dd31ee5996cede26042a19ef21bdc9a6ba1e80b9cb44f54bc20fe5f8359e91 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_03_Cue.uasset new file mode 100644 index 0000000..a4d81ef --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f4234a656c3f854f819c9b245c436fc8b0df90a3e795c92f489a82846ee0d4 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_04.uasset new file mode 100644 index 0000000..49ed455 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6842513477501972f9ab07d20c9f732f3b13393abace77c1a965d2cf5b26771 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_04_Cue.uasset new file mode 100644 index 0000000..289d19b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eca2f3b03c13ad1556d63321e2e2b19453f7bb91b2db495351e184bbd07bb32 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_05.uasset new file mode 100644 index 0000000..aaf5a09 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659237f52f7c8764522bf79a7bff591f06d8eb8d372f474c37127b6b598ecb1a +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_05_Cue.uasset new file mode 100644 index 0000000..8790a5f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb38556784e93b7b38d1f512230ba61b99f1f80c3c9c2a9efe42c50806f8fa11 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_06.uasset new file mode 100644 index 0000000..c88f36c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717adab031e79f09ebf60c08b3373fbdfb2379d4339a131168a461161025e08b +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_06_Cue.uasset new file mode 100644 index 0000000..a99d93e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set4_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b0795f1fce352d4036b86ce12131b7ca36c2b55d3956bae1306237e4e20f60 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_01.uasset new file mode 100644 index 0000000..7e73375 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef63b75db75962667aa33f739039f8720111723698bec748036d8fd103e9bc99 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_01_Cue.uasset new file mode 100644 index 0000000..a84ed3c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295ed76b8f9ed198c5c466bbb86886bdfe0a68befdb8767bcfaf4fe76f57c2de +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_02.uasset new file mode 100644 index 0000000..812e77f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb0d53ce9e540d11af710998afb14141d81020d637580505b3db6212c4cbd3d +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_02_Cue.uasset new file mode 100644 index 0000000..df4484e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f681890214b7994cfd6a2a144472adf770cab718b6f896064f8512cf83a371 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_03.uasset new file mode 100644 index 0000000..07ca034 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5313d1ab873642eae06b2f47c0134b23d707118efc6d0880e19ec558c946c0c9 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_03_Cue.uasset new file mode 100644 index 0000000..6965502 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46ee45de7304e8467ef218b5628c87686ed3819d6e69fde5f7ccf002fe3db07 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_04.uasset new file mode 100644 index 0000000..a0a282e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bb544cefc7c8b24a2b8d9915254778422e530d2a2e3afbe00dd61fd99fc200 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_04_Cue.uasset new file mode 100644 index 0000000..0c0b47b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06977cd2c2d334c8f2b1d8dc51063b48414a3c3953d902e920a9220f8e6cbf17 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_05.uasset new file mode 100644 index 0000000..464f0ed --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24236679b00f867354d656c3f652c9a12ac47a3b0943c475150279e32ecc6a1e +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_05_Cue.uasset new file mode 100644 index 0000000..7107043 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bdddcecc1d38076b33c998473c53e150900e25a3195976073ee152512768d2 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_06.uasset new file mode 100644 index 0000000..efedb47 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de42aa7467ea066496d79aeb5889149ad57b639f50370bc65b7be74e07302005 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_06_Cue.uasset new file mode 100644 index 0000000..7c046c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_attack_set5_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf55dbcc1936fd2229c8654b3d3fe85f4097889de66572d1d242c5d6551b191 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_01.uasset new file mode 100644 index 0000000..6d2d718 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6b5c631d9d1c70a09be0288684a1d96228a462f1d69118d139793b14bf97aa +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_01_Cue.uasset new file mode 100644 index 0000000..cac508f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1922b9109f8db063be62d606e558b0aec8991e5e6c514f3da135b62b693bce12 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_02.uasset new file mode 100644 index 0000000..5a3f3f2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c18dc6ea03618f669527ed457efcd3e21b87a60339d26275bf096a56e19a09 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_02_Cue.uasset new file mode 100644 index 0000000..b72cd95 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6432f4c1653ec4e1ac612ac3568b4048c8e23eaa6ec33481dc3a7a3f25bcd6bf +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_03.uasset new file mode 100644 index 0000000..8ab1e35 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb3cbbce8358b8af21385d9455b519bc315ad4ed89cbfb93b12251f0b060c87 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_03_Cue.uasset new file mode 100644 index 0000000..76e9f59 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021ba64aa482f3e1d4ad57bef4c474b055dd178a45349aa57e10dde87863534a +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_04.uasset new file mode 100644 index 0000000..5ee6c31 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a6e95a15ddefcd201533465d13cafbe11608f367ac353caa54688d70a7e225 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_04_Cue.uasset new file mode 100644 index 0000000..619299a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_battle_shout_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4600450b4a986bc2c55d4274bdfca1ffdb5a4e3a88c57fd894fa908a80546f +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_01.uasset new file mode 100644 index 0000000..46f4c37 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90fba69efa01efc735ee213a391f2faed7d951519a12bc5accee669ce1cffc5 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_01_Cue.uasset new file mode 100644 index 0000000..1caf9d1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3846404e65a710e48d7ae6f9e8b501933bc5dd21964ec47bd6e8f0dd9d77570 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_02.uasset new file mode 100644 index 0000000..89a0c13 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac38156fd61c0953f72ea25ddbfbd0accc89d9a26ffbe9ca5acbc262c26c215 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_02_Cue.uasset new file mode 100644 index 0000000..8eb0b43 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68b54b4c94ad2b35610e521509552fd390c85df5edd7efbd2d598b15570aa1e +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_03.uasset new file mode 100644 index 0000000..78c8cc9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9290019c08684028bbd34bef7c2e004c3039ed4f6259d23ef225fb10b5616eb +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_03_Cue.uasset new file mode 100644 index 0000000..ec369bb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc3e0dd02c9759d5c3c111f5c58dd28129de6b47d0e555fc801e2c4e4f9f5aa +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_04.uasset new file mode 100644 index 0000000..6b54efb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f098ffe362d24579200596a4ea0a7cc65d02bf0fdd8931cc3f09bde9dd0f06 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_04_Cue.uasset new file mode 100644 index 0000000..678f836 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0e386bc761d803f064fad415eba5aeb95f4849f1d6787c0602e179e98ddb04 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_05.uasset new file mode 100644 index 0000000..c93bdfb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba4b324e539ef29334e4d3b14bc5196494e9660f658bec6c115c97316529506 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_05_Cue.uasset new file mode 100644 index 0000000..acc361b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5610d077b6d45e4ae4504e25b0432bc02babca7d9cdb69d92ca376f13c99e7 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_06.uasset new file mode 100644 index 0000000..62ca888 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f47d9c6ca1685679492b06ce677df18633484c01a1060a7e24132fd79c502e +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_06_Cue.uasset new file mode 100644 index 0000000..ead315e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c280fdf87a97b7c8c275411ea96b92d2d1e89db2f4b36068b33e0e5cf27c5f5 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_07.uasset new file mode 100644 index 0000000..a927f18 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd620b963811e3eba1cb46c30fa76bf53aefc8ce0f9e3c2c34d1a8ab6355a30 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_07_Cue.uasset new file mode 100644 index 0000000..8ebd9c0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef2630939dfe19c42c62ed9342febb3ff370d8474e357b6782bb602300f6a5c +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_08.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_08.uasset new file mode 100644 index 0000000..5decc7d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266430316619982b36f090d3f8139042a5bfaa28d4491c38a7873fe2086fc6b5 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_08_Cue.uasset new file mode 100644 index 0000000..26ef47b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ae965bb4b0ae1478e34e9c9823c92018c87a8181854e898773467967a042f3 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_09.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_09.uasset new file mode 100644 index 0000000..d627e83 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfd62fe430bed0868fcfc229ee45aa14d6a4846ba0671554c8178b18ac25513 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_09_Cue.uasset new file mode 100644 index 0000000..55972f7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd8cb356b320d1a1a37ba2ba832578f63cecda29d7c089b8da4c1672a8ca221 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_10.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_10.uasset new file mode 100644 index 0000000..34a0c81 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac0387b7d9e42ac337c3b55da52eb0f7bbdb88e40c44f6481a575e43ed775ac +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_10_Cue.uasset new file mode 100644 index 0000000..8e71565 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c83d220f428d3039c1add60f15855e15c5823f548d43a1c289a11dd75b2f76 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_11.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_11.uasset new file mode 100644 index 0000000..e09bcee --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde2c216c6be2f5993d4c630b98db14965df169ddc6b8b9fdf82677706142d18 +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_11_Cue.uasset new file mode 100644 index 0000000..afc6343 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf380038b15e9572191179e9f8aa93a4a1d8dfd89749e4a25c2d297142eb562b +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_12.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_12.uasset new file mode 100644 index 0000000..23fbe3c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cdb6153e526bf53a96827ec98294babd3c74590235326c75c4681f370f73da +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_12_Cue.uasset new file mode 100644 index 0000000..aa7db30 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d449d2dc163040405f5e0f7efabc1c3c571acc304662039651475703a791d599 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_13.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_13.uasset new file mode 100644 index 0000000..8790b21 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b9c3df4031cb2cef1c7cdbdea346fe6e4d704452194c3971ca1ee0d26884c2 +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_13_Cue.uasset new file mode 100644 index 0000000..6bca531 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d027111910e905ccb627114361cbb8f557fea131543fff8be39cf9158c8dd00b +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_14.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_14.uasset new file mode 100644 index 0000000..7f475db --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24268bf68618f9d859b524ab2a84b4cae651c521f93bb4ddb44a9aead7fa0a9 +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_14_Cue.uasset new file mode 100644 index 0000000..b8a83ae --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3320e29a8a5a1eb70b3038adef23be3594218d409227c35e85fe65bf831e4f48 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_01.uasset new file mode 100644 index 0000000..26421d4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae078d7cff5a24d322ce42bd998b4497c91e9bee3e1c1cb8f63e5f89eeb4c5f1 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_01_Cue.uasset new file mode 100644 index 0000000..257e42c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d0c788c31d20c1d6e6ce054d0c7dddd302c8ef594a68141d6315d8822d162a +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_02.uasset new file mode 100644 index 0000000..84c1cf0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb20f9103e2abf8e8db13e30a56147e9c3c4263bb9ccae9d5d090d6d2033b8b +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_02_Cue.uasset new file mode 100644 index 0000000..b7b6a26 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e255db02d36e0e01169a68a1f061a5860479f308d91e9df3982230a0a97300fc +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_03.uasset new file mode 100644 index 0000000..54129e1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b964c2953fe2f010cd771331f8e10136c88b46f7641a3961ddaf6255550aaa70 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_03_Cue.uasset new file mode 100644 index 0000000..342fc5b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f44b635bd0c7eb2f79b403639218a52fe57de242fec5556143600dd7dc2076 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_04.uasset new file mode 100644 index 0000000..9246f1d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72118ac1dc208442990a70e477bb9c396064cda223157448431b329b3ef08ed +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_04_Cue.uasset new file mode 100644 index 0000000..66c868c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fcf20723971365dcd81ab968dc3b143a4bf294f4f7b1709de9bbc4ec4f4306 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_05.uasset new file mode 100644 index 0000000..cd70bfd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb63d2c532c32ffb625df5c376d0772083be8afd830398ffd0c7247c76f7139d +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_05_Cue.uasset new file mode 100644 index 0000000..7faa351 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a299fec3b67dfd20bf1c580683bc8175610913be78e89d5ec36203af7cee6bcb +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_06.uasset new file mode 100644 index 0000000..ecf9efb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e141794c4e6534831bd5ff8931782f4cd3f00c00af500f47c0545df14a6e54e7 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_06_Cue.uasset new file mode 100644 index 0000000..b961cfc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1aad59121f6a74dfb8d0476435ef3acbac25bba59e9b3fe94ebd236a063494 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_07.uasset new file mode 100644 index 0000000..6875ec0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26d9fe6b385c80d6de07f19b4c6d568429ffaac30f963cdb694325d4b46c96d +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_07_Cue.uasset new file mode 100644 index 0000000..7ebe08c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143c44f1eb5bfe335a1a27289c8d19115385df6725d2b450d3bfdd24902b0a25 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_08.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_08.uasset new file mode 100644 index 0000000..bdc4dec --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d363e8d2fc8f8178818cacd731d90da5ac02599ef8a6904334bc4ee32ee10294 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_08_Cue.uasset new file mode 100644 index 0000000..99187b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_intense_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3feab893590fffdd647d6ebd12080267a4bcd81fde1a1fc8b0235ea3bef430d6 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_01.uasset new file mode 100644 index 0000000..6ce9087 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8961af33a17e99d3bdafd69fea739b3742cfdaa5ef8ee573b9ec7b8206fecf50 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_01_Cue.uasset new file mode 100644 index 0000000..d7816e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4153f1eaecae9ebc3e900e0ced027b3062abbefa477e08fe26ab7932c8d5c1f0 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_02.uasset new file mode 100644 index 0000000..19aa28e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3573a79d0da8a51ad3f973c94d392467c7b2838131d5b85909d04598f56a7b31 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_02_Cue.uasset new file mode 100644 index 0000000..5a36910 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55359a8125e8f448366359016571cc3e3b5be2894926234787cc98a3f839936d +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_03.uasset new file mode 100644 index 0000000..6368714 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a488fb190d568adf8694428b477e9f707e68534d6c5c5196668b7a5bab95e3 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_03_Cue.uasset new file mode 100644 index 0000000..2aa2553 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c88f722c39747734bc12c950dc386f2548cdc4c9ef329ad23a00aa87af1c1a +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_04.uasset new file mode 100644 index 0000000..72a6e03 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da919d2bd57af89ca29d559e222ba16f07d11170920d3cae70e18f765880150 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_04_Cue.uasset new file mode 100644 index 0000000..3a90908 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54661502870cf9d57a830c06504ee00697e074271f087f8ca2780c472451f2f0 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_05.uasset new file mode 100644 index 0000000..c6ac043 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be4d6b3dc7100f670ae7cc095a293b4240057cb7c6cd1b66d9b5a2abff56cd1 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_05_Cue.uasset new file mode 100644 index 0000000..cf04d64 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784fca3f118dac6c2e5340c9cedc6b14c89070e59378914d947c0a23f10acbb6 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_06.uasset new file mode 100644 index 0000000..8399f28 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6165a0b2afadd92645ac2273e8bff74da704158174eeb45f17ac678b689b35f3 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_06_Cue.uasset new file mode 100644 index 0000000..1e3a61a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a518bf191b6dd3ef5089ae3b4255dec398ddc812cb3c0296c3c56ca26bbe82bd +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_07.uasset new file mode 100644 index 0000000..05233de --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44301476be06998eb8ae8fc2737e42a9ac6b0242384cd71720ce55b3a6c8b193 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_07_Cue.uasset new file mode 100644 index 0000000..d2ee8d0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bd2f94a1618c0d98591f0383780d2caed80cd45d73ed6dffa57f80ad1e53d0 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_08.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_08.uasset new file mode 100644 index 0000000..579e0c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6913690a4994092bf6a920d7232cc424e00e10cee72a6ba53443a28e3c80fda6 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_08_Cue.uasset new file mode 100644 index 0000000..a352e3e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_death_torture_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e0f364b887f81fb7571e0c18bc76ab4f280a19a916e9da811fe9fdcb5f9803 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_01.uasset new file mode 100644 index 0000000..e68b9a9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f987146449840b65cfaa9d69e40101060cb0e57fd9d63051f3fb5b118b7e1e07 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_01_Cue.uasset new file mode 100644 index 0000000..b93f25f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac401329a23ea4336ae74ab3994b12bbf0753bc53e59646553f9217d6c3ad1d +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_02.uasset new file mode 100644 index 0000000..761b8b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc511d8dc6886ac2d966fe9166744d5cff4813cf371c197e61102568993117c +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_02_Cue.uasset new file mode 100644 index 0000000..cb5dc98 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1078eab39585d7183135cb7274244a2b4ad099060b40600c07de83c456d1a6b7 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_03.uasset new file mode 100644 index 0000000..080abfb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e0a35cd250d1861c8bd3cb1b0b0ebdcab5395fe88b6b5313a67f498e133b05 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_03_Cue.uasset new file mode 100644 index 0000000..821a244 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dda307408325efc4d60ae238e7dbff7c29a7c71a93ab60f7bbb44b8c4881eb2 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_04.uasset new file mode 100644 index 0000000..38ae48a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f5797a68a1326c850d5257a73bd2304ddd99e33cd6644da6c20c44ac1a6cff +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_04_Cue.uasset new file mode 100644 index 0000000..6d15587 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73204ef0cf178aed33cb7e4fe0ea21f00b38c258063a7139fdff4774045fc7b +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_05.uasset new file mode 100644 index 0000000..2812304 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03212f703957c5920596deb8cface61add0d6c43b2e7f670e0589830628e61a +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_05_Cue.uasset new file mode 100644 index 0000000..2613986 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_growl_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df73c63ed739e49ab58c1db81415e484bca3bff858de9834700d8848a405084a +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_01.uasset new file mode 100644 index 0000000..2f2cab9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e6410d7147f704ff0528b053abd5d821be50bfa6b7084774e5e7fe5f717000 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_01_Cue.uasset new file mode 100644 index 0000000..10ddcf8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff9e12d19690f24f4ae0df524338a5b2860af070f0ad09bd6cf416c66d98814 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_02.uasset new file mode 100644 index 0000000..630803b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4434d7e549bbc0b3f07b5dada6497acec76f947adaedb4a2057fd3ad8bf44b1c +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_02_Cue.uasset new file mode 100644 index 0000000..c4f38ba --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40832d1833c37987ba96fb810260030ef1ac2f75024964bc144cb3801b289069 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_03.uasset new file mode 100644 index 0000000..fdeba12 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de338c33dc74a9bb2880c311c38fbf72d56d7deec64e82f8df2ee59d8fb3d442 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_03_Cue.uasset new file mode 100644 index 0000000..4a3de22 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d07befa09ed0a8e18e23f0156f02dee8edd72cf6f750e1391c15c7bfca7c5eb +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_04.uasset new file mode 100644 index 0000000..7e428e5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7beacfea403ba251f3e4002dd8b4d2e6b074b267bfda6f2d5f184745806c43c +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_04_Cue.uasset new file mode 100644 index 0000000..b6dd785 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5302693982ce1fe460525817bd54f90cd7c60d0ea50b6296ca40df5c7e395d +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_05.uasset new file mode 100644 index 0000000..101c725 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0053e093cf139c09549f51eda2ea8fbb5d4122e9a8c40ba05b8bfde3b5d28d2f +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_05_Cue.uasset new file mode 100644 index 0000000..543b519 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e492bf6ea22f3b45f69e60581d33541334e02317bf875dca7c68c5e1a0e07c +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_06.uasset new file mode 100644 index 0000000..a75ba0a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad3d6625fd0a076539c63a4d0387cdcba488c2bf31ca80e2673838a351ae4de +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_06_Cue.uasset new file mode 100644 index 0000000..58ee5d8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9af53a5fa9a3247a85980d8ea5959c0a875481a506c0f01295585fb2a0c5706 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_07.uasset new file mode 100644 index 0000000..7f61ccd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e43c49787fd8c2e0b336b7135881a57223ecff157bc7997f8acc919ef83c2a5 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_07_Cue.uasset new file mode 100644 index 0000000..4c413e4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c63e43891b46ef4c1870460d2acfbc266bb02e6fadf8948b0b43e6fc361952a +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_08.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_08.uasset new file mode 100644 index 0000000..2e33042 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b1df63d118cbdef2e5424f7caa79502aabd660374fb22f02262fe8894fe473 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_08_Cue.uasset new file mode 100644 index 0000000..0191bff --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903ba3cbe105a2f609c60f3dbdb2b51861552716cf45555b2b6f06f19bfdf7ba +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_09.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_09.uasset new file mode 100644 index 0000000..4c0666b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae10a5432346fef7e4df5b83a1c0acd904e1f20ce5447175fea1b4801cead8b +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_09_Cue.uasset new file mode 100644 index 0000000..11f6714 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77571cda27eb49a10557bfd6fec27a31cbd8ff10b3ee1f95391a87d329bd4bc5 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_10.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_10.uasset new file mode 100644 index 0000000..c58db96 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a670abd8f2e81effe410c51d2b5588ea84caee147fa120a8d390b013caff3df +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_10_Cue.uasset new file mode 100644 index 0000000..6ceb464 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c090645e45b1979ef5ff2b8de0d89628b08ee64dbc5cf9f9d2778725b7bdf2e9 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_11.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_11.uasset new file mode 100644 index 0000000..646b89f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310098326e1ea0b64fd8847df6b10da124860db267add3ae0ccce37256428cd7 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_11_Cue.uasset new file mode 100644 index 0000000..c5ef875 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33b0d1dadd27172fc147f143bcfb83777facf6b3b6bc96e56f1fe33ce8b0828 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_12.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_12.uasset new file mode 100644 index 0000000..8ac9cc1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dc6af96b72ebaa39b36bb0a478edb1e53f06a21489c50acaf263811210e3d7 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_12_Cue.uasset new file mode 100644 index 0000000..5c1efa0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ab46ff71f82c0ac3620ef208062b49de5c9c4a018db63e2a28c8b427239eca +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_13.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_13.uasset new file mode 100644 index 0000000..47e180e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbab41e21effff8c37b57de3f86976308b4d96da2f43285e58fe15b998af12c +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_13_Cue.uasset new file mode 100644 index 0000000..9f67481 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5041484cb9e01bd90d139042b9ac24abcdedf107089f27b3c89c2514637545e2 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_14.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_14.uasset new file mode 100644 index 0000000..caf6188 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2d55f26cedd295f06cf9e916cbf3b1273508f98d12eae7701e8ba7a3475c21 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_14_Cue.uasset new file mode 100644 index 0000000..0133034 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_jump_action_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ea43ca3f763717a03bd65297e096a3aa2547db8d97f468170dda3ef778d626 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_01.uasset new file mode 100644 index 0000000..431bfd3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f063071b0cb38ad46191f26668face3f29a65bff6c1b9401b77e0d4066bafd4b +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_01_Cue.uasset new file mode 100644 index 0000000..4f30616 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787fcc1bd85be298f474a2198f4b1a22c1bee41d9f7ec9d9a4536f8cb5ce8ea1 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_02.uasset new file mode 100644 index 0000000..cf31eda --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e908faf37574630c91b4c3b50887bc517ca753cc3896bd837ba575ddd6544e5 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_02_Cue.uasset new file mode 100644 index 0000000..5037abc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cab485e5142cddf3fb91429a16d7aaa3bee27836afcde5ea9760aeeed3277f3 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_03.uasset new file mode 100644 index 0000000..96e3fb5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9dd234ffac3d2afdd313ff22bae8469b20a3bd4302ca4121c99291b91140ca +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_03_Cue.uasset new file mode 100644 index 0000000..f57ed2b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e040e45032f294635cda0f0e257ecc0cb2de12527b37ae1e43818f64666b4b +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_04.uasset new file mode 100644 index 0000000..57df864 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a53799c0ff1914069dbff3a80e9224837321424f7177e6969801609672c21a +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_04_Cue.uasset new file mode 100644 index 0000000..a55dcb8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704401e3daefb104711ffd954ef1683c929259633e470fc38cac8f7408777d54 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_05.uasset new file mode 100644 index 0000000..6b6dcea --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7067b24fbb0e261a2034d57fdc479285689d54bb2d5091259d9c79934045e83e +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_05_Cue.uasset new file mode 100644 index 0000000..5b5ad3b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5301f7f3cc532d507b22a7a5278e82a6a152c2b26781c0cc2b7c1860776a2392 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_06.uasset new file mode 100644 index 0000000..3a0a62d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb88e12c69bb99a894a4ff44ff9b797815d2021fb1984f85ef9e6262587f4ff +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_06_Cue.uasset new file mode 100644 index 0000000..6ab2060 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6158fa5b3d027e6cc3ca5dbcb77c2053cb88fd5ecfe15618617d566cfd0930f +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_07.uasset new file mode 100644 index 0000000..b30df65 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ff5be9f15965645c26b3d7f10a6b44007b384820710491af36fe69127833d0 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_07_Cue.uasset new file mode 100644 index 0000000..1be62e7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89a626d9f115abbcdb57942dc7b772fc8a056a67ad3bf6b55104803a563f140 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_08.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_08.uasset new file mode 100644 index 0000000..fc1318c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd201e85637ced79d1c18b01c1f8099e26efc0df4cd9eee704dcab1266ab5105 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_08_Cue.uasset new file mode 100644 index 0000000..4266eb7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbbe156fd4b8807d3c6fe77a080a52bc966d8e32e0c26957c730b610f6bf9f3 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_09.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_09.uasset new file mode 100644 index 0000000..33ba0c9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c278c8d7dc726872ee40c289e3a6f1a1d9557b6db89e990797dcd05a4975999 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_09_Cue.uasset new file mode 100644 index 0000000..b8c6619 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecf65d4fd5a938e1255254df96ce1bd53579ba6e18a7f739dd01ad33dc1b4e1 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_10.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_10.uasset new file mode 100644 index 0000000..306889e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2af59b84ed251df4ea64b832f4850ac5df136906423628e8815ae54df87a79 +size 546 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_10_Cue.uasset new file mode 100644 index 0000000..3ad92c0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9659e4a4e062c517cf18ae86358aed10ac46aa33996225cc5c788ae8e546da53 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_01.uasset new file mode 100644 index 0000000..9aa9a05 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7f6ac09d4873218b59d6bc2cf21afdeb99aa2d50c11c4f8e301875f6475c33 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_01_Cue.uasset new file mode 100644 index 0000000..a28ac6a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f34aa1d6501b1e4f8c006e596763d09dc8700f3c024ddcd980d3346562353a6 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_02.uasset new file mode 100644 index 0000000..67c7ae3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a24fcc657767375e1b5c6ed30d6e9b5ba570880c9639a5135b1b469a3fb321 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_02_Cue.uasset new file mode 100644 index 0000000..f932e98 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a993fd00e023e96ea4124f21c6129439c7252dbdb52f9611d316d294345e0a +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_03.uasset new file mode 100644 index 0000000..8b546c8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca604c7f6f2382c649b0d9d21ad62c07f76068db014036e263f58a1429c304bc +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_03_Cue.uasset new file mode 100644 index 0000000..0c69645 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf386c8623e39b88801ccbe8d43a334ff65ae4f88755813a35e65b71d6a6e102 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_04.uasset new file mode 100644 index 0000000..fe64edb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a72c476c2201b6fe00d40559cac5c7b04e6a6ffc020d7201861f89f2d8f568 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_04_Cue.uasset new file mode 100644 index 0000000..55d2dac --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_push_fast_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12143eaf1af3e9f1958adfd478c8a2bdae7aec7422dd056c5251242c3d4cdcc4 +size 558 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_01.uasset new file mode 100644 index 0000000..31dd86a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3a1f3c72a5e7d9d7c61f454b8482658f2919fdffccbe2a13e87cc9eddba52a +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_01_Cue.uasset new file mode 100644 index 0000000..1978087 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69788119256171c0475d009318e3d402e05bf9dfc53e5758e5b8179dc342aacf +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_02.uasset new file mode 100644 index 0000000..f9f9f4d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b9982764390c59cf2fba7385ccc797211bffba0b971c1424e79e5a912d119b +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_02_Cue.uasset new file mode 100644 index 0000000..5ece017 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bac6afaa656094426bace0151765f8e2d0239b646af5422abf9c090e3e8ebd4 +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_03.uasset new file mode 100644 index 0000000..9b32442 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9b0d42c9710c499279113815fa53032e910564a8faaffc4f08b67f2dbda551 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_03_Cue.uasset new file mode 100644 index 0000000..9fbabe5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e248c6b8af3d288aaefc310cd31dab7fae11170df80db78fb8390523ec38246 +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_04.uasset new file mode 100644 index 0000000..1c55e5c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0754a4b792b99409bce1f67cdd1030075e7ee7598ff061ea8187691d8c238d9 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_04_Cue.uasset new file mode 100644 index 0000000..73afdd5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbcd39fbad9a3ea1b4d0a09c1d00ef079ca97971c528de4c1d90c8350e33857 +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_05.uasset new file mode 100644 index 0000000..0d8b039 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb1be552dbb9f181398f0d29af9004cc0575b2c85a4d114181dc26fe24d3b32 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_05_Cue.uasset new file mode 100644 index 0000000..d30f74a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_effort_quick_action_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03329c212521c114cfba6895ca141bcd1921210b71da212affbfc17492ed6f74 +size 561 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_01.uasset new file mode 100644 index 0000000..6e97273 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b49fb217352c3a1397ba2c145ea2848d745faf26b86c19612137c9edae637b +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_01_Cue.uasset new file mode 100644 index 0000000..e12c1a3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a25a29759de333a23b56280de04ce254c61f3cfb1ade28285b2a228ca5a8e93 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_02.uasset new file mode 100644 index 0000000..0a7de46 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2320bc1d0046dd209a293b57ac064191eb5fa20fd663b38430879f28ab6dab +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_02_Cue.uasset new file mode 100644 index 0000000..c197a2e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948f887ccac3ceecaa8e726e9e47a9513016545582c7838d7899a5bfd9e72d39 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_03.uasset new file mode 100644 index 0000000..cee9e32 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1908485f9902becae844465b981660bbdd8b497436e908b68560bd765fa224 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_03_Cue.uasset new file mode 100644 index 0000000..1fa34f7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd913fb59460729ef305880191bc4a726e4eb62ef01745e86f960c45b0bcf222 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_04.uasset new file mode 100644 index 0000000..303ccdd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bcfae56e66d5427634c268a09b3bdb24e24b6ac7daf500317fe2cc57410e32 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_04_Cue.uasset new file mode 100644 index 0000000..c736c1c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910ca0b74045d6a4c56d56c90dd055e9d399aa3910b50a99121b6a4b593f4bfe +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_05.uasset new file mode 100644 index 0000000..f6fd0fe --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8032bc5babd36cddf7478384d9c033e9c33aedc059eb3da28e5e772c0c637f +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_05_Cue.uasset new file mode 100644 index 0000000..c2fb7ee --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4766714d1effbec8e3d7744c540a0388f704e7e75245561c93148036d235ecdf +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_06.uasset new file mode 100644 index 0000000..d42001b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1d1baea3ba99d3825fed2d2548ffa7ba5f3cf6db8d4e94009871a7af4d348d +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_06_Cue.uasset new file mode 100644 index 0000000..7107fba --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1b9d31ff6de826fb61504bd9c5e363ce466350352c67b0eb8da10f24fd93df +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_07.uasset new file mode 100644 index 0000000..76ee17e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff9e10ce47f55b88de900a52b88e1d970dd6e480846a7776e1349d31db9a497 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_07_Cue.uasset new file mode 100644 index 0000000..89591a3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_groan_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501393c531fe27e2ffbd6e9caabad46e2413a2243c43426f26985c20ca39a9a3 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_01.uasset new file mode 100644 index 0000000..33eb1da --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bea6273106d6fa6e79f30cc4a29729ed676ab4b60d80f6337d14dd315d66b11 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_01_Cue.uasset new file mode 100644 index 0000000..6bc39eb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00539a95183f38107e7a4b31a85930fe00276e4cf137ee2e9cf06ebdf51dcc8 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_02.uasset new file mode 100644 index 0000000..92858f3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c17b44be4299fe97f6f1489cc136046f9ab16bd5ccbbbfcafb457166359ea01 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_02_Cue.uasset new file mode 100644 index 0000000..2851b33 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8e333f37a1ed58ec842e9cf996b5d57d51c9bf047f9d471c02c4f30bacd427 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_03.uasset new file mode 100644 index 0000000..7813d52 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ee3e06cd15da35f0bc7f316d8352cfe78f286240cddfa6d714b8cd40a6271e +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_03_Cue.uasset new file mode 100644 index 0000000..f387110 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc808092ebfc8caa523085053cdb22cd078acbb05cfb2ded8fed50c3c0abcead +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_04.uasset new file mode 100644 index 0000000..7dd6dc8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4308ab826e6d2d8054e60b8133485aebd37f0a719f3f447bcc963f83f4d00443 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_04_Cue.uasset new file mode 100644 index 0000000..57593f7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69a79e8561397ee1619607c061430891e24cd9de06fa02ac5a8c25cc72dd1fd +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_05.uasset new file mode 100644 index 0000000..8d6ff5c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f956f280538e486157f9016f461fe43eaea827adc4d391e9a7a8f0124d8cb934 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_05_Cue.uasset new file mode 100644 index 0000000..cae4e7d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bbc8ed4ef7bdfe06efd8c90f70a78022174306cc77c7f6bd057cdb077b989e +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_06.uasset new file mode 100644 index 0000000..4a85670 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86faf4d26886d7e09a96d8d91e6407a4d8b6831a9f12d1d1e2009a65dd0dd93f +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_06_Cue.uasset new file mode 100644 index 0000000..68e6f43 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5572fd2d0d53f8fe038ba25106ead51e8f43a63e107048f6a17750c9f37371be +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_07.uasset new file mode 100644 index 0000000..25f9325 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62514319ec8287bf490f91fba2bf2327f4a78a7c1e4c0f5eae0d0e408b7cfd44 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_07_Cue.uasset new file mode 100644 index 0000000..e9f5ee0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a834be069655303fecf04d52503e26553a5d8c5162d645a5dd9f97b25a726580 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_08.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_08.uasset new file mode 100644 index 0000000..dfc4152 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dee4ee4b66a628d58ebccb36d6bb4a56114eb6b81163ca76af05b290c7bf5a +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_08_Cue.uasset new file mode 100644 index 0000000..78d7fb3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_grunt_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd7e27d5bae9bdec0c8f0ec7077f6695d514142c3f2f8d19bd34f200b7637a2 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_01.uasset new file mode 100644 index 0000000..de908b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67069ae85bdd436f2e5100e9a463e5a09eb2f841c736d1965251c0368435dda2 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_01_Cue.uasset new file mode 100644 index 0000000..f795989 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2042344dec63d5dbe2cc0c221b2883dcc4499a881f034f182998ae52df00b22 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_02.uasset new file mode 100644 index 0000000..4fc1679 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85dc1f799b45696cbb9915ef7ecb302601d7fb3b54dfdd9d0400511693c287e8 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_02_Cue.uasset new file mode 100644 index 0000000..68823b6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf20dda5e9bc6ec672133045af0bf38a04769033fb8bc02c68ce740b3faa72b7 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_03.uasset new file mode 100644 index 0000000..2478ba4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa9d76e6d9e5daa04839dc0e91cacf433832e222df96cbe255097850b259f89 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_03_Cue.uasset new file mode 100644 index 0000000..d89f301 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00eaaf2a261a79542f3b54cdc6bd504bb073b196eff1e363cdc0006d972cf8e5 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_04.uasset new file mode 100644 index 0000000..0072443 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc29a38e4b714554b6049b2cc57838ff49300a605930639be0a3fcb624a7280 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_04_Cue.uasset new file mode 100644 index 0000000..99d8204 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf1ae710634dbae6e98eb47eda047246262501d502371a45d4c1f11dd06d432 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_05.uasset new file mode 100644 index 0000000..21e71d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b7c070881e1e8f0eae2c734d8988041ff16621960c7c1f69f237df434c1830 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_05_Cue.uasset new file mode 100644 index 0000000..3c62e18 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47bd1a8f52bb20f0b8f345c6be12dbfd385a44478a195f1e0d81f98b52920cd +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_06.uasset new file mode 100644 index 0000000..8f560c1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48268b500c49ac3bb8cc02f65b6da002b0ef9e35b977c1e5b7f118e58b8291a5 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_06_Cue.uasset new file mode 100644 index 0000000..b160b25 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_growl_hiss_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2691462a39c5f28baf56ee13be416a62733de9b321577e695f8653ca2928fbb5 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_01.uasset new file mode 100644 index 0000000..005aee0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93e8742b29b8bc8094cd536d05e0361922d3439b6798a41c65a72d2574c7d71 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_01_Cue.uasset new file mode 100644 index 0000000..1534e42 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b55858ddc19a3d322ce44b42f5f27c331ed68f1d3afad5aecfbad5137832e3 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_02.uasset new file mode 100644 index 0000000..a7f9ac2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27288ba31ce3605121630951f8e4281187f578a8ba1494b2f191ff0a3ec7c5ea +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_02_Cue.uasset new file mode 100644 index 0000000..9408c38 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fac959aededaedde98539a8c0d645fcc9dbced9784fa841ac983cd5367d9db +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_03.uasset new file mode 100644 index 0000000..c11784c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412f653ad0e2f389062fe91d1635a1da1b59cfb14359413033bf7a54bb6dc959 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_03_Cue.uasset new file mode 100644 index 0000000..96de6ea --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eaa7bf834da4752a5595ad3c8c4961c91d2c1ee84f9de7f011c8df9519628f8 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_04.uasset new file mode 100644 index 0000000..f5ea3c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e863b05e90c2150649eca1a2e4d9b616240811c0843426c906213d620fa3a9b +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_04_Cue.uasset new file mode 100644 index 0000000..d65a6d0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c1876118658460f896c02fb2113cb2675eb856fa233176b3dde1796acf5d90 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_05.uasset new file mode 100644 index 0000000..a7b0fbd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51c93e14d3137bd2b7f8a61e3f6888ae7cbe97a37f1069e83b820259b9a679a +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_05_Cue.uasset new file mode 100644 index 0000000..acc2d31 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893fdeb8f93c4cea269cf09f3ec48909805f3370d0083c3567d80e896830f646 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_06.uasset new file mode 100644 index 0000000..430cbc8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3857407d0ae4783cf3f1c349820a44937c1df06fb21e9c0261f91b189e8deb +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_06_Cue.uasset new file mode 100644 index 0000000..badf8c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d302df6b5c413ffe69372b6cbe15ce32cb2e3f1b1c7d49176a0f5255f99ebe19 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_07.uasset new file mode 100644 index 0000000..a4bdd0e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d6089d8830dc1f042401aba6feffed74cd55306fe0dce4e48094b1c31c8404 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_07_Cue.uasset new file mode 100644 index 0000000..c16471f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81a07a21e432408ae2ca5249e3936e4eb4366d0907903e7bd1eed129718dd35 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_08.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_08.uasset new file mode 100644 index 0000000..41b0a6d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9aa77fa1c2c95af29684e6bd01552731c912c127a74f5a0dc0a9d8bd27c22d +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_08_Cue.uasset new file mode 100644 index 0000000..061b00e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0df69ef2ef4a528d21ef64301c8e8b63b54fcd8f8b77df5e96d2dbc506a172e +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_09.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_09.uasset new file mode 100644 index 0000000..a4be4c8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688c3562a6890da935f4a6ac6392ac38deb850380a5fbc01fea67dbadb0ef510 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_09_Cue.uasset new file mode 100644 index 0000000..6f425ce --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037fe3854d584b8bc57faa14258247a0abfa48f950081c0335ebaec9372cd34e +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_10.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_10.uasset new file mode 100644 index 0000000..b18733a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528e0ad4bea316b878dff28c99a48b43977260e794aa94e2dc7326aaf2af286c +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_10_Cue.uasset new file mode 100644 index 0000000..758db3d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc07f30d0dd80063b9c4fbdc159167963b259efa945d3ddbdf90b6c40e5aaf93 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_11.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_11.uasset new file mode 100644 index 0000000..cdddc8b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e78f76885930c03b487a1e2b73972bbd2c0d3a3206de4e8056e4ae2894923d3 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_11_Cue.uasset new file mode 100644 index 0000000..543dd2a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a8de204b70f04db15f113814e7bd40b2729e160338378bb8ba3b857b80cf45 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_12.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_12.uasset new file mode 100644 index 0000000..060ab4b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a6afbcf65048b23e651fb8b9406309a6aba3446f4abe03a42094dfc27b2da9 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_12_Cue.uasset new file mode 100644 index 0000000..d76e317 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279e7845875a76a72f67fed360d2f6e93abf26ea28672a6ce0b969bf2ce27795 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_13.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_13.uasset new file mode 100644 index 0000000..788fc71 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e9ed5d0a35945b2d08f19cefcd47725cf79d36f602fd8db3fcf49a11533bb7 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_13_Cue.uasset new file mode 100644 index 0000000..2e4ccb9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3a3397789ad5334e7c268c589e5aab627c3388985136fc90748aed3316c5fd +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_14.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_14.uasset new file mode 100644 index 0000000..546b09f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12368550ae9333745b6573c45b32bc7c841c447c3aaf20fd0f5f703c342a671f +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_14_Cue.uasset new file mode 100644 index 0000000..9fe4496 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414a5ec1592e326079f33f90bd549b7fa91f46846ca934fdd86fe71fc63c424e +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_15.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_15.uasset new file mode 100644 index 0000000..af34e99 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d287b829f623e718a1b0413565f680efa173b122e2beb0a11586b106e7da3b83 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_15_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_15_Cue.uasset new file mode 100644 index 0000000..97f05ed --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ef2c71daa7c48e7b0fd9d7e8003bc62de42a441987438f7424a313fc717820 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_16.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_16.uasset new file mode 100644 index 0000000..f572359 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32888b7085cd947ae67695eecd8394c67215fe81d3d8ba50aa55fad57a2371fb +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_16_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_16_Cue.uasset new file mode 100644 index 0000000..cf2c284 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95db7b80483f21b06f61f729756cc45a2d36e824d4a7512f280cb4b3813b1eae +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_17.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_17.uasset new file mode 100644 index 0000000..d622f1d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0500d6e68d4da8374daa7796ccf87bd383dcc200b2bee1c774552d5317010e2e +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_17_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_17_Cue.uasset new file mode 100644 index 0000000..0e1f62b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be34b08cc57cdff5d91ae9f885bae6d69fc0db6eefb8fa8238584d1346eda349 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_18.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_18.uasset new file mode 100644 index 0000000..e85bd43 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc920f7018583987f899f97d9f7329d47d13c909a9d780256753a43728f5a93c +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_18_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_18_Cue.uasset new file mode 100644 index 0000000..aad2a32 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_18_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5fd86769e09cb9d2f13f72ba2533cf9a06a04bfe90914d64ada73d27c9cbf9d +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_01.uasset new file mode 100644 index 0000000..7c803ff --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1463d4d9f2890e573cc4fcfda834a91883ebdb20012d7606806ef52d571c694f +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_01_Cue.uasset new file mode 100644 index 0000000..0b11282 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17aa210a93716d24ef7afe573fca9d242c2dd7f87dfbe7cb654e1dac810b80ae +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_02.uasset new file mode 100644 index 0000000..31d0cc3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7034a233c492d2c3237afd8de5dcd41d4bd28d1d21265fb7acbb9ec6b812711 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_02_Cue.uasset new file mode 100644 index 0000000..05f796a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d153c8659fc4423a71ef6ae7e12919dc4a3335a5c783d5612cfb555428168f +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_03.uasset new file mode 100644 index 0000000..6404109 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3383f001e7d58143f3275b1855cfbd939c6075a24763ec7593a4b20656ded9 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_03_Cue.uasset new file mode 100644 index 0000000..0fe5342 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80d9d4ccc4b989a836e388668d5ba6956aa95a38afe898dddf17f62f0638998 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_04.uasset new file mode 100644 index 0000000..eb7fd38 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a92b00fda0bab512da2eca185bd5ccafc0aed345594c161f06270357bd736b +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_04_Cue.uasset new file mode 100644 index 0000000..5b5c1dc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b112b25845eeb434d9cbf8842506c54f21a929c2a37179a512e569ca1bbe34 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_05.uasset new file mode 100644 index 0000000..8c8856d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b2c6ab22b159c801119225e1716241e740dcc105057368b14e4144246a3ee4 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_05_Cue.uasset new file mode 100644 index 0000000..728be3a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a073340ac26136e513f4072782abef379e158bbd3b74bdf5c3421130c72532e +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_06.uasset new file mode 100644 index 0000000..64680a2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b0b16d2a2a49a5f18295bb7c2d93b9029823d3976b34c3c4b66dd5c9ba355d +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_06_Cue.uasset new file mode 100644 index 0000000..9f7dc62 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425319a5bd3d1fe09c1aeb4695d5be221fa459840828f2ca2186243fff1930b9 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_07.uasset new file mode 100644 index 0000000..e79aef9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d5ce4de68b4b325072d49744109aabdfb6b2fff98f7063704d4ff695e16734 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_07_Cue.uasset new file mode 100644 index 0000000..16917dc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d028a2696e2d806284595fbb530093aa444b56271eb4ec1fe236a089888f37 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_08.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_08.uasset new file mode 100644 index 0000000..1fd7ab9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772df643e0dffc1f6c1196626290b96a57610167d5b3d327785d9f8f8b7aa312 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_08_Cue.uasset new file mode 100644 index 0000000..0f58830 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58593fb9d09505187e43fa28b695190e5b1e6dfc99a7b664a1a4c3726ac4b402 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_09.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_09.uasset new file mode 100644 index 0000000..7309ec5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5814b636bc7b9e18e40405fe96b249e20af188f9245427b6484a3de1625b8729 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_09_Cue.uasset new file mode 100644 index 0000000..e45318a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459e5c35832dbb2045007829e334053ec5e1ac2e12ccbde900569cba69c3aad8 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_10.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_10.uasset new file mode 100644 index 0000000..a56fb3f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f16b44201653b2c16b88d98df985fef8a74f8199c96adc6f30c920d36f8d04d +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_10_Cue.uasset new file mode 100644 index 0000000..be92bd7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f92fc8bc3ad7ab95f505f2695707a0ee2dac2c78932a41c84501aadfa34b1ab +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_11.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_11.uasset new file mode 100644 index 0000000..810c5b7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32095a04b517546e928486a8a1a89790c1e9fd4d4b86f156a28b757170518a1 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_11_Cue.uasset new file mode 100644 index 0000000..73fc936 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf3baa83474af4942190d6bebd1a6b5932d4d32dcb1c652ac42a715cef2a77b +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_12.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_12.uasset new file mode 100644 index 0000000..f786a6c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f688f4f550d7f7bfbc0373b0aa325045bfb457daa99b1f69ac166c9aa27e7e3 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_12_Cue.uasset new file mode 100644 index 0000000..b393749 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e4a3744bd5dd872ff30d606f8b1a1325116b52f74265018472b8eaf65697ad +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_13.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_13.uasset new file mode 100644 index 0000000..780fb2f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96838cee7b9422ae4e86e66c2a56bfb35c7ecf0739f5997a5d07e06d3ab92e3d +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_13_Cue.uasset new file mode 100644 index 0000000..d42e83d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c1681e3d350022aab314dab4727eb72557b6cdeaf39f916a4bcc127c3a2e14 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_14.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_14.uasset new file mode 100644 index 0000000..0bf3604 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17ae69303af976fad3afacd857a162fc09564b4a2ac403edc7258f0c6ab4a47 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_14_Cue.uasset new file mode 100644 index 0000000..0eedf17 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f39898291f419998d68d7fdc4e59d37dbd0dfd76ab52bf22c82619eefee51bc +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_15.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_15.uasset new file mode 100644 index 0000000..de31015 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7483965a46a1005b2334293cfdb610f9dc395ee56b601bbdc4650710d1463c1 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_15_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_15_Cue.uasset new file mode 100644 index 0000000..7e2119c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_choke_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7d1f05f701c36b3d635f92d028ea5edb4931cd7b6f959b0bbc97e5c4f68190 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_01.uasset new file mode 100644 index 0000000..3e8dda5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705327c0b1093f11b602dfc74966f33e26a1610f2178ea859ae0d21a3cb2705a +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_01_Cue.uasset new file mode 100644 index 0000000..7fff0c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036b53935abb60735d31e8f71e2fd783724907bdd80b4dac1d590ecd7b86a873 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_02.uasset new file mode 100644 index 0000000..c8cae05 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c1e69eb2e27a3762ec3dcd9b8b1d7901f1b9cee31b2bc14fc2a29ce97211f4 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_02_Cue.uasset new file mode 100644 index 0000000..8f4d7a1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccecff3eb02fa645845fd155225b152d0c42984337b334e820a5e6b27a59e33b +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_03.uasset new file mode 100644 index 0000000..3803f5c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d4260da017e761c38eb026d894d124fbbe5ec609ac3e340a227a4afe3101df +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_03_Cue.uasset new file mode 100644 index 0000000..9311330 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc3083bd50e83d5647842ec68f7e5dc1f4c7ab212ddd125b31c31e072a52987 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_04.uasset new file mode 100644 index 0000000..98e8f36 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c09140530c8f057d8a7872cd290f05bb32ffe83901f0f0779a6dbb9771a21e +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_04_Cue.uasset new file mode 100644 index 0000000..f12501a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a82eb8989736d7a120f1db79884b70becdb7bb03dfd955c40d898e09a2a183 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_05.uasset new file mode 100644 index 0000000..31f3ea3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3088796981755b6bedbe2fb101bd3428c7488f665a4216460cfb111b195e93f3 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_05_Cue.uasset new file mode 100644 index 0000000..1639e5d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859ce71e77ac46c83377c926a8867b4baa64bafe1ee0ab1d0d7cf939a8373866 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_06.uasset new file mode 100644 index 0000000..60de6eb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526ab084fec78d656bffd7a71df881970554c0299ab4cf12b1aafc8c2427c497 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_06_Cue.uasset new file mode 100644 index 0000000..4b35c4b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020ebc3cb02afa145cf86736357c372172c5a99909f8eaf1a47365d6129e2e12 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_07.uasset new file mode 100644 index 0000000..66f85a8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c70caac6ce99c6dbca50347c7055393103b95c9d5518fe17483a6d9eb361c5 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_07_Cue.uasset new file mode 100644 index 0000000..3bf330a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_high_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80d749b157d0784e08a087aedafd4a30dd1d21308b9e914abb0b937918e396f +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_01.uasset new file mode 100644 index 0000000..8cb8bde --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbecbcabf4c828df00ba25405627d058ba6ba273ca41dde3cd83996b0bfa5e73 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_01_Cue.uasset new file mode 100644 index 0000000..b011584 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00b47dc040754d24ce3151c6432457db9ce7cea1d57abd3ff06281ca9d79afa +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_02.uasset new file mode 100644 index 0000000..6b90a96 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e6dc7f21b07febf147d70a5e959ae18c73ff3b5f628438c584942c2ecad660 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_02_Cue.uasset new file mode 100644 index 0000000..dae83a9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314c347436ec5fe3107fd3cae4dcf0a4d7ade16251ad4db88092eeb57879b2c2 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_03.uasset new file mode 100644 index 0000000..ca14402 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17d2e5892e637d0c360e8459f1600f7650ed45230f8fad64fcec5bfd67ff6d4 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_03_Cue.uasset new file mode 100644 index 0000000..2495913 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a94da86483b2b2e5ac640920c533cf1d618fe23b7a232e112e7f7386e65a111 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_04.uasset new file mode 100644 index 0000000..f0dce07 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34edb0f1ac2268ab0625048b865114b25793b6e99d5ceefe6883d4c1792525fe +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_04_Cue.uasset new file mode 100644 index 0000000..e534667 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885d8740ebb35090ec78d2bc5e7c82f94ef969ffe0da97a131b9f5935ae88134 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_05.uasset new file mode 100644 index 0000000..ed6fa32 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e760f52cd30b4bb11e359114fbe1501e3bf23dac89fe421a656e0b704b2398ae +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_05_Cue.uasset new file mode 100644 index 0000000..83c5409 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2751314c3283a4eabc66b394b9c7fe99ef001636f33bdcdca90c137489c225 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_06.uasset new file mode 100644 index 0000000..a8df3c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66dabbef4243a26a24cfcf1ce0532126f01bf383737b28e95bbb7aeac72408f +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_06_Cue.uasset new file mode 100644 index 0000000..d159811 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc7646b86d3a1440d8709b3fa18aeb7ba910f7e242a4af0e5375f754913d44c +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_07.uasset new file mode 100644 index 0000000..a8dfa7a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cfc63c6f6c0e92fe9519f46d30d4b745458c4dae96442b3f0cc6b9ab2d5e3a +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_07_Cue.uasset new file mode 100644 index 0000000..fb5e688 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24049f278d0084f556fb0b2feb044de3a07756ee9b3e50803a8010660a408ff +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_08.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_08.uasset new file mode 100644 index 0000000..cebcef8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99182fd0446a5d9d9ec0bee91648f185163843d202333bb808fa9a90e0ad9256 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_08_Cue.uasset new file mode 100644 index 0000000..a737592 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c995ae270f771cff59813251752d73edd79ab25c053c68fbd6f6582d382ac84 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_09.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_09.uasset new file mode 100644 index 0000000..d849be7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbbfd79670a7ae04c337e7c53fbbae09e6503c83ac5f63fbfbbba9506989557 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_09_Cue.uasset new file mode 100644 index 0000000..00f2982 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_low_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc83c1ac382d68279cecf30ca7a0000d39f03b82d4eaeff8843e62ac3cb9421 +size 555 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_01.uasset new file mode 100644 index 0000000..bc920b2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87abfd4c192e462aa385ec536b35575af72adb143343745a3a932cb262337209 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_01_Cue.uasset new file mode 100644 index 0000000..0ba08d8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307192eae3d7c062d9b1ca28898aa3b8c1f738323b846a424ffa1759bba2236d +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_02.uasset new file mode 100644 index 0000000..0bdc004 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab6fa09d16fdc027641c416582e2cb38f8df5dae9806d833f56b8369f47b1a7 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_02_Cue.uasset new file mode 100644 index 0000000..a39770a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc9a2b9459d5f631224f330b06ff72688a63753b41bf4f040ed05ecd564b37f +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_03.uasset new file mode 100644 index 0000000..f997e7a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55b82d9d53023430c4b132c15af0a5cee25ca09eb6086eb80927970f1f5e091 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_03_Cue.uasset new file mode 100644 index 0000000..be49bc8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8708301ece777fc35c0bcb344944d76326cf9365b867a04bde73cb575a70a7 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_04.uasset new file mode 100644 index 0000000..a9176b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecdeaeb2572f69c3ca4d3114def82d1ca85a0bdbec2a6b65fc422d77e4e7208 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_04_Cue.uasset new file mode 100644 index 0000000..b89925c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48ec6f7fb81145d4caf5e5d6bf7e024ec41a7585ea38c540bfa0aae4542b011 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_05.uasset new file mode 100644 index 0000000..d69a876 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349a1056cfa7ff285af36035f700075f55464d054b06c5368db609e98e83e0e5 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_05_Cue.uasset new file mode 100644 index 0000000..0161bc5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81222a1fe179c338be995ae030907e64bb28e5413557fa59c6b36ad677f1e5f7 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_06.uasset new file mode 100644 index 0000000..6d3d95b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86fd4c0772cd9a687b4952824c21bf3255f1ee81dbd70ed86d5bc2883eb7850 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_06_Cue.uasset new file mode 100644 index 0000000..c94a5cd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6390dee6b76ea8684ac1ea4c0d352189c64b11311bb58b87301907008211358c +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_07.uasset new file mode 100644 index 0000000..baebcde --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6335e17fb891088a19c757f50062c0eabd40b01cfc0a71ab0971824d14f4fa +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_07_Cue.uasset new file mode 100644 index 0000000..0c3042b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccb6450f5ee07ecf269323a6f07b7953e5e86446284fc05b7ef07bc93e5dbaa +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_08.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_08.uasset new file mode 100644 index 0000000..5ef6e86 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482688962e9f9ae06b4031c7a5a8c3308559fb5bfcf2d8748b41ff49b9c03573 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_08_Cue.uasset new file mode 100644 index 0000000..39c8fed --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621f6cb9afc84d878ccb3e2512c2958bc01da298aa6a539e556f7ba7176d4236 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_09.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_09.uasset new file mode 100644 index 0000000..5b890b9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b8c4739d675075aab0ba66e769e88b8830578068e62ef50cfa392e2c77d6dc +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_09_Cue.uasset new file mode 100644 index 0000000..076d45e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f417157a0a00ee4512929d1209a7b04a3c5cdc6be8289724bddb118958df8620 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_10.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_10.uasset new file mode 100644 index 0000000..dee1c12 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2318c23517a26e931b908a4fa6dbc27bf007a30a2b942aa96e09fafd2e8bb7e3 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_10_Cue.uasset new file mode 100644 index 0000000..a5549c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0098a5e9b50add213334d4d717cdc992f7b113d810d5c2cf93b0b1df9f0d97c1 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_11.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_11.uasset new file mode 100644 index 0000000..8040edc --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57af5bc8bb140976abcb5b699b2479de12f74adcadc82cf0b4b8e2b8675d54e +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_11_Cue.uasset new file mode 100644 index 0000000..c7e73b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d60dc8470497440ea733da4889310e00beb9ac917c0d9a0a7469f5462fb0e4 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_12.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_12.uasset new file mode 100644 index 0000000..81e3fd3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd69812a44543cdffd0a5e4d71b169d027c5d1aa8c4d0fe944dc3b0130e42c2 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_12_Cue.uasset new file mode 100644 index 0000000..0cf8d94 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdfd598972cb725db8860a05cddd48a5107d90aac3f231ce33549d3add4800e +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_13.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_13.uasset new file mode 100644 index 0000000..cbae012 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5855dbdab54fc62b8ec6106828b6306dff9ee0698148ff37879b362bc3a126c +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_13_Cue.uasset new file mode 100644 index 0000000..a2ac604 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a6b8d177ea4b1494b3086918d298674b543a17b8f512ae2caaedf82a4924f4 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_14.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_14.uasset new file mode 100644 index 0000000..ac7412f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9efbc246b9555fd2ec70cd8f4e12f13f0c92e0da8535c97cec45dd5825cff3 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_14_Cue.uasset new file mode 100644 index 0000000..10d9756 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild2_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59a0444e9585d0daf9ad361daddf0395c43172904aff36721d3bdb473289e68 +size 557 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_01.uasset new file mode 100644 index 0000000..1f7868b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38bdcad2c3859afd28c4db8a3ea93fda2d8d38590bb8e6cfce14a0c3b86e735 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_01_Cue.uasset new file mode 100644 index 0000000..cdb08b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcfb8da5c476992d8ee832c57644cbabf62205c1a53a0f813e795b47c001efb +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_02.uasset new file mode 100644 index 0000000..080a37c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955d4c6cbc538b4808f0abe7c9417d7a96fda62f4a5e468e6e629b37e219e281 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_02_Cue.uasset new file mode 100644 index 0000000..b4b3111 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c236493c910fa1a45551006566bd74a3dd13def455ea3ed5df4d7d21cc962c +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_03.uasset new file mode 100644 index 0000000..d157b6e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05db1b1a2a445cd107c045d61773d36312e070e1bdbf2b968022a155279a99c +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_03_Cue.uasset new file mode 100644 index 0000000..3af6dda --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1928fa753585c378c6fdc3c433354ddee0bed52c26f58b44c3522767f41041 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_04.uasset new file mode 100644 index 0000000..16d134c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eea09eba8fcf0bbab93d4f4161ef1aa1a360aeb3f2b772cd81d590e23c7e5dd +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_04_Cue.uasset new file mode 100644 index 0000000..63909f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589fa401ba87a6a2e204e603ac9f98d9b6a521fdc472beba3c7d4f7d786a941c +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_05.uasset new file mode 100644 index 0000000..2fe417b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1331351791b040a25cecf5b5a6adac3873c9f7e1c6fa4d7f1ba8778750bdfbe4 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_05_Cue.uasset new file mode 100644 index 0000000..e92a3e8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ce9fbbaeea9fa4f8a47a6b8c22bfb89f43916160ef8e5aedb78528f989820b +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_06.uasset new file mode 100644 index 0000000..9a00ae6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5059bbcaa16ecc1399226c701de64904301851fbc3199354e74f0eb07d1b59b +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_06_Cue.uasset new file mode 100644 index 0000000..7d4a856 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd19fc08b4905d41576c7a5d10209e334b1bc7b9ef025bf956d1e473b6ed403 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_07.uasset new file mode 100644 index 0000000..fe0ee7d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bb30d3f17471f761575fd91dbc1d268b3d9fba93a9c1f7b78f34e8b61e821c +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_07_Cue.uasset new file mode 100644 index 0000000..0d67572 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_hurt_pain_mild_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41e90913091e719f9aa0be2a2194c1c402361aea1dab3445425029bd9f5d301 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_01.uasset new file mode 100644 index 0000000..9354af2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a254f31347eae8a887c524b56acf60831537e08d2b74de5f20bca777b2ee6758 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_01_Cue.uasset new file mode 100644 index 0000000..30948bf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c4740cd5da67b0cf3075f4a67d12928870b95c4d2dba09f693228bbca366bc +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_02.uasset new file mode 100644 index 0000000..4f0311d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d21a7200deb999ce53d4e1ed997ae71366fe98c51107073e482324d0d8dcba +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_02_Cue.uasset new file mode 100644 index 0000000..f807ca5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_laugh_evil_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780c86af3d10e79a31c2524d073d30929211bcfe75d87bb7b83cf8c4b95e707e +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_01.uasset new file mode 100644 index 0000000..461a7bf --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453469b0a1f22430e6ca72db822a42c26b2e8e3d9c8aa05060c8743e785983c2 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_01_Cue.uasset new file mode 100644 index 0000000..d762ec7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feeefcca48809127437ee87922ee1d11bc7351f6140177d5a6f7631244127b1d +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_02.uasset new file mode 100644 index 0000000..5001516 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e612263238aeb78cef89acfad702e9fca41af0990b94046501a38cc6d5bac54 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_02_Cue.uasset new file mode 100644 index 0000000..a6865d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbc906dbbbde29e91001133370fa3d28268bb9e14f1268cdd013a345985e558 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_03.uasset new file mode 100644 index 0000000..4df333d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453950bc269dcc49c4311b9b8200c73671495a244a6f68046dbce7a369535fcc +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_03_Cue.uasset new file mode 100644 index 0000000..b57478b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f411d62c7d7dcc5b990664f277f3ac670c13366a95f6443c0bb93414c2933b9 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_04.uasset new file mode 100644 index 0000000..1d4c83d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c859af4739ce28fedf76ab864e09622da4f7dcb70f144a9ffd7ba002729c00e4 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_04_Cue.uasset new file mode 100644 index 0000000..b73ed4b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fb2ff8496842a60da7c2119bb63e7b87dcb2eea205b734382e3f4cc30bbb46 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_05.uasset new file mode 100644 index 0000000..79ceaa1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e33c7bbda5110f588f3f48930fe7a5fda92adacfc6c8307879d224a6e6542d +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_05_Cue.uasset new file mode 100644 index 0000000..5f6fcc7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0df3cad96799c4b71c1356ba518035b60f22e8e60f2a334ca7bdd31d873a09 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_06.uasset new file mode 100644 index 0000000..5c91159 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908477c9270d74b469a98fd8c07f8d87d8217f744982fb37b208d0b7b7926d4f +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_06_Cue.uasset new file mode 100644 index 0000000..8f527d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5775f3824ae876086f37a74f7bf56269d124a3c3c289b31cdf3f2ea147a99b +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_07.uasset new file mode 100644 index 0000000..3ea79d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f639c7e0a5aa7888e71286a0980d3ec26a8da46b026294fd864bda1bfe251b02 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_07_Cue.uasset new file mode 100644 index 0000000..b557680 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a3af418296d5386875bf7c8389b1814c2cb13167e10dedb5321b8218ffac4b +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_08.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_08.uasset new file mode 100644 index 0000000..cd94f58 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf12105d43f1e52ae39d207d914a31b46d0c15c846a9f3a05038a80b5c4bf93 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_08_Cue.uasset new file mode 100644 index 0000000..27a45e6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc832823a009195dd750929aa891ac0be80f4684266f757a6dc0d577fdb6e393 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_09.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_09.uasset new file mode 100644 index 0000000..729270d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7006146de6fcad8f2249d083949d364fb7af19ff26950babca5c9b30fd0ed0 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_09_Cue.uasset new file mode 100644 index 0000000..62bb9b9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08f3931d47954b89a0a240d48f15d48902730408e249de510f0475df6a7b8e8 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_10.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_10.uasset new file mode 100644 index 0000000..3ca46ad --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39a1dfad7c4014da884f9590dd23cf5d891d5b4d1d81773db83bcadf4f77aa7 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_10_Cue.uasset new file mode 100644 index 0000000..3a3ba37 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a0c527551a09c399eec559ab4945905f0d5220474866da7e61e35bb9c7a997 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_11.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_11.uasset new file mode 100644 index 0000000..133b620 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dde51ff930f1b1874f328f227af7e34ef3f2ae4d2276c40fe6ef808605a70b9 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_11_Cue.uasset new file mode 100644 index 0000000..8e7fba9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb94127bba3c9ddd55a9b8138bab695d20afcbcc161e6fb1937cbcb669a4c12c +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_12.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_12.uasset new file mode 100644 index 0000000..6bdbbc1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d2436aff57e242b293d19052a52ce0921c41925223a7c2c15098c5fc399667 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_12_Cue.uasset new file mode 100644 index 0000000..4160fbb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b9b3461b8245dc8f1108a37ce8b947274c29aaa153ab257b7bf39e53bedd9e +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_13.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_13.uasset new file mode 100644 index 0000000..94e0a0b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf293887d958ea683d8a6e7392460cd4dfe324630fc151a5cd1b67cf175019fd +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_13_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_13_Cue.uasset new file mode 100644 index 0000000..3845548 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0a1101d87946b68e74471adcf73ca655e7e2b314f55df2c173ef8ffa91455a +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_14.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_14.uasset new file mode 100644 index 0000000..c6894e4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7093c29d8008bbcf822bc31458fa91558be1eae2670503a20c981c9ff41ad2e +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_14_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_14_Cue.uasset new file mode 100644 index 0000000..061b843 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e62811b17e1254659ef08a67e3a30dcaa4f664c937f19d25e63518cd27a88d4 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_01.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_01.uasset new file mode 100644 index 0000000..2d74a7c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2198d125197f84ca19cdd594ce92d8d15ba9b0c14ae1cdce8abfa077c644f77 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_01_Cue.uasset new file mode 100644 index 0000000..2f61814 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0499cfee03781a87261cec8ece52310d9032b8aee88ef71d6c23597a9c3935ad +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_02.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_02.uasset new file mode 100644 index 0000000..bb2904a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef223a0247f70e5f4415acda8307ac56c2cb7c09a0adda924fc4e1ec72c0b5b +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_02_Cue.uasset new file mode 100644 index 0000000..76f480d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95599a936cf82355f10d7b8bff28c503f8453f42373b11b0f9a477ed3a0b0b8a +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_03.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_03.uasset new file mode 100644 index 0000000..fc4f083 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5373086bd24bd9b882463b56da42d8f1ae66bf7aeea94f18a79dbfd67609065 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_03_Cue.uasset new file mode 100644 index 0000000..9693861 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7db1eaae178bfa41e225e08eea04b4f65ccda28a29d3e11bddcc66f2cc2b56 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_04.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_04.uasset new file mode 100644 index 0000000..47c6111 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10ae1da29104dbe8004fd163b56820a7847563ba4f7717fae4bc6fddcf2e6ac +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_04_Cue.uasset new file mode 100644 index 0000000..b0784e6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386d5b80f60e86585e917b2b54681b24344ec6fe6880297b956f58119bf08896 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_05.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_05.uasset new file mode 100644 index 0000000..2234370 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52aa2f76572fe0dba515c9225c87fc01639e4eaf7d6a4bc1fd9f890c5638bbe7 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_05_Cue.uasset new file mode 100644 index 0000000..0f9725d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0f8161b0aa39c995a72ff5665618298f133c2371aa04b8472c1041c5b0542d +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_06.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_06.uasset new file mode 100644 index 0000000..fa9b2c2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480cdfe55993fe443cf56af4e2f8c9e38cd62da93734ccb6171505284becbf3a +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_06_Cue.uasset new file mode 100644 index 0000000..f14da89 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ddf6d11d01f99727bb1232d0c03c9ba3838cc4d4a9119c6c56ef603710ce02 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_07.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_07.uasset new file mode 100644 index 0000000..a458812 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4fae2c29b6d0457ba502b6fb72194cf138d676b43d668865c3716cd1fca0d3 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_07_Cue.uasset new file mode 100644 index 0000000..50f7968 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleB/voice_female_b_scream_low_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a765453a6712e75a857d4e7f09e6c726e748da65757c5ae0f3604f12f6b1dc53 +size 552 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_01_Cue.uasset new file mode 100644 index 0000000..3bf137c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2869246a7d9c1dec1842a7dc76cf9430585ce10a1588cffe9c89a5291c11a8a3 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_02_Cue.uasset new file mode 100644 index 0000000..66e0126 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4040c60ea9f73516c1991a88b3013ea48238b4ab36edd534644a9cfa547b23ab +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_03_Cue.uasset new file mode 100644 index 0000000..7b7313a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c164a7f2cac096cba13c4ca637592fec08716d6e2f5f0e3619624eb527daf8 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_04_Cue.uasset new file mode 100644 index 0000000..19ffe47 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3184eb9d57e453703cf6416cb39e2036f3589fbec3e1509809dfc079fedadf +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_05_Cue.uasset new file mode 100644 index 0000000..31e4ad2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86003da10df46adc17c218bd139ab033bdf083e6116afdffda90cd02e48d7d46 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_06_Cue.uasset new file mode 100644 index 0000000..8e98371 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1681b25bdaa5e14b53f4f3f799c6cd54d4c6bf39fa9017edb954129afc4bedf9 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_07_Cue.uasset new file mode 100644 index 0000000..3800d71 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f53e78b18e1d75adc387347d0b25caee700b53f7067684d1b09693b47c5fdd +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_08_Cue.uasset new file mode 100644 index 0000000..cecf020 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728cd318b8524e41e7523490176b1ed59a4fba9c1dcefc6ad85bbbce29641aeb +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_09_Cue.uasset new file mode 100644 index 0000000..8d664b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e2bd4c4f7a850bd2559a8d99171f2b07f1c95c780c15e5f2b55fea57b3fea4 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_10_Cue.uasset new file mode 100644 index 0000000..4b1d599 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_attack_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fcc605d9fe8bb74313dc10f3df54ce6a9f5ebec0d8799990813a17aff321e4 +size 3418 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_01_Cue.uasset new file mode 100644 index 0000000..980915e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b53575af3ef1225549563cf42257f3d0977a846a53f52c6aee036e72d97042 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_02_Cue.uasset new file mode 100644 index 0000000..9e538e1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f98aaecc65f725316d4c8db78140aab741e9babd29b776afbce12aba6b7361 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_03_Cue.uasset new file mode 100644 index 0000000..14a70ef --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241c0e19fca281ada6739730e49e3df3b3adc1aa76af4b7343ea528b29dff36d +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_04_Cue.uasset new file mode 100644 index 0000000..c8084f3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd3d8d827f890d639736c3a0cd5c15781e4adbef867bf3d06caa4b74d94a7d7 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_05_Cue.uasset new file mode 100644 index 0000000..d4ade57 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e69f1fd5d001047900e53a2107c8da6b72860ac847754c0046b332371ff64c3 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_06_Cue.uasset new file mode 100644 index 0000000..f07dc45 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bae24853bf00207d51f3a0fa113848318ea8ebc99e73c38c38ead693bc5774 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_07_Cue.uasset new file mode 100644 index 0000000..5469d79 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a613ce727cb10a37cd803d0db3435ac87ba32930bc9f78c9f932e66addd1816 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_08_Cue.uasset new file mode 100644 index 0000000..8d703b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b998743d534cd77932ef68bf1a8e3ea24f0660e18b4dfdb1e496a9294e9b5770 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_09_Cue.uasset new file mode 100644 index 0000000..5b34bfd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd47126fa084dc85df538b50b1e8578dedb0ee3903bc02d36d28b39c064c6f80 +size 3460 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_short_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_short_01_Cue.uasset new file mode 100644 index 0000000..d8d44c9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faccb190d82e5d39c933ec5c215093e8a0dac415af6ae11c3d88d26fab5ab029 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_short_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_short_02_Cue.uasset new file mode 100644 index 0000000..644eadd --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c056c07cc41f31b4f3cd9189b71602c113fe909175b7fb779c11e0023357c4d +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_short_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_short_03_Cue.uasset new file mode 100644 index 0000000..84b4e6b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_battle_shout_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c181031d3f789f7ea046f70dbc0173cfcaea0cdcd43fcbf12cdd4e1aff38dd7 +size 3502 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_01_Cue.uasset new file mode 100644 index 0000000..e366562 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1c07393d96af4b0c05c73a458a2150f40e77fbe146506af808ccab0c0bda60 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_02_Cue.uasset new file mode 100644 index 0000000..8157ec5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc78942d1369249788bcfa29ce1354e1cfbccc7347d5b75051cd47fffb7cfb1 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_03_Cue.uasset new file mode 100644 index 0000000..6df56de --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5410cdde0c4ee9c7bf65c76574300f4fe61945d9e46560295255d3d860de44 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_04_Cue.uasset new file mode 100644 index 0000000..ba8432a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f67b3cdc8c16f6b874ff42c12dcce9d82bb2c4932b67b8c533eca0fefe4a25 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_05_Cue.uasset new file mode 100644 index 0000000..ceef856 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd58fbcb12755b92d427599705852f844dab12e8fd42e09282b12440fc83c0c3 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_06_Cue.uasset new file mode 100644 index 0000000..3aa8ae3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbed5ae1462810a4e94661f9575896dc1863311aa060894583c399abb55da273 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_07_Cue.uasset new file mode 100644 index 0000000..d7906a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c62f669fd3af3f03f762e09e31b7c60d5bfb1ef66142b57221a1a9384d8013 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_08_Cue.uasset new file mode 100644 index 0000000..c8e0fa0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4786770455f0c16b4d07fbef7afabb04a55235a57a4037d8be486d2be3f3bb +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_09_Cue.uasset new file mode 100644 index 0000000..01d296c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b4d80a656b6da62ed561471df62728aaac6ea17c853a9ad1edfc01660b3aae +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_10_Cue.uasset new file mode 100644 index 0000000..9dcade6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb06c901b02f3511545b0f9246af172ed25cbf15eabf0cb275bd8e14836bb1f7 +size 3411 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_effort_jump_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_effort_jump_01_Cue.uasset new file mode 100644 index 0000000..88badef --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_effort_jump_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca005780deda5168130707b6b7c778a6a55771305fc7c47b4c941ebed180295 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_effort_push_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_effort_push_01_Cue.uasset new file mode 100644 index 0000000..73a2864 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_effort_push_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629f576b038b35b8c894275b71f54abe56bf564da3bfddde2fc72a84b457bd24 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_effort_push_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_effort_push_02_Cue.uasset new file mode 100644 index 0000000..cb63113 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_effort_push_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e452497aa33161f882e2ddbb6a076ba65f355ba9848e104a9fa85c806da0db7 +size 3453 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_01_Cue.uasset new file mode 100644 index 0000000..0dd4657 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dcb4e48702b623a9067a6dfab9ecbd132a3e9f1265c2a8c337bbb8a0619e107 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_02_Cue.uasset new file mode 100644 index 0000000..7528157 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484ab6e7fbd1367cdb9e0b9421226ff327b34577140b145855e82e6a58bcd75b +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_03_Cue.uasset new file mode 100644 index 0000000..25eca28 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1f78e22bbb6b2f1f474c98940fe04f8b092903fce220ea873ea1a6ce36c70b +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_04_Cue.uasset new file mode 100644 index 0000000..07cc067 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e83041af922c975f6b2e2610f6ad31e46491f5e92814071f4fb86eeb480761 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_05_Cue.uasset new file mode 100644 index 0000000..2671fc7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6908b212ab005ec3821f460a229056ab769b7528ad54d61519be1714d6704a +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_06_Cue.uasset new file mode 100644 index 0000000..2bf75ad --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accc18a054fa62e1f8bcd12ebb10b9be822cd36a045c74bb2d5e909a43f63b58 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_07_Cue.uasset new file mode 100644 index 0000000..d9a1323 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e30a22428041aa17b505dc3d5d76d722f4f7882d69b864e63798ab8a1d0612d +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_08_Cue.uasset new file mode 100644 index 0000000..9c83f34 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38f6eed097059e789df8ebb41927bd35f5538b2630ed790fcd59016dc1a6bb5 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_09_Cue.uasset new file mode 100644 index 0000000..0f9b620 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eecb8aa6770900086e008682b7ec736146ae1fbe0b26cc7a769a7990f55634bb +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_10_Cue.uasset new file mode 100644 index 0000000..66bac05 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf2a75b561dc7578cf4ecf88a263f10b14ecb9873972aa4fd8c7d7b82d0b694 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_11_Cue.uasset new file mode 100644 index 0000000..bd3a9be --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c908635c802b6e59bda55223cc25cbbe939211c68312265a6b0f69d568849e +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_12_Cue.uasset new file mode 100644 index 0000000..1b77b47 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Cues/voice_female_c_hurt_pain_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c97a68a69fdf84f38757c9ff31d3862d146302e0fc393ede0db20c5e132d87 +size 3439 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_01.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_01.uasset new file mode 100644 index 0000000..1993235 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888e5dc50a88474abbfb89112b8ee5f004a8e5e4c1875a299d1ca2be53a56e13 +size 33171 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_02.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_02.uasset new file mode 100644 index 0000000..b1fa79a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a263dd72be1b66225af50fe4d7f7dfda2801481af04773ff23975acb630a11 +size 46720 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_03.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_03.uasset new file mode 100644 index 0000000..b9eab33 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353fa63c7c177f3c1dfaa65ffcb257deef36e125f7cbddb988335dc799d7cc4c +size 56210 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_04.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_04.uasset new file mode 100644 index 0000000..58ce479 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e6e23152913f692a00fca59d22fa624dbab7ef610c05623be3f63daef65adf +size 62884 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_05.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_05.uasset new file mode 100644 index 0000000..997244f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a68d80b3e2cffcf343736c59730a7c4ba5e340a1421918a5290aa74117e6cf5 +size 44024 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_06.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_06.uasset new file mode 100644 index 0000000..344048b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfab84b193dcfbf0fd3a43bb3d2c2466f9f337df8d137521f5e299f74f51cf3e +size 80956 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_07.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_07.uasset new file mode 100644 index 0000000..ed46d9a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c703e50bfad9335e985375a1b26dad934f3f11820a7fd5f3f902238e88e3a44b +size 70967 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_08.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_08.uasset new file mode 100644 index 0000000..1b596af --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f959c37a19dcbd55715c7de75074bb36159df05106a077b8b4b71b71f190c2 +size 46999 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_09.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_09.uasset new file mode 100644 index 0000000..e9aec59 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fdb31e2338f83a2f1b1bfee6226e6c6f15c833edf7f776307156747e97744c +size 96473 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_10.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_10.uasset new file mode 100644 index 0000000..9d47411 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_attack_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcd848f59adb2a68f8e140676dcd84fe1b37be903389fdf2f2e01dad44daa36 +size 81222 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_01.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_01.uasset new file mode 100644 index 0000000..f050250 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2f29884a35b4dca6fc78b17fb977268138264b657fb89ff92cf2867eba5c5e +size 173613 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_02.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_02.uasset new file mode 100644 index 0000000..7ebd9bb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747cf004efdbf3de5a8a2bdee89b4846518ea38ce4e1b59a98a861dfee7a087f +size 230049 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_03.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_03.uasset new file mode 100644 index 0000000..185566c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41b8d54bffab152ca69ed7c96bf0ba918dd502e3a25b905913b4d508698e6b4 +size 193382 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_04.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_04.uasset new file mode 100644 index 0000000..bd273a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d111e3a143963876f09ad94bd051c5a9577c0c1d8fe50bf515d0a9605d9977 +size 209353 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_05.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_05.uasset new file mode 100644 index 0000000..ce31e8a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5422ccf8b3f7d764f2d09659df35d15b535b7d5605a8be508d7cb9ddf1e7b5bc +size 198760 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_06.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_06.uasset new file mode 100644 index 0000000..3f343b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b768fd3a477ce17fef15e7c8ad73d5063e340f049f774053afcef48fb5ba6a9 +size 108429 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_07.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_07.uasset new file mode 100644 index 0000000..d46be91 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b7d29918a72a8b59f584841d814e9f85be025c33c5aa9b8de57180126dbca5 +size 178087 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_08.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_08.uasset new file mode 100644 index 0000000..69695e5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4496333e572c2d231ef98bc93f22fdfeec0040f621ebf6057b753085cec24edf +size 151661 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_09.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_09.uasset new file mode 100644 index 0000000..1d73ecb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4522e28e39e4a4190d64ad47281e65327d66687458e06c2e3803938c4fad352b +size 276930 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_short_01.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_short_01.uasset new file mode 100644 index 0000000..9f187d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6702e2b7a6084787de05ca7bfd4ee03ef4daba9a74f35df9a497210e18e7e226 +size 63124 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_short_02.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_short_02.uasset new file mode 100644 index 0000000..ef6916e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658a2ab1f0b348aac1c59a29f2a97b41e6ba5cae4aa786cc8301b347b33b4ed0 +size 97914 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_short_03.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_short_03.uasset new file mode 100644 index 0000000..4a7a057 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_battle_shout_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5ebfe15dd657f61504ebf5b113c33610c90859efe69389b187d5a92f55308f +size 130108 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_01.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_01.uasset new file mode 100644 index 0000000..f2b4221 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc0c07d4254666dd17433cfab0da7fc3600b729a2cba917f3a1f236e15c43a3 +size 121944 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_02.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_02.uasset new file mode 100644 index 0000000..53288b6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d81646e00dbf24e92b5a5213bd4c73f92eba8402bef9b204e74686f8a476c9 +size 89122 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_03.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_03.uasset new file mode 100644 index 0000000..9279179 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077bcebd3381cce16d6b13eb0139769981adced39370dd099e6b3ae70dc13b49 +size 129027 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_04.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_04.uasset new file mode 100644 index 0000000..64be91c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fac4f51824d20efa8e6b52eeeb38bae1e25ef0c0854591913e5d18aa695d6e +size 147682 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_05.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_05.uasset new file mode 100644 index 0000000..3a0f865 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0430f311e805254b19cc9f752ebb4872961da08c5ba829e1eaf0906582ece5 +size 83327 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_06.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_06.uasset new file mode 100644 index 0000000..f64a76b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c952195a133cb902fb85159206e573a290bd978af0f5b749d6de3a4a803ae7b +size 125538 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_07.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_07.uasset new file mode 100644 index 0000000..17d23c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb8246916ca6f672c92afaf6b844ecebf84a26e19abef354df7fcb4c64f04ab +size 150813 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_08.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_08.uasset new file mode 100644 index 0000000..4177c9d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15006f49e7a30aeeb1a9049baff606b12df83952fc5b9f104a74ab5dab8339c4 +size 172054 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_09.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_09.uasset new file mode 100644 index 0000000..7293b8d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f381297d617cf70ca9784a80b2a727c80b3922ee12ab131f2479decd85f1bce +size 154195 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_10.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_10.uasset new file mode 100644 index 0000000..2226a3f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fd3c985f9f00984a8c2b148af5f52d8a075569cf9dce9ed5559c34d618b1bd +size 226776 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_effort_jump_01.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_effort_jump_01.uasset new file mode 100644 index 0000000..e4be7b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_effort_jump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a86bf569f2c6b367463385c9fc8325e702e1010459cd851f86db314f152c89f +size 31454 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_effort_push_01.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_effort_push_01.uasset new file mode 100644 index 0000000..1a38c9f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_effort_push_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e4c0addb6345bfaf44a4cd960d0a2aea97e028bda8dd3042773edba3584537 +size 43772 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_effort_push_02.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_effort_push_02.uasset new file mode 100644 index 0000000..b056378 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_effort_push_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78b92f06bcbe7a410113daabdddfe6c44718ed97314e9bb545c8ff7e85d91b0 +size 43382 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_01.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_01.uasset new file mode 100644 index 0000000..ef1fbd1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fb3d541a74e0b8eab505b2c68db4ca0d0bbf3e03cbf80df71307f167aafd2f +size 45284 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_02.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_02.uasset new file mode 100644 index 0000000..54f86d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51897d413b892836b8d622c61dc8fd34ce0ddcb356095bae8d1925d29b9bb5ff +size 56994 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_03.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_03.uasset new file mode 100644 index 0000000..42ac136 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7d2fcfe0af96bc87bed4557c058f2cd90f826535cca0ba0fd1b023f68c84fa +size 59428 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_04.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_04.uasset new file mode 100644 index 0000000..945527e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f112833d9055fdf8974759ee2cb8b23018bef395f5e9c1945c8f1340c25bb418 +size 62804 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_05.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_05.uasset new file mode 100644 index 0000000..3a51698 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df778d4608c85be8c94b17abf2bac438715618b77c5a3f9227501276ad3e575c +size 88159 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_06.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_06.uasset new file mode 100644 index 0000000..7791818 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddabff4b8f64450df5a8704aee1bc5b49e9edcbc7c0ce7a3a28350d150e1b9f4 +size 45407 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_07.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_07.uasset new file mode 100644 index 0000000..277ce65 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe346f0a54d3a8a67188cd1d4912f82b85c1202e4dec1c46f7b09778cf061df +size 55842 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_08.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_08.uasset new file mode 100644 index 0000000..bd1f2e5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff070d7430b15f6ec83df7be6d942bd65f0aac6db24d760c562a6ffc4d799ff1 +size 72637 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_09.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_09.uasset new file mode 100644 index 0000000..0793ea3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25d15251aa7c354b97d0d348430cf0c9e3a4497f0bcf323b1a47bef24f27bf6 +size 83249 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_10.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_10.uasset new file mode 100644 index 0000000..84c9164 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6832be5fb500c8f02a73990acf63800a34afc811963e838945a14c9033b2e44 +size 101318 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_11.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_11.uasset new file mode 100644 index 0000000..427e13a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62abe0d24f8792e6459cc16fc1186df51f64bbf4d97f4fbde638e8edd1fae59 +size 61359 diff --git a/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_12.uasset b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_12.uasset new file mode 100644 index 0000000..93500ea --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/Wavs/voice_female_c_hurt_pain_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7fcfb6577620ed51641ffa7c8a4ebe06b64b8faf747840571ca0ea5090345e +size 36361 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_01.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_01.uasset new file mode 100644 index 0000000..4ec2cda --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef143f35177ec34fe4ca7a849030c7359ea7e73a39a815a6d22c3de9546d0919 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_01_Cue.uasset new file mode 100644 index 0000000..6060b07 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4a19e6afa6f32766320cfd096d8a7b79ae9e2b523494d613c52264d7696600 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_02.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_02.uasset new file mode 100644 index 0000000..eec05a4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455481ac3287dcf0d3d54d944a4adcfee4b86c503751c0353bd65caf9d58a075 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_02_Cue.uasset new file mode 100644 index 0000000..18ca6d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383ad4e0ce36b57ef8cc97162784a00515264cc159fb02a566362c7a9ed0d359 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_03.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_03.uasset new file mode 100644 index 0000000..faeda1c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5717820f9c903623fdfb1a8a8ed5f67a4f8a9f775f114b08a91b777df065b28e +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_03_Cue.uasset new file mode 100644 index 0000000..02656a0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b19f30d5e86457a5ada43c1edfb07c933e7cc48335e7e73a9b1b82cdd3d308 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_04.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_04.uasset new file mode 100644 index 0000000..cc1e023 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8a32cfd450591426f3318b2374fc6ebe58964e99724c2ec41c05827de65139 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_04_Cue.uasset new file mode 100644 index 0000000..3bfb26f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b14fb34da6d63325225a8623f4fe83138c74f3337c861eb5286060def535c8e +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_05.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_05.uasset new file mode 100644 index 0000000..a0dac23 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f886378c4c8caed85d464a94ac3e7eebbddc9a3394e66df8cfe4c73949b33413 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_05_Cue.uasset new file mode 100644 index 0000000..990c89e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462fd7f9a2386e7657daaefc755bcf5cf312fe01f852b315831f2ce39f6c7628 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_06.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_06.uasset new file mode 100644 index 0000000..33e3703 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ac3bd784c4c81292b7618502a161b6bfa6718d124c702921894db5a04e745d +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_06_Cue.uasset new file mode 100644 index 0000000..171d4b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67950998960251521beb1b65d554ea59104ab966ce7f614ba518cde79de726e9 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_07.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_07.uasset new file mode 100644 index 0000000..063f9f3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2994320bb7e16759f2b120ec4957096e1dc8fed4a5e676aeccb7f5da91cc6c +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_07_Cue.uasset new file mode 100644 index 0000000..379bbc0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f5e1f5cd7923f33664b1379d8ab673a93ae0cb6483cf999e1760e9cb067736 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_08.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_08.uasset new file mode 100644 index 0000000..23262ab --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f505fc7b40b8f31eac9340bdde06d9af47354f634e57417492cebe48f19a1b3 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_08_Cue.uasset new file mode 100644 index 0000000..80667a4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d16079275f87bc045570462f2edf8bfb668f84bfaab30bf119b021c2232883 +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_09.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_09.uasset new file mode 100644 index 0000000..7643fc4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15bac1a3f81294604ece461315c47a638ef1772f3716617f69cd8cb6f98cbea7 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_09_Cue.uasset new file mode 100644 index 0000000..699591f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231acfbb057e867f8e0c294b37b19382e8ffada6a9e5cdc8185e3bcf2385b23d +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_10.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_10.uasset new file mode 100644 index 0000000..9500513 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf1d6e812ff7ef2d2677beb65b101cf3ffb46a0874a11369376f3d3204b3032 +size 541 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_10_Cue.uasset new file mode 100644 index 0000000..227cb8b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_attack_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d1bf6c659822b40d26fb25f948ff8da422b31839f8212727fee1a798c1adce +size 548 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_01.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_01.uasset new file mode 100644 index 0000000..b3eaffa --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6f406c845456c34e624e7881f3180d51ae1f87443d57f685e38c7c8d46751b +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_01_Cue.uasset new file mode 100644 index 0000000..bf2e653 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f00e00af7a67fbc55a8b917e6a342144e4770e6107e796878ed3d081dbecfff +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_02.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_02.uasset new file mode 100644 index 0000000..32038d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa218d20fdffeecdd5090c3dd75278ab6009fa25265c5a86bba9bdb1cf1c2dae +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_02_Cue.uasset new file mode 100644 index 0000000..6a06c0e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f52d95b5df1046809b761a70d2396141e64d93a0790dafec293376fc8b7a3fb +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_03.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_03.uasset new file mode 100644 index 0000000..d886d05 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4636f6d3e8e8b88913239f5c0abd5648399e00df0a205a9078559fb32730fa4f +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_03_Cue.uasset new file mode 100644 index 0000000..545c0ce --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27152fe917c2f3872a34181e0392a3faeadafc2ebb8936e030c259d94a8794a3 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_04.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_04.uasset new file mode 100644 index 0000000..c0dae35 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8531aff00fee7b436bc239c93d4e6a99b168bead4597a610fe7ca73efe4f5ca9 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_04_Cue.uasset new file mode 100644 index 0000000..9185cb0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95dae78384f3fed9db4b317d8d7368b31466612b9fe216793bab6ec2a7f60b69 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_05.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_05.uasset new file mode 100644 index 0000000..36d55e5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fe55c916dbc44477d4f168513f32e65c3cba5ae94615b2704df8a89c27a66a +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_05_Cue.uasset new file mode 100644 index 0000000..408662f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be58e026749342f7c35474cf02d8fc1516ceb374b0bc6c9bb6dcbe6630a71871 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_06.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_06.uasset new file mode 100644 index 0000000..0757f4c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da42e9b0cdec31e7afb5542f9e3902e9bdaf226021d5481ce6a512e940b3f716 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_06_Cue.uasset new file mode 100644 index 0000000..732069e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a9a4a50e4a3dede42904a3f1eab81fff68af9546d9b6de0b36eb131dae7c76 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_07.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_07.uasset new file mode 100644 index 0000000..eb4b8ea --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47ffc8b6ec0b557bcbc7e3a04ee59ce1d438f0e971556bbe08a961b0935866b +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_07_Cue.uasset new file mode 100644 index 0000000..500dd7d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6fff36ba30e3f2ee8f78643a0cf6aa05b55d17869a0abbf8567f22d5ba8983 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_08.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_08.uasset new file mode 100644 index 0000000..e0bbd82 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eba5c4f6e82502da88af70e8ea7d30449893f8bf1ee7e21c5824a3babfe00b2 +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_08_Cue.uasset new file mode 100644 index 0000000..5ed0289 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81c649aea4b37e6bb95ac3867f266d612c46f508f848afe3c9cc4f0ec13a729 +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_09.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_09.uasset new file mode 100644 index 0000000..d96c17e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad9e70f5abc80888a7a7855fb80eeda7098cf228c4ec12a305259e954f4b69b +size 550 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_09_Cue.uasset new file mode 100644 index 0000000..cd77034 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b4b5a058591594694645ed07db2d07577ae456948fa07b93a39ff3f3f5b60d +size 554 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_01.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_01.uasset new file mode 100644 index 0000000..4f19256 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0388e539b026d7c5cfb849b22347a4f507b1cc8cc0697fad057d97aec34ed7c5 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_01_Cue.uasset new file mode 100644 index 0000000..3d2f439 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd4849e11dd717aa955d30058c4816b5271fca803da8ee9443775d9a9e7ab73 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_02.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_02.uasset new file mode 100644 index 0000000..13315c0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d93390f2300197890d7ce23c0d7865d29c5540c05d1eb1068d3e9987cbc57b +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_02_Cue.uasset new file mode 100644 index 0000000..5f9ec9d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc8a12e2f21b31334f1215923abc89cdb50a8dc71541a26ab5a54ef728ac457 +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_03.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_03.uasset new file mode 100644 index 0000000..c64c8e4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc9a9f59e94a9d7b41c42ec2c51bb0ed96033344c7e23ecc2923ab1371f1a46 +size 556 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_03_Cue.uasset new file mode 100644 index 0000000..5a6b1e5 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_battle_shout_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b796de5f78e9a3c764d3ca3925bbd7ee2f0523707027944f16922efeb9f83e +size 560 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_01.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_01.uasset new file mode 100644 index 0000000..4023f43 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244e2e44d0ea8c286847eb87a72d1960dc9a816a8059ba25346e4c6df428a0f5 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_01_Cue.uasset new file mode 100644 index 0000000..eca259b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d705335dc2c5ab6d2d6f119d27fb9b240a2daa47e60f64477f3e8d04c12c11 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_02.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_02.uasset new file mode 100644 index 0000000..12b742d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2008a3548e8d738a8fa91ef45813a063861a8ecb513c7be26c40d77bba20a76 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_02_Cue.uasset new file mode 100644 index 0000000..dbf4059 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab40647133fa176bc629249b586977a488532fcf5c787602df4b4da30fe3db1b +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_03.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_03.uasset new file mode 100644 index 0000000..9edc121 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18323ddfe8ce1d2c582efb3855b08fcde0e3dec63fe89a0dc012537f6b55f5c +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_03_Cue.uasset new file mode 100644 index 0000000..568a67d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b292b8878700b20f3c729e131566c4df45eb6fb6cf6f90125fbc0e340f51e77f +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_04.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_04.uasset new file mode 100644 index 0000000..f12bc30 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741d42a0684054157a215718bc0ed7242250a14546074a2559b025741cff83cc +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_04_Cue.uasset new file mode 100644 index 0000000..645f178 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9c660f29294b7d4ef84a7705b9be47747dc9332ccea8900bfb43e2370dac96 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_05.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_05.uasset new file mode 100644 index 0000000..b7b3913 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123a908708b0985ae026d769eda77f9e33977e0c19e199b9b515a5983ae8ca89 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_05_Cue.uasset new file mode 100644 index 0000000..6ee3f1a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ffbd0c75d416b51677185a04e62ec6a0a372670db8e8b38e2e163679349171 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_06.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_06.uasset new file mode 100644 index 0000000..a8b3f43 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba36bd7518721c55995c8f2641050027b1ca21218bd662c36a47b7fbef90c47 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_06_Cue.uasset new file mode 100644 index 0000000..10e1fa2 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc007fdae1c16213ab042bcdabc06d0e9606e77e9da55ea4ba3f3e4108ca6adb +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_07.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_07.uasset new file mode 100644 index 0000000..c3a916f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c78b600f94f72dc765bfdd2ae196c442345fb077e6dc6fe3b2cb76bca82fe3 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_07_Cue.uasset new file mode 100644 index 0000000..0237e46 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a96d8a7222447275c518540edea69b89586ec86823fc45580f78405f4ce3afc +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_08.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_08.uasset new file mode 100644 index 0000000..b472394 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468a521f7b2c13b00cb63026b4abe3a45e787f9afaeab1d76f73ff91e2022501 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_08_Cue.uasset new file mode 100644 index 0000000..108e540 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f621694faffbeac25f23bf013310cfef1cdeea93146ceeaa1ba2a59cb87afb1f +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_09.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_09.uasset new file mode 100644 index 0000000..1b5a1ce --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0246aeea82ff0efea3b3437378b264bd3d01eda4c24df811da5620b9a20cd6 +size 543 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_09_Cue.uasset new file mode 100644 index 0000000..b67175d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45406fde089b50985bdd4a45508e1a698f62ffef4426e8af3132987dd08b1b9e +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_10.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_10.uasset new file mode 100644 index 0000000..396b9c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080481f51f2082e9bf7dd35c3233b08cf33b6bb304ab07ca50f7936d8cd4244a +size 540 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_10_Cue.uasset new file mode 100644 index 0000000..28c6a7d --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320192ec75ed1c2527048cfb88c58eebeaec298d02281fef08ee94719327f1b3 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_jump_01.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_jump_01.uasset new file mode 100644 index 0000000..259a773 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_jump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79dd6ad3a1a292cd5d0d205db5132295f967d1a132bfe84fb43b9f3a701489f3 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_jump_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_jump_01_Cue.uasset new file mode 100644 index 0000000..d030947 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_jump_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fad9acf42bb116cfe056b167a6fb71c0a18895e6fe388c438f896a39f8f38e +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_01.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_01.uasset new file mode 100644 index 0000000..5fc277a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f667ab2ace71962cbab70a184283a7b9c4767e23cfdce0236f0ef1390685df9 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_01_Cue.uasset new file mode 100644 index 0000000..866e716 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b585d1d9c26ff9c726d1463b84d9087a21ede25b57f64e04f5e91fc9e5f3df1 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_02.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_02.uasset new file mode 100644 index 0000000..6f3560a --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e3c466bf45482def2cbf4e6d71e3c3367cdab02537a1afd720a80574d80229 +size 549 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_02_Cue.uasset new file mode 100644 index 0000000..b253699 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_effort_push_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b74fb1563df0f42d48f5564faa9a803e3669ea9a2a0f3415193364deec85f8 +size 553 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_01.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_01.uasset new file mode 100644 index 0000000..b46b9a1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ae843235c06348320bb73bb6ff140184caaffcf1ae32681292c377b311f27f +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_01_Cue.uasset new file mode 100644 index 0000000..2f8b6d0 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212d89c78dcc6c93798dd3056b26649575630e644f9abbf895953b54bfc57fc5 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_02.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_02.uasset new file mode 100644 index 0000000..bf9a184 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cc39168ffa2393cf4441abe574163140c8d7a05c1e9d2a838da6f72d28e8fc +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_02_Cue.uasset new file mode 100644 index 0000000..428047f --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf46cc687ced92d060629a31bd2ab9dbd5742e8d5b39257384cb2e2ebc00460 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_03.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_03.uasset new file mode 100644 index 0000000..53fcecb --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c367a2ea8f4799d0bddc554fb5abbc7d5d96055b2617f35a2f697b37a429e0 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_03_Cue.uasset new file mode 100644 index 0000000..98d2fa3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad53ee676270d07150a131ea6b01da529bf7d812f879640dba30c22bd225cca +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_04.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_04.uasset new file mode 100644 index 0000000..abb24b6 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13d1f151cb3ca542ba50c68fc94bb6e50ea306c4185c7f4bb113805c50485bd +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_04_Cue.uasset new file mode 100644 index 0000000..ca416b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c779855b5e599328a7f45781504d64dcf1ca510b25158f9db718381b162909 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_05.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_05.uasset new file mode 100644 index 0000000..b069a52 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fb751ae6e565f7c070685a7ab96651b3a5206a13954acbcc1255b69c5a07b3 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_05_Cue.uasset new file mode 100644 index 0000000..0329921 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c533a47daaba3ded4433edecf829ed57e5dca66b0c0cdfdc457798bc523a1adb +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_06.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_06.uasset new file mode 100644 index 0000000..c1bfde4 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c6f412e7842dbcf761e8ff54202babb9af59c510c41758a714e706c71664c5 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_06_Cue.uasset new file mode 100644 index 0000000..9104fed --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35a1dad2c99318bdadd9cc76a08d6599da2f39398b629314caeab794c753446 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_07.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_07.uasset new file mode 100644 index 0000000..ac28af1 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95930f5de3134dcacca6558c80b90e10f7c95b192d563cae723565f70f371b15 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_07_Cue.uasset new file mode 100644 index 0000000..e247f2e --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da2f824e7f04e002d4697463f7a81f32818056c0b4bbda114b001305261519f +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_08.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_08.uasset new file mode 100644 index 0000000..9488916 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b731e5f0dfcb6d1ab305188149c54fa6b34412d47f2e89bb677a27acf90473c6 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_08_Cue.uasset new file mode 100644 index 0000000..51a2c02 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20895b786ade34e3cd795b1e2de8830533ad0db2ccb6c7e3dc4ddc2527bfdf18 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_09.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_09.uasset new file mode 100644 index 0000000..1cf9977 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bdd7c03c4c6072429d3aae46023fc2b7f69cdab769c761f2771607c8efc964 +size 547 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_09_Cue.uasset new file mode 100644 index 0000000..22d941c --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7024302f64b9724577d59b7298c6d642ca0c54896a23bbe8f0cc2c94dc86971 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_10.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_10.uasset new file mode 100644 index 0000000..51be093 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3eed148510708f67efbee2ca2affbb5c5f29e00d56b908d791f6748c2084be1 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_10_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_10_Cue.uasset new file mode 100644 index 0000000..5ea3c2b --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f8f9ce789e3121a69aefb0b4eec36ff4bc4ac88742dcc471f7d5e4de2bdc86 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_11.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_11.uasset new file mode 100644 index 0000000..5dcb7b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129e1bcd2e59f3456e9179524852db5105d5e0ba55b85f40767bfe208bc69432 +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_11_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_11_Cue.uasset new file mode 100644 index 0000000..81f1d66 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0100209e9aa2843d7a96308114220dbf729472b30a820a971628da481df220 +size 551 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_12.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_12.uasset new file mode 100644 index 0000000..2bcf517 --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba83e1566cf502f626fb51975699ad74e7448952b9d40d54ae756e01c4f199af +size 544 diff --git a/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_12_Cue.uasset b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_12_Cue.uasset new file mode 100644 index 0000000..2a1fede --- /dev/null +++ b/Content/HumanVocalizations/HumanFemaleC/voice_female_c_hurt_pain_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe3c9f4c819d99643c205fcca09eda88c5770e745d76d9bbc012aeb68af53fa +size 551 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_jog_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_jog_01_Cue.uasset new file mode 100644 index 0000000..ff4edbf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_jog_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a1dd3cf803beb4f4c1cff319251f981e62b7f0469a2b4870b302e1cb7f0785 +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_jog_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_jog_02_Cue.uasset new file mode 100644 index 0000000..fda39aa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_jog_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c000895f9d0f80de4873c6152853a5ed547845975ae67a726142ca429f612565 +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_run_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_run_01_Cue.uasset new file mode 100644 index 0000000..668aa11 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_run_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e92e5e7012c673a10b4a1abeccd49006f655743421485938f8cdf31fadf8f8 +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_run_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_run_02_Cue.uasset new file mode 100644 index 0000000..05dcffb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_run_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25f5c5edb8e273c452e25600722cd6a6775318cb7233ffd1610586600974741 +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_walk_jog_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_walk_jog_01_Cue.uasset new file mode 100644 index 0000000..6f307c8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_walk_jog_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929352d3b82b22fe5b1894899d2a0749c0db914a40314002e200a7f963dd9aef +size 4487 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_walk_jog_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_walk_jog_02_Cue.uasset new file mode 100644 index 0000000..7afba5c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_breathing_mask_loop_walk_jog_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be81bc983acead8d59193179ecfc585dda9bf66c9d001c37eea9197f1065abd +size 3538 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_01_Cue.uasset new file mode 100644 index 0000000..9311ae7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de360d2cf953f3388bdab3ee07ab2df8ee6697a5fb54a477055045a8701673a7 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_02_Cue.uasset new file mode 100644 index 0000000..1073317 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd01ad2f18ee5d3e85573380eaf1f2a341fe15d4cf1af734eef5d22ad7818ad +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_03_Cue.uasset new file mode 100644 index 0000000..d9dd47c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96cb56114b6df9a5e11db7b7c075fdd571d009a74a49b145547e3a9fdfab3444 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_04_Cue.uasset new file mode 100644 index 0000000..1730ef1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c89f4575f6c0cd670ca9d651cba9f46ef186ca718e49ea3a0597a9c696ac33a +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_05_Cue.uasset new file mode 100644 index 0000000..d8d9de6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec9f3044919740c386c82fa0f977ecbbe759c95032ad61ff10f66067e5ef123 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_06_Cue.uasset new file mode 100644 index 0000000..9a3a9aa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218c6682613b08b00c894ce5bc7c71a1e14d4d8abb0dc0eeb7bfd45db528d1af +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_07_Cue.uasset new file mode 100644 index 0000000..6b03cd3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a7c20cc13fab7d3cc7f1605f3ce4539a63b56d12bdef83e7c73d3f92062008 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_08_Cue.uasset new file mode 100644 index 0000000..5a46aeb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503f9339269a495b39b2615a2a5947911a22dd281eba4a6298e6200038f9e178 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_09_Cue.uasset new file mode 100644 index 0000000..4d2c946 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f79cf9a61046ddd4305455e07c2ec0789a35467684ab15022728a87eb8fd43 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_10_Cue.uasset new file mode 100644 index 0000000..9eefe05 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ce195717553feb5b3ba24ea3ad215b5960f30bdec30fac0c4a35495054369d +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_11_Cue.uasset new file mode 100644 index 0000000..788888b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6819b7f95ab7cc884969079eff0184f09dbded62fb4e8514db67480a8f3290 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_12_Cue.uasset new file mode 100644 index 0000000..b031e53 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e6b3d1ee5bdb88c89c146572dae5fb94ed2169fca562c8093e82a0919186d4 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_13_Cue.uasset new file mode 100644 index 0000000..a987484 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712d335e9f9c1d0301d46138918400fb9bf51708b113618ab5cee6d86288187d +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_14_Cue.uasset new file mode 100644 index 0000000..e2e3a72 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da16c1dcd11ae3356ff894fee5292159b5d49970deeb5e5e32d4e2d6ed50195 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_15_Cue.uasset new file mode 100644 index 0000000..e694107 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e67f022aa59b51a31874c3e8448fc6ee8bb5627554041e003036250392c947f +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_choking_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_choking_01_Cue.uasset new file mode 100644 index 0000000..d7cc5ff --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_coughing_choking_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccba1dded037593491fc689290ab50811967fccbf9db900114fbc0ad8471330f +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_01_Cue.uasset new file mode 100644 index 0000000..76ec88b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6900077015ebeacfc605b393622bf418f151d62da8adfeb45ec75f6c632fc466 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_02_Cue.uasset new file mode 100644 index 0000000..319abac --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503e4eda01c3324a32335606805f95500e6396050bbb353df0b69d5fc0a27b70 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_03_Cue.uasset new file mode 100644 index 0000000..ace8c16 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9713e21f68c134e1f603839b84767263d555733a6a8bda7dd86d35b7bbedbd8 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_04_Cue.uasset new file mode 100644 index 0000000..7091572 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8bd159189518b28aba2eeee97beb2f8d63b5babff17dcfda5f984573c9cb72 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_05_Cue.uasset new file mode 100644 index 0000000..d94b639 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087b5416b4a846ec668ba257a0ea1e412093766b26b2ed7032a911330b94e0eb +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_06_Cue.uasset new file mode 100644 index 0000000..1353dea --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32fe155834e02c7d65c59a181700158bc56ddfc8887ef22f1bea869cca81f73 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_long_01_Cue.uasset new file mode 100644 index 0000000..c0b95ea --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e19ef563428d56a3b0e47c441f6e9985213be54e9554489a9b9d0ffd96e40b +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_long_02_Cue.uasset new file mode 100644 index 0000000..cfc5300 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414c1f31da7a1c4f08727cf749ddd2646723c2ce88e62a481ca719190a75164e +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_long_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_long_03_Cue.uasset new file mode 100644 index 0000000..ad92545 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_effort_grunt_long_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166cc87c7bc10d65688d32feb6215777811d806b2e335618d4643806aad80035 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_01_Cue.uasset new file mode 100644 index 0000000..8e9b9f1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d312308dca741c3f4f29481c58880529df20c1fc1cdc0c57ed1bc1bf5397d09 +size 3377 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_02_Cue.uasset new file mode 100644 index 0000000..0cb9ea4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bea678e19a7c071be2d6cb94d1f2067559d7776699926183fdf8f40a60774b +size 3377 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_03_Cue.uasset new file mode 100644 index 0000000..52e95ed --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18646218da95b2c10d386c932429014e99fed13fdcee1046c1decbd7d683d1f8 +size 3377 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_04_Cue.uasset new file mode 100644 index 0000000..a66a435 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_groan_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7ff3a69d460fecd4cf5a1efeea6f52f6f4ca9c7676d4b025417fc7ed2b8dc7 +size 3377 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_01_Cue.uasset new file mode 100644 index 0000000..b4c1591 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ce65f2e8836a208c97a5f03361b09f6c240edc3a187995ad8ec796ee143df6 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_02_Cue.uasset new file mode 100644 index 0000000..e65405b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9367b5309aada371a31a1475898463e3f8dfecac7bd10d2ee1d1bb37743fa0d1 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_03_Cue.uasset new file mode 100644 index 0000000..80ccc98 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab44814fa430cd3f0deaf0b19af4060536b8f8a4fc965523865fcbe27b11a390 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_04_Cue.uasset new file mode 100644 index 0000000..89e588a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe2ecb39110b1aab3661109029daeb58eb7afec5193ef1289c673357797dce6 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_05_Cue.uasset new file mode 100644 index 0000000..13fec88 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f38f5a1b27ea557a9ed391b951c62c7ea16c3357e35c09a051e9660c92ec78 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_06_Cue.uasset new file mode 100644 index 0000000..96bdc6a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ec16801a13bdf1998e8e2ca4a6d3f0551a74748cf8ac54598500e53b85bb1c +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_07_Cue.uasset new file mode 100644 index 0000000..db997c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4538abf3d39af3f8325bfac8e631f841dd527bc766911310cfd4e8ae4b078627 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_08_Cue.uasset new file mode 100644 index 0000000..c86587b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7acad89cd07e722b19c3ff5fcee29f94d25c40483c5bf1f4f2506b361ad0c5b3 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_09_Cue.uasset new file mode 100644 index 0000000..a9cce5b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d776e0d3a65ac072d3d9144b3b7fdee49826989aaf07c1c71c1b9c89426b72 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_10_Cue.uasset new file mode 100644 index 0000000..b970b7b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc24bb59a8cb80c7d83120f4f0cc232ee634f96bd2e59187bbda705f1788a1a7 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_11_Cue.uasset new file mode 100644 index 0000000..1a996c2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e0070ccefd7d86229c63bc26b1d1c9735e42250347da1e7253b92b0953dd31 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_12_Cue.uasset new file mode 100644 index 0000000..b1dfaf9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58320d14d35b5fb68f20135ba4f77a0a1b7983fc192be53451e3f980228a7a37 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_13_Cue.uasset new file mode 100644 index 0000000..615f138 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc5b0eaea05334453e42129c96bd05b13ad5282a9915ab0ba3ed85a4b188ab5 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_14_Cue.uasset new file mode 100644 index 0000000..51bab21 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6883d546fe89105b4d18d06735d00a7b4f9e27b89e6ad302bd19955791d672 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_15_Cue.uasset new file mode 100644 index 0000000..ec5e1f9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fad4029213d7d7da01e91654e4b2b53be1a4d7f646bc7b3fa12d087d1dd7b2 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_16_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_16_Cue.uasset new file mode 100644 index 0000000..7b03051 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c2ccb9d08932907548a7ceb769ff3115ce2460dbbae42090cbe056fe3d79b0 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_17_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_17_Cue.uasset new file mode 100644 index 0000000..c1f1940 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231897c0f8f28f39517483654d572b93024767786795648f30d3b878c90f9459 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_18_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_18_Cue.uasset new file mode 100644 index 0000000..09d7e25 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_18_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e43900f49ade2aa9f8a6de125fa52c8e3c7b8b780eaefbcc5e3cb000ef19b29 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_01_Cue.uasset new file mode 100644 index 0000000..e92a8a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facd8ead8b96e6c71e886688f68c78d187c1cff4b3f1e18df87b64c76781b1b0 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_02_Cue.uasset new file mode 100644 index 0000000..16c8ede --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67d1ffe8574e82bffbac76e97649b25c99fc2aa62ee1d1600391b0ab5f67f23 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_03_Cue.uasset new file mode 100644 index 0000000..0b35584 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3ce44a4722889be80970534c57b52b13d9286ae59c52069a85edb3a01e0ab1 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_04_Cue.uasset new file mode 100644 index 0000000..f98590d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2cb1d0ac52345937a6920bc0c70ce9ebfc7352c0ed522f4031c2d9e23842e7 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_05_Cue.uasset new file mode 100644 index 0000000..ae55c09 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561b722d0c7249e8a0162b3943e6f69f0de6550d35b0fc9ebaf7c9ec4e2f988d +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_06_Cue.uasset new file mode 100644 index 0000000..ea8ef85 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cd113ad9036f16348f9e4d3722f279330e0f9d723d69c1d7178534e7e97157 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_07_Cue.uasset new file mode 100644 index 0000000..fc34909 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02bee478d42adb3a00c09bb0b741fb65f667cba8e5f60867aaa9c7b6fcb30d3 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_08_Cue.uasset new file mode 100644 index 0000000..7a4b383 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5f8bbb9d853fa04340263dd5579056b17870615352e3be49e3a85db56140ed +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_09_Cue.uasset new file mode 100644 index 0000000..038c499 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54fc0442eba000ed5a83b418f4c4c4ed94f335ded969370865891f9768d07c98 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_10_Cue.uasset new file mode 100644 index 0000000..928a4e7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_grunt_pain_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe16aac442221e2a996918ab5dae9d93208a3d5f29be226f5b6713df725a1ae +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_I_ve_been_hit_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_I_ve_been_hit_01_Cue.uasset new file mode 100644 index 0000000..0421f7d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_I_ve_been_hit_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85777cc9abc808157ee5f7043a9ad08aec5a64b71c0f245e0c7231ca7d6a43ea +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_I_ve_been_hit_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_I_ve_been_hit_02_Cue.uasset new file mode 100644 index 0000000..a4e8ebc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_I_ve_been_hit_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0574e97b8f21139053b95259b8e477b529f3aef1745ff8fa70652e03ef5664 +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_attack_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_attack_01_Cue.uasset new file mode 100644 index 0000000..89d547d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_attack_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8513f96b13e85c703de642003e39ee857ff323c49bd29b4b6bfe83dde57cae +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_contact_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_contact_01_Cue.uasset new file mode 100644 index 0000000..2a98f69 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_contact_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b265a680a8220afec652def7b06afbf1f447784117cc41cef484bf75ae6f393 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_cover_me_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_cover_me_01_Cue.uasset new file mode 100644 index 0000000..2347b3f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_cover_me_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd5f5b921953da1f75597b4b05508e2431c53e634f9014c6fd878bedb98716e +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_enemy_down_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_enemy_down_01_Cue.uasset new file mode 100644 index 0000000..5ed8de3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_enemy_down_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82a1f22b99eeeb77a4ab16a995976a5092372219b46eed2280ee05cf181c6b1 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_enemy_inbound_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_enemy_inbound_01_Cue.uasset new file mode 100644 index 0000000..d090b8d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_enemy_inbound_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f73496ae7ea6c4be15122663a0fce35646a75953f54b5f6b38bbe79f78785a9 +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_enemy_spotted_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_enemy_spotted_01_Cue.uasset new file mode 100644 index 0000000..276b709 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_enemy_spotted_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d5626a65234929f873c0b85993bc56dca691ac3acc2e60ef995c345c46902b +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_fire_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_fire_01_Cue.uasset new file mode 100644 index 0000000..c5a2047 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_fire_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f5a18bb4d03fbabf578b0107ef9d907981659c9ffe2b6df0e5207f17b844d3 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_fire_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_fire_02_Cue.uasset new file mode 100644 index 0000000..15136b6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_fire_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33d898071a1ce4d5b5f3c6cd9567fdbf4a54d7279c28ac221fa8329e656b8e4 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_genade_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_genade_01_Cue.uasset new file mode 100644 index 0000000..2b97d4a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_genade_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f869d3f748252d5fd54ccb7e92c4d22118b0d9de603aacc6b640ef12625b9bfe +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_genade_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_genade_02_Cue.uasset new file mode 100644 index 0000000..362107c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_genade_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47391f04e852e2b31562a4084e3433b610d0a95501ea913cccecff15e519fa6a +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_get_down_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_get_down_01_Cue.uasset new file mode 100644 index 0000000..8c92323 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_get_down_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f762e145ef3d4a686db0e6b10d46ddbd5bb519e1891924f4fe519eb3c278fd +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_01_Cue.uasset new file mode 100644 index 0000000..0a03d33 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349e39234b2b9a268ba07a4ee8405310dc47dda841e9ee593ed990e69941303e +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_01_Cue.uasset new file mode 100644 index 0000000..f43b879 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7896a6442b1abd089d848fa0a889b2d39391e29d6d7e3b6a67fc3f8012d3bc65 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_02_Cue.uasset new file mode 100644 index 0000000..5699bc4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308c48ed3294ccd1a7e80466dab048ee5212afce1ac52ce74404be6719becb61 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_03_Cue.uasset new file mode 100644 index 0000000..b8b715c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fde322461ac3c06b73a0452b415c3a7c4bb6216bae3e450c681626a48b6120 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_04_Cue.uasset new file mode 100644 index 0000000..54eea95 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_go_go_go_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99d72d1f5a307cd57bda813d91d21a595d4718b5ccb92f33246a521a629fd9d +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_hold_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_hold_01_Cue.uasset new file mode 100644 index 0000000..09a8bcf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_hold_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:694cbf7f33a81b1686c94a25d7e47fef9a2af83ecdec4ab9f4ada0f2045dd518 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_move_out_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_move_out_01_Cue.uasset new file mode 100644 index 0000000..3c9bb3a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_move_out_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d3cbb6988699221da5b1e147cfed569862f624cc7691ff92aa73eb20e85133 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_move_out_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_move_out_02_Cue.uasset new file mode 100644 index 0000000..e9d56b2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_move_out_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed0c1f4903f8ad7590e7042836faa6db1930666abb44480fa31641dd0607c90 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_retreat_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_retreat_01_Cue.uasset new file mode 100644 index 0000000..62a7f19 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_retreat_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9894090614d4e68865a31c85a05513b96d0914b1c2002f8dfa315db99991bf27 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_retreat_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_retreat_02_Cue.uasset new file mode 100644 index 0000000..4ffd97f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_retreat_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1b324dac1ff4c2a72dd18470ab5ca4766563c153e6f930e7092ed00c70324f +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_we_re_being_overrun_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_we_re_being_overrun_01_Cue.uasset new file mode 100644 index 0000000..495b42d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Cues/voice_male_soldier_we_re_being_overrun_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e69ed24fcc790ace8360e72731728158e623675ce14dcd22346c1d3c2e3f388 +size 3531 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_jog_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_jog_01.uasset new file mode 100644 index 0000000..49e23e3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_jog_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afaba0db02df7a37a580324bfaf4e4c10f59e53fa5ba51bdc673f3394c45665 +size 621750 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_jog_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_jog_02.uasset new file mode 100644 index 0000000..4e2e26d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_jog_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9c0e31a6e5dbecd8b200117aa83836ba42584658354593eea90f5385176355 +size 478728 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_run_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_run_01.uasset new file mode 100644 index 0000000..dd85581 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_run_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f783c421aced9c5e122f67da664a3322720fc127396a07be6f0c01c110efed +size 301309 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_run_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_run_02.uasset new file mode 100644 index 0000000..bfaa3d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_run_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a51bb2667b6f02157e77b94862a5268bbded9263792a729a8499404ab86e6c +size 296436 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_walk_jog_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_walk_jog_01.uasset new file mode 100644 index 0000000..8c8b75a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_walk_jog_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce1235bc47b303fc2176348165d54616ade0644d3c264f5f02c8e0d01649432 +size 538788 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_walk_jog_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_walk_jog_02.uasset new file mode 100644 index 0000000..25324ac --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_breathing_mask_loop_walk_jog_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb7e654e82d0a688d01adcdc387d72c510becdc9c49aef3361e3b203d1c4fde +size 395914 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_01.uasset new file mode 100644 index 0000000..69454ba --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db33d95799538097d355e67c487bdc80164a4a58bc584f5904f0245947532c50 +size 151171 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_02.uasset new file mode 100644 index 0000000..2282a1e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200fc1d93101c19d9b4524c8f9aabdf9d4ac9076740beee3fe9d0a21b108acda +size 74639 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_03.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_03.uasset new file mode 100644 index 0000000..eac74b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5b6c20a9c6b32f0a862014ea6f78fd123bb08b213f17921981e84ae69b75d8 +size 196679 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_04.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_04.uasset new file mode 100644 index 0000000..28a9757 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0c160b0852de79277375ed3dcd2903f1da48db43b565cf0b33227220a78d6e +size 117837 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_05.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_05.uasset new file mode 100644 index 0000000..cb2748f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f534a5879865ef143de3c7bc82e6faca4de93104cb118fbbfebfd0de8e44ad +size 135298 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_06.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_06.uasset new file mode 100644 index 0000000..0737aca --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4124498a59ec28fd2ef03e98f3e73a3c6b2e75487dc4e8824589484ff586e92b +size 123456 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_07.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_07.uasset new file mode 100644 index 0000000..7bd96c0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740324bec7f1b851f3b55e711b675296623686a2b8232dbd81c5db7b56d5b0e7 +size 224469 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_08.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_08.uasset new file mode 100644 index 0000000..73d24b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2adf7c4347b138c0503a3ca6f435d4d4564a80c9aefc334cb79159983a3e6b2 +size 223079 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_09.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_09.uasset new file mode 100644 index 0000000..01a28c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab48b03c57c5a00b19ac621bc867ff38b9a21385efd074d615f85a68a9d354c +size 171367 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_10.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_10.uasset new file mode 100644 index 0000000..6a1ef0a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05675955587fb1bb17622dd70c4db489c2bef77c55f940408011a0c75411991 +size 174095 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_11.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_11.uasset new file mode 100644 index 0000000..ebde27b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705795758b4d1d46718c4d12ed55af8b884f6136db0110808a443adadf7ca8a9 +size 157427 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_12.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_12.uasset new file mode 100644 index 0000000..eb1167d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edba7adaba4f48eba065d960b0a5d10a1beb55c38ea4be3f060c9e4ac1a4dd8 +size 103456 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_13.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_13.uasset new file mode 100644 index 0000000..eacdf90 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafaa05213d5a0f85a8154eeee4fd238fcb2114531a434742c0c3a84053316c9 +size 116933 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_14.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_14.uasset new file mode 100644 index 0000000..d29c798 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfb7ef82c7fb0052c583e8201ea4d88cd6333e22c8501d07477eda0ad6b3c22 +size 74095 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_15.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_15.uasset new file mode 100644 index 0000000..603ffb7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95af6d51be6daf689fb6bb3ef46f3c03c66cdfc10ed34109aa9829ab6ef6fa8 +size 104833 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_choking_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_choking_01.uasset new file mode 100644 index 0000000..88b8f25 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_coughing_choking_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b2b22c0d4d08f055a68e8c0c323b4060bd70a2791b6b494feaa1963483052d +size 96321 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_01.uasset new file mode 100644 index 0000000..5bc034b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52c76dd21c3dcb41ed68f4d6fa7e3dccf6295c653d7e7556d0423d7210da566 +size 26215 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_02.uasset new file mode 100644 index 0000000..e4a724b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d022beb9b28b08152d33b40497f65482b0a98359e2ef529d3617ed797e4685 +size 25377 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_03.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_03.uasset new file mode 100644 index 0000000..1c5b3f1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f898cc47833e0f81c3ba9bca5e2ed92947bd5982d8c24b6acef2aede45d997d6 +size 23224 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_04.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_04.uasset new file mode 100644 index 0000000..66c1492 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a715d917321cc6d20d263c236ac2372baf6db09ad71f9c4fbcf51fa845915f9 +size 35709 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_05.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_05.uasset new file mode 100644 index 0000000..25216f6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a14c311faf9111c59ade2894c68ca24250cd2c8ed3adb5db2b0e71af8825961 +size 27221 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_06.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_06.uasset new file mode 100644 index 0000000..7c40475 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dec09d86d4d8ff99d9c42d42c34364af18f63809e23fe34f4697060cab5472f +size 30768 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_long_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_long_01.uasset new file mode 100644 index 0000000..79e8df5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0570846959cb7e25eb1012e4373e0edd931aa02e6431e2e1e1b06c704707a922 +size 66521 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_long_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_long_02.uasset new file mode 100644 index 0000000..ca86ca9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0cad4645b2775f767944fe5e816d21dbbb140146c335cf2ff2a109a6648a15 +size 104502 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_long_03.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_long_03.uasset new file mode 100644 index 0000000..daee47e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_effort_grunt_long_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ec5e750b02fab4b187b03662a4bf2aff26144c1d557450f5bab8a5515fb60c +size 104064 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_01.uasset new file mode 100644 index 0000000..8db1a37 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccfa1399fd171f9264b674a0f8b9070033064df63d0775823cb0eb9ec37ba7b +size 125224 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_02.uasset new file mode 100644 index 0000000..7d1775d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6143ef2ae5266f47b6672c22236b489a0ec29ecc7e462931061edd4c6d09eee +size 151885 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_03.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_03.uasset new file mode 100644 index 0000000..3aa1fe6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8b55b304d6390d28dfb7b4dd6cbca6b5664ed1be2d09c5d2c991b243ac92d4 +size 121706 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_04.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_04.uasset new file mode 100644 index 0000000..385652f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_groan_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e970196e2412755b3576306ce9701528e125c583c02f8062906716ae7a5b60 +size 71580 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_01.uasset new file mode 100644 index 0000000..1083a59 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e2b0ecd726e06d592dc0210a1ed5966ff3b9f7e3dc732082dfd05315aa4089 +size 45229 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_02.uasset new file mode 100644 index 0000000..454f0eb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f77b12f4cde3f160304b5da056722796e629918c0c10ac562fb1b655679fdf2 +size 43523 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_03.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_03.uasset new file mode 100644 index 0000000..207d5b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93af492ba136926ee675d852d77828fc4ccc1a701441215762ebfefe41db9e72 +size 37841 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_04.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_04.uasset new file mode 100644 index 0000000..ac3473a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd655fe1be7d878cf79c904cee6d741914783010c9d937825c87077bc3aed18 +size 45525 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_05.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_05.uasset new file mode 100644 index 0000000..a0f6ae4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e71d3ac7b5bed8f431e2ebb53f3bb9edd8882a4d23d3f7ab6b3290846d5971a +size 50668 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_06.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_06.uasset new file mode 100644 index 0000000..e4c3d77 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f05b5fb23f1ec4f9723056a700cf0b1d016ccea6cacc236c0840ea5460d4481 +size 62829 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_07.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_07.uasset new file mode 100644 index 0000000..f032730 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a3e7d6e44a7ed3e7147019ba5c2e388f2cf738fc7d4071ceeddb4f19e369cb +size 42035 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_08.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_08.uasset new file mode 100644 index 0000000..0f4b8ef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0783631e47a5ce23ebe008b39a408d17b3c5fdad5c4a73d3bfb24ae74c81b351 +size 46257 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_09.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_09.uasset new file mode 100644 index 0000000..82b9313 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a4b5a7219ae2c8912967ca467978d6615b40d1c805284efd0550f31ac315b2 +size 44266 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_10.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_10.uasset new file mode 100644 index 0000000..bdf54d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744d3db8c4ca69032dd3f3bb84477e843584fa4c965d2ddb8811e3fa84aa154c +size 32744 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_11.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_11.uasset new file mode 100644 index 0000000..5565ea0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c47f7a714e2e783752bea57e586f9bcf25da0232faecc2461c8513aaa740dd +size 38081 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_12.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_12.uasset new file mode 100644 index 0000000..7975971 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46c13049df7526caa769f2c5ab5fa355282499c8f20c9d55651789c229cbe7c +size 46239 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_13.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_13.uasset new file mode 100644 index 0000000..611214f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712289cffe6d389f2aa055c024d44dee837874959cf1ea11cc21694559d5cf5f +size 36651 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_14.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_14.uasset new file mode 100644 index 0000000..b36d04d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf5450e9fe2033930e817ef8f97d12806f58bbcac912d41b20129fbae94456f +size 69541 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_15.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_15.uasset new file mode 100644 index 0000000..c6f6a93 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f310540d7269a7a26d804b66b7d6a7c84d23bca53214d68f59a10a390c45ca +size 73631 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_16.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_16.uasset new file mode 100644 index 0000000..014cd3a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38eb38a6b2092f669124a23f99c308b7c2ab16373a018ad4d4ad80f5d70dfbae +size 64832 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_17.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_17.uasset new file mode 100644 index 0000000..90e5d6d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5136db6b7151c0b5d5059fda771938d30633a0b5d08d2de5438de22ab6dede7 +size 78878 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_18.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_18.uasset new file mode 100644 index 0000000..4c68958 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d4184c89c56bc56fbe98d07e9bbd1049cd1830f8bf08b30b648bec07356f44 +size 61732 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_01.uasset new file mode 100644 index 0000000..17d3492 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97764bc0a8c5c2598f847d3a3c24648a08931b4544d5f7ef8a8867c3da7bac3e +size 263431 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_02.uasset new file mode 100644 index 0000000..01d6646 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9c59056d3ed4447b86d76348809c34bb24087dad09ff0479794cccd1a41277 +size 112486 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_03.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_03.uasset new file mode 100644 index 0000000..0bb62ae --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8986ce817d0394d4fead02d2c43f634df4a98b76b25e93d2b99ff707b35346f4 +size 140967 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_04.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_04.uasset new file mode 100644 index 0000000..a7efbdb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830b24ac77ec917b9a0270a12e2e70e73a4e089391d1b478a87a613ca89c2ccb +size 76026 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_05.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_05.uasset new file mode 100644 index 0000000..fae3260 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad891170ef014f6866ba041753dd18553546f7a9daf19c1ea97b3161a9863c46 +size 125692 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_06.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_06.uasset new file mode 100644 index 0000000..df2ce0f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8264061d0f70c80a197c31beb56b9ca0733247daef22ff9c27e7a2a6feaa516b +size 217359 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_07.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_07.uasset new file mode 100644 index 0000000..daa586a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bb6100eb164c68f7df820de5e5080b51d5ea8d16573bfee201e8af67693883 +size 156120 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_08.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_08.uasset new file mode 100644 index 0000000..e1638ec --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd034522af6046c6d9360be3502b76f98fa240e28f8cf70aee79033b7fee487 +size 81706 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_09.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_09.uasset new file mode 100644 index 0000000..1a0a99d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d334568cd0b68b02791ef28b1d55a39afbeabe19d78bd466ffecb4af380241 +size 223103 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_10.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_10.uasset new file mode 100644 index 0000000..f68f5b9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_grunt_pain_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e63a9f2d2443a2f747fe1a7ed45ae319501016b1d851aae3434ba83d7483a3 +size 109436 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_I_ve_been_hit_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_I_ve_been_hit_01.uasset new file mode 100644 index 0000000..1fb41fc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_I_ve_been_hit_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11985f5a513262e4c19427ae7c3a634bb4cdb13d1f302ac26235a2d35eb082fd +size 100535 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_I_ve_been_hit_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_I_ve_been_hit_02.uasset new file mode 100644 index 0000000..729000e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_I_ve_been_hit_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c9c1aaa39ad73853382c0959527c7881a256dd488465c79c308d66bbe29a29 +size 101965 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_attack_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_attack_01.uasset new file mode 100644 index 0000000..d2f8c71 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5606d4276bd3765042bb27756d3c24648f8ba6fb346d918ad348f012eeb5f4 +size 86997 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_contact_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_contact_01.uasset new file mode 100644 index 0000000..fc56cc9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_contact_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a4e23000e1df78fcc86017beadb844c061e245845074add984026fc40fbb21 +size 97476 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_cover_me_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_cover_me_01.uasset new file mode 100644 index 0000000..3f5c723 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_cover_me_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce0fa18a3484ef4196615fc488f3ed232a11e63ca410b28bcc783066cb4a813 +size 93891 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_enemy_down_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_enemy_down_01.uasset new file mode 100644 index 0000000..1bf6819 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_enemy_down_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9a08668ab30c2a6ab6f603ef6e28a53ebdf560aaf191408b114a8530b2d4e2 +size 116138 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_enemy_inbound_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_enemy_inbound_01.uasset new file mode 100644 index 0000000..745c601 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_enemy_inbound_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dac039396999fea1c52f5f7c7ebc64d7002caa25962060d556a1d2ad9edfe2 +size 144510 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_enemy_spotted_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_enemy_spotted_01.uasset new file mode 100644 index 0000000..969d76b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_enemy_spotted_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37057d2b5bc0f027ac6371fe7bfbea320b58c7c8ab5f43e87f8b984fe49ad68b +size 121424 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_fire_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_fire_01.uasset new file mode 100644 index 0000000..520d3a0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_fire_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947fb31353e0003b98e651aa72dbe2cc4d9a65029b482a4a6467d93a791e7d24 +size 87886 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_fire_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_fire_02.uasset new file mode 100644 index 0000000..546e59e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_fire_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375d12fb01e8647d24002ce9ba6f609460089bce8d6e260adbecb5677bfb42f9 +size 84384 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_genade_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_genade_01.uasset new file mode 100644 index 0000000..ae1ef95 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_genade_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233ee272884c97abb3bdb89d9b15d5a5da4ae28adad374d91749bb072edd2853 +size 101378 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_genade_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_genade_02.uasset new file mode 100644 index 0000000..af11f2a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_genade_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869314a9b6944aa60bcf4e648d991d8b9007626e434c627efb64089ee5d66d2f +size 127092 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_get_down_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_get_down_01.uasset new file mode 100644 index 0000000..977e829 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_get_down_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b271fd46d3c41fd495b546a7eecc531279832c9bb16930f13c35839de3066a95 +size 103645 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_01.uasset new file mode 100644 index 0000000..7b9d022 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd8bf63053e4497e422ed0147af0c608ef87b4456311a9d0bfca6569d06640d +size 61963 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_01.uasset new file mode 100644 index 0000000..d8b742f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2441617f7cc53b52200cf24e6472dfc27221532b156993b5cdf5a71aa7cc805 +size 115175 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_02.uasset new file mode 100644 index 0000000..8a41ba5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8825b52316ed37ee9c91467b7703173068d4e81b49c91ee0312f80eb7174a85 +size 110869 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_03.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_03.uasset new file mode 100644 index 0000000..37b6dbb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e568963c3685e124e0855252ba64842b35b425a400a52cc2bf26efabf0324530 +size 90100 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_04.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_04.uasset new file mode 100644 index 0000000..d3522b4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_go_go_go_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349a2da2bf8767167ce538bef0c871fc2ec6b10c9b023666e63f54139730098b +size 124339 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_hold_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_hold_01.uasset new file mode 100644 index 0000000..b83a492 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_hold_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42af5e700894065395943c132805767bba72ae97012ca01b1c775b66b615ece0 +size 82430 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_move_out_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_move_out_01.uasset new file mode 100644 index 0000000..bb50861 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_move_out_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d0b1916c70fb3ba4ec26a76dc6170dce60fa359eb5af3f453f080acdc1517d +size 69846 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_move_out_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_move_out_02.uasset new file mode 100644 index 0000000..a7fb8b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_move_out_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0dca40d8800025db72fd03442871513d6953003dc1d3f712a4f537c1f8c0a4 +size 80877 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_retreat_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_retreat_01.uasset new file mode 100644 index 0000000..943d169 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_retreat_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0becbdb741d049229d8d08124fb0ce1a807f489ecf453eff69db40cc2c010e +size 134367 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_retreat_02.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_retreat_02.uasset new file mode 100644 index 0000000..d0b7f6b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_retreat_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfdf151620ef4a85ab6acb0c01af16f5a4fade547fdd61666d6178d0e9c6f71 +size 125940 diff --git a/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_we_re_being_overrun_01.uasset b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_we_re_being_overrun_01.uasset new file mode 100644 index 0000000..3dddf6a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/Wavs/voice_male_soldier_we_re_being_overrun_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b23959059980ca67e7c368aeddc79715c7ac5ac7c629be9a7c561dc438b075 +size 162668 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_01.uasset new file mode 100644 index 0000000..fe32bc3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b935adbc4d0c251d7948684ef55607eb5f559bdd9922e74f87d4ade4b18c5c +size 555 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_01_Cue.uasset new file mode 100644 index 0000000..76eafdc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad44f5000513254cf020e95e8d5bf1a230d014986e15a566093d23bdd83655b6 +size 559 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_02.uasset new file mode 100644 index 0000000..24c2594 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddb7bcedd558312763cec2334bbdccf2a466f9eee479483529e78c0570262c5 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_02_Cue.uasset new file mode 100644 index 0000000..c3d6f55 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_jog_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52feb58c3421062d29cc7d05833b04ceda6588c60269e33485d925d2ac5113e7 +size 559 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_01.uasset new file mode 100644 index 0000000..0c2eb34 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89497d3ca531614420a4046e7fcbece928d3e7bcdf9d1833fcee0aeaafc700ee +size 555 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_01_Cue.uasset new file mode 100644 index 0000000..b0675d8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431ba98600754af884d3230e8f5186677cb591c1674833f220709915ff11d5f4 +size 559 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_02.uasset new file mode 100644 index 0000000..c38e71a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852a78cbd6920f54922030148b8c2c73d05653141e1f6dcc46a4422371f9c7f5 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_02_Cue.uasset new file mode 100644 index 0000000..eb8f89e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_run_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76453e04d1892fd5a519395f67ac149353fd573055ec0b208fd72f17a85c0ff4 +size 559 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_01.uasset new file mode 100644 index 0000000..ceae660 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9f2647a1c5c45e4d6e808dd9ef815a8a50f76935f31159d418288e5c96747c +size 560 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_01_Cue.uasset new file mode 100644 index 0000000..25d766d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0044aafb404fcb3a99ed7739e17b7abc1deaca7daa10249a398e11051ccaac +size 564 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_02.uasset new file mode 100644 index 0000000..105aa90 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8e36c146296c3d50c3c6c1c29a5910c0af8e3f324e816937a1deb52f8f2a74 +size 560 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_02_Cue.uasset new file mode 100644 index 0000000..02cd872 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_breathing_mask_loop_walk_jog_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c9f5762ad9303c1f74dac2530b05e44fb06e3a8be2e03ce3d053cc21e2f510 +size 564 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_01.uasset new file mode 100644 index 0000000..4d57f1c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3f159f5063c57a8951e7e77a84bd443e1f7e65d0534ca981d4af5baf08da88 +size 540 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_01_Cue.uasset new file mode 100644 index 0000000..2b49ff6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ca6579d609cf019f1b3e234cf8c740e18f378e0b4cffff63b43c22f3257758 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_02.uasset new file mode 100644 index 0000000..18d98ef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bd91c76adf8ace27f7e959d0c6e48d7d6d18c4b73d3331ceacccb11043d2c2 +size 540 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_02_Cue.uasset new file mode 100644 index 0000000..25f891c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf3a10872d72d50c74e74b608378d89fad6d0ec63fa6cf8c8d876450ac476ab +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_03.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_03.uasset new file mode 100644 index 0000000..282bc8d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12789e0f29110e7488d2486a53babf60c67d8ac470bdb2c3e661ebc6591abc43 +size 540 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_03_Cue.uasset new file mode 100644 index 0000000..ea2441d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37520e1c1956e97e5d0f3039831c6791b7b8118c06bc9f1015b5f65c4c048f63 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_04.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_04.uasset new file mode 100644 index 0000000..ba07e3c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc562943bd014f8d62815dffd3f5543dabd9728c46b6e358b6bddf6ec1637ef8 +size 540 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_04_Cue.uasset new file mode 100644 index 0000000..72df0c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f2176093a84d95b5a45f3819175cc2a9e1155932a7cd76de0798cf3c9fcb81 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_05.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_05.uasset new file mode 100644 index 0000000..00ca559 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8ba7d072799dce4facab9c99580c6ccd4bcc8a962ce184fca69de31f2af33f +size 540 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_05_Cue.uasset new file mode 100644 index 0000000..b497e66 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e288863e632bbf1381ffd8f1a8eed4de44f7c39b205e5c5281ab8d7b90f5ca7 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_06.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_06.uasset new file mode 100644 index 0000000..fe47ab2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d080a863ae71385fd5f3956635abf480d3cb1bf69832826dbf1438251cfbc85f +size 540 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_06_Cue.uasset new file mode 100644 index 0000000..56d4055 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b1331ceab2649fdf327ff2adcbdf81c3c5541c1682c3a28f98bcd110a57241 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_07.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_07.uasset new file mode 100644 index 0000000..10ba47f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd2a853f9ba99fce808f64e22e4ac051ac1bc6af9d4675e7d1374c76a3d4f4b +size 540 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_07_Cue.uasset new file mode 100644 index 0000000..bc7e1a2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2eb2916300472f7f6b3bde76a4db81935b2394992456d4f3ff4cfb1b2abff60 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_08.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_08.uasset new file mode 100644 index 0000000..e04bbfe --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1886c834272fe6108ec3c730abcca3a83bef19d861394adb97b0750a4da26547 +size 540 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_08_Cue.uasset new file mode 100644 index 0000000..3794605 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c49868876e8286f985779127bea06f2034b53ee5f9b4e74adaf12046db9f37 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_09.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_09.uasset new file mode 100644 index 0000000..7102a17 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54bf3664a8ec2a536bfa8f539cedb71070c8cb3ff7e70d1f0fd2d000d4d3740 +size 540 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_09_Cue.uasset new file mode 100644 index 0000000..0f5892a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c8666a35a4806590b6c5b1c5d1723747631f91f6bcfe7463645b48338ef7f8 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_10.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_10.uasset new file mode 100644 index 0000000..487486b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c89407df847884245e267684370c2b9464b49fd1f23a5973027a2bb9895af4 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_10_Cue.uasset new file mode 100644 index 0000000..f40985a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0e974af9fffd7c6069cae5bf3482378bedc1a3d081343c102c84a765ee1d6d +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_11.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_11.uasset new file mode 100644 index 0000000..88c5352 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31e2c34c49a7fc3eeb2b5030f2e5a107cc4fc574e0b1dac7d2daebd6fca44ac +size 537 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_11_Cue.uasset new file mode 100644 index 0000000..eb5cdae --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09270993879ed0448edf5fcc4c9802bdb8e4fdc82c85f8f2096e26b52e08f36 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_12.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_12.uasset new file mode 100644 index 0000000..77d28c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d828b40579204a9705233dadb6c4efce0a9b1d61c2b831a176a74b4585629d91 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_12_Cue.uasset new file mode 100644 index 0000000..3856f0d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e736b8d53babdc603d8e526d7e5a1ff4de8f1bf6fd4c714c997f35093fe41f86 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_13.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_13.uasset new file mode 100644 index 0000000..de2d7e4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538a0e5d87d97ca430689a5437b8ea68240d2ccb64a44277c1b5ae6ddfcfc01e +size 537 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_13_Cue.uasset new file mode 100644 index 0000000..d3e5888 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455bcb2f1d453702266d8d51d7f9c0c0b2c4c8d829aa7274f2d39b3473fce76c +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_14.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_14.uasset new file mode 100644 index 0000000..b267f98 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a648d08b1692c93ffe4c736ee5ec5cecf1de680b7da2511191d8c741327bc528 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_14_Cue.uasset new file mode 100644 index 0000000..cee3835 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bae8027a7851dc06868b0f101c5c1cded61440875832c971b6e7dea5c3ea346 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_15.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_15.uasset new file mode 100644 index 0000000..c09c14d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e1476cc9b613fa12ed162a916ea60e70cb36d97b53269043895b1c937fae41 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_15_Cue.uasset new file mode 100644 index 0000000..c904466 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911083616fde1b16698d3ac6a17824e0d10d5b1a74131537ae425d0905dc6fa4 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_choking_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_choking_01.uasset new file mode 100644 index 0000000..9617031 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_choking_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e32290ac14bd827602ae3eda377799ede9b53e67d7674c084b23dc9ea8c964 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_choking_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_choking_01_Cue.uasset new file mode 100644 index 0000000..ae7ebd0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_coughing_choking_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6bc76306a793d5d360ac9443be69b7a538da72b903ec9215bb74a9fa12496e +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_01.uasset new file mode 100644 index 0000000..754df4d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f7a55d83f621b735a7fbf23bde066c26df00649e8184c09e57a99867a96124 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_01_Cue.uasset new file mode 100644 index 0000000..ce00aab --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d23257f7897a74dc79555697a95fb797380f43742c74515073a311b0fd8af50 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_02.uasset new file mode 100644 index 0000000..95c063d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df585cbd5fc9a367b6b8ed588d646c39f2c210a8fa6483e007f5255aa35bdac +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_02_Cue.uasset new file mode 100644 index 0000000..5c4783e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632101a5af7e630f270077fdca7f4313e669e6327a48d86d5b0c1b009a36bb89 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_03.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_03.uasset new file mode 100644 index 0000000..c530f08 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d436b23d0ffb9a137fbbe1b5dc20893242373311168613c9fc0770f0543573 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_03_Cue.uasset new file mode 100644 index 0000000..f777051 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d854a30977566bf31342fce4c022f8c05538e346640b129460d55ac58665d39 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_04.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_04.uasset new file mode 100644 index 0000000..49b3958 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e750d16061ee66e5c05f5c0e5ac809c0a67ad9c4cfec204056f3066053cfff1 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_04_Cue.uasset new file mode 100644 index 0000000..3a8617a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8e6659fc91afed7ebedc9dde3bfc9342874f7fd64862b662080de910b7fb6b +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_05.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_05.uasset new file mode 100644 index 0000000..82cd9e0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c464c23726444ee4c18669a8b3ab8fd0e5eea8a9cf6de6e1cb8104f33658ee +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_05_Cue.uasset new file mode 100644 index 0000000..0180ed1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb3f2ca627919f4807dbf7ddcf1f205917e2268d10ff70bfcf14f5fb3e78ea7 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_06.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_06.uasset new file mode 100644 index 0000000..4b1d527 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5e1152730a96f12bf0688cfa7e7d8c664d278218eef45f818a2df98f3206f4 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_06_Cue.uasset new file mode 100644 index 0000000..3979ae0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746ca08383edb03a687d5ab3a4ec31133aa1360dc18230f4d6b49385b7d30c96 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_01.uasset new file mode 100644 index 0000000..533e242 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b622d3029bfba7d05794b712f562b46bed6f5782da5d9041e75d298eddcfa4c1 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_01_Cue.uasset new file mode 100644 index 0000000..0c04bde --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daca9575e1955ea2bcfbf27f96166a70d44c75f76b209979d272a273b9e3d9ca +size 553 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_02.uasset new file mode 100644 index 0000000..ebb1bcc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e1b02ed4d00947e0a60e88d6da3f7cf15be4b38c201bea308be72f84614ad4 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_02_Cue.uasset new file mode 100644 index 0000000..bec2274 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f298f3d9f45348f3f58f86d0176cc815ac52d15b00bc265dbb0f4909d28565f +size 553 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_03.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_03.uasset new file mode 100644 index 0000000..a651a0d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0447f14b3b8655bef8b909ba5377d40e182bb5ffcdf5676b5bbfa1f92d9d938 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_03_Cue.uasset new file mode 100644 index 0000000..76e23ea --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_effort_grunt_long_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5a4d6d5186fad2c9e2be41a6072417fca47ee725c3d9125a0a125d62a85af3 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_groan_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_01.uasset new file mode 100644 index 0000000..2704cc1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8464a76ee741e98cd6b32e03f821baa2df2b3ddace51d9249be832a2e611295 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_groan_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_01_Cue.uasset new file mode 100644 index 0000000..ef4f39a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7d1343a708242c129a70f1d6353442e14c3a8534b58aea86acac6795e7b0fd +size 541 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_groan_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_02.uasset new file mode 100644 index 0000000..30209c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a3f19c08d9f33511b30060e0858aba3e8ad3dde0a65ca706e96713fe7fbee2 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_groan_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_02_Cue.uasset new file mode 100644 index 0000000..f09f849 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48936abba18b3668e3e9c3058e724d0426b85474ae1b4a1d8bb3b6ffd1387da +size 541 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_groan_03.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_03.uasset new file mode 100644 index 0000000..53e6865 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2facf3b9d035bba77c7a959bffaa0a6facd503089737961ec10bfc42fbb223 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_groan_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_03_Cue.uasset new file mode 100644 index 0000000..f103b16 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839732a72be55749d3b8cbc038cf10d9ee81d131079f1d8086c5e2775dbb9805 +size 541 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_groan_04.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_04.uasset new file mode 100644 index 0000000..78a57f0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52088bded74e72d5f88071adfda9723781e991f61268a106a65363945a513406 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_groan_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_04_Cue.uasset new file mode 100644 index 0000000..1da2a00 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_groan_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a4a040b0f2b1a53dad285dfbab22f7cf695c241eb33a1590497c486dfeec1f +size 541 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_01.uasset new file mode 100644 index 0000000..1dbcebd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316779c46ce019daa59865ac82e78bf0fc552ef11d0335d44dd1c083b07b662b +size 542 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_01_Cue.uasset new file mode 100644 index 0000000..dca16eb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6381f845847638de040dd04159a9b65fc8847cc1461371f255ea7a00232fb29 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_02.uasset new file mode 100644 index 0000000..89f033f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9177b0caaab6f3e94fda20624a99b054081a73446db4784f601bdb999a96445f +size 542 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_02_Cue.uasset new file mode 100644 index 0000000..5d6ae46 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f9baa646b241b9387d8e567c80f6af4d4069da29961ca4181abb56c1648297 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_03.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_03.uasset new file mode 100644 index 0000000..dd0ba49 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c072ed08e5b050d4109314fdb92e9594d58924bf90969482c7e3e63bbc7e0c62 +size 542 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_03_Cue.uasset new file mode 100644 index 0000000..1f617b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c9f48a30fa2c682cd85f8eafa2e8472d096450b506dc6d9920bd69cb2f9caa +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_04.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_04.uasset new file mode 100644 index 0000000..06f5e6b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78e9474199240d479af81cb3a86e0c7b298dc03de48765812c649956ba5443d +size 542 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_04_Cue.uasset new file mode 100644 index 0000000..f1fc139 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a852566a3829b70cf53205f6bff13b50596b32541aa32029b3ab2bff8b5ba1 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_05.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_05.uasset new file mode 100644 index 0000000..e4030f6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff037c8c4c70c39d467d501321de90b389e426d0e5d281b9eaab0f639b94d4d8 +size 542 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_05_Cue.uasset new file mode 100644 index 0000000..4248d86 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a0f52bba964bbc8da09eea11754c1152435af3bf8c18a03fdc626428e32dae +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_06.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_06.uasset new file mode 100644 index 0000000..d4ab0ff --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46be4473ae0dc2369f8d33e2005caf5554cb4bc52665598ad8730a7e1e897312 +size 542 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_06_Cue.uasset new file mode 100644 index 0000000..9ded7cd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82e747e7fd93de934bd35768edbcdbdb4a2e3b6d8db5b3fd88dda3cb52868de +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_07.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_07.uasset new file mode 100644 index 0000000..fbf5b50 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee732bae3fa6dd2b2fd24cbceaad5e0c01d61d61b7dab1546b516ed6f2a224b +size 542 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_07_Cue.uasset new file mode 100644 index 0000000..7196ff0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd63127f7df52571fa2ab9d9e558b9509201c08e138aa63da8e4af506c9dad68 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_08.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_08.uasset new file mode 100644 index 0000000..fa7ff73 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fa42c9aa3bf6ef2606c9a76812701b491a5ad42f5e01e55cb7018868747614 +size 542 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_08_Cue.uasset new file mode 100644 index 0000000..3d8e6de --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fe0f99b46156c23337e0c3f127bb82df481ca0a885698762efa9b3257f7a18 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_09.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_09.uasset new file mode 100644 index 0000000..7a92757 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261351647a1d2229d1332f58181867e65f77eb1c7fdc63b304260832f53b417f +size 542 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_09_Cue.uasset new file mode 100644 index 0000000..4ce7875 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d8719966fdea5509760b5a2e219f7655c3ed27f51976802aab576f89fc1033 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_10.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_10.uasset new file mode 100644 index 0000000..0c269dc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7415f8b6912709f3f654499c2a9d6964a1863071c28fdb40456d982dc3853a73 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_10_Cue.uasset new file mode 100644 index 0000000..4c8ebbb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18e03f0c4977b54e6fd62341c9a85c56d66b1b4e432e4fff68e6259193689b2 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_11.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_11.uasset new file mode 100644 index 0000000..e914b0b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c345a03b5ab72215fc7278212a08fa1de7915271d59ac6b7ab5ae3339000e2 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_11_Cue.uasset new file mode 100644 index 0000000..4eadbde --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea489c844bd6a444f876b0acd02164196c179397bd1ba9fa7866fcfebe23c1e9 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_12.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_12.uasset new file mode 100644 index 0000000..4e5fc97 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b501dc0ab4c8032426b768161aa32888743426033f010de01bdf474d00e13798 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_12_Cue.uasset new file mode 100644 index 0000000..9e725d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8725d1cfe34dbcd0ea39ebfa8a3bc53cd374bb66f4eda2309795a3e3f001752e +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_13.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_13.uasset new file mode 100644 index 0000000..f764f3f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5769026891d9f8d3134e794493d5cba380c88ce689855a1aa22766d84249192 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_13_Cue.uasset new file mode 100644 index 0000000..7ef39d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a18496f9ba7df975b587815c23dc1eaa74dea21b59f971e85f5edb3cc54d6ed +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_14.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_14.uasset new file mode 100644 index 0000000..a5e76eb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c959749197863b48dd346992578af2539825b58d7a34dc7e55ed71cebf1176e +size 539 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_14_Cue.uasset new file mode 100644 index 0000000..4529b69 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1afa5ab0d425877e8898b4dcebf132646f1f3df53d284229e5865682c1c801 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_15.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_15.uasset new file mode 100644 index 0000000..3875bd4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710e8da166a1c8302bff58dfac1f5b4dec907c0d88a7f12124160af28e4546d9 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_15_Cue.uasset new file mode 100644 index 0000000..799c284 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc4ec2e650f0f4b047ad2fe194981d8b44dea954f41715f32651e549ba76d28 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_16.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_16.uasset new file mode 100644 index 0000000..0dc176f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60e344cd34b0008373669dcdcf39248c85aa1223599316eb6f9ffdecedba5b0 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_16_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_16_Cue.uasset new file mode 100644 index 0000000..b7081c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9358deb856d00e4f53d72ee3b0841c04f685b31aa9851d4bb2636d20f0fdb3e +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_17.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_17.uasset new file mode 100644 index 0000000..7a22895 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1dd4117e21ea776530acbd5a835db103fdaa2f5e17439e151f4394b2d74a7bf +size 539 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_17_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_17_Cue.uasset new file mode 100644 index 0000000..5f67f8b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3c1e78fb6c7f75911cf353ef478ec44566a253a2e6bfc41d4a7f917aec012e +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_18.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_18.uasset new file mode 100644 index 0000000..ea27290 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d79112929d780e8eac33ce6744d1eb2d5d7c55f704f9ccfac6b6431c8eadad +size 539 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_18_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_18_Cue.uasset new file mode 100644 index 0000000..bae80da --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_18_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dbec311b27fe6b820f51edd2ebb911cc9c8aed94a4220f92325ecd6ca4466f +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_01.uasset new file mode 100644 index 0000000..6930d85 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791aa50f20db6a3d38ea24ff085df088247e245d437312f65a846f75bb3646bc +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_01_Cue.uasset new file mode 100644 index 0000000..caff5ff --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53a88f6497aad62ca61dfd30c3327ba25e2fe2b858c7316875ca6276a8146dc +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_02.uasset new file mode 100644 index 0000000..a27a886 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799f8206d15370cb8c16037c17cb7ae94d1181999e9b8bdb2278bcecb4bbf9af +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_02_Cue.uasset new file mode 100644 index 0000000..5c2c619 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73b09326922d9febb6e1a3b7dcc11070c9c61051de5a57844ec411cf24ea460 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_03.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_03.uasset new file mode 100644 index 0000000..8e188a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa009709154758747600810914bbd1efb7e28beeac9c574bb49d6cdf8cee263 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_03_Cue.uasset new file mode 100644 index 0000000..c340c24 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b902e78a92076016a09e40a2033e3397ad9d9dc0117adc4eed957ded5957f2e +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_04.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_04.uasset new file mode 100644 index 0000000..a283f22 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ace78f67aed6bcc718a326ab65bb608603d337d76b7920f5098c6c6178b3a9b +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_04_Cue.uasset new file mode 100644 index 0000000..6bb8a5c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7c2dd1759ac680cfde87c35a87c400ce45ddd0f6f620c9bf4733140202ea60 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_05.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_05.uasset new file mode 100644 index 0000000..3628305 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bcb04251c96fdc8bb62210443a632b91c0dbda3d2dc360cc99d9fa4e35aa50 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_05_Cue.uasset new file mode 100644 index 0000000..36dfca4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78553e856e1f6fe1846ba7b5e23e6a92e093e2595bd9790a969998cc8a53972a +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_06.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_06.uasset new file mode 100644 index 0000000..5adfe37 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323727ff0481e4bb62835b78aea38ad3ba99de38147a0f9b727df1bbf69a7276 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_06_Cue.uasset new file mode 100644 index 0000000..9cccc37 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61169f1763e0f0d32cf806673383db6be32ee4e6a8d4c98cf9ac48340a37fa7 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_07.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_07.uasset new file mode 100644 index 0000000..02d7356 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3288d706ad7eb39fa3cae474d53663494eb20cf8b49070d0f7506f981ce9bebd +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_07_Cue.uasset new file mode 100644 index 0000000..817547f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453bcbae5370958cf76037fba81b3ff778840e9983ca9ee07aa3b0398932866a +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_08.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_08.uasset new file mode 100644 index 0000000..736eb58 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fa44b33b7698b16c29058ce2a51479d72b9cb9721f7ede163ea5e6129adc7e +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_08_Cue.uasset new file mode 100644 index 0000000..6070289 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded7bcc563139ff2f9a17bb00a5d2c88d0382195102615d41e2ef4f491f921ad +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_09.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_09.uasset new file mode 100644 index 0000000..50a7b99 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23546461318d0befed959469cafc416fdb111b0ed1f9b6703f8b78d8eda9fe34 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_09_Cue.uasset new file mode 100644 index 0000000..8ee6c40 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0794426c627f18758797d94c0788f69746ba2df17ea7aa7680bb7291654d070 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_10.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_10.uasset new file mode 100644 index 0000000..4834041 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5fc114a4fa705852569c622c30d7b408d9c9062e38ef52d5e02d0c3c7e9223 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_10_Cue.uasset new file mode 100644 index 0000000..d8c98f0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_grunt_pain_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7e9edef71c2ae2dc484680e34c5e0e3641e66466de2941ffac1b6b97e8459e +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_01.uasset new file mode 100644 index 0000000..e631541 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d25229f2ca76b7836d9e118a07844e0dc1e53f87551fd8a3405261f9d9e9e1 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_01_Cue.uasset new file mode 100644 index 0000000..00595a3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b7ff730475350eb4ea3d71ef7a1268be15fb0c2479166de18b6e641527ead3 +size 557 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_02.uasset new file mode 100644 index 0000000..d603af4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aaf0c428384a4aad2c25ca2b2fc445c26d653fbc3541e5d9ff186741ca19d4e +size 553 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_02_Cue.uasset new file mode 100644 index 0000000..561b6e6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_I_ve_been_hit_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d51d89fa7fdaa5fcbb9006ffd6620df3a0f12285720ea05bf7932481cfff456 +size 557 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_attack_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_attack_01.uasset new file mode 100644 index 0000000..6a52b60 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2c636e9588709f86dff7b940702e83a63b166a0a80c0ecca06afa6813f5bc3 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_attack_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_attack_01_Cue.uasset new file mode 100644 index 0000000..ed7b4ed --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_attack_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999eb09fc90172b4a5c24fa97f4b3156843806eb384a0e2a69ef54f83d273de4 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_contact_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_contact_01.uasset new file mode 100644 index 0000000..2e0b169 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_contact_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55068c3dd704c534cbcafbc266357d53e90b8267ff1b0c41c8ebcd4fe1cf9e9c +size 547 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_contact_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_contact_01_Cue.uasset new file mode 100644 index 0000000..ba2e5f8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_contact_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c93d08069bca83db61c4dbd13245f3c47252e6effbe5f625c9519c3edf720ce +size 551 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_cover_me_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_cover_me_01.uasset new file mode 100644 index 0000000..f8bcb70 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_cover_me_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92545d9c014440c7b046eade0d625f5468501d247b1599447739f201240b2d2e +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_cover_me_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_cover_me_01_Cue.uasset new file mode 100644 index 0000000..20c9520 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_cover_me_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d68d541ee2fba3ac2b24fddf4eb93442bad741dbe603b49531f1d4e71982e30 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_down_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_down_01.uasset new file mode 100644 index 0000000..c78261b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_down_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcb1d25662abec55c9e1994fd382c883136e9e7e5a02121c2f318c961b4e347 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_down_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_down_01_Cue.uasset new file mode 100644 index 0000000..a253e92 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_down_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdc0f54c0dc31ed98c89dc641a79d69966626b557d1bb676d7f3dc6a53aed6a +size 554 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_inbound_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_inbound_01.uasset new file mode 100644 index 0000000..77dfe03 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_inbound_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db913f88b5c8c1fe24f120e3cc85730496e49c4b19667f611a15998db1f366eb +size 553 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_inbound_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_inbound_01_Cue.uasset new file mode 100644 index 0000000..3f55ddd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_inbound_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b823e8dd6efa5cf1136d93381dd54916a82fbed3e13bc6fe7c6d6f201c47812 +size 557 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_spotted_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_spotted_01.uasset new file mode 100644 index 0000000..e056242 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_spotted_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da6f8ac0fae35612b2f85ad550b3bcdad2c0b5c2754aca8666d0b837ecb21ac +size 553 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_spotted_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_spotted_01_Cue.uasset new file mode 100644 index 0000000..1f6e953 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_enemy_spotted_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680e19b08a364f782cabc6c40a72e1318cd99932aa03d6d955179baacfec1aaa +size 557 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_01.uasset new file mode 100644 index 0000000..7df6d98 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b8d1d0dc6943fe4fb35d44366e62ef31841133fe6313384897ecb3664634d2 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_01_Cue.uasset new file mode 100644 index 0000000..98caf2e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c940b9894bdbf1301ed4abffc381dbbdd890ec2dfdca72588dc75b5ad61455e +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_02.uasset new file mode 100644 index 0000000..8412a8e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc04d7549867105340f8f6d27e410d191835a6c8d62119c8798e9f793b32b33 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_02_Cue.uasset new file mode 100644 index 0000000..130a652 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_fire_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5d7f34c3c78206ecf22b252771771a062101271f27b1ef8475541e1a32775e +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_01.uasset new file mode 100644 index 0000000..89afc1b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1786d77f6390fd0f2e6b993e53179cd0f9dd407b2f867f96516126ed302f810c +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_01_Cue.uasset new file mode 100644 index 0000000..42dab29 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e716fc4303c3bda3a3faccc47ca5b671be4eada7394fad29d38b60e73f8ea2 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_02.uasset new file mode 100644 index 0000000..87d982f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cf7e46eba2d85010fca0b105d9114b3be8a623acdc748b78c19fe86b7bdee4 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_02_Cue.uasset new file mode 100644 index 0000000..d0bc7cb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_genade_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687955f65d77ec4956ebdba96065a4b5986f5ebf70bba972e450f36e88d0a458 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_get_down_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_get_down_01.uasset new file mode 100644 index 0000000..01e2ff0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_get_down_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4dda6308a158cae83049ab3f911cd583976f7fa740ee3879f8150e486df0784 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_get_down_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_get_down_01_Cue.uasset new file mode 100644 index 0000000..5c52bbd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_get_down_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f212f37698b4960e9c7f48b8832b6312f27d3d0f3c1ecb5902d35c9f6070ef38 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_01.uasset new file mode 100644 index 0000000..1cac3c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96003f33da92a718cda613640c5ae341ad0200bd988d5632c527555107c5119 +size 542 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_01_Cue.uasset new file mode 100644 index 0000000..3d2c1a5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2f27e9a8b1bcb4243a54b94a01372501f33ffaff77bbcedee27824606d16d5 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_01.uasset new file mode 100644 index 0000000..7dd82b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea7e54b7bc774e14012eb368e3e0f519c195f184f91fa61b4bbda20d968f858 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_01_Cue.uasset new file mode 100644 index 0000000..46cc355 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8432517c35acf0de9a2007dc23851defa8e1b6c2b157a2d19ffc21f8f24193c5 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_02.uasset new file mode 100644 index 0000000..3c28e76 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9e174fc0c9953288f5eb248fb5bbf69fb84fd027623c2a1977485fe1273cf8 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_02_Cue.uasset new file mode 100644 index 0000000..49d7d31 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ec70c8ea82470b97c32772cef6420409112e3dedae01dd057b3b213e47cdff +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_03.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_03.uasset new file mode 100644 index 0000000..813545c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcb9c23904fc81f9d5f7b59a743e024910aef36231f9ca8e90f3e55c6cfa2b3 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_03_Cue.uasset new file mode 100644 index 0000000..2ebb45d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8257b915f17a46b3cfa41a0dc9af36822d09b56a036e87d31352fa8f6706adda +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_04.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_04.uasset new file mode 100644 index 0000000..e5c12d4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4438c4e69b59ad11edd33793469f47e6446fe742f678930a89f41fbe42b4f2 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_04_Cue.uasset new file mode 100644 index 0000000..9c64153 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_go_go_go_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b2f341d504049014da6b4f295ac9fdf7032e2b6aa43237aaa7a532b2c52ce1 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_hold_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_hold_01.uasset new file mode 100644 index 0000000..da632f0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_hold_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea3fa8510dfebb86d7f311bda918b03b886c016183079350feaa32c0cc3dd85 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_hold_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_hold_01_Cue.uasset new file mode 100644 index 0000000..02f36ba --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_hold_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c20869dfeea08b1f0c61890354277727b279dd3256772662ce29ff1345ea0f6 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_01.uasset new file mode 100644 index 0000000..ea389e4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93722e324892b100fc57fe2474ec22d0c3b7ca4e5109f7a00d5d7572188b072 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_01_Cue.uasset new file mode 100644 index 0000000..dc18996 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2355f96cec481fe073df02ef492fc7631d440d2b53cd9f5f88b1cde6f9721dd +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_02.uasset new file mode 100644 index 0000000..8e16cc4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fc680e8e3787539db74282258e6e20eb3099bce3d958c1b060ba718f37b726 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_02_Cue.uasset new file mode 100644 index 0000000..6e8bbdc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_move_out_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bd6edc30c36d0f3206fb662a668010b679e3c9890097881b033b7dcbc1cda9 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_01.uasset new file mode 100644 index 0000000..85b5419 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e731cdb2778fa443ebfe80f9e0f88576715bc048eb6c95596c014143703ecd +size 547 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_01_Cue.uasset new file mode 100644 index 0000000..3a15fdf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e62979d331529192e8cc1d488c661f02b3ca7eab7cf3b1011697ab9e86c47f3 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_02.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_02.uasset new file mode 100644 index 0000000..40f44ba --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d967086e9d560b3f00ad63f3fc4a8548d9af4c2bb3b155dc98542f3e94ae8eb +size 547 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_02_Cue.uasset new file mode 100644 index 0000000..e8e7674 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_retreat_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f7e5222a164fda9fda5ef3260a9ec73b331ada0842cd2985f04befbd79fa2c +size 551 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_we_re_being_overrun_01.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_we_re_being_overrun_01.uasset new file mode 100644 index 0000000..6a2f3f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_we_re_being_overrun_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020ad7666b1a0c19e8aa75122ec1d9386d82b26ef578479cb11c441510096779 +size 559 diff --git a/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_we_re_being_overrun_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_we_re_being_overrun_01_Cue.uasset new file mode 100644 index 0000000..0ac6186 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleA/voice_male_soldier_we_re_being_overrun_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e43cef48642f4dd88f25a6a43ee515506c165bd8b1c9205db670bfc8cd96884 +size 563 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_01_Cue.uasset new file mode 100644 index 0000000..1f7e2cd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e490f8edd287fcb1ab1a0bb404418e52263f83b7faafd795a421ab8a42771b6 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_02_Cue.uasset new file mode 100644 index 0000000..fd0deb9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076395c1fe98c34785636208eaa9a6a2c3360b6e1785408b52be559cc87203c9 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_03_Cue.uasset new file mode 100644 index 0000000..06cae97 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028e56db38c16bac7840a49ec24fc165b74d6301547cec8b232191fb1f2df5a1 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_04_Cue.uasset new file mode 100644 index 0000000..3ed516f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a28ec02c84ac26cc9b9d14a6bc4149f23f10a1fefe1d7273f0f91f8f286fae +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_05_Cue.uasset new file mode 100644 index 0000000..f3bcc91 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033465d9cdf37f853db54f847ea1b193b28dc38e1b301c474623d18467541bfd +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_06_Cue.uasset new file mode 100644 index 0000000..3c32b9a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e9726e384266d9d7e121d8517d548b4e00a755044a991f7f16500fe81c6805 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_07_Cue.uasset new file mode 100644 index 0000000..51b039e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set1_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00d29efda849e9372f70cc913f1af4fed3cb1abd9211c448ebec575ce79f1f1 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_01_Cue.uasset new file mode 100644 index 0000000..6d2e5de --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea809a6a2c6d32e603e21ac16834e7bc782e6bdff2c0e64a934158b20a53f5e7 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_02_Cue.uasset new file mode 100644 index 0000000..0007974 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b328b87049c9604eb08dfdbafeb0ea29f3a2ca6a77d8b1b1bddf846a68f5045 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_03_Cue.uasset new file mode 100644 index 0000000..de22fc5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651a5efef7145b7c4b7b39e6ef98430bc1086ff067824b4714d8e431ceb3de54 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_04_Cue.uasset new file mode 100644 index 0000000..11baf41 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d227f42b5854e314d4ef2a789d9b2f478490dc2961254aa46259cf0c9982989b +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_05_Cue.uasset new file mode 100644 index 0000000..77cad1f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdc02a96d9ece671a76702c2819ab37d20a4f806e6167fc9aea1616defc2f85 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_06_Cue.uasset new file mode 100644 index 0000000..8a9fbf6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94315a75cea3315e7e7f03ffef2f27e009d03e6cb2a77e2028b0d8bbd98553cd +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_07_Cue.uasset new file mode 100644 index 0000000..591c23d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027fab9d2f49b0f956e9486e2db863325dae5562d6858e2cf6720c5f2d6b0ec9 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_08_Cue.uasset new file mode 100644 index 0000000..aed14b4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set2_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ef419677510cf35d10d43beae32a745c920a1d175be178076dd54d9d47f984 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_01_Cue.uasset new file mode 100644 index 0000000..c574ff3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d75305187e36f1d52942f407434efbabce4bf1f39eabeb53a79cb5c543fb0c9 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_02_Cue.uasset new file mode 100644 index 0000000..bcc4cfc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5ad9f633003ea99a125a2c22776f82b10e04af375ccab5adaf8f0b34c939aa +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_03_Cue.uasset new file mode 100644 index 0000000..de3f521 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1352f0bc71ce0f572441ee0c0d3a8e1c4e5c544664cc1c440c3e34f69fbf9180 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_04_Cue.uasset new file mode 100644 index 0000000..6bfae69 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1960e73689109f7e828ff52d148db4adc6677f9dcf0b48206ac17a9ca2e06b95 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_05_Cue.uasset new file mode 100644 index 0000000..4fb84f7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cc157b9c11e2708b50de9c35268e5c4240ec11cc9fdc2397593b73c5ed36c9 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_06_Cue.uasset new file mode 100644 index 0000000..4b972d0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4dd7fcc3265276d6f0adeeee5618655cb8ba08000745d91ad9562e412ad56e +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_07_Cue.uasset new file mode 100644 index 0000000..591c7f0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcb40896ec364149dca64d0d4d11d5ee9dc6bca45f0acca12e236d8b8a47978 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_08_Cue.uasset new file mode 100644 index 0000000..b8a2c1b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set3_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173a792c5d9d3c4160a324ecc3dbf2504c8fe1c5e96ee0e6355dfd9f10f352ff +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_01_Cue.uasset new file mode 100644 index 0000000..263e103 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ca95fba3549bdf4d798718972ae048a6d9fcd0d3d898a6da5c2f24b4075714 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_02_Cue.uasset new file mode 100644 index 0000000..b9802be --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d8d5ac49202c40180bf9b3657c42a44140676c417e88726757dd0a443a2281 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_03_Cue.uasset new file mode 100644 index 0000000..c6d546c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef31ea5bd7ce5684a8a3d83b44549a4f961f87cb06d64858d6ffed85e69ac6b +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_04_Cue.uasset new file mode 100644 index 0000000..d43319a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3565a7fbcf7687ca91925ab5baa61e9ea7b455fe80cb317ea31b781ca5806524 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_05_Cue.uasset new file mode 100644 index 0000000..99a5e86 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71388ac80fb671cbfb1a48465ba2708cfb9cf03cf0f91d35a12de689b5839d31 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_06_Cue.uasset new file mode 100644 index 0000000..33e1290 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9fc8b6bef860b29c3a4ad12c666874238433110f510965ca5fcdeaed807bfd +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_07_Cue.uasset new file mode 100644 index 0000000..587289f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_attack_set4_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d9567d33138e56041f186b93290564f55e49c225297856f0bc8996190daba9 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_laugh_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_laugh_01_Cue.uasset new file mode 100644 index 0000000..082efbd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_laugh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a12da573d4068c94529fbe61e8ba02e32129b9cbdd42ede7d822859ea4ba02e +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_laugh_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_laugh_02_Cue.uasset new file mode 100644 index 0000000..4d3fdf4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_laugh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880fc0a5a494f82f90de7b094968184e3e816dd5ed4daa097b70ee212c6ec59c +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_01_Cue.uasset new file mode 100644 index 0000000..e61f94e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64696bacd772c821212e618cb8e9374d3fe42b626d9e2a7b40c5f45bad4b022c +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_02_Cue.uasset new file mode 100644 index 0000000..0aeb387 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd861cd1cbc2018ac118f05796b1e5f4a536584b93d1c8ffb5c3551205410c1 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_03_Cue.uasset new file mode 100644 index 0000000..bbc196a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af336f4b1be4019c72323989cb47dc494ba2cfbfab48bfc65c7806411671daa +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_04_Cue.uasset new file mode 100644 index 0000000..a728a64 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06167c5712e82fd75bd23ba0f6e0095cbff0575dd08679a536f80042ff649ab9 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_05_Cue.uasset new file mode 100644 index 0000000..46c7e2b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9a11f87d9134fece778f745335858c1cb35430c92c1aa72f0baf600768b0e0 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_06_Cue.uasset new file mode 100644 index 0000000..db59281 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdd849d372947add13964729d5c411b1e8c0b6367dd9a7f98658ee4b2f04f73 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_07_Cue.uasset new file mode 100644 index 0000000..7a04665 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b8718baf6e20d45445a1aacf86580ab2b56a12f641f3aac4c9daf3b7762f16 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_08_Cue.uasset new file mode 100644 index 0000000..70fa6aa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f258776b3ee3cec945b722788e23c86945a1b90912893da67f13475069b8c6 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_09_Cue.uasset new file mode 100644 index 0000000..8b5f224 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be22f663dba98210b80a6711ea45cd5f75e05ea429e81724b69df8a94212667c +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_10_Cue.uasset new file mode 100644 index 0000000..f200299 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302387615d5a314e117b9e2385bb387b2766aeb941df13273e4747448eddb23e +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_11_Cue.uasset new file mode 100644 index 0000000..a8c12ec --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f39ad89aa27298bae86f9f9e9fb5fdaf9c68cbfc258bb82679db33186863f4 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_12_Cue.uasset new file mode 100644 index 0000000..2f0721b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a0e56d1f9e93385c1f743aefd79aaef97db701dd46f3d5857350c312bc5609 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_13_Cue.uasset new file mode 100644 index 0000000..ba8addd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6d5d3bdeb0311ffdbc0bae402993f5d8db21667e25a0f2070fb8e329ba1e96 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_14_Cue.uasset new file mode 100644 index 0000000..c398f32 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f993c984891bd07336fb30abdbd4108d627323f7754a008f0118d533b1393c +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_15_Cue.uasset new file mode 100644 index 0000000..1f3324b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_long_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b2fca160500132706c60ff08b96aa33b9f52314bf545d553d8221eecd9cde2 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_01_Cue.uasset new file mode 100644 index 0000000..7cb019c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be55e4a8d8f66baf8446fbf1b8c6e53bc6bc5072763d1be82b648b0ac0d45c0 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_02_Cue.uasset new file mode 100644 index 0000000..ed6f994 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22bbc7aa1d8eb4d9776f698c7e12f050a3ed43ad3e695149be641ecff58c691 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_03_Cue.uasset new file mode 100644 index 0000000..25c6b9d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e0b03ba8cbae0df88ac4c78ce8dc547f551c38d2cba85f75e032af415dfa61 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_04_Cue.uasset new file mode 100644 index 0000000..f3679e6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a8f63e8a8559febbc61c4f5f84da964e747390782e38301eba114c907e3582 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_05_Cue.uasset new file mode 100644 index 0000000..c9c59d4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed9d201aa6dabd3d879eb0f2f15f1484580e9d1c5f5f7fb5292bcaa880e95db +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_06_Cue.uasset new file mode 100644 index 0000000..9df8803 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fb0e5bfc85ecd5df9880c82d4b0107799be3504ee00eb326e2371f494e14d3 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_07_Cue.uasset new file mode 100644 index 0000000..8d58378 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431426be4fb5a343c0cf24c9901926364df59ef435ac37daa332712cc9e6f4b8 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_08_Cue.uasset new file mode 100644 index 0000000..95b87ed --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dd1220bc2c92f9bd89a68c3110dee11c7d8a6cf8000013e87061f441540529 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_09_Cue.uasset new file mode 100644 index 0000000..42b563c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa03fcffc5c4a80b9d7e851f403a4dc4f3a2bcf39c5b282425b2a25eb1183934 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_10_Cue.uasset new file mode 100644 index 0000000..2a81703 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654a262303560c7503f374300e6458d843e8d7a3ed455b219bb350d6f08f4233 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_11_Cue.uasset new file mode 100644 index 0000000..fe5d40d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798b4424ce11cf9e361c6e0045b71d440fcd7f1ee0570c09bfd0e87f27f98f0a +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_12_Cue.uasset new file mode 100644 index 0000000..72df503 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c61f7505902b7127ac52b51e7273f50c5b10daad11f135a90d3302e8a944a1c +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_13_Cue.uasset new file mode 100644 index 0000000..e389456 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64ff61e60c7b19c4ac80a90af34d5bcd6fa83250a017b214f6f60546dede11b +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_14_Cue.uasset new file mode 100644 index 0000000..80abaf6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b8a8cf0690c7ccc178fa5f928f0b21856bdbd66151de9bf0e8795ea8873a67 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_15_Cue.uasset new file mode 100644 index 0000000..4d53844 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_battle_shout_short_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed57dc86e85a9ebdcaaa31ba978c554a665f8fd601ce1a28d8afa0c2777ea834 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_01_Cue.uasset new file mode 100644 index 0000000..4ff20cb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a868d93f6d7adc17ee83e01302ce8f27939b29b4ce534581add9ca56ca58a3c1 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_02_Cue.uasset new file mode 100644 index 0000000..8695421 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0161732ae7459b8c82d7f9c98fe5c894200bf77cf38295addb791b086184ca +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_03_Cue.uasset new file mode 100644 index 0000000..abb19d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121052d5907b71c38d32551ed21ec33865d8f89f23ad2bf7f8f4191d1c1b28ba +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_04_Cue.uasset new file mode 100644 index 0000000..735e837 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_pant_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b580964caf56fa7b2fef82d85e8322ba45f8c59909d9ba9d1af05838bcd3ff +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_01_Cue.uasset new file mode 100644 index 0000000..3d7b21b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939dc8a466ae5605ba5058fde05ce798d923b4cd157e3675e72174b68ad0ef91 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_02_Cue.uasset new file mode 100644 index 0000000..d93f5cc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb402717160f305cf88aea8c1b33c8fb622bde5e265c1f44e26c641b2b680fcf +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_03_Cue.uasset new file mode 100644 index 0000000..dd66ca6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f9ffbf5ac3b3c8f25a0f6ebc05d14913efec68dea66131101c49db18de54d7 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_04_Cue.uasset new file mode 100644 index 0000000..3980e31 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419f0ca897b0686cc455fffc74b39d168ffa1a1d6482d2d3f2490821980b853a +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_05_Cue.uasset new file mode 100644 index 0000000..ffe9b22 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121b968c46ece1368707089bd9d41a2f118e34a1729e330ab6661cc692e02926 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_06_Cue.uasset new file mode 100644 index 0000000..7249c57 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bdfebc1fe53ab0eb3a005d79b68bb057cdd2941b83bd61f1c679c517a3b5a6 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_07_Cue.uasset new file mode 100644 index 0000000..10c4114 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976b4f3915c9803c316c3ae67d562f08b7c9a252a055b84cc8a6c7793f921cd6 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_08_Cue.uasset new file mode 100644 index 0000000..a1c7675 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af584caead6cb89ed25115a55df486e1266e952d6d2695d12307d6d47e412d7 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_09_Cue.uasset new file mode 100644 index 0000000..a373e06 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d415e3228ffe821d2d69f431ccfd0a8c727c444d8dfbc9373bfb1f4cae88fb95 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_10_Cue.uasset new file mode 100644 index 0000000..cf1cdff --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_quick_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdbaa0fe183740dfccd01daf0178ba136c105e0847b10efe6565f2413e14c6c +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_shock_alert_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_shock_alert_01_Cue.uasset new file mode 100644 index 0000000..3947af1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_shock_alert_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97bec2980092143d98ef0ffbdaecffd6cbe8c8627ac25b33402a228d5cc169f +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_shock_alert_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_shock_alert_02_Cue.uasset new file mode 100644 index 0000000..5bf2c2e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_shock_alert_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bf9536cd63d5dfe906a894318d9edef703a40b5feeaa87f9261b5438fd4555 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_01_Cue.uasset new file mode 100644 index 0000000..a0cc517 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18b612c8677c2fed3d59c5e77af38ab09f1c316be069e15e412d6f9bd25bfff +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_02_Cue.uasset new file mode 100644 index 0000000..71237fc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7efc43df7e5f502e341d3125ca765dc564095687d3348e75a161e8acbea5a2c +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_03_Cue.uasset new file mode 100644 index 0000000..fc8729d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdc5d18907b0bad2e38b3ed5e290fe1922bb5df34ce024b8f937ae55e1710d2 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_04_Cue.uasset new file mode 100644 index 0000000..2a73ed6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e59bfe246cd0612bf302762c32af07f8ce274d784eb5ccb578257b0d7acbbe7 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_05_Cue.uasset new file mode 100644 index 0000000..d354f9f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13266f121bc5f80dc2c5a352480e9e43e90802f548008a54e9e2d59be73e2b2 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_06_Cue.uasset new file mode 100644 index 0000000..6e2462f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80446ff25baf6a24273ff155692e5e18b8f1f55f78d0874312e4dc7042b980dd +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_07_Cue.uasset new file mode 100644 index 0000000..dabf348 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2a5e38cfa21cce339343bc2cb84a3a0f3cae0859a5201ea3ef56031d663013 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_08_Cue.uasset new file mode 100644 index 0000000..1c4962b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a6ccf255ce46bd20b0d30688d169daed631633a5ad0fb1bccdba6978c667ba +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_09_Cue.uasset new file mode 100644 index 0000000..76732ea --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_sigh_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd03e050f43a71ca4e8bdf43d070c0808fab695ff67d8ce9a3b06c385975b807 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_struggle_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_struggle_01_Cue.uasset new file mode 100644 index 0000000..0a3d3bf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_struggle_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c243d50337c44231c14f1cbf53c6e638ee22c12e6cd2c1f67a4d82134b238338 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_struggle_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_struggle_02_Cue.uasset new file mode 100644 index 0000000..82769f8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_struggle_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4366541b9bc6e54b25c59ce4fdda1de58ee78f952225f2e2b23105e75b2db006 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_struggle_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_struggle_03_Cue.uasset new file mode 100644 index 0000000..01fdd0c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_struggle_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1306e6e25725bce4d319a5972c576e3cd70a5337ecd38d9532dc87d09708ceb +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_01_Cue.uasset new file mode 100644 index 0000000..ce91e8d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3152b90cf93500bd741f1c9621fec5320313bc691a2fed902783b45bedc18461 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_02_Cue.uasset new file mode 100644 index 0000000..5c9d4c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe140dae5932f8894b21c1fbfdbcbf63dd4ad4ca916829f317b4514474fe7ff +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_03_Cue.uasset new file mode 100644 index 0000000..e08a094 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f72a3ddb9bce8d92f264ad98feddab25d47bb1a5beeb3019e0e3e83ddae3f8b +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_04_Cue.uasset new file mode 100644 index 0000000..38a7006 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breath_wheeze_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68544365806bf7d84076347cbb31ff8fd2f8c02bed86e8d83f01a4b1498b8cab +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_long_01_Cue.uasset new file mode 100644 index 0000000..09bed8b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a495f7b80ee4ba18376d7bf82543d651f7bf64856b7628b59fe87ab9fc026a +size 3539 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_long_02_Cue.uasset new file mode 100644 index 0000000..44b540c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a12397976c2c9d3900de79cd8f4113c1f88fd98dd67973e3e1c0c5bb9e4965 +size 3538 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_01_Cue.uasset new file mode 100644 index 0000000..855b544 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7fb9b4bce6b07b3200aca09e919bcb9e2d50a34d0a7a9ea4d80e84bcb80aa0 +size 3545 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_02_Cue.uasset new file mode 100644 index 0000000..b4fc89b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d8e48ed869073b362b4bcdd2bb10a579a2b4e94f1d4b7aa2e6defbe4eab03d +size 3545 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_03_Cue.uasset new file mode 100644 index 0000000..c1e95d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115bed92fb9992c027b2c38d526f3b545c0abca52afba500a360cf3e395ade6d +size 3545 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_04_Cue.uasset new file mode 100644 index 0000000..0199b48 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725c94985d5625fefc224efe83b563eaa9c6728ba1aa63f4bede941e33b2fc43 +size 3545 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_05_Cue.uasset new file mode 100644 index 0000000..f25d1e7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_breathing_08_sequence_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbcae3ae3dd38fb8ab1c85e19cbefa1251d149419f568e49abbdb9f691d9637 +size 3545 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_01_Cue.uasset new file mode 100644 index 0000000..95a3f42 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b153f0a006afd8a7bdc58d603338dd7df3e4412268d10b57410c04f16b44c61f +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_02_Cue.uasset new file mode 100644 index 0000000..a1f3306 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0bddcb266f139cf8a29dd492a9ddf64ff1b89198f6475a317c29ff78c76cf8 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_03_Cue.uasset new file mode 100644 index 0000000..4b9ec98 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16646448c0a3fb98cb09fb7e6cdd0191300979720ddcf434e427c6437d75a540 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_04_Cue.uasset new file mode 100644 index 0000000..e4d563c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_interrupt_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59772bcc981ccc15a3857b8e27b6d5169630af866dd63f48930fc05e331c519 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_01_Cue.uasset new file mode 100644 index 0000000..c6db5f6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7f721a8a0390cb4cf872502b2c11a958ba05725506425f77cd78abdd2dd2b6 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_02_Cue.uasset new file mode 100644 index 0000000..b0260a7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1493743523cabd9f0e87e6c7790bc2c3f71c3d34ac97a2df3d35998809ac301 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_03_Cue.uasset new file mode 100644 index 0000000..29231c0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafca3e00000c3f675c58de23a151e8785cb0ad028d7cf9b0a490f1987a955ff +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_04_Cue.uasset new file mode 100644 index 0000000..0d41e9b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0578ff4a5165b7be74a5297b34b011ced5ce7729bb3ada5ee7a78be86d3bb37a +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_05_Cue.uasset new file mode 100644 index 0000000..ff42311 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_long_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c2938e6fcace6e9b6074785dd29e3096d810c7f9772a80aadb701cf0ace183 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_01_Cue.uasset new file mode 100644 index 0000000..5a82a8a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451aa0090ac824deb54edebcc6fbcbc3268774e89a983311770b362ba783f03c +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_02_Cue.uasset new file mode 100644 index 0000000..eb0b108 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4b31392f440bcf8f7e3bc9fe923cee55886f5584654008d6ef7e659477313a +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_03_Cue.uasset new file mode 100644 index 0000000..0c5e81b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98a262b56277cd4a863601f108ffe0795e48844e4d8287129a688b0cb1e57f2 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_04_Cue.uasset new file mode 100644 index 0000000..f451ef9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe9ba46ec8a77f5e724a81024fab93320767dfa7360ef3a9bf8dd1023de628f +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_05_Cue.uasset new file mode 100644 index 0000000..4c77706 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c5326ff00e82a65302d8a657265748f4a7f2912bce8416f3ecac792ed720a8 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_06_Cue.uasset new file mode 100644 index 0000000..2d9576c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5869033af79de3ad5875406003cafb11ad0fb0da9a9deced7cb06b98e294e727 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_07_Cue.uasset new file mode 100644 index 0000000..d9dbfd3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94fe10e56adfa3523a3d56dd771486e5823d75bf2a3043f39d45cdb6dd4e778 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_08_Cue.uasset new file mode 100644 index 0000000..e42e9ab --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c900ddb4adfe185e6ffab2d855288b95c026858ee06da7321d714330c3234f4e +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_09_Cue.uasset new file mode 100644 index 0000000..bbb06d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddd9c5b45d4e8dcea114a4bc1968ac3f9fa4199ce46876eec8418fb3fdc0994 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_10_Cue.uasset new file mode 100644 index 0000000..c14b0fa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da99471bef9244c3eaa4b1f57e96bf82c6d7e006479481b131d786845fc1dc2 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_croak_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_croak_01_Cue.uasset new file mode 100644 index 0000000..352409d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_croak_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19d4529663745c39e4fae0dfff436cfcc463e893f4c6b7017015e2ab81c95e7 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_croak_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_croak_02_Cue.uasset new file mode 100644 index 0000000..1687883 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cough_short_croak_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f7c890194103153a5cb7582ce51f042becb42d2270b7363f52ba8d05c874ee +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_01_Cue.uasset new file mode 100644 index 0000000..6528f67 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ce2fff659ce4d52b32f467b818d4a4eb94c845b98289e2a2b31dbae17a13ff +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_02_Cue.uasset new file mode 100644 index 0000000..2c62ab4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9873c1846f69eafafe4028c36911217d171ae8b949453955a1b769daaf824816 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_03_Cue.uasset new file mode 100644 index 0000000..c5bad3a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b251c0244a17a18201540736666abcf4b0abd7b0140c202c87d6935e1c52ce +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_04_Cue.uasset new file mode 100644 index 0000000..ba15f70 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8f3c13085bb4c4f2a710f6f8d18885fc16ca363ccace6737b4f983b30c2584 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_05_Cue.uasset new file mode 100644 index 0000000..dd0fb98 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2227c69bcb9b24829d06883d796ca9da9e4afda4732fd5000677c9f0f4e02a +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_06_Cue.uasset new file mode 100644 index 0000000..bc556bc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_high_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f80df95573c3d502d852c6004ff740a26bff3dcfdbebe2ceb8290b2a3d7f1e +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_01_Cue.uasset new file mode 100644 index 0000000..c6eba86 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fc90236db1590a2b9143f6043b16cd70cb06292a1de06823091637d1c4b902 +size 3405 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_02_Cue.uasset new file mode 100644 index 0000000..546ddcb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aaa61494b4df20dac20022ca1fdbd0a199c0e5b0c54af6f102ea6e94a5c9513 +size 3405 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_03_Cue.uasset new file mode 100644 index 0000000..a1279d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7f049bc39948cafef3196e3f159de9355d1b22f73fdc417edb362b184d4f05 +size 3405 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_04_Cue.uasset new file mode 100644 index 0000000..19f870f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85552cd2e9af8dffdcbbaabdc75a779f3a03b2ad25e05e6a753c74d5a9b3b0a +size 3405 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_05_Cue.uasset new file mode 100644 index 0000000..e3f134b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36b17d9a792c21813a8e68d1d903793e6d9be871ca3eeee70bb4abab6872d96 +size 3405 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_06_Cue.uasset new file mode 100644 index 0000000..601ab59 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd062cdc037adc29c4b1f3adea4080f53a91bece8273d47f84844b2462682b72 +size 3405 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_07_Cue.uasset new file mode 100644 index 0000000..06a64a9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc91e3c55aa4d43df9d6262f94377869b0242b4a95ae724402c5d3473c5a348 +size 3405 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_08_Cue.uasset new file mode 100644 index 0000000..864c0bc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_low_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf2ac2dd2606667db6b8dcbb61ff9410f6bbf52ebfa5a6961678c5122a0101b +size 3405 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_snort_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_snort_01_Cue.uasset new file mode 100644 index 0000000..b104421 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_snort_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea46f3414062d2d34d46469ec5ad969de0108d72d5d429b996b2d30faf0ecb31 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_snort_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_snort_02_Cue.uasset new file mode 100644 index 0000000..7124b85 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_snort_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6200c6abefe88dad26efbd889f238e0d6a2d997ca4ccad67e47b0869bd47a023 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_01_Cue.uasset new file mode 100644 index 0000000..f157b51 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907850420002943238a0731845804e4acaeca852f553becc58676e571643b7f0 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_02_Cue.uasset new file mode 100644 index 0000000..d39f994 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3afe188cc51cb07556e8dce7710280741a29f380275994a826ef80b36150c10 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_03_Cue.uasset new file mode 100644 index 0000000..729f380 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61489d29d432fbb83d564f697a618ea1aea86c0079dd50e9be32f8a49d79063c +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_04_Cue.uasset new file mode 100644 index 0000000..3e22aa8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b885860fc4344a905a5981e895aece8f0d419d845e9a75147c9f41355ccf8f3 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_01_Cue.uasset new file mode 100644 index 0000000..7b1c6d4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95e632b4a00bcf3209e1d5143abcd29eeb192abf0dc3353c24032adba566d34 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_02_Cue.uasset new file mode 100644 index 0000000..a53fbec --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305e2c20fbad1581022d8e2f35f56a93582b50e20fd4cab69efc739defbe373e +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_03_Cue.uasset new file mode 100644 index 0000000..8802d42 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b4a5f57c792205f373505267d9a0c207e51c13b0df32c36c1dea619b6b1cfb +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_04_Cue.uasset new file mode 100644 index 0000000..4dba9a3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708321978a29e33eda2e2173ab5e2b138584a269e473eb2a52e492dbef3a21f5 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_05_Cue.uasset new file mode 100644 index 0000000..02e8111 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_cry_whimper_high_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e310d29087d7e687290d37036a024a36540acc4a9c862a4c5519754a122b6a22 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_01_Cue.uasset new file mode 100644 index 0000000..8050f39 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c6907ee83cd53f48af3da5c25ca26aad99bfb60a4bf3c0e89eba3bd71ef0bf +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_02_Cue.uasset new file mode 100644 index 0000000..032330c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424003ddd7813072c053643d4b91f08e16ecd8454eb55a69a1ad2f7a1c539c43 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_03_Cue.uasset new file mode 100644 index 0000000..343a4e5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9e1092f1f46af78a57e735f116c3fbe322111f06b2d64ad3ce9a14af2a18b6 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_04_Cue.uasset new file mode 100644 index 0000000..809e89a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e02585c3089404352f2707425b79f3724550180f9a954ea7c85591230bfba2 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_05_Cue.uasset new file mode 100644 index 0000000..32b5dc6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609fa1f75c47020d5631e0f7a5cf32e75ff494afd833f0ae42209228fcb37795 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_06_Cue.uasset new file mode 100644 index 0000000..2486e3b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4d1937e6fece8e40bc6b59e51a8ea4d5ae6979bbec935ee720cd1db04837eb +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_07_Cue.uasset new file mode 100644 index 0000000..aaed0f8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_high_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d7436b3bac233935c652b1aa46ad9b5e87ad9f25308104c56dfbfc95abc3d2 +size 3426 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_01_Cue.uasset new file mode 100644 index 0000000..6bc95e1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59830f2f421328f2cbeef98f5338f3bbc51e14b1a363bdaed4de1bb4329b51de +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_02_Cue.uasset new file mode 100644 index 0000000..67216c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026093d0a2dbcc3f489284ef0b5329fbe4731dd0933988555ae2aa818f11fbbd +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_03_Cue.uasset new file mode 100644 index 0000000..d47c668 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4543e7ce05cf6f346cde95b283a359431132a614d7c453d1961b7316d0bc668d +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_04_Cue.uasset new file mode 100644 index 0000000..513cbd9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0766e21e0e5b8fe08524585cc9d785fe75b5e3855b457da41897615fa207da1 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_05_Cue.uasset new file mode 100644 index 0000000..5798e1e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a839479f618a52dd00f7842ee5252d61969fe51695584515cefa5bc14d835f +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_06_Cue.uasset new file mode 100644 index 0000000..192ea0c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a23ed891b2c78be0be729613f111e9658c9b758906b847fb31973d62508abe +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_07_Cue.uasset new file mode 100644 index 0000000..d35ef1f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e4dbeb933f26a6328e9c86c83a62a613c1f6a1bc77dc6d1248ce2bdf9fdd48 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_08_Cue.uasset new file mode 100644 index 0000000..800618f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcab5a8135832e741a39012b46882c033b818ab72568864d013d3b4aede10110 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_09_Cue.uasset new file mode 100644 index 0000000..0bf24fc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70a3d7e3c2d4090660316ac9c536f4dda3481f3e4927dc4615f054e269138f0 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_10_Cue.uasset new file mode 100644 index 0000000..4487fa8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_low_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9da11b92d2fab154c8eb3131603a5a10d850294822db286dc62124f1f01fa7 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_01_Cue.uasset new file mode 100644 index 0000000..f9b95a1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8351ff7cc1597e8fa78c7d879b8baff899860881107f1fa29f0413189bb21810 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_02_Cue.uasset new file mode 100644 index 0000000..b63fed4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78254918c279af2add4b3194168d977768d1100a57206b2ae2eac5c25bea25d7 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_03_Cue.uasset new file mode 100644 index 0000000..3ddfb7f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fce3a15113ecc7d93c40139ede2fdde6e679ecdb65c97a339a19ae7185c53ed +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_04_Cue.uasset new file mode 100644 index 0000000..756064c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fa2720df4e49aa68347aa931e27fc803f2c3040fe117164162259914e964d1 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_05_Cue.uasset new file mode 100644 index 0000000..1ad2024 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8ba0f023ffd85c2f580bb1aed809ddb2f9e095e7f18561a9223c0931668c80 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_06_Cue.uasset new file mode 100644 index 0000000..b1acecd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2b687e300c2a807b9b4affd00663c7615c15916718d4f1b5f3ae6cdf84f5c7 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_07_Cue.uasset new file mode 100644 index 0000000..579e429 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4629801f3baf50e86e072865aad5f796f20c13f63fc869d81ea8292547904a +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_08_Cue.uasset new file mode 100644 index 0000000..7d80059 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd5bcac99f3a78fa695fdfa4d9be35559c525fb035c1805bffa1bd52bfa44e7 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_09_Cue.uasset new file mode 100644 index 0000000..71123b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c05328381506f4268528e662b222f190a5f17d58a4a5808b1f573a85ffd4fe7 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_10_Cue.uasset new file mode 100644 index 0000000..cbce818 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9239f3406750b4ca08e3a53c51f85bb3c63e4e5e3d0ca21010b6b56bba5fba +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_11_Cue.uasset new file mode 100644 index 0000000..f5b0386 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427b11c2dfccac27eb91a551b4e74ec70bf81ad73cd0d4e6b91119f3a0bc711a +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_12_Cue.uasset new file mode 100644 index 0000000..c65713f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d177e47f482b629e53bd3b26d7d23cb4de8e57ee03028072e2a0a22cf5da94 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_13_Cue.uasset new file mode 100644 index 0000000..ffae460 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_death_torture_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040e62f6eee75ffa2f52dfac29cbe32fac1bbcd560db4befffd57ab4fd13856e +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_01_Cue.uasset new file mode 100644 index 0000000..398d60a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e996f88558ad6d0ca1d6ba9791d85bf3b4ece90411cb09497c1371f2aece5a +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_02_Cue.uasset new file mode 100644 index 0000000..012d144 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ab4c82aaf827dd40619a8fdd7e0a11033c45ed0b1adfb2eee76fa5666f67ee +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_03_Cue.uasset new file mode 100644 index 0000000..1eac398 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdf6453465bebcca67f3251c6559cbdf523bd681e840814af2de782a952cdfc +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_04_Cue.uasset new file mode 100644 index 0000000..847895e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69221beb0191f5053633d8b66ff586a805077d0c33dba648a2f607c04e00ca6c +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_05_Cue.uasset new file mode 100644 index 0000000..4a2b0a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c3dbd0072d79d4182fdccdab7e76cd53c616f04b9add982fc21336df905a23 +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_06_Cue.uasset new file mode 100644 index 0000000..adea6a9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5da412faf0d41e606e78d31d24faf2239d3a4670b21578943c9ba9c10e59086 +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_07_Cue.uasset new file mode 100644 index 0000000..2b3cdd6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1966a67afe41d64fbc2586c3f01710e06007d37b9201e2d77f2e18b7bc95ed1 +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_08_Cue.uasset new file mode 100644 index 0000000..831845a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e8d284a4b20e9dcb9a0f003fff7436fb3608445badbe7f6d5a95ad3a8ec394 +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_09_Cue.uasset new file mode 100644 index 0000000..e1e47fb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_action_release_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916767be53e60a7fffdc22f322691b3ecf3cae28248044ec0f186292f11d9dee +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_breath_lift_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_breath_lift_01_Cue.uasset new file mode 100644 index 0000000..53a850e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_breath_lift_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378f7b8344a7cdd8bdc178c99f4f144c84138f8e20745eedb425dfe7fa0f2216 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_breath_lift_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_breath_lift_02_Cue.uasset new file mode 100644 index 0000000..bcc647b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_breath_lift_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dac21c0976c0453fa63a590ecfaabbbb6cd18ec037d31aa26e2e49b4eeaa280 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_breath_lift_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_breath_lift_03_Cue.uasset new file mode 100644 index 0000000..480e76c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_breath_lift_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbd2f0d2ac46ab014f6bb7850382d2f36cbde1fe486132e3f79748156ac4156 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_01_Cue.uasset new file mode 100644 index 0000000..ec5d379 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02b8b5bdb06290f36e7fe48d4e60aaca7d0fc7559b01be6101fef8ed0c1570b +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_02_Cue.uasset new file mode 100644 index 0000000..71efed1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69bc6eef8b21550bee6b86e428959706b9a953183f7987d4372fb67d605014f +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_03_Cue.uasset new file mode 100644 index 0000000..1a57c9a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5d38d3317fb0a70795cf4f74701d25984983c49dec7b0073d0afc209c84806 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_04_Cue.uasset new file mode 100644 index 0000000..de56324 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bedc068b610357bf9d2b683ef99bcf66e7f93fd4246876153490f1388cbe95 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_05_Cue.uasset new file mode 100644 index 0000000..f7a8e5a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f73cb457d2ab7b32d6b9c8ae04e1693e0d79d99d1a9b060ba58af40fe79b3f7 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_06_Cue.uasset new file mode 100644 index 0000000..9fb3e69 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d71c8160bc0dd179729b05d934e07b98fe556a4f30972debe4dbb670a9b94e9 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_07_Cue.uasset new file mode 100644 index 0000000..4da4c5a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2aa38327e689270c3576f58e74a423228177fb93f2098c94c771d4c63771304 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_08_Cue.uasset new file mode 100644 index 0000000..1dea289 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcb3a66e122a010978d7c923eedab1f70960415c43733c42100bdfcad2bbde1 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_09_Cue.uasset new file mode 100644 index 0000000..7383c41 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_jump_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e631b14b00b627e4a1a7374bf1b00628d56f393999ebbacaf5d64ad85f0a5ec7 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_01_Cue.uasset new file mode 100644 index 0000000..ced49b9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f07e23a9ec30c1ba920ac83c3117f0915b3c766706d4e4c1acf9cb9174603e +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_02_Cue.uasset new file mode 100644 index 0000000..15521cf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4991416f7f7e32a04ce168a295da21e3e5d21da490010fb44e2963cf3ae2c596 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_03_Cue.uasset new file mode 100644 index 0000000..12d5d41 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf3d01e8a91e12ad00d6db22686827d89144f85125f5ca6101d8b4da8cb9372 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_04_Cue.uasset new file mode 100644 index 0000000..e50f000 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76788211f26589bc0d712bfeca6e2299dad47bb02833226e03c9048713b6f35d +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_05_Cue.uasset new file mode 100644 index 0000000..96a723a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_fast_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0792ef000ed0e0d6ab528f8d2e42330f033d54985fca4ba78b7c2ca8619102fc +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_01_Cue.uasset new file mode 100644 index 0000000..8e641e0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459843b809d2fb13f0032cebc1aac51b3d9aafa9990e5e117fa9e1033b7e7753 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_02_Cue.uasset new file mode 100644 index 0000000..f8aba11 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a232065a84577c86f677cb4406c027ee1d8db3d1dae79f301f0ff47a260036e +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_03_Cue.uasset new file mode 100644 index 0000000..6d7e438 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57dc6ddd4be33d71b7a5c7db2a6412d7e003debe7dd8b803640ef163aba060da +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_04_Cue.uasset new file mode 100644 index 0000000..37e1583 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac276efbc8e6b810e9e86b990b59a0053a5b154f32483b12d899342b65e3cb6 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_05_Cue.uasset new file mode 100644 index 0000000..419a9a1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21be5ece3da36c1eec7f2c405b2d52cb61954afa051c105dbc435ea79b5fab41 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_06_Cue.uasset new file mode 100644 index 0000000..be5b3d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d18f3b73e51076b5305bfa36ab68c16bbfcb848471430739dd96aa34f39ae5 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_07_Cue.uasset new file mode 100644 index 0000000..d1e6c97 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fae376f7971e100e34cb490328b4d072684e6e4f0cddfd1789d3f0289a6b229 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_08_Cue.uasset new file mode 100644 index 0000000..402b625 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a1eb2fdaab10a45d54c0533f03efc1831928388856eaf2861928c9fec00e33 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_09_Cue.uasset new file mode 100644 index 0000000..c7f0930 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdd1edd49d5daa950e9c35d18aea70436dca163db4fbf13a7443891f26e4f03 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_10_Cue.uasset new file mode 100644 index 0000000..9bb32e7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5ea773d2c1072bce14385d01429a16f4fc46f13fd952b94ae3706b4a45d9b9 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_11_Cue.uasset new file mode 100644 index 0000000..88b404a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc9f486ed7cb0e3f257faea17c5028dc5398dd3fff9660f36e01f9d7d897f6f +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_12_Cue.uasset new file mode 100644 index 0000000..7fe06da --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_push_slow_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4924e84cc0d6c1ee64033d24d4dcd2439499a289a29422d42881876ce97d8d +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_01_Cue.uasset new file mode 100644 index 0000000..9be3a2e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b29edc30a744e59ab194a224d2889457c047501f32a938f2b1ed32b8d91d320 +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_02_Cue.uasset new file mode 100644 index 0000000..9e29275 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc0eda714162e2461cfe32f3216581e0d3c3a8c075d156a3f5aab76d08577d1 +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_03_Cue.uasset new file mode 100644 index 0000000..a2ebd18 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bce276b91df077f984ab84fb62a3472dd64172c7a20209122c3901f7e0fc98 +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_04_Cue.uasset new file mode 100644 index 0000000..3f07bd1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b9340c41781d19d67f2259bd14516e4d0c7da8a7068e0cd7c9697cf77f5b0f +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_05_Cue.uasset new file mode 100644 index 0000000..71cba77 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b095a32601c5a04d9bd6e2fa9fe7c56463cdc7ef3a12d8d0f7491bbea17cd2 +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_06_Cue.uasset new file mode 100644 index 0000000..5c011df --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacefe1dbdac4a6e2c33c5905bf7474e0aa2e56f02c1697b7b32fbd4ba735cd1 +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_07_Cue.uasset new file mode 100644 index 0000000..409ec8a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_quick_action_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41122f83abf897c7fbcc00d4aa7b5b35d85e93a30ee05891b6232e816ef89fce +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_struggle_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_struggle_01_Cue.uasset new file mode 100644 index 0000000..84032be --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_struggle_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007887e9656ce1b95ab93fa61f2dc433c119723ea5ab63042dc4f4589a45e331 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_struggle_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_struggle_02_Cue.uasset new file mode 100644 index 0000000..159630b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_struggle_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d33d720aa18b980af9221ab2f5c6e3e10d5c7412823e401fed22d5dd84d83bd +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_struggle_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_struggle_03_Cue.uasset new file mode 100644 index 0000000..2eb591a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_effort_struggle_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1dc1bf5560d29095b5dc939c46554b578a7428f43c4bd505f5a9463d7d57dc +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_01_Cue.uasset new file mode 100644 index 0000000..f3ec97f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594fb5eac170641a1a4596beb4d652ec528691cd1cb030cf1633ce2f4c4f461b +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_02_Cue.uasset new file mode 100644 index 0000000..e8caa4b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c83dd4a83f960e766029720fe8173dc046a42d2e12e0d6e840fa23a6761fe40 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_03_Cue.uasset new file mode 100644 index 0000000..e830e76 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073df2cc2f18a8963e97add888accf36587492ea443d86e8197c383b7fb7f11b +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_04_Cue.uasset new file mode 100644 index 0000000..03f7a32 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7d707b1653a02e7a2161f2fc066751784d41a51fba4c5c8b41d4b7e2cc11af +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_05_Cue.uasset new file mode 100644 index 0000000..791d424 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd538278d6084b40d88223ffc7317188cc94285b9e43ea936b50018dc62009ee +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_06_Cue.uasset new file mode 100644 index 0000000..8c81edc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dc85b5e1127e2f897b30ab7f44f201c2452faadad0e3a0abc2c1725b4808cb +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_07_Cue.uasset new file mode 100644 index 0000000..a62a23a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9e2ee45b82944d5e7ca8978d787ed4f1bcaf47b23898d000c54ae8283accf4 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_08_Cue.uasset new file mode 100644 index 0000000..e80237e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08038c1c7f2b5e568a7089c849717f21af3bd79587a4897cb491d2c7b411f269 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_09_Cue.uasset new file mode 100644 index 0000000..cb7311e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706f576d60fb87b8bfd2e0c75f9b92ef8c2e8e6c075f14288a69335a9e18c0e3 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_10_Cue.uasset new file mode 100644 index 0000000..f0469f1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f49fc648319cfa7b019f6cde4b2b34107e517e5449d7b6c142936f86b43ffac +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_11_Cue.uasset new file mode 100644 index 0000000..5847be3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6c36dac1fd224c75769890ba8e12ba9b72d9123191eb4986e12c0fb3c573fe +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_12_Cue.uasset new file mode 100644 index 0000000..84e29cb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b756016d04d4bb3be0b0f22c24f3dba07d2e5e95bd7553d77ba72adc1f1d5a +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_effort_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_effort_01_Cue.uasset new file mode 100644 index 0000000..e28d525 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_effort_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704bd78c96740da4c3e03a9e352dbed82d92ffa8912e520a962887d4adbedee5 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_effort_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_effort_02_Cue.uasset new file mode 100644 index 0000000..863cdaa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_effort_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fe7c6d1425869a51a39f8d3f6197a693d7a15d671f2cd81486573a4e85fd0c +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_effort_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_effort_03_Cue.uasset new file mode 100644 index 0000000..e63c3c9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_growl_effort_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730351723cd26800a9e1fa195c2130dbffe4ef98884f97647d7987fd72e96f0f +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_comedy_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_comedy_01_Cue.uasset new file mode 100644 index 0000000..d17416b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_comedy_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ae4b1e4e1a2b702e91bf5ced501d4544190f189c434ea352c8ae180ebf497c +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_comedy_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_comedy_02_Cue.uasset new file mode 100644 index 0000000..e6829e0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_comedy_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c64ee23ba1a0ec68ed45d30424851e8cbf8657a65e4c08f4b8cfb9ee70298bf +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_01_Cue.uasset new file mode 100644 index 0000000..01aacb0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5248ace2282771837fed07efa7865adc33ebd2bbeb8c0f99a3c2aafef31e5f +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_02_Cue.uasset new file mode 100644 index 0000000..71c04a9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072fcc05323640bd481afd191ce36acb8f845226af843ee89b9467821180ae7e +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_03_Cue.uasset new file mode 100644 index 0000000..f4adbc4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b4ff37bf0fce356f5287a79bf5f5852684438320def2fbd9dac8047c65c3f9 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_04_Cue.uasset new file mode 100644 index 0000000..4b533db --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5875bdac706a5b0e4034d164a1474f16eb70728e5be6e2102b8d8ced3c81f718 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_05_Cue.uasset new file mode 100644 index 0000000..eaa858a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6662406eb28059a86ab40a6b228156905e52ad74d1b0372f80cab184a8e34988 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_06_Cue.uasset new file mode 100644 index 0000000..c021fe4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0210d20629fc89d0f1e8050c037fa7f5b50b39bdd53efacf946fe96dc762cd +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_07_Cue.uasset new file mode 100644 index 0000000..e074f9c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_1_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af9bd8942f87928ead0455c0705704ee40584c52b98502c553b0cb02885b2c9 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_01_Cue.uasset new file mode 100644 index 0000000..64d5fe8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f9f92095d7679c8aa032d811ae03c34448e3f77d24252a7931e3d06961d840 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_02_Cue.uasset new file mode 100644 index 0000000..bd1c303 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6982571629c858e41801f773a6956595aa18067e343a1b676c66bd14e9c84b3f +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_03_Cue.uasset new file mode 100644 index 0000000..dc3de6e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201c92dbac8abd7cad971dad32b75bd8b473d2f169740d96c31081f983b80ce5 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_04_Cue.uasset new file mode 100644 index 0000000..8c51a37 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f40e2a2aff89e9a29eab2e3416d90392ab441f8300dd95b369a71decb757140 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_05_Cue.uasset new file mode 100644 index 0000000..cd416db --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7139d592b2bd47b387e7a5a742f8cbe3aeb212dd559b5e9fd815b6809587c745 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_06_Cue.uasset new file mode 100644 index 0000000..f88b617 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afbd9466895e1665bd04c3234b67e23ee64ef19053bacfab8cfac51416f4383 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_07_Cue.uasset new file mode 100644 index 0000000..b8b766d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538aa85a6b411148953b9ce51e7354521b4922289707dfb2c48adadb095cfca7 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_08_Cue.uasset new file mode 100644 index 0000000..e436c12 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f93bd9420e5323d06ed619329ec871c34b3e001115b8fbab0bf31a4d9f4b2f +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_09_Cue.uasset new file mode 100644 index 0000000..190440e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e001725534d7e6f3a554c89f24c984d26f5306a07a1cba6b8af8cfe9b5bb072 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_10_Cue.uasset new file mode 100644 index 0000000..d26eadf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30fba92e0103b19788546eaa0ce796c4f24e5ff178dca378f1eddd7acf08acf +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_11_Cue.uasset new file mode 100644 index 0000000..9acaee2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a4ee9c8cddddafd70b87bd134a40d714e80a12a1d85367fb38ec9eb3d73601 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_12_Cue.uasset new file mode 100644 index 0000000..34a4d28 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5114fb2636e7723638629617cd8231d4ae25c3b2927e31a032d158c80c74fd +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_13_Cue.uasset new file mode 100644 index 0000000..932d321 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e73fac22c83d1d933e7806e844e0435a78d4f5bbc40e22c673c4e37f338212 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_14_Cue.uasset new file mode 100644 index 0000000..6c42956 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_2_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd1ed5dc767abf74a9657b25fe33d9e6bc4cc11236edc4b7ae81cf6042fcf03 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_01_Cue.uasset new file mode 100644 index 0000000..60f8cb0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3857297938029e5c670c74308e1366187f2fa70e8fed5fa8fbcd6e6c2f0ddf0e +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_02_Cue.uasset new file mode 100644 index 0000000..1afe659 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba56c660bb01378d1320ae0f437bc4cf428902420789a16ca92622c835dfde97 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_03_Cue.uasset new file mode 100644 index 0000000..d404586 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09056b19016a371e0691bf0ad1519ceb537f02a7a42704766c2ac7889930cf98 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_04_Cue.uasset new file mode 100644 index 0000000..f837387 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987840b7697371cf6218ea8388b97713b8f06da3d378a84df78e593ee1fc1774 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_05_Cue.uasset new file mode 100644 index 0000000..227923b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b8d3b3f9123e7abd818eef15384d268d77e5efee02310c649cff4606b57499 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_06_Cue.uasset new file mode 100644 index 0000000..194494d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e3e21d09eaa8e6e1eeae4a3296d25be9fdd69987f20302b306ce1cfa4a02e7 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_07_Cue.uasset new file mode 100644 index 0000000..4a8391e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103a7232c2c0cac53f3129e986a507542eac4917437155428e2f365738a9bace +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_08_Cue.uasset new file mode 100644 index 0000000..898c83d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_3_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cbd3d4ee4c47408a06989c54620950f42820f6eb80bd82241b6c6d8a9ea2a9 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_01_Cue.uasset new file mode 100644 index 0000000..bdbe329 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37429749204cb37e3e5dfe4264c1cc2b4d709c8a4925a737fc1906144b7e01a +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_02_Cue.uasset new file mode 100644 index 0000000..78851c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa3cf54e67badd4ae4793247d30bde63a6c6443e6fdeffb541aca38bf1c4faa +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_03_Cue.uasset new file mode 100644 index 0000000..941573c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03675e80f8ff8dfafc0c2472f903fac0e0da776d97d622c48b6ca332c7a372f1 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_04_Cue.uasset new file mode 100644 index 0000000..eb86be8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f526e536da3927c2e25e09615c077cf8de65f9cb9b4c06ffd2cfbefbebb9b4f +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_05_Cue.uasset new file mode 100644 index 0000000..8f8448a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_4_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63093c600b14ca025d27c5fca63c119ac51851116f379a4b0c05f6f708f27687 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_01_Cue.uasset new file mode 100644 index 0000000..a6e3aae --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a6a6540f68ad10089b5056413a529ce945af452b5642651427cc33ed55f11d +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_02_Cue.uasset new file mode 100644 index 0000000..c5deb42 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e2dcfc51e6ab90dff00a382a3cffde22c24c790f40f2e98aa9b465ee3f3b50 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_03_Cue.uasset new file mode 100644 index 0000000..2658baf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eac44e35ea40201b46fcdcf82c990b747030e0172844a4f06fffb539f50edaf +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_04_Cue.uasset new file mode 100644 index 0000000..da233d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3396ba02b1fd05b4593242584f8498bbb560d4f6a62ea903819c815aca2f346b +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_05_Cue.uasset new file mode 100644 index 0000000..3079098 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23bbe127a0d9b3a085179a9d3b6afe70ab2e07c22b24a2f09cc72c7e70e8f17 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_06_Cue.uasset new file mode 100644 index 0000000..13f45af --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3808458b85cb0eb1a848be2f006c6094f398c31655490fe57245a924000c639 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_07_Cue.uasset new file mode 100644 index 0000000..f3f5a79 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e172299c6c579bd7379fc385abc62f807d2cb1b6781e8e5f2a679bf05bef3541 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_08_Cue.uasset new file mode 100644 index 0000000..147daa5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9986adb9a3505b4f1df7602fa7dab0bee98ab90f6be3c5e0b8f2a735ae47a9a +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_09_Cue.uasset new file mode 100644 index 0000000..8a72954 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4eda037c57494b29a0c9c031a6bd121a5a4dbb457370c928af4318bd2ae56f +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_10_Cue.uasset new file mode 100644 index 0000000..426c30a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf960e4b57e0628191dd9028f2166b3ff6bc12b61eab5bfb3494b42bbce9259 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_11_Cue.uasset new file mode 100644 index 0000000..31538ab --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe836957db54047558f1015e353347fd7304633e05e8cf6cec8cfc276c43b6e +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_12_Cue.uasset new file mode 100644 index 0000000..b34639e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b37bb5a682d21b213daf4212306b54a583854b677906838bff6d064f8d2da6 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_13_Cue.uasset new file mode 100644 index 0000000..230e45f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a344d51c142b2f2118745d6534b981222eb7c98725527ef2d09a0ebdc433eaca +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_14_Cue.uasset new file mode 100644 index 0000000..9a78d40 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4692a12e0fda9b581082f768058cf88c6fb621e2fd431daff3fee853dafc85 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_15_Cue.uasset new file mode 100644 index 0000000..8d45b03 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3612225c613ba5c582c6c8c04001fb1cdcc97a2392902a40400a404eace4124f +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_16_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_16_Cue.uasset new file mode 100644 index 0000000..0cbe800 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fa4915180ada829c968a63d73ff904fcc1e5c09d7bb5eb66e6f1ae61b991cb +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_17_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_17_Cue.uasset new file mode 100644 index 0000000..c3bd955 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37ef4987d69179ff49355a8e20009df8f0f24626d57e55f200687a126baca6f +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_18_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_18_Cue.uasset new file mode 100644 index 0000000..6e4ecc7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_18_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec6ea5cefd70410476e0634a3b7be75a2201a0b98d77615f1d3dee494039b7c +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_19_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_19_Cue.uasset new file mode 100644 index 0000000..c0c8254 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_19_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d49e2a0d2f569034c274767f1ce78ff20b1901c7be5d052e5ad53e30bf77adf +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_20_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_20_Cue.uasset new file mode 100644 index 0000000..2bd2a0a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_20_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65beee8d44e2fbdd5afa4e2556c0e407402f1ee84a3c5d8d9267e2f3a7c38d9 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_21_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_21_Cue.uasset new file mode 100644 index 0000000..eb91a32 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_hurt_pain_set_5_21_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5329336a8a84ee6e5856d01079e59b50139b5a977b1983ac10e0e124c9f1b85 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_01_Cue.uasset new file mode 100644 index 0000000..b044dc4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bdfbae160bb3563afd9ac8a725f216e4b92fea7e8b080ce4b704292f168166a +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_02_Cue.uasset new file mode 100644 index 0000000..b756564 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8d60e9e6b7dd37146235a601d1c097e8096f72ccf28ff0dd0805e4649302b6 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_03_Cue.uasset new file mode 100644 index 0000000..fd111c1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455617357e53071af0f1546e9d9e9b21a5bca5bb009f4ec7cd0662778d71c00b +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_04_Cue.uasset new file mode 100644 index 0000000..aedb908 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6706ae5fa5fd6a8f85e4d47ecc61e122da778895b27bea81d0dfae38113b82e1 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_05_Cue.uasset new file mode 100644 index 0000000..2e05dfb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70de8c84ae503e9d038f5ea7825b6eea341570ec512a70c8e8c05e0f7676f4fc +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_06_Cue.uasset new file mode 100644 index 0000000..26c8f08 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6983351f6ddde8ceb58e217842146d51acf472d582b10e7a5ae8d8f8b0b2e21 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_07_Cue.uasset new file mode 100644 index 0000000..fcaf306 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac8326063fcf31477707ab59e103689834ddd58261bd7dd9928fb01d07daad6 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_crazy_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_crazy_01_Cue.uasset new file mode 100644 index 0000000..9f1f10e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_crazy_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419cab0065bebdafead71929657c82151c1e7469c415fd69967b5991c6d2a35b +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_01_Cue.uasset new file mode 100644 index 0000000..9b18a7c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843e585ba39eab04e033695646711f2df6bcba320c7450f13871b399c120389e +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_02_Cue.uasset new file mode 100644 index 0000000..a822fec --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165fab8827e5e1aa1f2bd414ae861bd927db7886197ee315f9047781c9a30675 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_03_Cue.uasset new file mode 100644 index 0000000..93b1a7e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df9fb4534a1222706c5ff9a3160587e7f4b702099582ad0f3c2c6403490ebef +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_04_Cue.uasset new file mode 100644 index 0000000..ddc2a1f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c283518d24202f8e0e71c81d4cfb2e08ef03af01c0bcaa5f4394d3e264ebfc +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_05_Cue.uasset new file mode 100644 index 0000000..ab19255 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8192693e14d31222179db0853163d31da6ad0d32a2a44a5d305298b4de3f8822 +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_06_Cue.uasset new file mode 100644 index 0000000..f4e7a89 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_long_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ec14900112e36f26013f424ff495d794a8b2391ad9a836ef948ed98e24901f +size 3461 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_01_Cue.uasset new file mode 100644 index 0000000..370efe0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff7f59a15a99761fd6109bde725bba5cea4165e383c6cb02ef6281fe4e87b60 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_02_Cue.uasset new file mode 100644 index 0000000..87fd326 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4fb26a5b19b929812db85082a935f9f44138470d78a43de76b241f4bbb10d1 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_03_Cue.uasset new file mode 100644 index 0000000..9ce7815 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7eb4641f33955ef504ba52c68d33ca5d7541010d91b0814ab97a319d86febde +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_04_Cue.uasset new file mode 100644 index 0000000..69bb4fe --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5080d0602f2dc8bead139d7c41525c3a382eb1df96bdb9b6a8d13f422fc36d4b +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_05_Cue.uasset new file mode 100644 index 0000000..afce94b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301c73835f7b5f5d3590cd019511946bd1670896d56ed138015a7c88113c65c6 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_06_Cue.uasset new file mode 100644 index 0000000..046f931 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_high_short_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d03f23a9cd8ccca3c8d921c613e625e80deddc83812f6cd148232668128ad41 +size 3468 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_01_Cue.uasset new file mode 100644 index 0000000..4bd2409 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3174b24aad86cf1a2f1c591d7254b5a99d153353f7efed6cf2bb794f49e69856 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_02_Cue.uasset new file mode 100644 index 0000000..6664e87 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25a588c78229ae58295ef5851dd7f344ebbf58d3639e9511d16705563353bbf +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_03_Cue.uasset new file mode 100644 index 0000000..6a78c2f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af32d0a760a7d3334f287c0c3488a8956e876ea716a35e8565c9aebb43df9e6 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_04_Cue.uasset new file mode 100644 index 0000000..1b576a1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_intense_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9d7b58a7d9610b449cfc3ff79e0cad646002944e5000dcff340c306e4388ae +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_01_Cue.uasset new file mode 100644 index 0000000..1ae1833 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177a54e3ef75ddaeba8c46bc7454b2d045f18c3675799418dc566105a64bbdba +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_02_Cue.uasset new file mode 100644 index 0000000..9aa8274 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab1cdb43f9fa4e4b77b24b1595d0e78896b5fbda4cb69e258a96f65e8162de4 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_03_Cue.uasset new file mode 100644 index 0000000..6283df1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6101cc51e1fc3848344096ca010df090f33f1207853e2ffaca6b59d26048ef0 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_04_Cue.uasset new file mode 100644 index 0000000..48770a9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2b6c398c1dee4b0ae7f945afe17ccde79a7d4fe065f86c969bc485bffec559 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_05_Cue.uasset new file mode 100644 index 0000000..6af14fc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26268910aa79cfc8bd2baec6ec25591ac4057687369affb3651fe33049511394 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_06_Cue.uasset new file mode 100644 index 0000000..9703ea5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6880bcdf5a1d311fa1a60c94b3b81d6a88124bbe2083fe651835b167577c31 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_07_Cue.uasset new file mode 100644 index 0000000..ed3d371 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510087528d12814841700e3e3794c368761ab9df40e392d8ecae65cf8284a7bb +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_08_Cue.uasset new file mode 100644 index 0000000..4fef215 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb92c057251e80cc49ac3f67022ad3762e4737c21ef8c8b809ada002d108386a +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_09_Cue.uasset new file mode 100644 index 0000000..f1e19a0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dda79cd3dbf53fecc8d73aa50100c6d7a4608112f9c285a689ec1e4a61d6947 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_10_Cue.uasset new file mode 100644 index 0000000..4239af0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Cues/voice_male_b_laugh_short_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f25dd48f3e207ab0ccce20d5528d0916264854b06f18a116baf18eb39342077 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_01.uasset new file mode 100644 index 0000000..4e42eec --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13281dd971958bcf4b2976a2810cb2a6e47c4861266d8c750659a73e2739100 +size 40458 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_02.uasset new file mode 100644 index 0000000..69e23a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cba145f0d32dc9f56ad50adf7ee7e9bfe8bd49e07d53f9e7b7a16fdb231a16e +size 50002 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_03.uasset new file mode 100644 index 0000000..606237c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c27347f58821cf811d8f0a5f70d4bf2e7fd169a929ac4d00a8546a400fbf301 +size 37874 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_04.uasset new file mode 100644 index 0000000..6245aab --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c296a3405ae23642e7f4e28ba11d8880e061fc5d10ca9087431d71e16872fa4b +size 41074 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_05.uasset new file mode 100644 index 0000000..c60e7ca --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3efebd9016a402775fc912175d3561bbbeefa0abfebbe62553c70e98895a44c +size 40108 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_06.uasset new file mode 100644 index 0000000..1a91faa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0633e3b97479fc59691de72f8e2173124c18110d6584db6f14459b531aa1aeb +size 45040 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_07.uasset new file mode 100644 index 0000000..df37d6d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set1_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d96a2074b421dc4511b258a4ecb9f90d0ae110e98b68a71be398d9f37f52ac +size 44777 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_01.uasset new file mode 100644 index 0000000..a04a022 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6b6e1d3a0a32dfcee627a5a0bbb0effbf8c33a206a8cb3dbd7b68d97ba0b26 +size 44628 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_02.uasset new file mode 100644 index 0000000..6bc1bb3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef5f169f19324312251a8b9cd0d150b0aca1bfae577e89d7f864ac6341627a7 +size 49473 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_03.uasset new file mode 100644 index 0000000..f4bd7c9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94f78ad8a3163f06a66585d2fbf428734544baf1501a02489742a59b4c93c2f +size 38994 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_04.uasset new file mode 100644 index 0000000..a846104 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9fc9158d6e0d6adf2cf90a972108df2b1ff3bea890a904619a93e49f2e9fba +size 45746 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_05.uasset new file mode 100644 index 0000000..ee7e122 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05db213d85b2e310a090d37476b645f2159d66f1671ce23e6e1ef24cc8b6c94c +size 44729 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_06.uasset new file mode 100644 index 0000000..ff0011e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cb602671dda0f56b4981dd25db9bb8b0368595cdd6b867706c47e684d09cda +size 61443 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_07.uasset new file mode 100644 index 0000000..17444b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f330e7d3f9e458a1ba631dd5178d2ae4abff0394242323d8f5434b36634c724 +size 53649 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_08.uasset new file mode 100644 index 0000000..09d7bc2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set2_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fc8a5512a9a098226fc92f9db08685b0c8b689884d3f95c7d04541a6eab208 +size 37288 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_01.uasset new file mode 100644 index 0000000..fb96f45 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e446b0ed6093111214c71617826ee59c6f108894e275bdbf32c03edaeed8b3 +size 63560 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_02.uasset new file mode 100644 index 0000000..13c1604 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2714dffd4c68dccbfd8e011e1ef78153b8cd186c55dbe3a2483fc90a1c7a074a +size 59285 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_03.uasset new file mode 100644 index 0000000..592fa15 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425c1d0c68839f3a93063a11f5d2ca5f95201f66db71e392c751641b2f509c95 +size 69677 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_04.uasset new file mode 100644 index 0000000..a767810 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8bca3343ec7fd6fabe9d6966f3a8c381ed642e20991d3668233845af116b07 +size 69257 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_05.uasset new file mode 100644 index 0000000..79b794f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01eec8dd7f5ad1119c5aba6cf3edfc51dfe5320cb61c5480ee509bb68b015868 +size 65275 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_06.uasset new file mode 100644 index 0000000..c5b5e63 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336f05e6a9d09c7e09549fc248f67c000f4569a80395727be9761ed4350cdf07 +size 37638 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_07.uasset new file mode 100644 index 0000000..3d252cf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f12ea5ea4c0e32f2e0945339498c01ddac0b8085ab8bb408e186213b5c3aa3 +size 45880 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_08.uasset new file mode 100644 index 0000000..b2ea23b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set3_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d85fa16aa8ea3dd180cc26c15e2bc80e90661f247755b9a3d26124cc35adcf +size 43731 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_01.uasset new file mode 100644 index 0000000..c917efb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d9bead5387a3bcda18a94e57ef053ca15ea8f580774c7e41b8d9a920c531d6 +size 67772 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_02.uasset new file mode 100644 index 0000000..4a6c112 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe355c5c11483876ffe785cef282a929b5be982c45f0149ae604681b5c40690b +size 91293 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_03.uasset new file mode 100644 index 0000000..dc904ed --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2696bf8c7c59e9eb9e377d46635c7287909941fe4270908f82657c80e5894a +size 79326 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_04.uasset new file mode 100644 index 0000000..11db649 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954dbda395d59000840cc1af540fc6bad35ffb917a7692d9f80d416dd4461c70 +size 131617 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_05.uasset new file mode 100644 index 0000000..e511845 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933fe3b230260636484ca9c28cc0e085827736e5a0197ed15f1f7a3bb6ca3a20 +size 89523 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_06.uasset new file mode 100644 index 0000000..3133b28 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f4d4121efc52c4b67dce820c993d01a6ccfb0d8674b98bceb4e3b647b115be +size 66735 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_07.uasset new file mode 100644 index 0000000..8ad2f12 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_attack_set4_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90d5161c163bae894769b61db684f80518dc646ab0b3223d978e257aa94b7b1 +size 46187 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_laugh_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_laugh_01.uasset new file mode 100644 index 0000000..205a33d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a73c86e3071ee9f251335fc2921bd6c90b373a0500e2c6ca5a0a9666f278a6 +size 274254 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_laugh_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_laugh_02.uasset new file mode 100644 index 0000000..8cd111f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079cc8453abb220d7eb30c863dfa48f9933c8f70d391b2d4d93dc02f94974a21 +size 243251 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_01.uasset new file mode 100644 index 0000000..34acfaa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd4c2026e18d046f398e4e8f68e7309087ef6ab76b679e02bd2b769ca3e39f0 +size 184533 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_02.uasset new file mode 100644 index 0000000..9b07dc8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d64ac42d0074c6c9caa80beebfc7e4722c2c0f2baff1517015fabac75e9cdba +size 307216 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_03.uasset new file mode 100644 index 0000000..defec41 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff7f88912c69c5bca8243cd865650e92b84dc92c636bb7aee6cac70b872637f +size 301065 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_04.uasset new file mode 100644 index 0000000..67ea3e0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04e424a1b01c7a444db5185388ec74495e82c1a701559e448cd205552ca2fb6 +size 143679 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_05.uasset new file mode 100644 index 0000000..b48915f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc42b80ca08c6146968b98d8f720e21fbb216fe1f12e34d31a2a56dbd5253de0 +size 175475 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_06.uasset new file mode 100644 index 0000000..d317879 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ba5f8e40c5eb5571dec3e28a7b3f84c80dae998baf94b8cd20ce93db0a22bb +size 116666 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_07.uasset new file mode 100644 index 0000000..bc405ac --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbbaa5d3b442b4afb9ee6d87de90b5b0e988188842020618cbcc654903e861e +size 135353 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_08.uasset new file mode 100644 index 0000000..a0fd50e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8880fbf7eec54277c54ec778a7a33d1fbe664f509f174c4b17b32eccbb518ea +size 209218 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_09.uasset new file mode 100644 index 0000000..aa9c7e3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fec3396b0a9d21be9bf599f3ab4f50d0d4ad9c9ffbdc13277a518722171bba3 +size 336013 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_10.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_10.uasset new file mode 100644 index 0000000..32a9882 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db333b04d543f37edf284f31310fba0582b37338092da379dfa096783560ab08 +size 229034 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_11.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_11.uasset new file mode 100644 index 0000000..a3b2849 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a66a05c6bd4e815457c0248b989ffe9644bdf267afd1be7f9d3cf51d1c8c307 +size 228085 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_12.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_12.uasset new file mode 100644 index 0000000..5716b79 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b1921bae46e480117c9c1e36dbba677ef7903b75a8383f004ffc687c4cf346 +size 273159 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_13.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_13.uasset new file mode 100644 index 0000000..67116fe --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22debf2ff9ccfdb44a1975fc7baea5d417dd0ce4890ca7ce32101336674d8f4a +size 203773 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_14.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_14.uasset new file mode 100644 index 0000000..3cc91a9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b884a7973422c1b8da340569bc0c364bbb4aef779e541e456aefb868a47ffc +size 227262 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_15.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_15.uasset new file mode 100644 index 0000000..7f6b178 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_long_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26b4001e6e1cbe26d508b0ed73bcb676e3d4c1949e4feaa91c1afe6007b80c6 +size 195888 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_01.uasset new file mode 100644 index 0000000..cfd2479 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e36f6e074279f48f44c7a71d7b12f84cd4796bbf755cb0be1d924af03030082 +size 157537 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_02.uasset new file mode 100644 index 0000000..b1ebd24 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3eaa6e111ae2cabadc72742417ed193941a1afff0645ef04aec11763df5ccd +size 107210 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_03.uasset new file mode 100644 index 0000000..972d8cd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d07a88797cbd4c9d18e92a47180cd80c63d799491692ae43870faa570d5bd5 +size 81989 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_04.uasset new file mode 100644 index 0000000..73dec80 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a76e2cb4f04f7acfa9e685783b36ba0b6138c42d0d4fdfc24e556016a33b3b +size 118669 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_05.uasset new file mode 100644 index 0000000..d41bc2d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6ddb24bf3f1447b9861acff7ac07d4f65f417780f3a84c201cb837cf3cd96f +size 75645 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_06.uasset new file mode 100644 index 0000000..2eec4ff --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53b4b950fa5df650b3446e646504a62f1f52b6fa54b579140f382726853ac87 +size 113411 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_07.uasset new file mode 100644 index 0000000..ba366d4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bda5eac3f2a67760c1d23684deb49946f291dbe36a4e0ab6654739cab377e27 +size 124514 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_08.uasset new file mode 100644 index 0000000..569c1c9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9611292ddabf7390f8aec384827c5aa97bc42bf1ff9516aaf26cafc120fdd818 +size 101248 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_09.uasset new file mode 100644 index 0000000..c330d24 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e194c44123d09202d7bb22c2230be7ee922088a71c25fecb6db000954bea7ca0 +size 91777 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_10.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_10.uasset new file mode 100644 index 0000000..543fa3d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ca330783013853983d5dfb50c6c673007aaada67e7114fe92d48573ec664ad +size 54289 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_11.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_11.uasset new file mode 100644 index 0000000..7cab042 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1c9e57b5f8d5900bd8371e5d959a8ba568efaa11652d1cc965528ad5317037 +size 123790 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_12.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_12.uasset new file mode 100644 index 0000000..e932535 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f7cc14a779b1100a3053cda89f25000f6c8e51b8cb4dab27426c0ef52d2c69 +size 158805 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_13.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_13.uasset new file mode 100644 index 0000000..dd6a660 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9f19e529d3439eb653eccbd5e1b3c0b108b966c6d2fed7731225d9fdc6387e +size 143480 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_14.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_14.uasset new file mode 100644 index 0000000..5b7a4d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f947404d9b01f568e02c2c1dca4cdf18e17ed6e78fa63a5dd0d863d632bcf5a +size 117223 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_15.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_15.uasset new file mode 100644 index 0000000..1ffce85 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_battle_shout_short_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea536bdcf68c994804a79a581ebb6acc5656f821277a3a450330a481fa328e3f +size 139716 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_01.uasset new file mode 100644 index 0000000..ab8d667 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73da1cf1f6042034ad8f7955a95278dc9f8d7bd8d42f7922c146cf3cb235df6e +size 31160 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_02.uasset new file mode 100644 index 0000000..812cf61 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7300118995356b7e38fbbafb5a700b4dc0e46f89f0634b6808848e0c9ed6cf3d +size 72618 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_03.uasset new file mode 100644 index 0000000..4f88231 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeefa445c886390b0e93928352b242fc5e93c3e8b8a2412144e636ee0ef47944 +size 42588 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_04.uasset new file mode 100644 index 0000000..e38325f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_pant_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7db890a33ca2b567bc96c61c9155f4b90c0defd1ae595fe6ea265c43debcbe +size 147392 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_01.uasset new file mode 100644 index 0000000..cc88bc7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a758425d056bccf6ac2adf2799f9adc465ba04158449fc0fd8752e9d01811372 +size 49823 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_02.uasset new file mode 100644 index 0000000..b706a66 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81fb47166b60dd257f2a041e4c7a7977984a26753c04a5652cef54199ff5f8e +size 45869 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_03.uasset new file mode 100644 index 0000000..576b252 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa79c3fa6f39e6da52593be1474cedc04e06435a7a370b8ac37b39198612b42 +size 45736 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_04.uasset new file mode 100644 index 0000000..caf64b7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12c19fabbdb3173fdd9bbb016437141bc87eefab46c4e7a41d210b6511cdf93 +size 45303 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_05.uasset new file mode 100644 index 0000000..2295b56 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf2b7a5d0f6fb6bfb2a43ee6db3f8f5b420d65d7a408ed44d6862dcf58b3386 +size 44788 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_06.uasset new file mode 100644 index 0000000..da09d0b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29abd63a5368ff442c1cb775cbf8d27dc38196e39ad901b7235d3ad003adcb3f +size 39538 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_07.uasset new file mode 100644 index 0000000..aa6e1c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2398c97a84219ac3333a512ec891cc451afce5198266ddc4cf2df33018a316e0 +size 38817 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_08.uasset new file mode 100644 index 0000000..f80cf1c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83e90041016dd39b0fcc34b1cad0d03b206312cc1f9ccf55fc71752239c9330 +size 48326 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_09.uasset new file mode 100644 index 0000000..ef62e44 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994380f671324fec784ece1c9ff6544c8111d9bfecced082f010967510721e31 +size 53527 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_10.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_10.uasset new file mode 100644 index 0000000..c208bb2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_quick_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014741d6a198741d6b5f76f79e77da5a7310ddd881d4116a9e872c7791fbad62 +size 46568 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_shock_alert_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_shock_alert_01.uasset new file mode 100644 index 0000000..bcfa532 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_shock_alert_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4fa30665cefd4a60ed3dc309327e675679ff216bc0dcf50732c7d2fdac5d22 +size 30030 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_shock_alert_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_shock_alert_02.uasset new file mode 100644 index 0000000..0fb9e1b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_shock_alert_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035abd828805066b92c1c5db2409f71bb98b1b9fa44d581aae3f369b8e2f110b +size 43006 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_01.uasset new file mode 100644 index 0000000..d9f0728 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946798301146444dbde6ef77858ee51286217d5b42d973cf3dd70b10b581e865 +size 135672 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_02.uasset new file mode 100644 index 0000000..686dc84 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a994fd9fbd8b15ca643d3a94f4a76e8867054bba1182ed16c815abbc6175293c +size 151843 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_03.uasset new file mode 100644 index 0000000..75b6b99 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a3e0373f57987bdc9458ccbf403732ed43cd89561c9f4a1f881c67e14a1a7f +size 163932 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_04.uasset new file mode 100644 index 0000000..2c495ea --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74afbf9b770c72f08a864812de497dd0524fe91c5722a515adaf928d47db204b +size 137297 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_05.uasset new file mode 100644 index 0000000..316d6d4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ed7efee8e1d6e2721b675b9fe9dbea8dff19c7c48ebf372b740ea4721773e9 +size 222507 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_06.uasset new file mode 100644 index 0000000..42cc9f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0533eec6586fea0a558daaeac0b5e4d2458b1ace0fcf2f58a89026ca33f7b0d2 +size 108575 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_07.uasset new file mode 100644 index 0000000..6664b21 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3b0e1549c958a943fb311493dfe5a942b1cce9f38ddb9b39cfd04a9a64b616 +size 217692 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_08.uasset new file mode 100644 index 0000000..ff37085 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8027447aedec7698659a022b24559a860be74569716d618d6131cd382004bc2c +size 126021 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_09.uasset new file mode 100644 index 0000000..0fcd864 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_sigh_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd31f4b03c2a735fd204935498f7d9beed2f1d8bfd9db55286bef11738746ec +size 91291 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_struggle_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_struggle_01.uasset new file mode 100644 index 0000000..20e0ccc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_struggle_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631d1dd87bf6c988ff2a77b73f79c7090dfbf7297bb15d3256fbb359afd579d3 +size 42012 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_struggle_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_struggle_02.uasset new file mode 100644 index 0000000..46dfcf9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_struggle_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1bcaa83e1d84d4055b1cbc8c7e571f7531b1bf4e2f27a3075212f8030c2b17 +size 41326 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_struggle_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_struggle_03.uasset new file mode 100644 index 0000000..1ed40da --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_struggle_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9d6f7ab8a10df75764c8cac5eccbaafa08bbff9c414de7314c823740d1e151 +size 69972 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_01.uasset new file mode 100644 index 0000000..85dc625 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae283739fdc1afd783ab92cc4d2ab2326b3e2b73b6286b5836fd249f0f83698 +size 116478 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_02.uasset new file mode 100644 index 0000000..70af060 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572474113e67233476dde1cdbcaa8ac41ad4575d7fa5df14d0f1322f6e80be46 +size 133312 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_03.uasset new file mode 100644 index 0000000..114ead8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b40004c7803b999e0a18074657bfc49da9415a6090bd466a972bcf5c27fbe00 +size 148555 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_04.uasset new file mode 100644 index 0000000..0a170e9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breath_wheeze_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d6bd07b29dab1f3af307ec4cc3cef2c5a98194e127a4e7e2dc484ef1fce9a5 +size 131495 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_long_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_long_01.uasset new file mode 100644 index 0000000..2b3b1a1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188a93d8fda321a1f9911d4ee2914921da351aac8c093d9399623e4dcf5032ae +size 1139495 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_long_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_long_02.uasset new file mode 100644 index 0000000..b6ff8fc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171afe9110a0c34ba30e49b6ba7e5a4cf2df1ce2a5633109d61a491f2f4b0b38 +size 607144 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_01.uasset new file mode 100644 index 0000000..200da12 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c75bde5d2f4539410f224325a6261400ce3db51bccc79c0c20de653a2e90f3 +size 185043 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_02.uasset new file mode 100644 index 0000000..d107128 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb82ebe496032b73ad36d93c9f4d01a19b9a427c8268d218e79cf300b9dd9d1 +size 201695 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_03.uasset new file mode 100644 index 0000000..d47274d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23a976cd90990c5a225c37d8c160c73aaa906cd7d506a2f726e38a9e836a4d9 +size 68160 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_04.uasset new file mode 100644 index 0000000..5ddb116 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f566b90b9b8c799999088673b155bba563e906b76ed0f9e7790ad6024207d61 +size 101017 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_05.uasset new file mode 100644 index 0000000..47b0947 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_breathing_08_sequence_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbae76e86c642fbdfeade10c23e9b17e5e3c253acf5762ca513d4b9e22d19cc8 +size 111897 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_01.uasset new file mode 100644 index 0000000..6a1b99b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdcf63cdd74245c6558c0c529eae22e934296279f3b5d53ddf3412738c63561 +size 148963 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_02.uasset new file mode 100644 index 0000000..269f547 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8ac2df9bfa5fab40aee42f191199921f2dc1298c3e5d58f1ec929617b4eb04 +size 55260 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_03.uasset new file mode 100644 index 0000000..20d71aa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5f0608753b00d36307a23cf92dd33563876be493d650431ee200a6433cefce +size 75501 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_04.uasset new file mode 100644 index 0000000..19429a7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_interrupt_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d75d409cfb63cb0b16104ccf635e174318aaf2515150314ef5605315344de6 +size 62311 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_01.uasset new file mode 100644 index 0000000..f2ff5ed --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2e176315c0d87e85bdf2ff0a6f781e61076bb0392ff9fe115ee6cfaa51fa2a +size 192740 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_02.uasset new file mode 100644 index 0000000..fc31e45 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c612ef823db17892e0311d797f660b6fad391c79b928b6bf1834562bf90b88 +size 159984 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_03.uasset new file mode 100644 index 0000000..cc349fe --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ccab7bab51d14716dbcfcfd91966fed4c4e499bc90fb6c2f267d45c1e08609 +size 343298 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_04.uasset new file mode 100644 index 0000000..81937ae --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869dfd1af87f9f60fbcf4afe099124ea0ca12f043beddc3118dd98b41857aef6 +size 143001 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_05.uasset new file mode 100644 index 0000000..945d9a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_long_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8c17503811164c4b989a7315bf88ba58e6da33f0823f1d71b79bb9992c7011 +size 170957 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_01.uasset new file mode 100644 index 0000000..102a929 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd92ab89c7aea51499f6bc6bd2f505230b478991fb04f7df62091c759527421 +size 70156 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_02.uasset new file mode 100644 index 0000000..41c43a0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23be02756a3cc877ac62f88e829c76e5a9ee0e9ecfad677339e6394a6f52cba +size 48715 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_03.uasset new file mode 100644 index 0000000..9dcdb69 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e90b9651573cb45eed12012c8e4135d5341dc58bd4704f43aacfd565780644 +size 48367 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_04.uasset new file mode 100644 index 0000000..3b865a1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ba8c770c005e431eee8e351267be76126c64c39fe876ca2d192b904d30dfd6 +size 56962 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_05.uasset new file mode 100644 index 0000000..51e2704 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14641b993d432e63a540f660420bc431d54027063428d254221c00c1c19f4b0c +size 55270 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_06.uasset new file mode 100644 index 0000000..390ec78 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558bfbbb1f63100867b28cb3e63d8bbdc1d541114727f59d4e313746962e060f +size 46804 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_07.uasset new file mode 100644 index 0000000..9cd682f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417b2640edee15e1e8c64fd1e94e01c66076960f351a464f97dbc61bf4283430 +size 61714 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_08.uasset new file mode 100644 index 0000000..80c3551 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dec9d8737cd0dcf08f0d5711f1558785ca65cfb0829cfbd3a8e1610f2f770dc +size 43103 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_09.uasset new file mode 100644 index 0000000..00b8a8b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc8842a0ec5e0fa1d85877cf2458c84b2b61f58967653afc6a728f3d0fe952e +size 48353 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_10.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_10.uasset new file mode 100644 index 0000000..ed142d4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80a9f7d10183cf264ed008a85c662c8e967fa7a4b69218972fb68ef63a7e89b +size 68889 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_croak_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_croak_01.uasset new file mode 100644 index 0000000..3e183c2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_croak_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78d3aa345386c20866ee334488f19d07503307355e55ff771c5eab3938ad93f +size 53245 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_croak_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_croak_02.uasset new file mode 100644 index 0000000..f319e08 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cough_short_croak_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73dd10850e635c507e9383cda0bd388a08111d96ab386992c68070d10cd5fbc0 +size 56638 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_01.uasset new file mode 100644 index 0000000..b793182 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0176820b6a3595f5e8f1b79893ed72805eb517b8db59548fb6e8e37728393411 +size 215958 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_02.uasset new file mode 100644 index 0000000..262ca66 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a933b271fc30482c2a2910c268545d829f7b08ee575112e48c43096397f2ce9 +size 241746 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_03.uasset new file mode 100644 index 0000000..5d97d11 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e902c04d870f067fcb62af38ccd92103110f314efc926e03116e0fda2f659c +size 395304 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_04.uasset new file mode 100644 index 0000000..0e0488b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cbe9c46256bf6475159feaee6f04aee23a7a010aebf4a0af1a01a61235aef5 +size 385704 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_05.uasset new file mode 100644 index 0000000..40c67d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7e945f1fdf840789999487d43c029dd90126f56a9cac9a99dfa21c39e44576 +size 351248 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_06.uasset new file mode 100644 index 0000000..ddf5d8e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_high_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424a1cbeb9f06d84fc804864144e25a9c1174ba8d1b085eefba07297601a01a4 +size 472971 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_01.uasset new file mode 100644 index 0000000..9e54385 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a3bcf1641318491dacf16804a1bd690c68ae15cd748962da4aa86b8f2ddf12 +size 302894 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_02.uasset new file mode 100644 index 0000000..e02e2c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7404f197c6dc35e0a0cc1ae8ddfe9c6cd34a10a8eda0c794df9f7d023aff8f8 +size 408679 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_03.uasset new file mode 100644 index 0000000..3019925 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0039c430d4bdd0ada4aa3b0abfb7bdf192baa11abaefeb66c1326ef527d59c57 +size 345982 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_04.uasset new file mode 100644 index 0000000..a777a2f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126c87f793d30774167932ddeda54ebeb8acd2a1890434383c321d2446eea5ae +size 320173 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_05.uasset new file mode 100644 index 0000000..12ce813 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5566362c59a0a1db4461e1824e1e474cbcb3e697835891a814f3da60c2c2fb +size 189713 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_06.uasset new file mode 100644 index 0000000..6d71fb9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb41a16532a5b6f1c119f036c654a303e6fa2446d69627a71ecaf2b9c0f3618 +size 269991 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_07.uasset new file mode 100644 index 0000000..ef73f39 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7d81facbc4cd5f0559f7b101dd33e6b84d5751633c0290749f05d18cfb8476 +size 268863 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_08.uasset new file mode 100644 index 0000000..552e47b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_low_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ecaea43c2d028b5862365f3d7eb91de139cb13e36d3e9aa92946ebd6271ea6 +size 297924 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_snort_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_snort_01.uasset new file mode 100644 index 0000000..ce29062 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_snort_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c13d3c3fc28939b1a9365407dc6e62fe470cc7409e89b91c1393a93971bf7d +size 40591 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_snort_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_snort_02.uasset new file mode 100644 index 0000000..2ce07d5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_snort_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438dde121af7abdfdfed7b9b3638b54497470f6b05ba301f8447c8ecc4a19c74 +size 48818 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_01.uasset new file mode 100644 index 0000000..5200eb5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b24c0df10f5caf8cf474213175ff67038cb5aadef0e6e764a4bf2c9c91fa0e +size 363277 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_02.uasset new file mode 100644 index 0000000..0b2abc2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b53ee15085a485aa0c77ca2bd85e14e3c809c7c8f97dab04eb6236b0716bf93 +size 360073 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_03.uasset new file mode 100644 index 0000000..7483c0a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c1c9b4d0e9186120faaf65c3b2d30af8b43dcf44bd8aaeff0c758e2b599ddc +size 305481 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_04.uasset new file mode 100644 index 0000000..9c5b62d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4034a5d1341ae468c817e343d476dee1a5a4a90f3fa5df04ee1714a563b6bb93 +size 173848 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_01.uasset new file mode 100644 index 0000000..393e7f3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98893b9e46e57411faaf8f78ce53efbfbd209a830ba9f75f93be18e4d8216f9d +size 206585 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_02.uasset new file mode 100644 index 0000000..698f62d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955b966855a97136841ec160f793d0bb0784414b5f5cfec2e39e670695dab3cd +size 360262 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_03.uasset new file mode 100644 index 0000000..e6d7815 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16500eee98651b6fbe450f7d7b1c2f7bab3fc48dd138b994e8b758af49ff632c +size 236167 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_04.uasset new file mode 100644 index 0000000..cf9ce62 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55573f60e938d4a9209f39b12cb020614fb360dd6f4f34ab72531d3c2df8e926 +size 309967 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_05.uasset new file mode 100644 index 0000000..c6da1b7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_cry_whimper_high_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bee180aa357b6392f12b0aac5ae4a196ed7d2e7a3720f34eb0103fe4e2cc0c0 +size 452966 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_01.uasset new file mode 100644 index 0000000..bf69373 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b099cd0db4a7a748f17df516ba4742fbc37e7696fb73b9af527b753f2294c0b7 +size 185854 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_02.uasset new file mode 100644 index 0000000..682886b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3300a871f8459f44e7f976d9435012622ec41a272a8b61613d0b960392bf06cc +size 327106 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_03.uasset new file mode 100644 index 0000000..71ca926 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799809b7b8a6e9f997b6be918c2651a632ace30d29fdca5d75f58528ac576ce7 +size 244479 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_04.uasset new file mode 100644 index 0000000..16c5597 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61535ec4fad79d991d93d3e54d79b578af12f10b9516aa3b98e4d988fea94905 +size 153893 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_05.uasset new file mode 100644 index 0000000..2b6043a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2c0e351590613b5e6955e498cc8862b0e71e329eb372245738d0d1cd4bb4b4 +size 323639 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_06.uasset new file mode 100644 index 0000000..9f6a7de --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65423bb722ff1afcaf7afcbf5d84787e5da6799d13190c94d68b64742bd3e34 +size 335527 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_07.uasset new file mode 100644 index 0000000..49df179 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_high_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a390148b868a44f78e7212f3549ec1254212faaac1b7aa9ca4d70bcbdb10311 +size 124089 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_01.uasset new file mode 100644 index 0000000..f456db5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1a30b9292390beb549b657550dfc56976fe6c813dfc20d566d2775eb19f74f +size 338508 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_02.uasset new file mode 100644 index 0000000..52c1fc5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22135b3d1891d2e30a179c996e44cda759805f95bd9d2e1522e2afd6eecf7b5 +size 113586 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_03.uasset new file mode 100644 index 0000000..43fb96e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff639966015a338610227f375a781b2007767a1b92805bf88dcecc617a7bd1af +size 204801 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_04.uasset new file mode 100644 index 0000000..bbc03c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce07ea29ebe6af85da2388d7c1659f293bc3a29f76331ab6a32217b47d13644 +size 279845 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_05.uasset new file mode 100644 index 0000000..87184d7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0d9b887a3128a6f75fb394354dfbcd9fa477eac85ed36d88d1591eb174076b +size 301588 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_06.uasset new file mode 100644 index 0000000..1e047d5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f416086e505c5d4821360f7cce496a1495ec7ca9109ef6cf645d453120cfd96 +size 545633 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_07.uasset new file mode 100644 index 0000000..51cb401 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bad3ee638cd43f8e277f3ca59fea0fef89a5de4f240e6b2a12c6065c4cc23f +size 366326 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_08.uasset new file mode 100644 index 0000000..50be429 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37983e6c128e6bb76b3dd4695ade395c0cd8e5962df52b239d2023da83769a3d +size 555195 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_09.uasset new file mode 100644 index 0000000..ee6d11c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19954b2eae5ab8d4309cde5d8dad54a2673723c8816168eb8a375bf6a6b146a +size 538811 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_10.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_10.uasset new file mode 100644 index 0000000..95e0205 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_low_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b236d1e6c8714450c7e0eb042f838cf6312b055c6eb970d1c3cf92e48b30756 +size 436281 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_01.uasset new file mode 100644 index 0000000..4e54281 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a79c2bf153c978442e149b8c066cf15128e75815338c36f09713f517ce8094 +size 640781 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_02.uasset new file mode 100644 index 0000000..a571aad --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0555b48928ba76ac90ac987d6e0b4788a02544e622b6cecebaa38009e2aaf0a +size 254570 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_03.uasset new file mode 100644 index 0000000..8648016 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a354345f13bf31cc155a23d9f9d01fd36ef8fc904d8a9e3fdf7fd47efa15264d +size 368366 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_04.uasset new file mode 100644 index 0000000..72ccd4e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f7b9650c0ca85816fa6944d9661cfdbd84cd3f2390f63e8604b4126e29dc65 +size 215410 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_05.uasset new file mode 100644 index 0000000..71b4583 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bea441ea81fb53c2b5e678484f5b4605fd63707058da1bc9b0e7e306432fc01 +size 164318 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_06.uasset new file mode 100644 index 0000000..f68c74f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8659d2df736f0f18b6674b8849a213d81cc6b0348ed7457bcf6f46f2f43e3067 +size 140933 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_07.uasset new file mode 100644 index 0000000..e333562 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c68f9e1b8fad1ae86cde769d1638f3ae715594de4dd81799a5a10349507060 +size 277416 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_08.uasset new file mode 100644 index 0000000..f0472e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b06f3f0eb0e7888a3c597556be46baf764b13e87cfba0b8196897dc489249e +size 448397 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_09.uasset new file mode 100644 index 0000000..b227031 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b314e99724166fa33e79ba0eb775d53f5950fce9eeb23ee2c659d0ed8cd0b4 +size 345288 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_10.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_10.uasset new file mode 100644 index 0000000..0511d76 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa8bd746e2c397f2681d95e6c5bfd68af841521757a80b2a953071e3cdfc623 +size 339603 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_11.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_11.uasset new file mode 100644 index 0000000..eea7ce1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bcfc508c21ac042a505695c675b55adcacb3f2651d757b2681be301cd46f18 +size 144098 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_12.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_12.uasset new file mode 100644 index 0000000..58a7050 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be83175af50994dc59977449c080e1e08f0988bf1f0a321cae91f571caff5fae +size 582811 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_13.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_13.uasset new file mode 100644 index 0000000..baeb065 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_death_torture_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203c6773011e3072566e1ec263903e46b30d731e1072a13651f58db0e0b62c4c +size 107438 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_01.uasset new file mode 100644 index 0000000..e57b4fb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6434e4e10699ccbadec8efed87cc8446a4b921b37e3481af814dc70a02eb853 +size 64125 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_02.uasset new file mode 100644 index 0000000..1ea9253 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243d1896b6c74cfbfa8b0aebdce785b30496ea6b2d519aac0b551d0271925108 +size 37990 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_03.uasset new file mode 100644 index 0000000..f485357 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397d6bd7fcf8e57a46444d3a4820f9acfb665fcecae3e7a178bc9a9914cc0fe3 +size 75434 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_04.uasset new file mode 100644 index 0000000..da093ca --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271d668ef40d5a1a519c7ae8e675f486a1d3a2cb0b178b8970629a018bb01f57 +size 122151 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_05.uasset new file mode 100644 index 0000000..4e96e1c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8452e3c28dca6d63dc1c740078c1d9f707bdac9444a43b5e989d6290468b7bba +size 76662 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_06.uasset new file mode 100644 index 0000000..ffe0bda --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df66c01a827a0d43ad0a886096e01341d7f4108737673c5c307668c76445b9d7 +size 70341 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_07.uasset new file mode 100644 index 0000000..7db4456 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e229cd7f5c59806d31be0f9775080a62c9ec182d3f3c8ba87370b8af288f7d0 +size 56783 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_08.uasset new file mode 100644 index 0000000..b78c514 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea382ce816f32b867bcbfbccd9740f13bd03cf85a039443801e6b1e1beda6fc +size 64832 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_09.uasset new file mode 100644 index 0000000..a17af08 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_action_release_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44c3816e151d2055061ad432d4456b6faa08c48208244cffc14e06a5f9eee29 +size 81315 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_breath_lift_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_breath_lift_01.uasset new file mode 100644 index 0000000..21e0fe8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_breath_lift_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a3897c9e6e1ffc99dee349f7a44714f7c6890f3ab48cace6f17f190d8041c4 +size 363679 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_breath_lift_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_breath_lift_02.uasset new file mode 100644 index 0000000..76ab889 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_breath_lift_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d507cfc77ce03a2bcd42b918517fba1673bb909a0623b1008d33491da766bd2 +size 358896 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_breath_lift_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_breath_lift_03.uasset new file mode 100644 index 0000000..d911350 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_breath_lift_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66393dc93e509beca01762625e9aa52c07d1a5863346db6da87f43f706c4d2e +size 256912 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_01.uasset new file mode 100644 index 0000000..fa3d9c2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07e671f31411872779634edde5f79668717ef4ccb2ef58052e1f8615702e6a7 +size 30264 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_02.uasset new file mode 100644 index 0000000..596656c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a6b6b810b081bae09b54875fbf81089e5dd773228214c8ef5cd21abd48dcba +size 28926 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_03.uasset new file mode 100644 index 0000000..69228bd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b858a045134aef1620d61755aa402a677a1e2cc2726f578a5a80626a5890c48b +size 29080 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_04.uasset new file mode 100644 index 0000000..02d9cbd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99857979d0adc2b906ad433e693c19abf9f89013bc378c80031c5056cc37fe50 +size 27191 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_05.uasset new file mode 100644 index 0000000..41e5a15 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3522a8eac073cab2bcf9c02839dedc4dc5e85225a2a78a5790cb16ff368bf135 +size 23402 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_06.uasset new file mode 100644 index 0000000..ef27728 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96e195ce8a649ca3d7aa685ccc17b0ea462e4c8c1f5d298ac6e8fb694683ad4 +size 29177 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_07.uasset new file mode 100644 index 0000000..78d9caa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe14fd70c2548ce549e42009a5bcfe5efd7593f1a806aa3fe5e27f40714332f6 +size 26988 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_08.uasset new file mode 100644 index 0000000..597c94c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6ce9e2acc114e14b234818023396449fb2a03f0cd364feaaed7fa58f6992a7 +size 44770 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_09.uasset new file mode 100644 index 0000000..1eb3f54 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_jump_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16001720d339303498d17587da037db1eccc05356f578cecb246ee5c26e6a13 +size 44882 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_01.uasset new file mode 100644 index 0000000..26e1e79 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5c7d2e523c1be57fe35e23d27c44587f686827e12dcba6773da9da11647c00 +size 115417 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_02.uasset new file mode 100644 index 0000000..9793344 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf8d6e76d04e27612a3203cb34480d3ea704bac5c5605782f6287d6db88ce09 +size 110758 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_03.uasset new file mode 100644 index 0000000..1e0d895 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f70807643e16a241be8a40d08a2f52aa91b5bb70e3f6f9ae0153ac79d043034 +size 129613 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_04.uasset new file mode 100644 index 0000000..fae8ffc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57796d519e310b619a01b19f827f79ff6763db597ff67b120eda223dbc345d3 +size 177796 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_05.uasset new file mode 100644 index 0000000..ab3db24 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_fast_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531c3359c74387e84d0b828ed3645f8c00652573b7975bb3fd0aff1d8ac02bb0 +size 129915 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_01.uasset new file mode 100644 index 0000000..9ef958f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804f51e49b465ec8d22ab8bb8443badc83a71fd9631a400b080506f5b0c882cf +size 239701 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_02.uasset new file mode 100644 index 0000000..3ecd986 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e46dfdd7a7e137b081529f9dbbb3c15e26ad174ec381b12f82e894f18febbb +size 264547 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_03.uasset new file mode 100644 index 0000000..b5cf5b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7d101b55cffee9704c0831e693a8eebbe1f827584808d243e3486c7293f103 +size 231047 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_04.uasset new file mode 100644 index 0000000..6f5e6a7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ddc65f29c8ff352e0e1060b2efb2b882dbf4a40091710c91dc47d6e00733a34 +size 439428 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_05.uasset new file mode 100644 index 0000000..267635c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeac6fe83a7c0305328adc9bf2ea7417fb8a31fbdad2bf1dcbcaeb270b6ce94d +size 250830 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_06.uasset new file mode 100644 index 0000000..2610062 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a365daa96344d7e40635bda83118927a2f338c2df944380e1cdafcf037592153 +size 365636 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_07.uasset new file mode 100644 index 0000000..52edb37 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b52fd033dfd9f5a0314403f9716965a524ec52f3297c1d4ea93197a19542809 +size 288401 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_08.uasset new file mode 100644 index 0000000..f11aca9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f59592fb90337509f7f709151b2d49d03ba6043e2e8353e2d9a23a90d5712eb +size 389425 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_09.uasset new file mode 100644 index 0000000..bc01b7c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b6ba66481ba052f87552e1a0b9c1a7e4ead88a483d6ca310751e911879bcf1 +size 270789 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_10.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_10.uasset new file mode 100644 index 0000000..748296a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4332c7d9a575e14497e6b28e85dc7f786d0fdb566a4711ad874db209eddf8468 +size 349001 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_11.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_11.uasset new file mode 100644 index 0000000..1efabda --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc28237ee3c44595051f4c1e49c92e37ff29b38b41fb9d8276b110f8ac8fae94 +size 217116 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_12.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_12.uasset new file mode 100644 index 0000000..8e12c8f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_push_slow_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2a63230b3d631dadad0f508716ca081b8690d5a043b8972f7304f162d823e2 +size 303862 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_01.uasset new file mode 100644 index 0000000..779c56a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70a88e8ee90d90d032372284a9019b69cddf8548a28c90370b4c4feee64a2af +size 43555 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_02.uasset new file mode 100644 index 0000000..3592228 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15bb69431a918b0a80f1a00ffab58398e186fae13cfad80474ff62c77a34f8cc +size 46864 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_03.uasset new file mode 100644 index 0000000..7a4e8b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a230f7f381337095ef317c9f725ea9e42f0f4e05e6181f6e5252df05dbfa5b1 +size 39924 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_04.uasset new file mode 100644 index 0000000..26970e1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cee51c7178ced1fb47d45d3ca1769c47f59f2349ec4d18246f345a4f99e44f1 +size 55192 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_05.uasset new file mode 100644 index 0000000..73d0200 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9f7fea32ba3ad1e939b7aa6d7d2072ba62d6e8869bdc0060336b18d4487cc9 +size 34226 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_06.uasset new file mode 100644 index 0000000..6903770 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6b5d0df2fffc861452cce48b976f73347b148e81b0edf8807ed9328b99edd6 +size 39445 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_07.uasset new file mode 100644 index 0000000..c6aac9e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_quick_action_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1944e1bfc6bab595b9a574e1bd4326e7223e1175bbd62e964ccfbae6b49dbe +size 35330 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_struggle_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_struggle_01.uasset new file mode 100644 index 0000000..97cba6e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_struggle_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223b94e3cff3f9151d9713e744800cd27f6b907d9e7d02a4cb191aa8c33fdf05 +size 142347 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_struggle_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_struggle_02.uasset new file mode 100644 index 0000000..11544ab --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_struggle_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59bc9d13365eec0df9795d99520203467e4582f1ab7a4f62c736b18a2a9ebe5 +size 174005 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_struggle_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_struggle_03.uasset new file mode 100644 index 0000000..86b7178 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_effort_struggle_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27932f7467f34434148fa9a1ae137d88b950a988a8600ea820794da9a956f6e +size 139472 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_01.uasset new file mode 100644 index 0000000..20bed6e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ef8553f420ddda7c648272cd355cb42e5969f7f5aaf61277a66a6bbb2c7120 +size 338059 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_02.uasset new file mode 100644 index 0000000..9310ff3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056e6fbc7a7d3dceab7702527d28343e113fbaabb5f3a02b0557d8333f9ee825 +size 328038 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_03.uasset new file mode 100644 index 0000000..2df5fd5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e3713b2f40cff9418ab1757eb60a6c1fcf92e5e2e46a5d01049857e7545006 +size 322152 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_04.uasset new file mode 100644 index 0000000..aa2ce59 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e737dfed46178f6574a75cccc16a634f89b7d7caa9078514d2e45aed75c99ef +size 364576 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_05.uasset new file mode 100644 index 0000000..966fa89 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec1c511c94a9a39abe5bc34e4bbbe4e11e365ab77a06944730933865360e0c4 +size 341467 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_06.uasset new file mode 100644 index 0000000..57d4001 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2462ebe094dbf0a5b40cc9eb3d040c3d190604cafc2e0f3106516219c1e4fb00 +size 300812 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_07.uasset new file mode 100644 index 0000000..c28291e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab6325fed6f5abe639cde8b87ddfb0daddc510f17ef52da1b313f8f47e0d4de +size 272783 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_08.uasset new file mode 100644 index 0000000..6083959 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29627cf9bbd020b13342c3e926726506d0176794169af5d5c78f1c6356b8d5d3 +size 180603 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_09.uasset new file mode 100644 index 0000000..9714782 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d148d0f8e83995abe0635affb23bbc38183df4a55db721a2978af7106481b8af +size 406965 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_10.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_10.uasset new file mode 100644 index 0000000..d9767bd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfee39e6564b2cf48702cc24cdc8269d7e922edf523b376969c93a243572fe38 +size 363468 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_11.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_11.uasset new file mode 100644 index 0000000..2fa2ba6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97632f31d2ef29e5d08b23c49bab2270f646c6440f5adde11ad14b3a8b4c3c4e +size 610271 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_12.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_12.uasset new file mode 100644 index 0000000..1adb62d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dfb14313fffce5999215775803fd388aa7c9712bd4fce3007a53da1d06cbb6 +size 386185 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_effort_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_effort_01.uasset new file mode 100644 index 0000000..683e8d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_effort_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d801998933ea30b6e6d6f9c7cff61789e8ecabbe081c464313b4086db3b4eee +size 332324 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_effort_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_effort_02.uasset new file mode 100644 index 0000000..b36d789 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_effort_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8274ae1465762237a8843b436889b4e588dabd7c9425e28beaef3cde98534b +size 220543 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_effort_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_effort_03.uasset new file mode 100644 index 0000000..323a71c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_growl_effort_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344eba597c97c6f2ead8daf8c80ff3357f032247b55b187b7a52d2a42729b0b8 +size 330547 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_comedy_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_comedy_01.uasset new file mode 100644 index 0000000..b785da7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_comedy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29de2b1788447850ba9691ca9aa2f56a371d8fe82ed832416a1a9223bedf530c +size 40548 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_comedy_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_comedy_02.uasset new file mode 100644 index 0000000..83c2c58 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_comedy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ce7d26e5fb5dbba0108af2a768ed42098d6dd42e16de6063a1a792bb2b064c +size 48468 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_01.uasset new file mode 100644 index 0000000..92a1f4e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8145506052b8958e579bb1e9047b56c37e9a112dc02a78d2b38a65b83dfd6d +size 50235 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_02.uasset new file mode 100644 index 0000000..7424e0f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba166ead986280c5ad90877cb84811e40ebe685096aea669794994a234cd00d2 +size 32956 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_03.uasset new file mode 100644 index 0000000..caba134 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26881e006dc749fa8f22b864d71e5f61f5c535f8e357bd13e23e700f754aeb69 +size 34980 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_04.uasset new file mode 100644 index 0000000..c69b175 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4495cdd033f71c2aa12048174fe02110d6666719dbd1ce9af7fbe932a5bad5 +size 50588 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_05.uasset new file mode 100644 index 0000000..3e0ef9d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366de30e11209c45eca1ff04f24c00bff5497730771704ac4bc07dee317cccbb +size 69203 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_06.uasset new file mode 100644 index 0000000..5893af7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40462fc9381583ed8a7b27485e28d91a38794eca8414def3459ed85e1f506676 +size 53283 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_07.uasset new file mode 100644 index 0000000..de01628 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_1_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2101f3a2e67451a61f93099896853bf5a02560581e839036c04803501c8f69c1 +size 78364 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_01.uasset new file mode 100644 index 0000000..e59ca20 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af658a67c671d516941032a703f61e5a413dab4f28d80a650ac6b9fe48b381ff +size 42876 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_02.uasset new file mode 100644 index 0000000..ccf80d4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73555fdff6b05109f7018382547aa6957e3db677c87b6a0336010bd62e70580 +size 54325 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_03.uasset new file mode 100644 index 0000000..7df8509 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d88b80550b5bf4802271c456ece19138a8ea0c9b7e0617abfda91772d0975a +size 52556 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_04.uasset new file mode 100644 index 0000000..ad37c3e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb16dd727e819b914892b5e4307199aa54009d63cc64c7612963208b36d82cc +size 38686 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_05.uasset new file mode 100644 index 0000000..10382e6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7005f7ad2fa05bcdc7739453fa15c08320ac546ee1138e678d25a3671465501f +size 33110 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_06.uasset new file mode 100644 index 0000000..b4324e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8856b4c168c1ea2f8ffa43385f1ef4360151ccb41337da70f9de0582042380 +size 49730 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_07.uasset new file mode 100644 index 0000000..757d6fe --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec6d51504007264bf9c77fab70553a95fce922438e91f8f88d4d75eee4c73b3 +size 49176 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_08.uasset new file mode 100644 index 0000000..acad399 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ac7390ed246081a49829d3c195f57c61ce4591eb6b764e24b2b6fdec0412e9 +size 35613 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_09.uasset new file mode 100644 index 0000000..6c90a2f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007a07b76c2b3bc9f68fcd7cd50eeeb6805a46b35fda936ab2e6975f48ea5a89 +size 48503 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_10.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_10.uasset new file mode 100644 index 0000000..85935a0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc77b2645f0b62b5efcad8752176c2e76cfdaa391e9b32016ed89111d1a86bd +size 48652 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_11.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_11.uasset new file mode 100644 index 0000000..736e07b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8366c11d2648d9203f440823010cd5473d641a99282744b0d217251c0f7bca +size 44583 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_12.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_12.uasset new file mode 100644 index 0000000..4fbf7d7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224e89cc5fea30fbc50588a9fbff38ef1562555c1f048570c27b0673c29bf424 +size 42101 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_13.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_13.uasset new file mode 100644 index 0000000..1c9f494 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4abd6e2594992724d935b33c002d5dc33e5829833102131464347ae0dbf7d8 +size 37699 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_14.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_14.uasset new file mode 100644 index 0000000..d04704f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_2_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f42a88a5398afd42d64a547786a492d9fc2379b1b8b7171bd870274620da2d +size 52992 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_01.uasset new file mode 100644 index 0000000..9b62a0f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ac46e022ad4dcdf50fc5f7cc01a510b67c4240fc6079fe4e5a541246f233ef +size 30799 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_02.uasset new file mode 100644 index 0000000..c34fa15 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d305f452bca934b97ae99bd03b31f96eee9b531faa904b0c905f71585261b6 +size 43840 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_03.uasset new file mode 100644 index 0000000..ec820d8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6ff89d2b0b2a5c7da037bf51411684d3773e568c0c35cf00d29dff1dfd2170 +size 35456 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_04.uasset new file mode 100644 index 0000000..1bcb8ef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d142dfc47238601cf087f326fc74943c87620688069d9960fd9b3880f87f97d +size 59700 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_05.uasset new file mode 100644 index 0000000..bd18038 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f269fff607d73f70b9cf19255f007aa402fe8e77639d0e67cf3a2b6af6befa +size 44731 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_06.uasset new file mode 100644 index 0000000..8e18c29 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cad4c745967ee898240fc3e4f920e029e586a61fd91a45248057f328edc9b5a +size 31476 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_07.uasset new file mode 100644 index 0000000..dda3a65 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43ff52c6299cb6c952e7967e21014795727e7b1e3b6ded507f7e4c452d081a5 +size 28824 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_08.uasset new file mode 100644 index 0000000..786ae8d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_3_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86bf3f95591d20c041315215bd2abb1e645e908592815b33957deba5131c71dd +size 64421 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_01.uasset new file mode 100644 index 0000000..87ddd38 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7655a071824845d71ef8f42859e4789b04f83f1c35fb8dfdc8fcb4b9e3ad77a +size 63167 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_02.uasset new file mode 100644 index 0000000..239cf43 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ca5df4ece2811b1207b362c93a3e277f95794b4bdc24ce2147835896de5b8f +size 96617 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_03.uasset new file mode 100644 index 0000000..a875f00 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b386c8c92339054be367d75d78cbdc3dcf0a5145a66731f65381b71e5f7a221f +size 53710 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_04.uasset new file mode 100644 index 0000000..6aa398d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036b92c89e1de673746f145448cbbf1be42e12d2f404585ed6e8adeff2f4b912 +size 63386 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_05.uasset new file mode 100644 index 0000000..337c12f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_4_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcbb5f49289cd1022570565451f50a8b290bf5bb117a776018e7aba34cd64f8 +size 100927 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_01.uasset new file mode 100644 index 0000000..1147c1a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f30bc8c3b71926c2ce2465f3a82d3259bf2f8e1c36d3c8c0b689065ab7c08e +size 58039 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_02.uasset new file mode 100644 index 0000000..99f9541 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2ab5909d3272c3fab4d2abeca86ff8daa727a34e12096db42facf02658a3a4 +size 59003 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_03.uasset new file mode 100644 index 0000000..adce7b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4655f4aa217cb5e8610f0e35613901225544fb5c69d63419db21ba8939f878 +size 52637 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_04.uasset new file mode 100644 index 0000000..c85d7be --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ef006bb33be459eb0d15b272575beabc7fc50c3f73c600b50c9144f4ef41d6 +size 45838 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_05.uasset new file mode 100644 index 0000000..b2962ce --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04cf48d322eec80718bd8ca251cca945a56f3a4da38be671669abe35c429f88 +size 49629 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_06.uasset new file mode 100644 index 0000000..745b16a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f541244d34570f8a0b2ebbe11901a4b1dea198ecf7ea844a4edfdbc4d2e6683b +size 48608 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_07.uasset new file mode 100644 index 0000000..e89a65c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1990e54494ecf7f7bd3ec8430c1eef01999b11ffeb043599c7480726ddabf03 +size 56769 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_08.uasset new file mode 100644 index 0000000..8bd91f8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393fc62e90784417a2cd2b58889850ace7203878083cf07ce8f389d2111f373a +size 38115 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_09.uasset new file mode 100644 index 0000000..c2d74be --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808db56116c3e0646303c0c30064b93557717eae1ed1784bc5eb80cf2fcea1af +size 59135 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_10.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_10.uasset new file mode 100644 index 0000000..7c172d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce6c9a69a943d35edc9dd1bed0e4da9ea8b63edec3ef469c860780fb5aa3dac +size 51001 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_11.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_11.uasset new file mode 100644 index 0000000..e7b351d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20588a31864530118c738115b1788ed7554a246a86f718ba367035db55e50310 +size 78645 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_12.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_12.uasset new file mode 100644 index 0000000..5f6fa39 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd33a5e3b28163caeb7d9dead1b9ce3a89a32e053d9a9501136427a7d1b1d95 +size 40305 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_13.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_13.uasset new file mode 100644 index 0000000..7484fde --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193b92fa8d3f8dddcf7cf1b3bfcee28f603777ed1b0d7554141661bae4b4a04d +size 42613 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_14.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_14.uasset new file mode 100644 index 0000000..362c28e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f52f511e357c32c50c267120f5242e1d4fee2960284461c892a5638803d2a54 +size 44811 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_15.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_15.uasset new file mode 100644 index 0000000..b639bdb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d354b2a84f466f7c5fb5cc36fbd1061fbd95390de4bfd0733b96a339d6cffb88 +size 58366 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_16.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_16.uasset new file mode 100644 index 0000000..57f9d90 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27b44b94c07512a07fe978ba97b73e490156ea5f29b329592c9032e002c1a50 +size 57984 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_17.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_17.uasset new file mode 100644 index 0000000..9398908 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20cdef265df7de0cbcbb7ca755909b7eebab48d4c370a1a0235da93341e57d9b +size 62116 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_18.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_18.uasset new file mode 100644 index 0000000..0459d25 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e93f5e1ee3917fa229c9d7fe2b631e128619cb4af108ce7c78ee353105426b +size 60140 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_19.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_19.uasset new file mode 100644 index 0000000..981b12f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b8f4ff5c3843d75e8d123c1461d0af4756d6a7222352619f8e4e920e8362c0 +size 46538 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_20.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_20.uasset new file mode 100644 index 0000000..1c9a888 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57cb598ebae8ca33430dd83ce56825133380e0c8911f9f43076ec67d81a5ce0 +size 50815 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_21.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_21.uasset new file mode 100644 index 0000000..62c0a3c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_hurt_pain_set_5_21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a049b98b2a4bafa0d1d1566d5753c1dc4a31780ea7a37957e9a518d4695c2f9 +size 56050 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_01.uasset new file mode 100644 index 0000000..9d49644 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5582885dd364085b09e5ec5e6498a8bba71773510413f78572e32941225127d3 +size 294669 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_02.uasset new file mode 100644 index 0000000..0f13fce --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794fd9ed61ef4e717528b9957ede1629c9ef7a468424d90263f106efa7be7609 +size 236871 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_03.uasset new file mode 100644 index 0000000..964a20d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df50ada5ad8dd39c6608754210c0809e817591c8b341586bd8c09966c4b586e2 +size 389317 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_04.uasset new file mode 100644 index 0000000..3ddfc77 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d309bfe2b9a3ddfd2a53cc6d00a22cdecf713ecac34b2078be5d060ef5ea33ff +size 239934 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_05.uasset new file mode 100644 index 0000000..60da88e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7993529436946f95b0b43f7d52c488f3d4c9aa2944f9f91846c71509c970e9 +size 284618 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_06.uasset new file mode 100644 index 0000000..3301f5a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3855155f814182399a128d399bfebb63f3631701230a6fe6d4c0bc6485374931 +size 377143 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_07.uasset new file mode 100644 index 0000000..a91d8a4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af966c10fced5ad00942363ffd5ddfee45cafa5fa52906da4cb5690098a4a44 +size 396636 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_crazy_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_crazy_01.uasset new file mode 100644 index 0000000..e05a84f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_crazy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ad49f659491afd807a47494df1ec7cc4c71057cbf570028f493b43b6076c37 +size 409217 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_01.uasset new file mode 100644 index 0000000..17e9815 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16292beabbeb0b7ce40cebb4ccde8166a4853dfa6a7e940b5649a66b740d2750 +size 454169 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_02.uasset new file mode 100644 index 0000000..0ddaf5d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e7dcf7f77457b78ee1f1da61a8c39bc2904b48a42311830148ff1f66a3f85c +size 336313 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_03.uasset new file mode 100644 index 0000000..ea7dcd5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8912e50000e5169812469f9821ada9a238568d001b506d08c395cbc299bd401b +size 409372 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_04.uasset new file mode 100644 index 0000000..bc73507 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abb822d6df2bf5e106bb4dd39fcf832660e21d52302fad7ef24d6cbf2a73e10 +size 456067 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_05.uasset new file mode 100644 index 0000000..7e7ffb0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3b7be1d1361b2ff27d91d23495e4f9ac21396047b3dc1feaf6aafd43c5a249 +size 279096 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_06.uasset new file mode 100644 index 0000000..19aa722 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_long_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eac588079f7d8263b3f4ae0e2f2497468cbc7bb210ad37888eae7074930a453 +size 289032 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_01.uasset new file mode 100644 index 0000000..6f381c1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4b40314d3f26d1cd906609f27b107f0aaa4065f1e0c9ee739e804cf6c31b62 +size 303436 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_02.uasset new file mode 100644 index 0000000..2a665b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab847bca913f74351f143ceb2f974e8a15b0eac8d0b54a2eeb6c9b13daadacbe +size 298549 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_03.uasset new file mode 100644 index 0000000..de66662 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5590b140d65a92986dc23f0a07bb132b198e5b2d6a7e4b2b0cab885b34f95c2 +size 299428 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_04.uasset new file mode 100644 index 0000000..28d136b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81614ae0bad362e2214f535c8bc91d8aa869ba1b1be768eccb46f2c6c342fe0 +size 235517 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_05.uasset new file mode 100644 index 0000000..30b1021 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4592e6ee37f04131cc0e092b1274ad3b90b8724a75a8a8332ad84b38473d2baf +size 220932 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_06.uasset new file mode 100644 index 0000000..0f87d11 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_high_short_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dffd0c9d90d86aea73248b80c9683681b4e92b9b1e8496931de854e6df98b71 +size 86208 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_01.uasset new file mode 100644 index 0000000..19c12eb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc522f9db50775eb3238c397baad849d68709ba74ccd44ba292e26369effe57 +size 270518 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_02.uasset new file mode 100644 index 0000000..bf37dd6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46c52325c19f4a0bc98014a6f1943b51f55672ee52092d2f8aac9bcdcb73621 +size 340446 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_03.uasset new file mode 100644 index 0000000..b86d981 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:face074f885a37c8b5a35d9775288e2c3a125ba289e9b70575090ffdd96f3512 +size 349938 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_04.uasset new file mode 100644 index 0000000..e305abd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_intense_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5dfcedd3c9fb7613ad993d2b5d8200f4d44c52058594d2f6a57b8582b1e8108 +size 417317 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_01.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_01.uasset new file mode 100644 index 0000000..ccea732 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777a91e791fec6c6162a261e7e3d321674d7973d17543c56a3589cec25cb8ef4 +size 228259 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_02.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_02.uasset new file mode 100644 index 0000000..1b8682e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00a6ef302e87caeed334b95fbc60a34cc742ea96dc7eb7e73c96b560fcfdf22 +size 172281 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_03.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_03.uasset new file mode 100644 index 0000000..e38e6f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78540d3c6ad080bd204a06c21ece6b43f38eeaebd046a5e3963233ef968e669a +size 208959 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_04.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_04.uasset new file mode 100644 index 0000000..11e06d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d99c2f79a8c1bccc6fc7b3d44c0f278ccc69d6af23470fd2b3b05d458b874b +size 218770 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_05.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_05.uasset new file mode 100644 index 0000000..1bee965 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57c34e0657481ac43f872efc2143b2245893d053b6659cad10d8ff918ff3347 +size 134868 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_06.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_06.uasset new file mode 100644 index 0000000..ae52a24 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60163a4ce42233e66b4834143a611d80c8844f18c252c4d8a1e2a6d8a4986ba1 +size 163527 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_07.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_07.uasset new file mode 100644 index 0000000..fb48bd4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfa39e3e7ba01e6d1360f36df9606f11205341e027e90390a5b2c0af2c33643 +size 203070 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_08.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_08.uasset new file mode 100644 index 0000000..c58cbc3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0558673cb95e79ca94dc7d036ed71032c3e2658963ef538174c0fa6f0754943 +size 192805 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_09.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_09.uasset new file mode 100644 index 0000000..8a7230d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650303b9b3c53432b19284400c94f7a2693360810bfd89bb5a55a869a63fa63c +size 116094 diff --git a/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_10.uasset b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_10.uasset new file mode 100644 index 0000000..a3071c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/Wavs/voice_male_b_laugh_short_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31837ab3cc3b613c3253c3940fcdabc5dd6988c040ac93e30018f87250338401 +size 196762 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_01.uasset new file mode 100644 index 0000000..1c616ac --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5ca3afd542ddbca06b15f68a3eaad136af55bf6ac2e34c23a477abfc12c8c0 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_01_Cue.uasset new file mode 100644 index 0000000..fb3a071 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261a48336fada88b02977de336d8ecd85acdba68557972131794635fdc659eb7 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_02.uasset new file mode 100644 index 0000000..3227e88 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2e1a73c7d70c42c5c7a3530bd4d364b960a128fe2631063376d678570f5baf +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_02_Cue.uasset new file mode 100644 index 0000000..44dce1b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ca88d5e53bdcd1c7ac70ed99d44a7ab7e99f9c175d047799a869baeb9bd9c1 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_03.uasset new file mode 100644 index 0000000..acbf7b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ab14a4d54690115fa131e93801f36da1206d5edc00fa7a9e932cedb3aac911 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_03_Cue.uasset new file mode 100644 index 0000000..ea078d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85dd337ba555a9124a3350013b9545825dbc0f51a7348b6aef1a73b097b8500 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_04.uasset new file mode 100644 index 0000000..e0e510f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35812f86b9db3004a5d83cb8a82ddd08beb631bd1a76f13348e3299d27ad1109 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_04_Cue.uasset new file mode 100644 index 0000000..a846ac4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd933bfbe1cac5abb4d812e9d0032aec9d22eac0d426f79823b5c639b8490db +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_05.uasset new file mode 100644 index 0000000..1a9dd47 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80eba6c7708f9560b1cb3e47ccbe6acd4bd482ce85f90163bc824a04331777c8 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_05_Cue.uasset new file mode 100644 index 0000000..662a91e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fd5faca007fc38ad9eb321fee38a251da29fd19d774b0a0191489929f089c7 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_06.uasset new file mode 100644 index 0000000..696c498 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87356606aa3a91f5d70c60d571d27ec6d4f5e7f1ac52ab08544b1fc07c6f87f +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_06_Cue.uasset new file mode 100644 index 0000000..a7440af --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff53d1dded84ca0c7e9079b2487895e4a485c6ab7827bd4a137e356b0c5498d +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_07.uasset new file mode 100644 index 0000000..4895104 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addadd972c6b3cc9859ac4a8210fc7ccc08e42a5c001998aa7baa45de4d0f1a0 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_07_Cue.uasset new file mode 100644 index 0000000..a885b67 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set1_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c18a0d99792af0a70733befc7b554b300c2056f03d3a32587de687d332c9542 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_01.uasset new file mode 100644 index 0000000..df1a3fd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2158307acd09ab4e600d78c4c458235e217907bc351205b40c79c89c1c16984 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_01_Cue.uasset new file mode 100644 index 0000000..56e2822 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb9757da067fcc9111534f4fe918fe219dc081c61617fc845b35c4da8a320a9 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_02.uasset new file mode 100644 index 0000000..be0d325 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0a0e8327de63757fcd40fff6aea0d33be1db38c71cf22c743b8b17523d2d1f +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_02_Cue.uasset new file mode 100644 index 0000000..19ce434 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9636cf4c1093dc43dad1f2eac46f6885a305dd7983726d9cb0272d82a7b1a99c +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_03.uasset new file mode 100644 index 0000000..0641bf2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63a97d6b15507a6c97b99765a73d86c775e7ddd88cd8ec2b4733d995deadb7e +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_03_Cue.uasset new file mode 100644 index 0000000..4ed47ea --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69901ac4ed9c386656e4ad284d1d3eb09e873a7c9de6fcb6761561afa020d196 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_04.uasset new file mode 100644 index 0000000..1c896c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c2f2b5e492e81a82727e481762d4da030c5c3227ea9998408e39bf92a6c3ce +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_04_Cue.uasset new file mode 100644 index 0000000..a712c4e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18082c6256e1aded0ea5fb74995cf21c6b5cf42bfbc974c28857d611b04bb2ad +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_05.uasset new file mode 100644 index 0000000..2e91fc3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7c293b3f78ff0c54e52840e5b74044af3095182e618695ae0cc769a815efb9 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_05_Cue.uasset new file mode 100644 index 0000000..b37b48d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23df9d6a79e9a6b1dc815554d1aa7c719addf3edae24bc35c8bcbb3709f1d83 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_06.uasset new file mode 100644 index 0000000..425395c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5dcf1bf5fdb7c8a7e79f3873a411f5fb4100aaffaef803be2322feb41a05ec +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_06_Cue.uasset new file mode 100644 index 0000000..a66a1d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b62ddba6bd6b4aedde5e1d2d5341e9191027134359a6c8c35a50ec5f668454 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_07.uasset new file mode 100644 index 0000000..00b19af --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c442e905f8baa27fa8ddaacdedb54f49a6825c4e09609d9415dba2e8ccdc0027 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_07_Cue.uasset new file mode 100644 index 0000000..f68711f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d39257ff69f8080d31b21467da2ae63554e3862ef48d7becb95302e7a785df1 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_08.uasset new file mode 100644 index 0000000..73febb1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba4b3d45e79136da04a233481711eb2089ea561d78e2afbaf75ca4b1273dc2f +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_08_Cue.uasset new file mode 100644 index 0000000..54a01ae --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set2_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1966e80a67d86d088360d63afd5030433f9012c196e692f989a54a8702b57127 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_01.uasset new file mode 100644 index 0000000..3c2c24d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dc5dbcce4b75bacbbda20a33b53f54949251488e0928b3566c30e2bae38b8e +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_01_Cue.uasset new file mode 100644 index 0000000..32d40af --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6903ad6f00855992cffdadfaf6841cb2bd400c18455bf8d0d8e3d069ea23c598 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_02.uasset new file mode 100644 index 0000000..2207eed --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54af778ec461cbc7b236c5688ad09a22ced1a7befc1654c99b3f2f25747fef3f +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_02_Cue.uasset new file mode 100644 index 0000000..2879457 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01cbb249abc30edc4d52925263b9c988220acd85d33ab8c94fca17aa347ffb5 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_03.uasset new file mode 100644 index 0000000..633e558 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a3cdbb6ba2f5831590191f3c90e5d6af54d03330ef6f78f8483f77a07d8a29 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_03_Cue.uasset new file mode 100644 index 0000000..58692e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1850add55e0b00e558d5e1d37aec6d175b25e924e572b5a050897f5fad6c6119 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_04.uasset new file mode 100644 index 0000000..5724e15 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515a6ddb4393e535b5d76c674ef41457f4ccfa3664398dcc383d68e3336057fe +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_04_Cue.uasset new file mode 100644 index 0000000..180faee --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafb04fb860a299e2eb73a5000fbd7975751bb42ab62d7729f6704d9f006aee9 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_05.uasset new file mode 100644 index 0000000..0e60205 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb050151911cc1b9a09d3108dfdea5bb57a165bfb2217237e420edacaf9a93b +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_05_Cue.uasset new file mode 100644 index 0000000..5613505 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db382772db8f7402496fce45c47480cb201da680076e52ff3c99ec46547e1a2 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_06.uasset new file mode 100644 index 0000000..a0432dc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd42cb5de1c39eea64098836e9f62adf8ef0b4a1a27be44fff58ee952c9eb3cf +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_06_Cue.uasset new file mode 100644 index 0000000..aac4aa4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78eac3ca15f4a63eacd33a3a4ea1aea1cc9faf237cb20fd18d18a96718371a8f +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_07.uasset new file mode 100644 index 0000000..c4630ef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057f5cad5232f434fe1457e18054fe2fe6ac2d5483fc2f4aea729df605daae39 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_07_Cue.uasset new file mode 100644 index 0000000..fc4df75 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d746057767f6a84fee9f27edca0d6705a87b4704d882c3a2674bbdfc1f9855 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_08.uasset new file mode 100644 index 0000000..e1532b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa540874de151a9337798eae71d707f968818f72e7d16cec77b911cdfddb1cc3 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_08_Cue.uasset new file mode 100644 index 0000000..a7d821a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set3_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1da4fedd9929eec47b8a9641bbfeb0285092dba213dc0182c7305727defa7e2 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_01.uasset new file mode 100644 index 0000000..5a2f50e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a83ece34095c7e0093e7478f2a975b0f6df928e63a9ac19be8d8d38e9d5a243 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_01_Cue.uasset new file mode 100644 index 0000000..7d8eaff --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf13902914aaab65f8fed1affc9aa495711f04b4e9390bb8de72816a5e9c10e +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_02.uasset new file mode 100644 index 0000000..37131fa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a774df3d31cab4994e72e296ee3b011e5ebe5787294f79199a73159d5ce4ab +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_02_Cue.uasset new file mode 100644 index 0000000..7156670 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07097c735faf7c6b708dab15c2c4fa6bdab0f920dea714a72cfd9a5bf90fa13b +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_03.uasset new file mode 100644 index 0000000..26f1912 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd51a53513927607f278cc670082b6914e1a14b988b751ce10e750c88e8feefe +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_03_Cue.uasset new file mode 100644 index 0000000..641ae16 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105608cea453eab07057965d9ae40cf5496a06e15fe9fc2b47f4edd1cb378399 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_04.uasset new file mode 100644 index 0000000..8efabb4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac448955268f9f79ab0772e12466efad5d3d0bda6baea0e195f26a218a6b431 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_04_Cue.uasset new file mode 100644 index 0000000..cbdbc39 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05462b68cfd911cc9a780a87c838679ef5768c3415e5aaf8c8c29587f6c2babe +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_05.uasset new file mode 100644 index 0000000..4704287 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04ae776b4aaf4978b88921b530ed59028f761b335cd8db25c92896ba8ea4545 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_05_Cue.uasset new file mode 100644 index 0000000..4dd74b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53916e94b028152e06914924c69f0412a637eb3410dc6ac42942b5dac2c6b02 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_06.uasset new file mode 100644 index 0000000..796fbc1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7e3250651521aba6ae5b67083bef1fa0bcf4826f72b3cadcd9ae800078b4e1 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_06_Cue.uasset new file mode 100644 index 0000000..68c6807 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0102e4124afeaa846440ce97e3889a6cb7f5b10360e281674f96902f05817965 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_07.uasset new file mode 100644 index 0000000..cb66789 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68784ee73d6e753569cad11d37850d0ffe39a2ce65eb97e3773c39651732b14 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_07_Cue.uasset new file mode 100644 index 0000000..9aac228 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_attack_set4_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdac0837590cf561c9563ffcd0c2346ff3294ee2cdfdb096b22ff4ad77cccf2 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_01.uasset new file mode 100644 index 0000000..2dd8602 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf1f3703a1bc77b4c8d85470a02367b16d16ff9efd9ea105ed0b229f24281c7 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_01_Cue.uasset new file mode 100644 index 0000000..1faae4a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc9b8fecbf9f061b4d5a29641c7c64a7aa7338d786d120f0ad8698902336694 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_02.uasset new file mode 100644 index 0000000..50c5fe6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b4f395490ddd70e579a2fe284743c6656f504c88710c00dc08bef0e4bec890 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_02_Cue.uasset new file mode 100644 index 0000000..eabdd5d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_laugh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d114e214886bec9f88cedabc0615b9da245eb0335f129dc7a21977700c8737 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_01.uasset new file mode 100644 index 0000000..164e254 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28da1637db4380662298dd569c2efb050adbddbab544a7b4179f4e8d45ce2e4 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_01_Cue.uasset new file mode 100644 index 0000000..f23373d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49f8d4adde4eabd092f55fa4d87c8d0e92373e4a9cf86070f64262c15686309 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_02.uasset new file mode 100644 index 0000000..26dbea6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3f574c1abaf78c0671253c7c9a18519e581a27a990cfb96daecd59a2588477 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_02_Cue.uasset new file mode 100644 index 0000000..b19c437 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfc6a0cacd79ffe78e9a0d998c57b54c982be43e7576f94a2c8423e951b9f9d +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_03.uasset new file mode 100644 index 0000000..333fe4f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a414665e383ad027774cad69d6aa0909bdbce1aab6e1100333a63464f2cb791 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_03_Cue.uasset new file mode 100644 index 0000000..944bde5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499c2178972c1fc4b916de6200eb6d4a157023f9c92f1f1c2a1bdb06eebd3968 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_04.uasset new file mode 100644 index 0000000..c7bf7fd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81164165c103fc9be208a60e61e99a1bab22e82971bb59f2917b7b5d120fe299 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_04_Cue.uasset new file mode 100644 index 0000000..3498f8c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca39e1ddf67c45a2e9780b302bc8ff59e9f1311083035e4624275e727f6aef1 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_05.uasset new file mode 100644 index 0000000..1c1a860 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388e7cb6fbeb9d25c9b18d0b7f55f495976c8c36d5e5f0a80175be72c369cc9c +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_05_Cue.uasset new file mode 100644 index 0000000..07d3d16 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c8eb26a5a783b552139b92104c8ae6a008edc81542464be6c63bc6d89c5cba +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_06.uasset new file mode 100644 index 0000000..1c71e39 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb9ecae2ff08aa30933a208a48423d306e02246bb7bbf71b8d795f4994846e9 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_06_Cue.uasset new file mode 100644 index 0000000..6dfcfdd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65efda091a7a47adec103820d0b081eeb8244bd8f6a95abecace097e7daca6a +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_07.uasset new file mode 100644 index 0000000..5150e5e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a63e5ca044f4eff5eb388605db821ab615ec874eb59d4cab340f9567c8cc70 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_07_Cue.uasset new file mode 100644 index 0000000..bda9c1d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb8eb9ca14ead2012d1e6bfbf632212c4a205a97590559231d2a75e14f2b602 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_08.uasset new file mode 100644 index 0000000..bf72a98 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128a54f00bfdc9f9c89b09b9d67ed975ac938de5b3fd1ccbe50a545fbbed3f72 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_08_Cue.uasset new file mode 100644 index 0000000..6df84f0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28c4a0fef73a53cc75a878cac5a4966c83b2ee57af373822e457431c4f2a503 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_09.uasset new file mode 100644 index 0000000..98fda09 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3fc96f37b76d947975b745474ada71e08cec3a65ed81274b56e6e0c8f5d01a +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_09_Cue.uasset new file mode 100644 index 0000000..59a1713 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95eea6c8c2f1b29ba0961113d22f3d8a2779dd62173d5d08873eeb1bf05674f +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_10.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_10.uasset new file mode 100644 index 0000000..a78ad10 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3490c92ee011747b362b66c39005bac1e111a590b1fc4175dfd0ecbf5620134 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_10_Cue.uasset new file mode 100644 index 0000000..a80f787 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d5f51c966fa02fb534bc09f636b06f55ac692d86b563eaa07314f185977903 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_11.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_11.uasset new file mode 100644 index 0000000..f1d83e9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46774addcdfeada1d062708cf63eaf38f01cecadaff3f6dc6520e8d491be0804 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_11_Cue.uasset new file mode 100644 index 0000000..3d6da2d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76372ede5343c2bbb233b5bee6b892ec11df8c775f0b4832eab40c7e1335f91a +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_12.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_12.uasset new file mode 100644 index 0000000..e4f15fc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9552bc8865ea50ad1075360fc670f6509d1a96d4e20ba13db5a3152f2c8dbf78 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_12_Cue.uasset new file mode 100644 index 0000000..66b45dd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb907d68895745f3d992aa369ff7d1ade2667755c1fab092be1726ed5b4908a1 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_13.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_13.uasset new file mode 100644 index 0000000..552aa25 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1238ddd3b48f9573410eab49633df9b92f63a848d4cc6d4d4a2157761861da6 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_13_Cue.uasset new file mode 100644 index 0000000..fc87dd0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e67896ce204f0018184cb566c84794950d1016077d3d605b1efb2ba87e25e2c +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_14.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_14.uasset new file mode 100644 index 0000000..4d0ef04 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9674597c9a240b97e030b2b1ed5be13b8d4d8d201550e8e697df089f2b8dc1e +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_14_Cue.uasset new file mode 100644 index 0000000..1bf0f5b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9488c329f9222dac8961f5bea986615a74b7c9f91febdcc7068e4e5369f9c75 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_15.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_15.uasset new file mode 100644 index 0000000..8a34b63 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c43b653176b5ab490113638184e328d52ec0ad21685a434c5ff9b2b704c45ca +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_15_Cue.uasset new file mode 100644 index 0000000..e72994f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_long_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ea6fe1d49593389c69a6208c90566f6690e817f0edfbebad5a9ad62eec415c +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_01.uasset new file mode 100644 index 0000000..fab9999 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37921f8fdf66af34192765dfeb5ecd0ee22f1fb1dea5de5fce28fe09068a08d1 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_01_Cue.uasset new file mode 100644 index 0000000..3d98050 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728fdcfb29b087b37b58dd3e0e4a296384de519e4fd9eaccad689e37fee9a9b7 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_02.uasset new file mode 100644 index 0000000..e1ec8bc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17cef1b35af3932ed006614b2b7575499adbef6c0db6011b2cc1533900db4662 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_02_Cue.uasset new file mode 100644 index 0000000..6b7e5b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107b86a768bd3023465f92b103ba203c2ab9f90db5620a0db5bb52999fb56a9f +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_03.uasset new file mode 100644 index 0000000..90d6c4b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b871c6a0dcd834b07e7dab8d853e90ecee43f966db0999dcd2e015f75661dd +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_03_Cue.uasset new file mode 100644 index 0000000..1587920 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ec79478217f05214ca103a9db2fbd0246b42c2f0ae635d60ec901017cdac73 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_04.uasset new file mode 100644 index 0000000..2003821 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bc779cc27186aa3565b49d022997dba8dcb3c74ad59c24dfabfe54daae8cad +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_04_Cue.uasset new file mode 100644 index 0000000..4b6c5c8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78442cc6dcf45e73cf8522ef1f983126739ec11234f888c49517094e4963b563 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_05.uasset new file mode 100644 index 0000000..f541d1a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f633463d13575e115a4c76d88e43e29541cae14da987b5fb716c33d86adc6b12 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_05_Cue.uasset new file mode 100644 index 0000000..dd5ee7a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134b5710b0f3297cb2464bdfb2b1158454102be43451fc0c1af9a6e71616df48 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_06.uasset new file mode 100644 index 0000000..b50a29b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca83b88332952187235d9c367b622193c1a3affb6a2361ab1f22110bf0d2defa +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_06_Cue.uasset new file mode 100644 index 0000000..6d8177d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655070a7682bc5c34ec89d1af12b8d9d73e5bb331134b460eb08b63dd28e454c +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_07.uasset new file mode 100644 index 0000000..f056fd5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f989aacd4b0deb825bf42f998b8bb72dffd83794b636a3d737929ddbb94a04ab +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_07_Cue.uasset new file mode 100644 index 0000000..e890f6b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6771b5bcc53b275b032aafa4a443f5ff58811304fd67da2602fa900e5e88529 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_08.uasset new file mode 100644 index 0000000..e35523b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60f267273d128cfceb780f3d2b8b839d01892e6e65730eee9884cda4fae11a4 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_08_Cue.uasset new file mode 100644 index 0000000..681b6ef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f317de747e7d4bfc675175a20114de11edea0fc242243c6cc20e639569e90041 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_09.uasset new file mode 100644 index 0000000..2b6a72e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b261a1ce8ad38fc6cc20c790d9e33823fad531c06f73c1eefb768b92bb4e651 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_09_Cue.uasset new file mode 100644 index 0000000..bee6a01 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7778d061aca409b60983db4d5d433069112fd786c39da44446979fae25adfcdd +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_10.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_10.uasset new file mode 100644 index 0000000..38abbc3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980b9866d157877360accde8e9deadd70783d07a16c1df469c7076bb02679dc1 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_10_Cue.uasset new file mode 100644 index 0000000..60d9a29 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6139ae85a0454d5cce5c928bb92d5f6e1ddc4eec6843ecd50698d8d7b6f70c +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_11.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_11.uasset new file mode 100644 index 0000000..7c54236 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67326a98ce499fa28eec6b012a3f7e17a539ceacfeb84c57462f1fe8c963e149 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_11_Cue.uasset new file mode 100644 index 0000000..c50d71a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184d35e7f151e7e6ca58db99e3f82ce61d6f59b14a14982f7ce08b51c0e0e25c +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_12.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_12.uasset new file mode 100644 index 0000000..b7b904a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ecff982ad83b2a391c467407cce4bc2ee675ef75e8283e760fbecd8a084e56 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_12_Cue.uasset new file mode 100644 index 0000000..f0471c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40efb56a40111f6cbe973267b93a6f0ebcb630a5d7a8691447139831f95207d +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_13.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_13.uasset new file mode 100644 index 0000000..af76c99 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483d942939489ba5a290e0b95309457a2d26fc1d7d0fba27827d4462ec050337 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_13_Cue.uasset new file mode 100644 index 0000000..150972f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc4e787c625313f7c66e5097ba0ddf0072be62552308f8861a48e1862cb8b66 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_14.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_14.uasset new file mode 100644 index 0000000..7fd8d05 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a67d977afdd9c94f1be45abd1f260fb061bf46fc0590a6ad6ceccc976e0eaf +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_14_Cue.uasset new file mode 100644 index 0000000..81eea29 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e215313c61fb02e9326c1df7763f2cad4a2a56e7fcfcb1b61b11a2ff571361e8 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_15.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_15.uasset new file mode 100644 index 0000000..7fd421d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637e49e588479acc1954f8d5f00919d4e8b70a859d473cd911e11beacb7f673e +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_15_Cue.uasset new file mode 100644 index 0000000..27d2f28 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_battle_shout_short_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a967c76be7b2d5a250fcedc4a18c4d89e53759132db562c8a80e719b8272b6 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_01.uasset new file mode 100644 index 0000000..7d34ad4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f181a19c8f2b2b6216ad0b1edec82b444d164fc54f510b4b9589d438b56196eb +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_01_Cue.uasset new file mode 100644 index 0000000..eb87eb2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d5e4cd716e2e885006da46c8d15f03313e8ca2d30e956cb825452d8e318a60 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_02.uasset new file mode 100644 index 0000000..ba1ef03 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bdc4846f2ca79a447e09014416560015509fc1818c4e7726f8fdde58da9267 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_02_Cue.uasset new file mode 100644 index 0000000..204fb10 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce748becf8de0147e924eaad081f6d74320effce242fffec6feb5f072ff30750 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_03.uasset new file mode 100644 index 0000000..43f9b86 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0ed88c9b46bbf25947490feaa9de77362fafe4a795004191a1e62b5b68ec47 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_03_Cue.uasset new file mode 100644 index 0000000..a4d952b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376ea26b8ef9b8f3b7af836f2c34a218f211f6448a0742f03154a044ccbac804 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_04.uasset new file mode 100644 index 0000000..b518bac --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60b6ae03a20fb86e726a367827a97244728f3afe0eaaa002a1889a1794e7e2c +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_04_Cue.uasset new file mode 100644 index 0000000..1d375f0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_pant_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477cde23e8586e803ff8a4d55b799181d586fe2a5c9575a37873c197cd852ed3 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_01.uasset new file mode 100644 index 0000000..50d1a37 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbee4e015be2310ee2310ae993c457f6d228b39d174fa31766ae84f57befcc61 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_01_Cue.uasset new file mode 100644 index 0000000..b820134 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9942fc3f5e9d902fefa412b7e2c6a9b3cb49c10bb8c19fdf416b4ffcedb83f97 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_02.uasset new file mode 100644 index 0000000..c7c915d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2293a39dd26e8d664c861e61e658d4b812d6441e2bc24d59728f12dc1d50c7ab +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_02_Cue.uasset new file mode 100644 index 0000000..2bf64c6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588257afeb06906ea04361909370bb7bb99874188de79a6fb9432b7b498d5ea2 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_03.uasset new file mode 100644 index 0000000..0c81920 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f03226f8cbfe156eeb2a643462149c9924737d4334325d12b3884989327ae58 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_03_Cue.uasset new file mode 100644 index 0000000..527c9ef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5302d713274019e5bc6913d53bc9f0f891f161290c131814fffbf90b8a9a7539 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_04.uasset new file mode 100644 index 0000000..009d8e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31eb0e82110a668d217080a98ef87cd41f550d8233afcff47222e893d9f925ad +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_04_Cue.uasset new file mode 100644 index 0000000..97823e9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c744486b83066e6ec78e248b2c9cb1a2d5d1b2d714824635358d57c095b165aa +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_05.uasset new file mode 100644 index 0000000..b880a23 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6948c416d06dd184b61bcc106c12c2c8fdddbbadd18cdc94528625c8d56a53 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_05_Cue.uasset new file mode 100644 index 0000000..461616e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773c75490b84ab2f5d37324a14b4c1093e6c0c67bbe1aa883d684e542770e103 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_06.uasset new file mode 100644 index 0000000..ddeb36d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434a4944e6224505a3c44e49a7b126965020f0d15360311921e8db810a987bb4 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_06_Cue.uasset new file mode 100644 index 0000000..ff1bdd7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ca59d48c8800c37d0c70c8dbf9479f596d1d3105ca60c1bdfd4b247542d8f5 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_07.uasset new file mode 100644 index 0000000..3a0b4c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9d6fe02f78df3274531b41a1c7445c5a8c99a3352f688098b7642cda024d8d +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_07_Cue.uasset new file mode 100644 index 0000000..498ee5d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb461affffb1fe397b3f9ae3d2b29898dd299b6b88188ac1d304eb7a499dd21 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_08.uasset new file mode 100644 index 0000000..a8cf255 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583fc85e378db78be16b2f8e3ca71bdefd0336f0e61680a5291e39734d11a121 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_08_Cue.uasset new file mode 100644 index 0000000..e75cde9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4070adacb9ffee311e84f4efd0aba63628b314946503d2b105c72c62ff8faa6 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_09.uasset new file mode 100644 index 0000000..38d1184 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbce7e6a62cf17977caecbccfb7ffab2c6532b273b7872d47b385b1ba9395e1 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_09_Cue.uasset new file mode 100644 index 0000000..a1d5694 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c025818f882c9d28c9bfb4441f2a2b8a7c7a5f4daffab1bfd82d42a0d156ba51 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_10.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_10.uasset new file mode 100644 index 0000000..da8e166 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a23d3f573ea2828b697037d5ca471435a2d9edaab003dea38e80f108bf73ea7 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_10_Cue.uasset new file mode 100644 index 0000000..286c3aa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_quick_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c79437bcf82cbcaf6c37d7457884c6adb470878a198019e16f5fb620440214 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_01.uasset new file mode 100644 index 0000000..3c39ac8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11618830ecc1f7ebb207bef26be207e9591cf8a5faac04027fc130fa70e0ff03 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_01_Cue.uasset new file mode 100644 index 0000000..45c32ed --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33011f78834586336027b2c7d91ae42f3a2ba78baa828bb368cf5ecc004d8170 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_02.uasset new file mode 100644 index 0000000..4144ea0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d89dd6d540c60e092b7b21557613868292f5fc239d9489dac74dfc535262141 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_02_Cue.uasset new file mode 100644 index 0000000..c2a68c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_shock_alert_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c5e0f582ac36396719f0ef97779ad274ebfa0aac735aea3da907f4a3a35d5d +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_01.uasset new file mode 100644 index 0000000..37ae43e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779b05b093d049e23c06ea93ffeee4bd3c3d70be164442761d07b08d53299837 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_01_Cue.uasset new file mode 100644 index 0000000..4efab7d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be8b0156fbc5b3e020b933d023a34be6d5cc891957058a47d0ee8e811ecf89b +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_02.uasset new file mode 100644 index 0000000..98055d1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2278c54a5ba5390aa4f67fda3ae696ad9bff0754b52e40a92bd7112729d4c7 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_02_Cue.uasset new file mode 100644 index 0000000..979e2a3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba642e34792c20c2469c2f2f5f2019ec4b622cdf476a2afb3dedde03f014928 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_03.uasset new file mode 100644 index 0000000..e2c5d43 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44acce7377e4d9a490856009500cf98a2984676709a8a38d1974134995fe0f12 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_03_Cue.uasset new file mode 100644 index 0000000..015f6cd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effb5f663a26519ed61ff8d6d0e8aaf1e653216fb8d7dc34b6a8dde948bb1173 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_04.uasset new file mode 100644 index 0000000..1282062 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61f3ba36e4ec2e75180c8e7d4e75a3515c00a37fbd953fb525717b5dace7ec6 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_04_Cue.uasset new file mode 100644 index 0000000..c57d0be --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6772ef5c5292b73ec0ea81a3231ea4eb2eb5a73d5cc129ee34cfde10fb1fa6 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_05.uasset new file mode 100644 index 0000000..7a08e8a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf58739d82fa2a7df7b139c0c6a343dd7240f80d7a377f3600bc96739ab7256 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_05_Cue.uasset new file mode 100644 index 0000000..4d1dbe5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5eb7e8df7e3a48190e2182c6228622b71193b5f7156c5887e1abd5168d1b7a +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_06.uasset new file mode 100644 index 0000000..bf99c56 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d161c393d0871c9dcb1a8dab4092178c1726eaefb75cf092a44aaa95cb50643 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_06_Cue.uasset new file mode 100644 index 0000000..8529a58 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c018bdbb290d6f5e1509c290f6849fa1490a2e3f3f63ea7ccdee0c4da168aff0 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_07.uasset new file mode 100644 index 0000000..abb399f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88f6f25ac37c37f9a8f2070f9a2df5e1df48770221a7391ec984a20383abb76 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_07_Cue.uasset new file mode 100644 index 0000000..d0decd1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe8ab379d0896a1c06afb05f2f23513c2b65c8223b74c00303fd2b89ccbb45e +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_08.uasset new file mode 100644 index 0000000..aa035b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36686ec3ec72b0271845b1561c747bd6d8ae84efb09a63bf14b933b3b48d46c +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_08_Cue.uasset new file mode 100644 index 0000000..6e67237 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e45b25915522157fe6bdb6f5006f81238ab28d96987b032249c981276894e5 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_09.uasset new file mode 100644 index 0000000..13d0733 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94dbfde5beb923d3de58d42f30a85a5a8e668ea1f50231f5d2b434392731d75 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_09_Cue.uasset new file mode 100644 index 0000000..d9ef4d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_sigh_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdbfd89b81be53e6eb529a201cd0db69667458dff61d67953511344794209ef +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_01.uasset new file mode 100644 index 0000000..a5f6e20 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57934d779d968d16243f63ec725271113647f397400194ec35a9e536340f5a8b +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_01_Cue.uasset new file mode 100644 index 0000000..a2646b2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067735ebbc8928aba1f466f35c8011992b5de67d69ce8c0c4fc1d1e395fe2fb8 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_02.uasset new file mode 100644 index 0000000..2cec155 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cfc0ec3b51fdb68b64ec1cb0125572b6e205855786da6463df173e2207f1408 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_02_Cue.uasset new file mode 100644 index 0000000..923a17a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c536bd68da285e133b6586189c6b0b36775ea58a4265daf7504c36d8479fdd77 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_03.uasset new file mode 100644 index 0000000..c22b9a2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1294b2ea90837fe68a12c1609f74b728241132023e8bae0c86035164f040cda5 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_03_Cue.uasset new file mode 100644 index 0000000..837946e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_struggle_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beab2f33f6bf5691bec106cd84006c01a05a926a02562972e5d4830a46cbaf7c +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_01.uasset new file mode 100644 index 0000000..c9d215b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c25cb65eebae66c752785909da30bc279f4a7244c08bb53dbe8a0429e0ace2b +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_01_Cue.uasset new file mode 100644 index 0000000..e170461 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b00e466a29a06d1b384fa08a0f2c8a2cc2124102dd07e39e84e0f13dd90647 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_02.uasset new file mode 100644 index 0000000..2082f04 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657975602f06124c15e3f572cc9afc5aebf8d66bd86f438aac8498f561773764 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_02_Cue.uasset new file mode 100644 index 0000000..b4a751f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942bffe43ba8951559437891f4d082bfeac02784a51856c95c77fcaecb883f7c +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_03.uasset new file mode 100644 index 0000000..aefd629 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f11fb37037681ad8c89eb2f90e28230843050178212b847c269e98415fd3f5 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_03_Cue.uasset new file mode 100644 index 0000000..a2e2dce --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30feb311959871aeabe874e626051cd884c2fab5f319dd27b7aede01b9914d71 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_04.uasset new file mode 100644 index 0000000..211a61c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6a553d1de0a2ec75724d50e174c3e358ddc660a78bb670390ebc50f9788856 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_04_Cue.uasset new file mode 100644 index 0000000..195bd59 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breath_wheeze_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b1b2fda991b4180789895cfc1a6c1f2944d86d3e692deb0de3e529448ce89b +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_01.uasset new file mode 100644 index 0000000..b9b366b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416f321337a62d9191fe92773c03603cf313ae3c062a4e3d769f153c9b0c4212 +size 560 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_01_Cue.uasset new file mode 100644 index 0000000..68e6ea6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85760fbc1bde67bdb7052dbbc61afd60f8efdc2eee818f57583f6c923a580686 +size 564 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_02.uasset new file mode 100644 index 0000000..1be68e7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b548736ca521110b8325657ff150a58bc87b0a53d77e9141e16b9dd780775f +size 560 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_02_Cue.uasset new file mode 100644 index 0000000..1f14e0f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719045ee677e0913b98794e1c492ecd7d4fe6724655b219ca735a9f2f1cc6753 +size 564 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_01.uasset new file mode 100644 index 0000000..74c19b7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faeb7579ae27462ac1068dd103dec7d7322e7b13acac64634496858729259c34 +size 561 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_01_Cue.uasset new file mode 100644 index 0000000..50d33da --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe3ba2b999d54a2de8d8c95cd78775237eec9cffc31f19dce549df93d5a05e9 +size 565 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_02.uasset new file mode 100644 index 0000000..143c19c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbdbccff7c93044cd70d8de928a5d48ba09710266db02b4d6bd4e2fd3b0af1a +size 561 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_02_Cue.uasset new file mode 100644 index 0000000..30ba70c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6421f3d968711aafd55af2ac9f8c9aa8bac772177a8b5bd5a297010d56e3a2a8 +size 565 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_03.uasset new file mode 100644 index 0000000..4d9ae4a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e95ba943287fece2224edad22af2a6a30614f016f9cf4e38591be4437a91d3 +size 561 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_03_Cue.uasset new file mode 100644 index 0000000..3cd9fe1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a763f39eded0a02b086c4698e04060a8142f0f655d4a9e26b889661acd268838 +size 565 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_04.uasset new file mode 100644 index 0000000..9fbc9b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e1960e8a55ad2dcb30fd09751c04ca5641fee3731c63010b80a811de2b1225 +size 561 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_04_Cue.uasset new file mode 100644 index 0000000..20d6474 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c7ccf6647aee1f58988cf337507061dc211a60a4120fea06fbea1dbbb0bf72 +size 565 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_05.uasset new file mode 100644 index 0000000..c892590 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c5644a9ca22a4dd21ac607e7ac1e298ee3b79899aed5a10c4a5a402f99d331 +size 561 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_05_Cue.uasset new file mode 100644 index 0000000..4774ecc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_breathing_08_sequence_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50626c8d02a9ca6f1d2817a00c54497f88b69a23e43e0ba41d4e4ea1e297a370 +size 565 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_01.uasset new file mode 100644 index 0000000..4555772 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273b0d76c67118687ed1574a946e14aaa47e95a6472bc7a454f6dfd3c1759377 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_01_Cue.uasset new file mode 100644 index 0000000..6e77f57 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186b27ed64630851ac0fa9f41a1d190bcd56a96844830c772635888d3fd9fc76 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_02.uasset new file mode 100644 index 0000000..96f95b2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe1d2f9b165ffad970718728be65bac8321fbb0f0396911c5258c13561b389b +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_02_Cue.uasset new file mode 100644 index 0000000..b850929 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dd008a4e59818327ec512d5533cfd7b92debb9f4df1462d956ba9ae005637a +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_03.uasset new file mode 100644 index 0000000..75c971f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81dd22ea8b0b9bb83108767931ff4292a1017d081089806d36c2527f48cc086b +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_03_Cue.uasset new file mode 100644 index 0000000..bf3160b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0550aa6665e6b4f016de031be0105019a11e9733a2866671148bb864a030ed5 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_04.uasset new file mode 100644 index 0000000..b62083f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d9517a1ad90753904325a2dde3ed0460a42027a218d96f6c936d6fdf5f2c07 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_04_Cue.uasset new file mode 100644 index 0000000..724bd57 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_interrupt_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1659abbd9ae7bc23a59e028cf3a6364e73a9b6d0dd838805c9f8dc975080d28b +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_01.uasset new file mode 100644 index 0000000..5c24f76 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178727135255cab614c73ead601084631821ce9a5852ef76fcdd8d9ba185c133 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_01_Cue.uasset new file mode 100644 index 0000000..6ec6561 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fd683b6cc2716a2adb80a138dc18c282b27fd5ff2877f211de598ab5816264 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_02.uasset new file mode 100644 index 0000000..73b7e47 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df1f5d48741bb63d2301c0f2492756ea320e5bb2db5120d74cedf9f02cb43c8 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_02_Cue.uasset new file mode 100644 index 0000000..98facee --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cb79dccbd2baa69a023aed5e553e23a086c0653384d904ceb308a2d043bf91 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_03.uasset new file mode 100644 index 0000000..56936cc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530f34224e85401da06408e74daf511d0693c58b5b6827456dc5e8ef9cb64519 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_03_Cue.uasset new file mode 100644 index 0000000..3300cbe --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24185ef1bf8b13a169666b8f2a46aef4fd6bb043c7b00e372c4042a9a2d0e206 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_04.uasset new file mode 100644 index 0000000..d2d0a99 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31747e55d054da64e9e81d82384f6003893ee39c274901fb87b86b201acdceb +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_04_Cue.uasset new file mode 100644 index 0000000..3dd740f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd96c5585b4ee05eda6e0930a339e8c27dc13ce86df32270503e86f188d8c17 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_05.uasset new file mode 100644 index 0000000..78c8d29 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8158afb27c234a94694549ff470b5f0f909d6b5dc0e96489287f1eebc89025 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_05_Cue.uasset new file mode 100644 index 0000000..26fef8d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_long_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5858ae902626d9ed4dc3cfaee1a56d2bfdf1ffeeded3b2adb2b7f8fcbcbdca +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_01.uasset new file mode 100644 index 0000000..a31f94e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349e3895de9aa5886e2faf73141ff8ea8ad4839fe93145c5a2ee1435a7c0f459 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_01_Cue.uasset new file mode 100644 index 0000000..5070f89 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0836ae715bbbbfc3d384d0add9c1b052e920ba4c5b427fd8eddb4a88ba571efa +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_02.uasset new file mode 100644 index 0000000..e0b5d62 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6298cf6fa3ceacb571ae647024aaa2ab39a4c3cc6067e3d185a6b54d9cfa74dc +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_02_Cue.uasset new file mode 100644 index 0000000..bbcae60 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4a928dbdc5b71261f6fb803463212fcdbc5f9edb55846d7ca034c454b0ca27 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_03.uasset new file mode 100644 index 0000000..b0cff52 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de40b8884485813d8b01bcdd423d4a2dba8298ced9f0cb93494181319b871473 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_03_Cue.uasset new file mode 100644 index 0000000..e5b45e5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa123b96a508e722fa67a8fa707f70eea8bd4e6a31c64b39f0884eb79693e7ce +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_04.uasset new file mode 100644 index 0000000..3e75204 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d2d1aa6121e128ff0d3371ad3e6e2e4a9ae0eacecfa1afd7312da90b3c1aeb +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_04_Cue.uasset new file mode 100644 index 0000000..f7b838c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1c79d1c353130e5d9b8eafa5987467b5331e77dd0d9aecfee476d5b4e84dbd +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_05.uasset new file mode 100644 index 0000000..548ea73 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af55f6b047f5bae232a50a8e6ab4c1c3cde013aa5bd8869b10fb8272a95279c +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_05_Cue.uasset new file mode 100644 index 0000000..41d2612 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4761e3b445f509fdf25d977fee37c09fd6842416701fae258c1195e389237cf +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_06.uasset new file mode 100644 index 0000000..1b1733d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a722b6f30aa9cc5c23bf08d173ff9b6b29489767972a91814cf1e315a47d0b4a +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_06_Cue.uasset new file mode 100644 index 0000000..8f64c19 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2678dbf269ff8aa94fb687c7ab577baf13fb75d2bad17a6d969c8fa18cb8c4f7 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_07.uasset new file mode 100644 index 0000000..c33bde0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dde1992732a6189b22b259d452f3bf2e1d254db263f98bd219321e42e91567b +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_07_Cue.uasset new file mode 100644 index 0000000..971e054 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e622d644802aa50cc43145f1f3f940b9bfa9717c8290f4d1f54d171c100f1b5 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_08.uasset new file mode 100644 index 0000000..2341101 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563a2968c7f261011e2e1537c7294a8bd04c35e15b1741f39668c6b64336645d +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_08_Cue.uasset new file mode 100644 index 0000000..be22251 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d11e9dd9e164e055f16155e6b357329b2d6a7d5b9845e5682288661329fd70c +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_09.uasset new file mode 100644 index 0000000..cfbdd41 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20df8540dafedf744150b5b7622c86578d17fa24c04a42aa2a6bf2b993224d46 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_09_Cue.uasset new file mode 100644 index 0000000..6fa07b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59e07a3ec43ddb089f0d446dd666441c42a2f6ac777dbfd1bf6bcc0c0f31b5f +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_10.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_10.uasset new file mode 100644 index 0000000..fc16bf1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a632e57906e7a5ad226ca86fa8cf9394d6aec9d0e78a9b5cf954bdc52d63146a +size 542 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_10_Cue.uasset new file mode 100644 index 0000000..573299b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8056a726b8c20105ac45110f1d289633f223316a10a47ff2e81919487ac1975 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_01.uasset new file mode 100644 index 0000000..7e7f202 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06f8216da9b94875e851a39db87a62ef14bf8eb625ade9979eb2485f536ce39 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_01_Cue.uasset new file mode 100644 index 0000000..809d2d8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5b1a188d42105f1659fc0776ba41139f2b5258c10f1d8f8c7465ecf6503292 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_02.uasset new file mode 100644 index 0000000..7926e2f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92ded2ce6a93d360b5044f3011ac6352664f3c49d454034a29e233bef215c64 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_02_Cue.uasset new file mode 100644 index 0000000..47fb88f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cough_short_croak_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabcf48c63f061dd8dd31c3f9dbf613c1b4c5ecf11d45645ee0f822036e83c28 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_01.uasset new file mode 100644 index 0000000..70b66bf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c62b66e979cc369572a9d14840a0aa8f3ec75527bcd9849f3e9843a98969326 +size 542 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_01_Cue.uasset new file mode 100644 index 0000000..8357a84 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce9ac9da004e4ee4acb727861dd05e88ac6f308b0c2e75fb05915e73783c3b5 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_02.uasset new file mode 100644 index 0000000..e1a7906 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c680515501e1bfb38eeb170635db6e0f82bbbb13ca3cfb15e7d8ccd296051ab +size 542 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_02_Cue.uasset new file mode 100644 index 0000000..20117f2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa970561740bf4e8e7f62b6915b0b5d79c517aa0c533b5f1e8eca92e006ea94e +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_03.uasset new file mode 100644 index 0000000..ab51826 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7926ab43ac701bdf0500e68dd74264a35baf7c4a9a7b5c7ffefe05d13f22f61b +size 542 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_03_Cue.uasset new file mode 100644 index 0000000..a6286a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900d1796ea3651fa2a3e7c3080240685d99f745f9d52b1002bb0fc20182db8cd +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_04.uasset new file mode 100644 index 0000000..d1513ff --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d761d64cae7c04fca6e43b2a256aea6b9d71a55930bd6075dfb2a62f705e6f +size 542 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_04_Cue.uasset new file mode 100644 index 0000000..b3eabaf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d01b5fda9e455b25c60e9c60429cda933849c4b96a7fb8b2286a4ce128bf938 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_05.uasset new file mode 100644 index 0000000..542cbee --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efea40608c63ba7646f1a1f4bf8d7c589aa8a03be57b2114301e4382c07bc476 +size 542 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_05_Cue.uasset new file mode 100644 index 0000000..63a5648 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df12ffb18c3cebb8c790e31c424885bcb945a0a94dc5c37849aeea8e6dec8307 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_06.uasset new file mode 100644 index 0000000..a655b8f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd930b0dbe8566b96b6e1b0a943f184cddd4437ca3f5f056627e3e8267f145f1 +size 542 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_06_Cue.uasset new file mode 100644 index 0000000..c937064 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_high_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15078feb3952dd6552eea96dff994b4f290a681958dc9026fdf7298c551ad724 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_01.uasset new file mode 100644 index 0000000..fc2db53 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001a6fdac308d9a6f0f2f2400567b7bfccd15f213b8dbfb7e9cac7800b507d8d +size 541 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_01_Cue.uasset new file mode 100644 index 0000000..71ff199 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1c38864c18356010811bc502db98747bc2df7bd2921f8f89965bc067dcd805 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_02.uasset new file mode 100644 index 0000000..d5c3435 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d46b7408e9e4e0fe9bcbd518371424fb81c66e91cd56774599ba0f171b8e91d +size 541 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_02_Cue.uasset new file mode 100644 index 0000000..b72e693 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e509999b9b7f20e2b2994af5c480559a0840f796152cf5829d989aee14d0dc3 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_03.uasset new file mode 100644 index 0000000..17d31df --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c999bd7b3dd486b9a6145e8f5850cbbc660c7988de6d33515c14d83344249099 +size 541 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_03_Cue.uasset new file mode 100644 index 0000000..b9f943c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4a55a1641807e0d117e1b65cc0ed4bda71bd874535514101b5892121087915 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_04.uasset new file mode 100644 index 0000000..d726140 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc9a6165ab5c713b648830247298476571e6da7b9c8fb8421ab6c652033f067 +size 541 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_04_Cue.uasset new file mode 100644 index 0000000..d21bd90 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0d3c330125f9fc3418646998b1da1bb938e4b2865520386491c60dbce042d5 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_05.uasset new file mode 100644 index 0000000..d491d18 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ee7be7a32a2736c607973ead0e6d21ea4cb87e5e2da0ed593079c52e051e60 +size 541 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_05_Cue.uasset new file mode 100644 index 0000000..2e3fcc9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c7f04e15320db56be01f6368ba2bf6ef47773629e517808952305a47127e3b +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_06.uasset new file mode 100644 index 0000000..0abc096 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd2c29fa16ae01bd6c328175fc2b8b6cc478f911695ff082e83c7f09e3eb3cc +size 541 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_06_Cue.uasset new file mode 100644 index 0000000..e8ed379 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08a0bc19cb7fc6140d5ea6d4bff2a9f6a1aac196ee8be2edf1632e8ab94d210 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_07.uasset new file mode 100644 index 0000000..3df4edf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b617625d5ab0bc5d4c1a9d6a541575e26ed36fd743b96b0a6952a5598019d27f +size 541 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_07_Cue.uasset new file mode 100644 index 0000000..2d923c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692c3ea0f77217b7e6faec9825f7a6b7363c5cb018b56d83f29cded2c7f4191a +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_08.uasset new file mode 100644 index 0000000..3067c1a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d7d25382676f09c274f380c2376d3e6bd33f3f57f931a2a402db9aa00505d8 +size 541 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_08_Cue.uasset new file mode 100644 index 0000000..10c7b0d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_low_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b004bb7c98d93675cf26cac745c66ec0e8cb801263dd33afd1372952ef8cfdea +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_01.uasset new file mode 100644 index 0000000..4ba2b7c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b1ca30c3ef8cfdc5e13152475519155557ff470f768119e12f06b49263601e +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_01_Cue.uasset new file mode 100644 index 0000000..152f5cd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ce91f9813021f3931f01a851d74dc11d652214329fee54d8ddcc805b3851a1 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_02.uasset new file mode 100644 index 0000000..808401e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f503d2890a008f1a89cd8124f2fcd8c957a2a9a2fdb516d88dbea08cceceba07 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_02_Cue.uasset new file mode 100644 index 0000000..26dc85c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_snort_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81fa24039353f137af109de49d8e48c16d64c560c414058a5585d2c3a0d5372 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_01.uasset new file mode 100644 index 0000000..0dff6a8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea8c525b04504255e69c79f9fa71306d27cf33ac4743240c4caf2fe646514e7 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_01_Cue.uasset new file mode 100644 index 0000000..1800466 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c28583f933c06e4b24d1a45367e0e7e51cc7cb6105c5ed91bc1c2d599d6a1ae +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_02.uasset new file mode 100644 index 0000000..4a3f692 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf2f8c639d15b2d13320ee6161b94640b982dd54749b98a4c9a6d8cb427894c +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_02_Cue.uasset new file mode 100644 index 0000000..e61eec6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f706185390766391fd9162bc51e6083905bb6b6e15506b6781660a8570ad0811 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_03.uasset new file mode 100644 index 0000000..bfce607 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f03e439fbc322a5ed0c3673ee9dbf0981c8a6de7710fcaf598b1bc5c87a8651 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_03_Cue.uasset new file mode 100644 index 0000000..1f0a063 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18684e82b6c3d4c808d81e6ebbf1a5807331e7aa1be441d49182a4d7973bf3d4 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_04.uasset new file mode 100644 index 0000000..5afb5bf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7c198d36fd1be4edf3409db166736b26232947c57c6ee13867cff0cc92420d +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_04_Cue.uasset new file mode 100644 index 0000000..2e99edc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2932157323262c01be74d1612d5a3e68c67eeb38c4215596e591bdbc251439f +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_01.uasset new file mode 100644 index 0000000..d62021f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b9eb736fbd20ef52fc2409927d6f3370aeaee6d505842f7e5eb87e4fb6f441 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_01_Cue.uasset new file mode 100644 index 0000000..6b5fdb7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5327595cdb4d6ce39d32e1e55f88c8d818ae96e00732e612a3a7ca2ecd11f1 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_02.uasset new file mode 100644 index 0000000..a8d7db0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5393c598f361d0f3807b5e53e393f73b3bb3e0199fff08d05959f3ab199383b +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_02_Cue.uasset new file mode 100644 index 0000000..648eb88 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8354c2cc8fa1a0bf1ab39bef8587e37ce72e11efb7e6e64104534e9dbd57f4e6 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_03.uasset new file mode 100644 index 0000000..a892ed7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89db7ed11fbcc3f6af934f3295a69a6ce3dfcaeaa26525495285e3bd5bfef8a9 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_03_Cue.uasset new file mode 100644 index 0000000..ef5c8f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae94fbe1cbce07931528153e6730a43e6406523c8c98ce4bcd4ea61fece116a +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_04.uasset new file mode 100644 index 0000000..0e78703 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d22df1cc6651541f2531b8924c80f3422fe0471fcc4502f1c3e4b23d535241 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_04_Cue.uasset new file mode 100644 index 0000000..1ea326a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f34f24431083baf1772ea0a5f86a94812dc11e2fd40949101bc331f79177168 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_05.uasset new file mode 100644 index 0000000..2b968f2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2950c65f9a27ec3658dbea0d86fb3e5d4239e0847f69a8a49a7adea942b1abad +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_05_Cue.uasset new file mode 100644 index 0000000..a93abf4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_cry_whimper_high_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1bf341a9ea1e25834af670f1ec9e1493800c6b7caaec847c873e2ed228c0a0 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_01.uasset new file mode 100644 index 0000000..ee8317a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee03e7146d558c51aa493142fad66ce641e353ee7a5b75b1be2c0564355365c +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_01_Cue.uasset new file mode 100644 index 0000000..706eba2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7994747c2cadb4aed6f87d04b85b2b3eb9e0e7f76ad5e613e6e5c483acb8d09 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_02.uasset new file mode 100644 index 0000000..8615a0f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6db02ee0e265ef19d3c1c83f5b45770b9d0ff22a967b3d4fc1c2bea88c7c0d +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_02_Cue.uasset new file mode 100644 index 0000000..a726d7b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6277b0c1cbdf4b6d07a3e1217e7a6dc79cbcbd911f8825e27ff823c93f07066c +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_03.uasset new file mode 100644 index 0000000..56868aa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ff7752b30f97a9c6acc8693aa7b70d5e7ce504c63bd3251f481d4fc0c5c553 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_03_Cue.uasset new file mode 100644 index 0000000..77ee32d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a61c315e41437012ee839329c94a5c159a9a813bb7040b5381458ea8ebebdf1 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_04.uasset new file mode 100644 index 0000000..de7fa00 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c225619487d21ced89fe993a0283829a8957f0be89426bfd1fc249c6728b5e5 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_04_Cue.uasset new file mode 100644 index 0000000..be97c44 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8867d492ff065e1bbfedc822736ea948515cf9198279666ce734361af6854de +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_05.uasset new file mode 100644 index 0000000..921d3bd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb367d8bc6e27bb1dcf2b10fd9e727d5bba5368de5af8021dadd4401c07e0d3e +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_05_Cue.uasset new file mode 100644 index 0000000..2e0480a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6a8c5ca0c231624aba2b3bbb39671d066a7efa74c4dc9ca5d8787c3bab7996 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_06.uasset new file mode 100644 index 0000000..c3e297d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4b72992a5c6ee535916ed064cbb06680195c8a8ff59b1d0c97131991f77d53 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_06_Cue.uasset new file mode 100644 index 0000000..01daf81 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7eb5010a446354f2fd6ccb7f48225aaf75d2d00d8a891e4d0ee5da888f3bf3b +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_07.uasset new file mode 100644 index 0000000..0530e2a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cee9f55b51eabc575d4981c6f913cc84fd8c246aced2a7040dd57ad871d9441 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_07_Cue.uasset new file mode 100644 index 0000000..ac3d96c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_high_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118f72d2f1746d30e1e2107f6b01601f8e467b7d693b1fee424b3cffafe426e6 +size 548 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_01.uasset new file mode 100644 index 0000000..2cd97c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf0cc66decf561a34f6b37e921dd341b2d95cdf62830014885ddf376b3ffd83 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_01_Cue.uasset new file mode 100644 index 0000000..863bde2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5098b3c7cbbd415fb5fe042c458bb6bdd94c530f3bedbe122b964e470315cca +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_02.uasset new file mode 100644 index 0000000..35389c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603fde0d106ac61757b3393ae4583a46ae1e64a85460b762ee30a59cc09759a1 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_02_Cue.uasset new file mode 100644 index 0000000..293df44 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c301c6382e67ec1b7b950908c2fb76ebcb965a6a76bb58b6d0bdba937fbbbb +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_03.uasset new file mode 100644 index 0000000..9741054 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8670a014eba20704cee5bfc59ac65236459d87109dafb17de59288ce777ab54d +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_03_Cue.uasset new file mode 100644 index 0000000..ae9839c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d6137f90c29ab10ed83a5a86b25bbefc3487ab833691750a6671146b4de9b0 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_04.uasset new file mode 100644 index 0000000..2986c9d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09837ae728ddc40ee911c200fa99a5da13b5fff1fd9ad5800be877c198f7b379 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_04_Cue.uasset new file mode 100644 index 0000000..1962ff4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc50c8605223ff180eaf21ca5af86c64583cc77da80b69a8a67ef105ee772a5 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_05.uasset new file mode 100644 index 0000000..edc4dbd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5dd43a334ebd973bdb427733d9c60cfbdd8445f03f5dac098d07593f513c0f +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_05_Cue.uasset new file mode 100644 index 0000000..4d43e3c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787bf5c35d08aab08cd76f9461469c22d6fdee1685d46efb1b2c1f761429cb86 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_06.uasset new file mode 100644 index 0000000..3ff5f1c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfe2fa2b1cba93c32658b5f683decce084d03514e1551e47623e07e8637cc31 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_06_Cue.uasset new file mode 100644 index 0000000..e9cffee --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42bf5138dec920efbe6af13da12b2bdf69f9d254cdba0423b84814a6ad293fd +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_07.uasset new file mode 100644 index 0000000..176271c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc335fc590bf3d4034bd733ee4857c4d4aa90b041610011d87bfdebf4e5c127 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_07_Cue.uasset new file mode 100644 index 0000000..e8e5a99 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a859fa0f557394bc3bcd2e12593c18f8ba1b0213105c3a0de6678fa5fdb9a5 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_08.uasset new file mode 100644 index 0000000..c93e7fb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64baf64ba35488ecfb840ddbee394e0056aa3bb839febd3531e4848916f7a369 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_08_Cue.uasset new file mode 100644 index 0000000..feaf61d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addebf27667297f24673b6503f26d238f045b80744c050d766f19ae56e296bea +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_09.uasset new file mode 100644 index 0000000..fe0350b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6725683228c2e4fc035e86c121dd9c0f59b3180401ae391362429227d4c6175 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_09_Cue.uasset new file mode 100644 index 0000000..f6df754 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8edea9d6de77016a8c3a522006ca371d84c434ebbdf63a778d5c83da15673d +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_10.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_10.uasset new file mode 100644 index 0000000..e14b4b9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d2ce30e53a1fcb54b51620baa8eb8a36cd4bb7a9780ceb1063ea725bb72732 +size 540 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_10_Cue.uasset new file mode 100644 index 0000000..5ebc9c0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_low_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5c603711198a15962971999246a2856777378e2f92aae4d38e1d2dfdd6f77c +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_01.uasset new file mode 100644 index 0000000..999358f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719c00463bf34aaebbb9846881db4792eec53e63eae9c0d8dd49a1b405c95c23 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_01_Cue.uasset new file mode 100644 index 0000000..a35173d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23d9683cb2a7e0484da80eaead9fcc214d502c717a7bf6ce43ffe3683a09414 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_02.uasset new file mode 100644 index 0000000..1df22cd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b623d05cad73b252a356e90cf8dfbb6727da5c7f98c0a7635aec0ec8508c74e +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_02_Cue.uasset new file mode 100644 index 0000000..908e144 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2a8946512d42f12e0b4532a24e6c4ac20ee51cdbc805716cdf3bc14eaa65ca +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_03.uasset new file mode 100644 index 0000000..ae86850 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c2231ab2584f9e59e80ef9382659cf310ed08262ba81fc25413a7be9ae8087 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_03_Cue.uasset new file mode 100644 index 0000000..764746e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e719b8c19d4eb009294ddc077f840f739cb98331684ae33d6ffb7ac1a4792cb3 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_04.uasset new file mode 100644 index 0000000..cf1b20a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457099bc21b7c8fcb00447a0aaef86245109dc99d7461abe4f208e1ba3686903 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_04_Cue.uasset new file mode 100644 index 0000000..93a2160 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef17c82c18ebff308b6b3ab9e013e76e988d62ef252daf4a8ac536119a9836c +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_05.uasset new file mode 100644 index 0000000..468b43f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05cd25284bd4eed219628b2323ca57a1335d50a7908e32a2a101bdcfec7d8571 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_05_Cue.uasset new file mode 100644 index 0000000..d94d02f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af63fc76a764cdc678120493290f3fad97f19cd339b46c6f04f8c11032f43b8 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_06.uasset new file mode 100644 index 0000000..f2b551d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d260f3f13fcaf18cf6a0275d706a97b0ce5e7dedc453e6706adc4657ee4d1b +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_06_Cue.uasset new file mode 100644 index 0000000..c69afea --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587e2a0ebf4e5a7e0f2a77961980cc6c63f4db380073e851e3199c9be42af2d5 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_07.uasset new file mode 100644 index 0000000..160e7b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2d3a1fae3622b56bca800370d380d594d47de8c328c3e27f759bf71ec12986 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_07_Cue.uasset new file mode 100644 index 0000000..0041d2a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b46783333b3a4998d738c4c4b653c4ef301155d41363d7a42d417d7a71ae62b +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_08.uasset new file mode 100644 index 0000000..ce6d402 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb66f13d9fb81fcb85ce83e2cc3ec1889b81554a127a1b70cd6bae5f0a302d72 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_08_Cue.uasset new file mode 100644 index 0000000..20ec79f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c324d70bf7ca1b42ad38c0811181380a4ca65b96488287af41e43849e73c9d +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_09.uasset new file mode 100644 index 0000000..0486d75 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f0c97928e34e12cf88e573974213e2b2b3f3e523403baa8cfd4053396cfae5 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_09_Cue.uasset new file mode 100644 index 0000000..9657cd9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e5966cb525e91a6c4029cecc0826f3cc852c71940d9edd1deecb0aa5892c9a +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_10.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_10.uasset new file mode 100644 index 0000000..5e39756 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a664b2475613c831159aaf3a6afebe6d617613ac9e87852d21e33b41b8af1a66 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_10_Cue.uasset new file mode 100644 index 0000000..3adc0ad --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83555b5dd8d4dca0cff5d77006a140b479e3062a80ebcbb2e73500d30b4be4e5 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_11.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_11.uasset new file mode 100644 index 0000000..abd8721 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7d18aab42e867bd96db9589711e6f813599013e8d62b06d4a94c91677a39ea +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_11_Cue.uasset new file mode 100644 index 0000000..c5f79ea --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070ae69040505f56dcec84731dffe07f4029a3917642d3f221b355045249dd3e +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_12.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_12.uasset new file mode 100644 index 0000000..3e3b866 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83780c15fda9b911d14d7e31b87bcd39fce45496199143ebe7fe8557af4cef7 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_12_Cue.uasset new file mode 100644 index 0000000..ba35624 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac325cec970ac8e299c5c83b4df6ed66d8b808c75dc38d59307239f3920e186 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_13.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_13.uasset new file mode 100644 index 0000000..7c37eb8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d1b59e980df5cb2a56ab7523b0b374b5113a47a443fb0e5d08a291294cdbed +size 544 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_13_Cue.uasset new file mode 100644 index 0000000..202ea72 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_death_torture_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b04612151aa254a513e8ecf730e276a9f8d137e15685294a55fedc012d3d008 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_01.uasset new file mode 100644 index 0000000..19252fe --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c258d60b16a3362f10b5d63f845483cc365db5ca05e6b1cecfe1d224c6d4cd34 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_01_Cue.uasset new file mode 100644 index 0000000..76ab5f0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0102d156aaf751519250f2cdbd9f85bc911b55c87a08cbe3980a245eacc58c83 +size 559 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_02.uasset new file mode 100644 index 0000000..89b5ae3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2687e2429de30277c1a2f84b42eb5237ebabab1adcf753a5f7040653bcea4f70 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_02_Cue.uasset new file mode 100644 index 0000000..dbd733e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2c384796391cae06441fe4f407408680d7a2ed5e4e2764325f1d68b96078e6 +size 559 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_03.uasset new file mode 100644 index 0000000..d423cd2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b553357ecf06eacaeeee2107ee6ab7b078670942497620096254c0aa3eb68fb4 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_03_Cue.uasset new file mode 100644 index 0000000..dae892d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc1210bcd28147ba469132c40f2e5f765040bd3d31ef51212eb7578392e4adb +size 559 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_04.uasset new file mode 100644 index 0000000..6b1ba74 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339998d68ac83a32b556f495433e5827c3f35d4ba06662c3846b1139e65a891d +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_04_Cue.uasset new file mode 100644 index 0000000..600d6ff --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d164a72979707c926282bebd67e94bf8e66af68bba529b238ee8f39c9230186d +size 559 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_05.uasset new file mode 100644 index 0000000..22754db --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e42dc192d7a5cca8b3a8ea24d5fc3e4faf5240371692ce38d8aa182c7cbebf +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_05_Cue.uasset new file mode 100644 index 0000000..5913dc9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38658a0992125d2cb8f4ef0aa53aa443fa23f8daa1c2ba0811422a92eb8b53f +size 559 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_06.uasset new file mode 100644 index 0000000..0dd2ae6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2db636f6b2fd012a38bcf6b16cadadedaba7bc41de8f932546c4981037333f +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_06_Cue.uasset new file mode 100644 index 0000000..2ce31b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dce32030094e69225ea64fbb59a864a357590e298fd4e4b3a17d14639d31185 +size 559 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_07.uasset new file mode 100644 index 0000000..eadb5ef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3851dd374e321bed0b0874ec8398e03ac764f1dde7706dff582df5d8737feddd +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_07_Cue.uasset new file mode 100644 index 0000000..9020df0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5958341b2d3269a6e205488b06d4f36cf52ea6f06d5d8f4afa29d39c501dff87 +size 559 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_08.uasset new file mode 100644 index 0000000..99bc98d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bce875ed500182b8ffd38da9d3e010a6dc1ae69c874bceb06ef58949ee9aca +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_08_Cue.uasset new file mode 100644 index 0000000..42fdc4f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be297667c6cbc9b7f664ebadc9ff3dd2e58194fbe73d3f92cc4bff1a24a3d5e +size 559 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_09.uasset new file mode 100644 index 0000000..a929fc5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8827fb907f59c9c93a0240b5a76b6541c14cf65c6113ce0fd020fb1801d9f19a +size 555 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_09_Cue.uasset new file mode 100644 index 0000000..78e1434 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_action_release_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf7fceb6023a754c4fc0bd3712d5cfed287491727d025ec2b5e18004fca38da +size 559 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_01.uasset new file mode 100644 index 0000000..907feab --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2144c02e2a9c76ff8b02d700115be707a32e04c7d9efd2b8dce3e22ba061ba +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_01_Cue.uasset new file mode 100644 index 0000000..70b7a31 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f1996abd90a39f6a6ab4b5f4ae1b95abc26002f74051ee4c9a59362287170a +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_02.uasset new file mode 100644 index 0000000..8ab2f12 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7b73efea68efa81b62cadb081d9bcf1aa8487bbeb88831d34a2b55d61491e1 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_02_Cue.uasset new file mode 100644 index 0000000..a430497 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd62d318a637769524f41c0ea9013f106b7b004401ea766f2e38c4208756a772 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_03.uasset new file mode 100644 index 0000000..05a588c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c43d5f09a02f64940474bf00f3e569086d69d0187b5ec4f6422b7aff401fe0 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_03_Cue.uasset new file mode 100644 index 0000000..3b8d2ed --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_breath_lift_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43767f7fd69221e87dd002cc9b22a81bb18cc3dd86ba97a7558bf99bc9009314 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_01.uasset new file mode 100644 index 0000000..f40700f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f591398af84b8a7b874deca055ec5597eb142e03b36632e158364d3fd94078e +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_01_Cue.uasset new file mode 100644 index 0000000..ffb7d6d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53634161d49031d8820fbf04e8c2d2d5f905666e427ac3dc2f89f36d71098c6 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_02.uasset new file mode 100644 index 0000000..bfd4b56 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fd51af99f23e86b5f7cafa53bbdb5368c5a79e27ba1ca7a6d729152054cd08 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_02_Cue.uasset new file mode 100644 index 0000000..e399522 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3ee1b1b9cca3c5e4720272565755d3392aa246f290d46722281abb7f599c87 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_03.uasset new file mode 100644 index 0000000..56ada75 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ca507f6071e46dbd50fcb44a2dfab10b62b98ec3b40d73427c8fcd519dd253 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_03_Cue.uasset new file mode 100644 index 0000000..87e1764 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ccad1524134df8d2f1b56634013ca66ae563c5ae6931a84c4f7a57248db416 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_04.uasset new file mode 100644 index 0000000..1964cbf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8346964a37b688b9e12b5ae81b7a8471cdd0d7b2645743a3b13eb8318c5a1e02 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_04_Cue.uasset new file mode 100644 index 0000000..c54bece --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ad97c27f29ca0411bc5543b743de1fa673b7032a799e3bc3e1011fb04b6a37 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_05.uasset new file mode 100644 index 0000000..785847b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63eb6593a8ba34f91614e7d2303145f5a885b80e8079a592b33fe592c3634b53 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_05_Cue.uasset new file mode 100644 index 0000000..7944dc9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f38189b041c2301874433be1d2cbbda25a9a7dd73dc0871cb32c085b540e54 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_06.uasset new file mode 100644 index 0000000..02159de --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67528c5620ab48d6e1c500e037ee4d81c843ad83614e27278e8876790405e3c2 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_06_Cue.uasset new file mode 100644 index 0000000..6a9de65 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a20264025bbf73f5532821cc6a9993dcd87172dbd20ae1a10936c5e7935192d +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_07.uasset new file mode 100644 index 0000000..bb0ff86 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5f19982673b4d64d70e566e64273621e27c5d8d1772084b5c265a0d8cf6adb +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_07_Cue.uasset new file mode 100644 index 0000000..1f005d8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0223b173381bb7fbf576a884bbae05f03543727f9efcc7fe60c56f2666d78696 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_08.uasset new file mode 100644 index 0000000..eb6565e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e414c3bf5e4d24bb62d95f12b9facc326e8b342a5f345020e1fe5a655f3bb91 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_08_Cue.uasset new file mode 100644 index 0000000..8dc6334 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7daf13972ff104283504d2a7c97aaf0f2e35e077bc558c8e14731a49de8b1f5 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_09.uasset new file mode 100644 index 0000000..ef2c65f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c8f004471cc8dfeb3f47f257f0dd811fb925abc29f48966a0312b72053d6ef +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_09_Cue.uasset new file mode 100644 index 0000000..1d39061 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_jump_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b05f99d9ab14fd91e8fa32b74c29660cdc8c20c48db406be70d3ffb9442c88 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_01.uasset new file mode 100644 index 0000000..b2e12f2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0148b2bd2c7061d0dbad73dc827cefcb252165dc9e98def8c3e2790c6b0fe93 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_01_Cue.uasset new file mode 100644 index 0000000..28b4d0f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1696a19386e57f8f0326e1b50a8bd1def2c819ad53b1becd898deb96f00627fd +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_02.uasset new file mode 100644 index 0000000..bd5a95d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5b25b17f8939ea169c4c43507c058d62385bfbf44b0697101a568592c686df +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_02_Cue.uasset new file mode 100644 index 0000000..f531be0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154951794f664f5faa293c92ecf4631e929c56c471c2bb433270155441fa9d4e +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_03.uasset new file mode 100644 index 0000000..da9e74d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a4b92d3094e33c32c4b01ca9cdaed54403dc1e6b94787450b1be0e09f6c8b6 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_03_Cue.uasset new file mode 100644 index 0000000..e003888 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8229462a516bec49dad7f66ea4cd41a206cc9d536304b41e489131fc7f83b1b8 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_04.uasset new file mode 100644 index 0000000..ea8495d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5974f734660635e7540ed06d369be1abfac55a7ad6256522eefbb51b3291a36a +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_04_Cue.uasset new file mode 100644 index 0000000..ad4b4be --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5457c9341bec133cb42f0fa2c7aadaf2798d2698b43e9a9e8fc6d19767dd45 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_05.uasset new file mode 100644 index 0000000..df86467 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b432d1373288e5770acba4ba1e33984eaf45cce8bb8920da6341bafea69abc +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_05_Cue.uasset new file mode 100644 index 0000000..6bebd29 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_fast_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e65191fc6488713929098b68e6e5b6eb65d04a17d6ce7bbe759c52ad676085 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_01.uasset new file mode 100644 index 0000000..9ec63c6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4f4dea90e1cc5dd60215b394323d784a523fb0fce1207ddf1618a6560044ac +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_01_Cue.uasset new file mode 100644 index 0000000..d46309a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1166e90807dea193c16e500f609032b305e958cb6d4d3cd3b1571898923abffc +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_02.uasset new file mode 100644 index 0000000..6fb1ca7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb8da68161de33ec525d5530789a2412901557759ed0585b6b980bfdb6278f7 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_02_Cue.uasset new file mode 100644 index 0000000..93e54d5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2d820067b138331571b0db57d67fc41cd80e6a52cc0917f46f66e0756173c8 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_03.uasset new file mode 100644 index 0000000..698a906 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8106a99aadebec47cd056277dffaa20623c1cb965e65620ded466df9c9b346f +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_03_Cue.uasset new file mode 100644 index 0000000..4e39a8d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e83881fb27ba62bb4c4276a020028b0c00d78119f3ad0b14c3c8e99fa6e6e0 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_04.uasset new file mode 100644 index 0000000..39091eb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bc54361eeaab9d767456bf6c74bb76b3d8890eaf642846c63d6e9d07ce4b9c +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_04_Cue.uasset new file mode 100644 index 0000000..9b8c415 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfeeafcc5d8f230843455ae6efff505268f0ffbc517bef67f7041c80ea0d5853 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_05.uasset new file mode 100644 index 0000000..6e1a30b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddd6218d6292baa5d4c107241e57ebe44fc738452e4ee00f6f6550264f052ed +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_05_Cue.uasset new file mode 100644 index 0000000..6916a4d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac856d17076d214de31d2629a0c9f49c0d26935cc9cea94bd51dc74fc0330429 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_06.uasset new file mode 100644 index 0000000..4077d47 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a31c2a3783879f714fd658ce097dccfcbfe144caeca43d8e1cb4b98329e516 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_06_Cue.uasset new file mode 100644 index 0000000..580f584 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881c7c084ee78abfd827982287f8ff9a44486db466a6fe101d586ba4592f62f9 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_07.uasset new file mode 100644 index 0000000..edde9e7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60be674b72b50bd39666982e0919e5b26707e17a9965fd80fd6a2380266448de +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_07_Cue.uasset new file mode 100644 index 0000000..414de63 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d964576666440c3ac3d652e995b8356c47b715598e993831efd0e5e2f0de73 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_08.uasset new file mode 100644 index 0000000..c98ebd8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a10659d308bc6f927b881fc2eefce1cb5d847cfd0e050c9dfb76b7bd0a8418 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_08_Cue.uasset new file mode 100644 index 0000000..5073d65 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10e1406abf8725f59772268dfab8189d1d696037596924c63792ee43f3ae38b +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_09.uasset new file mode 100644 index 0000000..ed4b2d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c83dfada326862e1e16cc4301a42dcad16d25849bd0a7c3d94979851d4baf8 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_09_Cue.uasset new file mode 100644 index 0000000..29f6b94 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9812ba86267f51ef45b0217629344f54fc7d5799a8063b14a7aaefd032fe295 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_10.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_10.uasset new file mode 100644 index 0000000..f037631 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d36f07017b11c6c0dcf19c962d46ebe5a8353af8b3205b88a549e6968632637 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_10_Cue.uasset new file mode 100644 index 0000000..170831b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677f6aab1750bf0d057d02332e7cb254d4a8a55f4da7775662acbbb17dd26920 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_11.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_11.uasset new file mode 100644 index 0000000..c5a3aca --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a1a3aac437f5609a4aadd4648fcc4b656542c7be644e9b3d37ac44df6383d1 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_11_Cue.uasset new file mode 100644 index 0000000..0387a63 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fce39bf9ec0e648f32b62520c8c58c8ebb7a9aa95735b85aa53ecfd0e5a5a1 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_12.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_12.uasset new file mode 100644 index 0000000..fac8d8c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d870b23c4c0636482bbd8da07bcdbf7ec0315bc29d884addb51701de2390622 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_12_Cue.uasset new file mode 100644 index 0000000..b655e5c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_push_slow_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa8029b3681f5905b127e57007ab4b14ee1e8c50b949b982cbb414f16c40ea6 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_01.uasset new file mode 100644 index 0000000..5291b28 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751b1295a81794e9696f00e6d2994b811e2cae0c5f451508129c1615a90790b7 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_01_Cue.uasset new file mode 100644 index 0000000..7802a45 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6c615e9b3e9d76154a5e93f85dec2c2e6f9500a89b0b3e9024f502b462b836 +size 557 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_02.uasset new file mode 100644 index 0000000..8de530c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b7d76cc43426f1b1d6ccf49665bf5b2fbbb7d1e69f2975cd33ec4368aa5caa +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_02_Cue.uasset new file mode 100644 index 0000000..b5b2703 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b70cfcef7a1fffbd51af22333c7a84f6b7b007176f82e7163f51fe15944bcd0 +size 557 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_03.uasset new file mode 100644 index 0000000..481cb75 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab5f67e86d89a61b692ceed14f3707efeaa9ae8ec19d5005e45b7861a73ca5b +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_03_Cue.uasset new file mode 100644 index 0000000..d9e767d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cec8c4a0437dd16dfc5872d52b6cee52296e82427550e8bbf9673a4c77984a +size 557 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_04.uasset new file mode 100644 index 0000000..779bd02 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1852d6391b19c5168ff8aed5a8e7b0784d8ee0dd060ecda169c499f99feb4721 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_04_Cue.uasset new file mode 100644 index 0000000..960c21c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddaae977b9813a1fa99831d3fa3edd83c4c525531236410b03bde861bbeb2f6 +size 557 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_05.uasset new file mode 100644 index 0000000..e9be6a4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babebc8b244b19cf4d26aef6bfdf02953b0256b7294f1ea1e405f155ec39f82c +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_05_Cue.uasset new file mode 100644 index 0000000..c30a66c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37aca94d1427d3f1e91ae8c8d286e9926729bfc5d487b82edacd103456599375 +size 557 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_06.uasset new file mode 100644 index 0000000..d55ff54 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc80d0e787ac3dca54679125c53302d4cc9b2867095674e324c3d09c64dfebb +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_06_Cue.uasset new file mode 100644 index 0000000..5076936 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7adac813b1e2840c8626a3055fc3f5dcd9cefb6fa6cab3113490ca7e27f78f +size 557 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_07.uasset new file mode 100644 index 0000000..54872f4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c058f2373b0b1b4f2c13646ee0dc19fb3c3853ab02d68943ef20320756edb3 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_07_Cue.uasset new file mode 100644 index 0000000..38aa173 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_quick_action_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746b08a7a5a7531f2e08e7eb71bd95bde42f9a2e427585da4f40881a4435fc54 +size 557 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_01.uasset new file mode 100644 index 0000000..ab2e649 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2966710b6e11e2cd600105b20cecdd6d4bf2a2deb45a6afdb6db9e4e63e73d +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_01_Cue.uasset new file mode 100644 index 0000000..8801248 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e489b15ed331d78cc0729f5776bd05ba6be7960f3a065ba3f1fe2565cc79e25e +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_02.uasset new file mode 100644 index 0000000..4e0dc85 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156b387ddba2e367de51b766f072c3dc258c5ce818643a7a5cf0902f0451b906 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_02_Cue.uasset new file mode 100644 index 0000000..bf68dc6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bcb6b1ffccaefbbe789fb35a3c1303dad960d5b659b394460a18fec6d27d40 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_03.uasset new file mode 100644 index 0000000..dd6e9a0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515f939333e1dbcc5ca671dd391ecf2751367de3ce5ad631fa40255f39cd64f0 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_03_Cue.uasset new file mode 100644 index 0000000..aaf662b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_effort_struggle_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4a136e1631085c57ea90c7a2a2b02d11a7281d92744808a458b893fab720db +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_01.uasset new file mode 100644 index 0000000..d1be12b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28975df4fdc905c43fb71f9a7c285590b60674effd2ac89ed7dd84276d512419 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_01_Cue.uasset new file mode 100644 index 0000000..f5ac6bb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4724e266f8bf755e5db4a90b21459105ae27d3ec66b0204eb9216ae1237260c2 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_02.uasset new file mode 100644 index 0000000..9902213 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cce00dedd45f8e58862183b0d2f256abf937aea25017be48e4c09ff3bfabd76 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_02_Cue.uasset new file mode 100644 index 0000000..77d0d4c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934edeca623b341b752a7dde21f5957bce561f95467a3ffbeb0d03de756c10f5 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_03.uasset new file mode 100644 index 0000000..9141ec6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6297c6ac5b92ce1b0b04b13f30cd18f258819bc3602567f173ae0f0c781d684 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_03_Cue.uasset new file mode 100644 index 0000000..3f21619 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97012fd9197dac97af1b35667b484a85823d23e895f80afb0f14dacf84ebc9a +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_04.uasset new file mode 100644 index 0000000..8683a1d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe808d24d780138efaa74c545bd20524403ad2ebdce4ec532817bf54a1bddaf +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_04_Cue.uasset new file mode 100644 index 0000000..bdea056 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e9fe460f8bb7305f801df0f69703afde0d9f1ce101a2b24e0f2cc45fdb0aa4 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_05.uasset new file mode 100644 index 0000000..ddb6f9a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baebd0b9564d00ab2e5fc6df4ca9949c0ddcf903ac5b9e4e4504640c9873de1d +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_05_Cue.uasset new file mode 100644 index 0000000..c054834 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ec4567ec2917b3adb0b6c746119047f50c4500938a4cd1b81970c57c3f05ec +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_06.uasset new file mode 100644 index 0000000..4ce4b21 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52245529efb38aab3615a8da357986e3b36b43f357170cdc750f7bf42086916 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_06_Cue.uasset new file mode 100644 index 0000000..ab29051 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9cadc504e0c2515cd56d366fe6b3e60a6e840469fb809185b80b5363dc2080 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_07.uasset new file mode 100644 index 0000000..e98ae95 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b0c6ff8aec767bf67ebf7c9cc3306909136f74310163219ed4e7383ce1d807 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_07_Cue.uasset new file mode 100644 index 0000000..71cab0b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb42fc2f054333ca55e9b8ddcbaf3dd98fb9b2299fa1afd805fb32f56aca168 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_08.uasset new file mode 100644 index 0000000..890e4c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126cdbb0459a19766f0acc6fe9aee7a7e7d3c2d4f9dabf69c3337b7904309c9f +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_08_Cue.uasset new file mode 100644 index 0000000..ba1f85b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc47170f7cf3851fb7340815e3d9007c8ed4a79f15169762ded8882b76442df +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_09.uasset new file mode 100644 index 0000000..05f6d18 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2949dd75832b3e955656b5f3c0aea824b23e8108353b0a66dbff909e7d8b9c3 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_09_Cue.uasset new file mode 100644 index 0000000..f44c7ca --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62522200dd8eb55c18cd87f508fc93c4c3ca02d03d0a70132ce2d648517b2ac0 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_10.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_10.uasset new file mode 100644 index 0000000..b9e649f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b31f65d80e80fd6210143555620b25a9a2a4aca2f2662fef953bac0ba3aef6 +size 536 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_10_Cue.uasset new file mode 100644 index 0000000..78a64e6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6262ef8d4c1a453f2bd9b096b4373259b580f0234220ad584f559a4ea4bf47b +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_11.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_11.uasset new file mode 100644 index 0000000..071d0ca --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4def4e1aa22837de998632fe9b3f39ec2d4d42e60948cc1bd36b5bacec288f0 +size 536 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_11_Cue.uasset new file mode 100644 index 0000000..d70dfeb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4985b0f86df379141edc5b5125012224537a6ddcfe350cef87ad47c8f0c9aa +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_12.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_12.uasset new file mode 100644 index 0000000..06f4306 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ca92664a86372c1b8f138991dfdeed8ba090ac21b342a064eb385177ce1e6c +size 536 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_12_Cue.uasset new file mode 100644 index 0000000..26d52d7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de12c38bf518b4627f529cf0d0623a746d5e9ab8bf3a3beac9d64eabcd38da93 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_01.uasset new file mode 100644 index 0000000..6dff498 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5711056e76f7f1f4783d327b507c6cf54baa449643f3ef4b68f4e33e8f4bca +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_01_Cue.uasset new file mode 100644 index 0000000..5a3a038 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9e99d327fe5d4f78a928b151f8cd2e563a1cce7a85b8c2093c67448f633c1a +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_02.uasset new file mode 100644 index 0000000..94623da --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea9ba60b7cd83d78c0f281aaee31807b590419aa0cb8e5a810e4f599a1a4d02 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_02_Cue.uasset new file mode 100644 index 0000000..870987a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244a53545f947d0e7b20a543cca39b18d3e01174904bde1ca5aa2d62c02fdff0 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_03.uasset new file mode 100644 index 0000000..ef54190 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410f740336cca9ec8f7109be62a87e0dc80a070adddcfd137bc83147bb9b07f7 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_03_Cue.uasset new file mode 100644 index 0000000..c132c36 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_growl_effort_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa362909abbd467a86252be50233e497028b82dea56bfea8e289fa992a117be +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_01.uasset new file mode 100644 index 0000000..c75aed8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed73ed5c86310a7aa3363dbe375078d38de2e6e30b86c7f79420075153e777b +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_01_Cue.uasset new file mode 100644 index 0000000..3276cb7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e55344fa22447b477703fb45b082b4f1a175b66b8e99c92f95d28337fcce56e +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_02.uasset new file mode 100644 index 0000000..7b043ff --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14993ae93a1924922009e292f318859a8f27107a24b042d329476a07487010e6 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_02_Cue.uasset new file mode 100644 index 0000000..98dc911 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_comedy_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da5ea349da18be3859cc8e83b716a2da51669760990ea88086bbcabf7fff257 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_01.uasset new file mode 100644 index 0000000..6ccd811 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a3e4ad439e172dd4a0ddc1e95119f5100a1cd462b3ddc38222acfd2ad6fb1a +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_01_Cue.uasset new file mode 100644 index 0000000..26fdadb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6c926f9114e8020dd7d3a73f82e8be37a3f7e10bfc8a814760aac1bace04f1 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_02.uasset new file mode 100644 index 0000000..05fcc9a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88303a2174cdac7bfe2206550f5e4f4215ddb6c1507662792d31b0c31582513d +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_02_Cue.uasset new file mode 100644 index 0000000..a12afec --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3807a1d8b94701a4fcaa031491c236ede83f69a3eb6806eeb78de9ecbadc67f +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_03.uasset new file mode 100644 index 0000000..20c2801 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e54ea51d2f710a9c14265a2aa09ed226cce680c20511c17a4dce456a84cb298 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_03_Cue.uasset new file mode 100644 index 0000000..18b6795 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34d4d90a3890ea840eee1fd7b28928d784caccbbae1fd1c401c8da2862cd6ef +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_04.uasset new file mode 100644 index 0000000..4091b58 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40044572bd8d98a42edda6149902c6e85ac4f7f5bed707cc7048c5b713086364 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_04_Cue.uasset new file mode 100644 index 0000000..5c1159f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbeeda6fa97098d3fc26182787c21c11be59e21a1fc5c94a68fef3273a6d2b25 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_05.uasset new file mode 100644 index 0000000..7b52b84 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2bd4ba94d338ca26fb8d0ce299cc21b81b2393da101cd43e18c50677917a51 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_05_Cue.uasset new file mode 100644 index 0000000..e707eb2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f477995a58d8119d0486eac56daf8f51b265aa070a1e4aa69d8e0092a203613b +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_06.uasset new file mode 100644 index 0000000..af2b402 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf405a8e9bb6a7132da69b10ee09e5c856991cac3d57b83404d57ad9747d15bf +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_06_Cue.uasset new file mode 100644 index 0000000..ba66a39 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d9876e0b3b7e068bf927f8e73704e1854215d537ebb7fbbd4e3cc0c4451d80 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_07.uasset new file mode 100644 index 0000000..322433c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b849af4cdb7a8e2bc8798d85426d4d4a44172d24ffd6dc65fe5006fb89881a4 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_07_Cue.uasset new file mode 100644 index 0000000..2cae1df --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_1_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214bd44fb238c9752808ad4a60e04bf2e0aad4cd9ea7fe23a46f14b2dc6a10d6 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_01.uasset new file mode 100644 index 0000000..843bc95 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59953c2db2e917d6ea2e91dbdf1ae1eac222e187665dbcfad7e39ba355206bf5 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_01_Cue.uasset new file mode 100644 index 0000000..419415a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65357209a831511be5f1dd17e5e1d52042b3276562257b56951e78661189ccf8 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_02.uasset new file mode 100644 index 0000000..f0d3bb6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80b6addc6aaece667585107c21363c3dcb458f45e0afc142a6a9f2ffbab7246 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_02_Cue.uasset new file mode 100644 index 0000000..2ee24e0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2337dbf5097f01be82d5961c07b66876a37f16a8b35b897fc19b39f2820308 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_03.uasset new file mode 100644 index 0000000..b0817f0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134a40d766cdca17af2b73fb0cc25642d7edafd8ee2778452a37dd5e8abb2757 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_03_Cue.uasset new file mode 100644 index 0000000..24039a5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fb53db1b659ebf8bf6b5a349f176d6e2233ba2318e52571bceefc65176a8fc +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_04.uasset new file mode 100644 index 0000000..a5eeb5a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99a3fbdc2cd89a9beda91e70c54308a1871db58e6cc0409c4f5f6d35f20b1ff +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_04_Cue.uasset new file mode 100644 index 0000000..a4a24f9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5023e0ce690035797829a4c1ed885204e38caa4ecb7efe638033d5e393dc16a +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_05.uasset new file mode 100644 index 0000000..ac8c8d8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dbb2e48b00eca6f77dd0252c9d48e899f53227bb79526fd9aac8866e88ab16 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_05_Cue.uasset new file mode 100644 index 0000000..459195d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00262da60a3ddf65cd5667a60d60b76292da47e723855ecdbad3a25d849f98e +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_06.uasset new file mode 100644 index 0000000..6232619 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfff768b4d9ecd67e0df96fd5933414747c123f89be4d30e09a745e89e476ff +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_06_Cue.uasset new file mode 100644 index 0000000..b95543e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685385ca89db46d501fd51f38d6fa40dc260d5181c6ab7a59d9abf3a3839a676 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_07.uasset new file mode 100644 index 0000000..8d68c29 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a62b0ab650f41261cd1234b65012beca0c6a418d24ac996266537c6cdf50b1f +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_07_Cue.uasset new file mode 100644 index 0000000..1d681b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2446eb6269a901cd07ed111189f0de339b3290f566a295c0022f832878044269 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_08.uasset new file mode 100644 index 0000000..27b45ba --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fe31ba33d0ec2d89c92402dfa5bef6fe2900c90e645d6e618bc02b70068a6e +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_08_Cue.uasset new file mode 100644 index 0000000..d14c8eb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f729c023814e292776f58ca1dc9fa140147170d746c331e64dfbc35b322bf61c +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_09.uasset new file mode 100644 index 0000000..8465841 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308ce0e3be07bb813215646f2e05ddf2872d4205e3ec422e566f3ab7bf31ce2a +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_09_Cue.uasset new file mode 100644 index 0000000..f637113 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e0aefafff95bb5c23187e174967b61732f16f949cc0a0de2e9bb55e89d9994 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_10.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_10.uasset new file mode 100644 index 0000000..ecbf5a4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017321f0cc4b03cb63f302c044f5470d952de644e8820ad2cc92c0473d9c264d +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_10_Cue.uasset new file mode 100644 index 0000000..a81c3c9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d508ff4a95d5ecc6f09376a528b49acb61f7d46bc8755ba474130f480839cf82 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_11.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_11.uasset new file mode 100644 index 0000000..2cc3ff0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46da080e7f9ac1f4918e3290a3f332dfabf1cfc27f238481edd676f8b4c16cf6 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_11_Cue.uasset new file mode 100644 index 0000000..db65779 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7d20de8d9622d0cde93df81d53106124693feb11577e76333c9fcc6f12c854 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_12.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_12.uasset new file mode 100644 index 0000000..0ae099a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6b723edea035518ff72a55a454b2edc20757abfaa005d92e78bcd03f081e7e +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_12_Cue.uasset new file mode 100644 index 0000000..c3a8504 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92055ed58826abade25a0bf84d96bf47c12d9a114b578f00cec599f25f74056a +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_13.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_13.uasset new file mode 100644 index 0000000..927b409 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c7cfd70e348e1bd1567d8f5ec540eb3cce6a2e7c585895d583c49dd678caf7 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_13_Cue.uasset new file mode 100644 index 0000000..b5abb73 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fab67482a40e764a82dd588a5e5b7d9495154a55d1b5da1a3aa29e15fc69c51 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_14.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_14.uasset new file mode 100644 index 0000000..99b77f0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84621198f68bf9c54aed18d38dff1e25ac00b91f9fcc68fae86a316b247bf724 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_14_Cue.uasset new file mode 100644 index 0000000..ebf564f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_2_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83cce6e95ebd60d7d08de0d5f9a4f4495c946b258311778f6618d6edc6c94cc1 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_01.uasset new file mode 100644 index 0000000..5ea87ac --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fd42f082606729f29f3f75b37f161851424fab824938d5038f0361fef005f6 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_01_Cue.uasset new file mode 100644 index 0000000..bd87c46 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca5ae3a037c75770606f98a215a41f4566b6f8289f92c69b8d2078e29a3377a +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_02.uasset new file mode 100644 index 0000000..739ccb2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d34704240af187f6ea6916df0ba111f5fe4070c60df3a1ee1290b2375656e0 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_02_Cue.uasset new file mode 100644 index 0000000..a84214c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbe63069245ec655a9202b96b5f2df7e217fc47493789dd96e383bf9110c77f +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_03.uasset new file mode 100644 index 0000000..02a756a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184cc8c5d5b5a6dbe8a5e5d0adf411fd6a46deed10e40d98ee44a81b34d75f87 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_03_Cue.uasset new file mode 100644 index 0000000..fd03769 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bb3e8630acc79e2be4219531bae4bf8ee16fb5893dc93bcfbf9ac35a757f23 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_04.uasset new file mode 100644 index 0000000..6662e22 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8912b349abdcffb7ad4f6bb444d9e13c861d767e340f3464edf6f1f29276203f +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_04_Cue.uasset new file mode 100644 index 0000000..72da29b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43103851947ce001051c7aa95e68375eb8c5788c7cf937a88cc6176ef7f178bb +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_05.uasset new file mode 100644 index 0000000..e93c6bd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f08086b85c3b767d8f639886a02c34f98a5862cdabbe7d11e2626ed3fcdf6d7 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_05_Cue.uasset new file mode 100644 index 0000000..7bb6d37 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b1dfebbaf3c12ae34b75375f303d7364359e39993421b07c3b7f4705a4d648 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_06.uasset new file mode 100644 index 0000000..2847603 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a828081558dd369195fdfd7b588602fa97f7d3766a49ea838cca85fb4553ad +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_06_Cue.uasset new file mode 100644 index 0000000..f6efac3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39497234e4b41ed2e83ba8268b8417e6dacd3eee1ae2376aeeacbc5235282bba +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_07.uasset new file mode 100644 index 0000000..3a0c709 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6418273d208115f7bd36c7072335ff73a03b54d71afc91a0a9a67ae22597b34 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_07_Cue.uasset new file mode 100644 index 0000000..69c618d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8432c9be6791672e981023c6da3d7e092f0a9e84bcfcad3668429f82d15e5685 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_08.uasset new file mode 100644 index 0000000..d3bd814 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b14d9dece24b112656d0c0c55a1d54b3893fc2b0ba7406c9a9f6a068690917a +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_08_Cue.uasset new file mode 100644 index 0000000..7d2812b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_3_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45edf368397f2587ad144a80d3f59319c7248243d39cb74273e344b773629038 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_01.uasset new file mode 100644 index 0000000..1850d8c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58e6f0b0eac6f207efd7176899d36e32d596c6e6219458812b958f3bfbaa97c +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_01_Cue.uasset new file mode 100644 index 0000000..9b415c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708538872285aefc5e3cce37d69072c85d081e5522e7410f514622803eac69d4 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_02.uasset new file mode 100644 index 0000000..93b4920 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43fd34ccd53ab22aac82a43430bb9fed0bd262150c9ebe70990da1f803e639f +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_02_Cue.uasset new file mode 100644 index 0000000..d5617ee --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d468dbb0a17060860b7052ebc4d5058889198fb55867a4bf38000fd649613272 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_03.uasset new file mode 100644 index 0000000..d6596d7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7b36bdca588218c1ee87dd8305a315f527ea1b7f71a6d314dae59bc29df858 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_03_Cue.uasset new file mode 100644 index 0000000..2330ac7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc60634bf704ff8d77862798b6776b2d53b3510a6b85ce85244ffc47b82cfd3 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_04.uasset new file mode 100644 index 0000000..35f25ef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fc11e1ea795aeb54e829139beb7534bd3b857d73ab27ee54d3e23aa3e7b78d +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_04_Cue.uasset new file mode 100644 index 0000000..9c7cdd9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e687a674cab450c180b060e37a6144ef4e69b9c634951a5b39c1c15844cd22b +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_05.uasset new file mode 100644 index 0000000..aa850a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4b41a3ba32b6db6d04e344d2f9d1992394f7b5b6476504e3bb3c38aff41309 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_05_Cue.uasset new file mode 100644 index 0000000..0c89407 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_4_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730154d346c41a2a7d74fd0c84cfb2c7a3d8570501ac3b33e5739614494929c9 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_01.uasset new file mode 100644 index 0000000..d858ef3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283931f214e1e01e0b2c53420d78bff999bdc0200b90d038ebd311a369437688 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_01_Cue.uasset new file mode 100644 index 0000000..e687c83 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b1a78ef4e0954caf621250cd0300fea5b78c943b58a3f96be7faddcfbbcf16 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_02.uasset new file mode 100644 index 0000000..ed67c29 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6670faf903105ac96cb36fbd560a0b39cdfe27460f9c167af28d9ae83a810b8 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_02_Cue.uasset new file mode 100644 index 0000000..bdca8a9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5aadecbf014eaaf285bcc02e67504818c3a4677e3f394b01236d5e42466c2b6 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_03.uasset new file mode 100644 index 0000000..0e55dd6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7b7165b4c462bf00a5eaef4652bb5af588640eb5f08f2a9c71c3a8e30c195d +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_03_Cue.uasset new file mode 100644 index 0000000..925260a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf05ca998f8ae08f7441ed7470fd39df745c897074d11f7c056e8294f366949a +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_04.uasset new file mode 100644 index 0000000..3230164 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5dd8f77783c698fd2204e51abf2614225a69c9f2a4fa02c3cf1fef7787c1c6 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_04_Cue.uasset new file mode 100644 index 0000000..eb127ca --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c450545106ef812ac0fcd10778afb1910006ab52a3abda915f940568fdc3735f +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_05.uasset new file mode 100644 index 0000000..6a76047 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dc0997c585344295e1ef218eeb54643f2f23bb8ca2cd9fce7982755b4a7e21 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_05_Cue.uasset new file mode 100644 index 0000000..52d6ab5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912a18ac883cf9bc10a59a3ecc273ed48fb18fe2ff60d4dac9c571d80f571824 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_06.uasset new file mode 100644 index 0000000..bc0dd66 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0629648d3b44183022737b7604dd9a825cae75592bd6d3d520ab4254c7712d +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_06_Cue.uasset new file mode 100644 index 0000000..e505954 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b395d202f0923fa37ea70d4be30f2cd915367519430f2fecca0547dcf5425af9 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_07.uasset new file mode 100644 index 0000000..4cdcaa0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e03f59f8435dc6bf15b255f6d5a37d91d2e65e53a3556d33d1d7e7ea95f1f9 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_07_Cue.uasset new file mode 100644 index 0000000..e250b0c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ddfee98b75410cb5cf7a3060b5f3a8ede2a85a9117259cdf3139555c2e351c4 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_08.uasset new file mode 100644 index 0000000..111861e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7ad6351358897cb45920de8c0b540788c2c63b16ffac798a187ee950e8d97e +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_08_Cue.uasset new file mode 100644 index 0000000..a6c2e89 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc1ab19047f8631749bfe58726ab334edb06450b72e20f4d780a38580f24b94 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_09.uasset new file mode 100644 index 0000000..74386e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f71acc5d1eb009e2007f698b87c6fedc8918230b398566d00eb85eae1132e8e +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_09_Cue.uasset new file mode 100644 index 0000000..7f5a707 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f7c391a5a5d8b67f7edc1a58788ff04a45b303637138f9f9f543031e042580 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_10.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_10.uasset new file mode 100644 index 0000000..1004a45 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb97a806929a49bc52d70cdafc1127598e5b6b2041adf16c21a855ee55d8094e +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_10_Cue.uasset new file mode 100644 index 0000000..9ada1e0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620d003b2dd254f0818f728a93042aadc9b5a20a9815242b967badaab11d4fb8 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_11.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_11.uasset new file mode 100644 index 0000000..e030314 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac08d0be897508cfd9a5e857d56672d54b760aeed8efea2e6516b946f98ac332 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_11_Cue.uasset new file mode 100644 index 0000000..6927cf2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f9aaf2776a2b5ebcf1b6c955ba8e500b8f7af9c43344c7c41f44803885edc3 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_12.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_12.uasset new file mode 100644 index 0000000..0749705 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945b1397b5c1a22652ab57611f9b818c413a3458b9cc53954566da022bb1e92a +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_12_Cue.uasset new file mode 100644 index 0000000..e7040d7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b09b73ce78684e5a511579f0e3d2e3d4ff5619d769d52c46d13ba92ca3c381 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_13.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_13.uasset new file mode 100644 index 0000000..ce147f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bae5dc86c04ad8b60b4ea8e9ebc46628ce40a0305fbda71380218ce55437b78 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_13_Cue.uasset new file mode 100644 index 0000000..507d36a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4028e795e0d76fde1ebe2846380016dd3c29d45a210a48c4c12bf4d87721ec1e +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_14.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_14.uasset new file mode 100644 index 0000000..6fd524d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4992195364f768562f622fdb254ffea8881be99a97ee40f388819c6df3bcec46 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_14_Cue.uasset new file mode 100644 index 0000000..65c10fa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdb8bf896a76d06f66e7568eaebc238f4f587dce0a209c7acc5ef9d90e454ad +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_15.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_15.uasset new file mode 100644 index 0000000..86b5b8e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418119e878f545592aa26ef78f93abd9e3cdbdf0f73670a2d5690cff00b965ff +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_15_Cue.uasset new file mode 100644 index 0000000..86a8226 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f7d0a5c75eddf137067c10872f693b6d168c98cc18677102e77218d235c25e +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_16.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_16.uasset new file mode 100644 index 0000000..19e1a1f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e362551cb33bc7f7e0497d9ae1b40b340be795f1f7b6e8043ef520c544f8058e +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_16_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_16_Cue.uasset new file mode 100644 index 0000000..2b2c12f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a1dc9686c8c52ab4906eeafa99fb07586605668e151ee91271a543d516535d +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_17.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_17.uasset new file mode 100644 index 0000000..46b3f4d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1317b38cd66f4da4c214474b1fd25453b6110cdfccecc2c596f107fd0a8259 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_17_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_17_Cue.uasset new file mode 100644 index 0000000..a6630c8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716ef5d03548c250547f2c6795699681b7630c6c6a903b116772373c7dc611ba +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_18.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_18.uasset new file mode 100644 index 0000000..77c2876 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0106d3f5e87dc4ef11d744182d735b14a49889a5891e27271cd9c3cc45fd2e9 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_18_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_18_Cue.uasset new file mode 100644 index 0000000..d57f127 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_18_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878e16f5131ebd850b46ba848e5373628a33b93894bc75b8bda90a88a59215fc +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_19.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_19.uasset new file mode 100644 index 0000000..cd5241f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9aec753e0f7e7e1a0a725e3cec2e50a1b8784d8207e77a93ece674d01bdc130 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_19_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_19_Cue.uasset new file mode 100644 index 0000000..139d533 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_19_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e8e4337ebff87e7e3296d9cfa5be9296fceae2dec13bbfb5477fa33d48fef6 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_20.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_20.uasset new file mode 100644 index 0000000..91663f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5a0ea8dd986ad69d9ea51658a44bfd7895a0cec23bddf9fed0a26923d3ca12 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_20_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_20_Cue.uasset new file mode 100644 index 0000000..02ef64c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_20_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a81a99ffb3876a6049c3e5e7447127bcf9b7b31faa196d3a04b86e792768af4 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_21.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_21.uasset new file mode 100644 index 0000000..73f7d8c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afd72b389485e59031bde1a29d9f32d7af6b78103c18491b177f5e5f10b0134 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_21_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_21_Cue.uasset new file mode 100644 index 0000000..8286717 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_hurt_pain_set_5_21_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabd1c40144bc65aadcab6f03da3b8d135425572ab264c107aa910cfdc4c94b5 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_01.uasset new file mode 100644 index 0000000..bc73d02 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15edad5c06bafeb3162a8cbb97fdb5deef752bf3e5e0a53ace829fbc1415da7c +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_01_Cue.uasset new file mode 100644 index 0000000..fe0d711 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e6edcaaf95882076bd66df87472df89c136d1d4adb76782ea3d78589e8122e +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_02.uasset new file mode 100644 index 0000000..e301f46 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a923729c3bea3e168838e4d0046862210813954121bf13999613fb548372e0e3 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_02_Cue.uasset new file mode 100644 index 0000000..b40e4e4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddac4883c370055e24e31683717f16f46cad60f33256ad73defb4eb415fa17b +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_03.uasset new file mode 100644 index 0000000..25df4c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d565bd06e285f02745e58d584bc257d6a4b3f8ead793991e80c316db4d6627aa +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_03_Cue.uasset new file mode 100644 index 0000000..a028100 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3355aced13263d493e7acb1d53357b37d6c837d2ffeb8b268224578797e68dc +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_04.uasset new file mode 100644 index 0000000..7305cf3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3a839c753f8f343b2aee034ade0d2b849360ecb57c5982a85d4a9e4d8cd205 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_04_Cue.uasset new file mode 100644 index 0000000..a704034 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7984f2fa5694f32fd57838c94202d30fae1b32b54feb62ad0e55e18d9c4fa135 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_05.uasset new file mode 100644 index 0000000..d69ff00 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e329deac7eff94b1421fe5adc70dc65b39a799f47d18888ff511ee2c39da136c +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_05_Cue.uasset new file mode 100644 index 0000000..280abf2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d29fa142bed55ff1b0263961c19f4c1bd5fa1c3235bda8776afad60ef43368 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_06.uasset new file mode 100644 index 0000000..669055b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706564ed6ca607aa2e90ed87762dfe6cdb80f5fdee474f7e4296655d34b0fa08 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_06_Cue.uasset new file mode 100644 index 0000000..d77d1a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2b517b757afb3d5b8df17bde21c191c28c271b1bf10df92ae4aa2def7b613e +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_07.uasset new file mode 100644 index 0000000..e157ccc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a25cf80b2d39788c0719e15c4444da346507dd505ae21066cabda61a4c0b061 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_07_Cue.uasset new file mode 100644 index 0000000..d9fa57a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845c7b3ca5cb394ed9211502e8a9e15447ac9966b426d34bed6b1702138df03d +size 543 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_crazy_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_crazy_01.uasset new file mode 100644 index 0000000..e0c19a1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_crazy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8290ca71688bbb3e8e1c8333b17cf7fb773eeca3446d4ffdacab43ae8956ce53 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_crazy_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_crazy_01_Cue.uasset new file mode 100644 index 0000000..8a2febe --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_crazy_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61522804b7c5e0eca358d1a8d37f0e5c0cf5815fa4d8ab30d0ec2cf7e1413c8 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_01.uasset new file mode 100644 index 0000000..06c12a4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94e3564cbdb87787e4800679d85b3bc18a0dfd38caf1032c8fdfbb854db0f61 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_01_Cue.uasset new file mode 100644 index 0000000..e52eabb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e670eefce7d17e346e7d47ae990350708976de351976e25d96ac700fa194e5 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_02.uasset new file mode 100644 index 0000000..5314d18 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684cefacb4d622c847293b16ebe758bccecadea9ba6665413012b650de2d4a15 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_02_Cue.uasset new file mode 100644 index 0000000..757d709 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9329c0d37c41961578ad460eb90ffeff800932f0771ce9170c689e309f0c9b4 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_03.uasset new file mode 100644 index 0000000..186b8d5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207e1853a312b3c54b2f7cf7190ef8268ff4bcafc3902e64290aae4a4081d603 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_03_Cue.uasset new file mode 100644 index 0000000..1f15977 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d145b0be41b8712f7e6fe86c9443eb3a44bb80847e6acc00edcf0fd415f9d017 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_04.uasset new file mode 100644 index 0000000..da388d0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14ec086e11bebb654b3b1196a4a396689bcb8fd9d1e6845c881a6423a408c32 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_04_Cue.uasset new file mode 100644 index 0000000..5f3cde1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcc23695dc906771dd62ed8fa958763021210fe428f8cb81c9ce4d2bdcaca1d +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_05.uasset new file mode 100644 index 0000000..9f6ff91 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfab231206f830e98903029c1f5e98b968f159b1d4f05e7d3169c27987e083f +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_05_Cue.uasset new file mode 100644 index 0000000..05b5f73 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d6c942afa1ec2710ec3a1b6eaab9c003093959fc58b574cc46d715accb2c59 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_06.uasset new file mode 100644 index 0000000..ebe69c6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4e1c35f000f4a3dceee167920dae86e3ba0d67cbcc9f26bae1023f26907102 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_06_Cue.uasset new file mode 100644 index 0000000..e07ba8b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_long_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6262fbbed093687ae65d18df2bca4353aaae31391d21b7217ffe9f641f39028 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_01.uasset new file mode 100644 index 0000000..2af16ca --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56704b1e9945a9927a1a90f5e1f6074a7acf6c678c2c7af41d311f32e3c71c9f +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_01_Cue.uasset new file mode 100644 index 0000000..b81279b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f08958f3962b4f42e03c00a63d9b04cf90aef37567a8d164684973bd6e1128f +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_02.uasset new file mode 100644 index 0000000..513e597 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d42f5351e8cc64fd1b6864493fc56f5ee195795814be24ccda1e22452020f3 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_02_Cue.uasset new file mode 100644 index 0000000..3ddf2e2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9081fce10c3f3cf9b22f98601a8d12528a3309ce89ee45c52f25c3872d5ff382 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_03.uasset new file mode 100644 index 0000000..036f322 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389ce037187ccc4a2eed5619b2d657cb1b9666fc66fa84afb47b8936316497d6 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_03_Cue.uasset new file mode 100644 index 0000000..51777ab --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4642b33b9085c577d6809e015fd7892277f0cfaf00c6f8d6cc1bb57bc6ef844 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_04.uasset new file mode 100644 index 0000000..99e6398 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547f0d029499974014b26a426b284f464bdf27d0b53cf596a3367bfc22532542 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_04_Cue.uasset new file mode 100644 index 0000000..833b6bf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5084d453e054a5e06d08b36360c95b680ec42e4ebaf4fcfb0a8624312b7e901 +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_05.uasset new file mode 100644 index 0000000..bfb315a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83b4cd673c5cd5b99b183457643dc0639d585306c0b1bb95cc8853b07811227 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_05_Cue.uasset new file mode 100644 index 0000000..5965a4e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3489951dde16cbba06c9519e40927b3709f08e5102bf9545ad234facb3230c +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_06.uasset new file mode 100644 index 0000000..9c2e70d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937fe6a7e345114ce0dc512c1257f3fa2001579ad58f297ecf9a2d25d978d3cd +size 550 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_06_Cue.uasset new file mode 100644 index 0000000..2cb14d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_high_short_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129a1fbc4c198953a1b0728e2ab9b1feae818b497e52d1ff5a5cd23eca1140de +size 554 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_01.uasset new file mode 100644 index 0000000..633bf77 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6acb4e8e9d3be9152cba4f26ca18a02bb7a9a127cbfe2eb2efcdb7c1e8482d +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_01_Cue.uasset new file mode 100644 index 0000000..a172798 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0587ad3d7eca13cc7b0f402baa1b1bb3c71f91f20737ef25c2c3e8d0b00812 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_02.uasset new file mode 100644 index 0000000..4f0fe02 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ca0eb3de07db627656417dddde46fa747ca97b80c0ed7702e16a1de3117a85 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_02_Cue.uasset new file mode 100644 index 0000000..32430ef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c83e6e2152889738408ae4256b83b480aeff7755f45e71ab71eac28062471c +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_03.uasset new file mode 100644 index 0000000..e49116e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d08b0fefb0f2bb44e2894ae2ff98c5d219f63ae9b5dc361257d3db3b6ff595 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_03_Cue.uasset new file mode 100644 index 0000000..daae92a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e160f3c0afc78de46aedcec0eacea9cfb8ed34c1dd603ab5fd5fc5c1615966 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_04.uasset new file mode 100644 index 0000000..11d0e12 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61646c7a49fd8ae2f2d3ea917c7a519f1ff59a18ce8d876c469f7d13348ad022 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_04_Cue.uasset new file mode 100644 index 0000000..942623a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_intense_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41095990f264a33b18dee9c1328a1fd5cd66c5c0a3fa978b4de18d1b1093a47 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_01.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_01.uasset new file mode 100644 index 0000000..5916951 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e795e56fc66869677f874a4045682bf648bf27a1d4eca9cda2b6b8b405ad0553 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_01_Cue.uasset new file mode 100644 index 0000000..fa8ffed --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea750b76bff0974943c7276561e25422b5e9f93b20fb1659b835cb1d2edebfe +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_02.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_02.uasset new file mode 100644 index 0000000..0034643 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac0c483f9175d572753705db68401073c9577159f43482f0860e23970b0ea94 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_02_Cue.uasset new file mode 100644 index 0000000..dd2cbf1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50124bf47a00f26f0444209b3ec96f6c8f92ccdb9ac6cf8f559f001e1d335fa3 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_03.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_03.uasset new file mode 100644 index 0000000..28edf5a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c33a5c6b97740ba4621b23a9716c36c3e145106f086c7aa4d3d4d202d7d9fb +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_03_Cue.uasset new file mode 100644 index 0000000..a8c9035 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fd89d1a3de432fadfa0acf6555832ca2a246ec5855dfb2817129ea469a12ec +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_04.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_04.uasset new file mode 100644 index 0000000..086bca7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7821103ab7115d08a0d46b325f388d118d03ed2de9e1c9ceb38017e3bae608c2 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_04_Cue.uasset new file mode 100644 index 0000000..f127f9b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45904fa36f6e074b3edcc4fdf50b8cb9019f78f8c2485de59075255fa6e3465f +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_05.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_05.uasset new file mode 100644 index 0000000..dbc05ee --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273841693a561a39265cb7a937ac53c71aed25283ac7a94ce0f2fcee3c958485 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_05_Cue.uasset new file mode 100644 index 0000000..eedb9eb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd460ac364733a2d5696a2bb4b808c26da2beb09af77f0f3c78e4798b72cf3b4 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_06.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_06.uasset new file mode 100644 index 0000000..6ef3aec --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89ca0db06d2a7868e2daa927bcdb349a97ab9740c1ef3d34b1448dc95bbc426 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_06_Cue.uasset new file mode 100644 index 0000000..b828df6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ea642e955a4689dd4800861629d3b0d2236944faffc7713520ef1fc5cf9ddb +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_07.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_07.uasset new file mode 100644 index 0000000..5a081e8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e200695e0609ddeed0e7cb6e3261e217efbc08abc0a3d34144e3d61134ff07f6 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_07_Cue.uasset new file mode 100644 index 0000000..2854376 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898dd99aab67b136276b648457e7b007cf425bcec82fda0c8c06b10a1a24b643 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_08.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_08.uasset new file mode 100644 index 0000000..5d6b044 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629a1b9d39f74eabee9031a1e38a81b43105616211014adfcc677b366b3aa25f +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_08_Cue.uasset new file mode 100644 index 0000000..043135e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f75ca4cf26ac98bdc524a2157dcce761bfaf53444eaeb2c977c7bc4736112c6 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_09.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_09.uasset new file mode 100644 index 0000000..c8e4159 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e4c3769a703ef69cf6871d1ef9b1dae87d8bbecd69e75c5ee401dc724ca06a +size 545 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_09_Cue.uasset new file mode 100644 index 0000000..a92032e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b876522a40cf150d3efab13ae226d424cde2233556012a4c4b4c4e05bc159d +size 549 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_10.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_10.uasset new file mode 100644 index 0000000..240d54e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2dc91c3ad5848e374865515cf07149b39382e6f3173d4dae8fc587d0cc05fae +size 542 diff --git a/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_10_Cue.uasset new file mode 100644 index 0000000..b15b77f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleB/voice_male_b_laugh_short_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631ea35eab42738567fb22e97732256426a6e10c643e91971486bc9481ef3cad +size 549 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_01_Cue.uasset new file mode 100644 index 0000000..c7dc0b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d0ace7a848d9580bbde23459e2572f4469508f49fce55f65814abe16a08b7e +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_02_Cue.uasset new file mode 100644 index 0000000..a3abbd7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f3a9193d1bea9a6991fca0c4d7d7102cc12eb222642bd7eacc486723d7951f +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_03_Cue.uasset new file mode 100644 index 0000000..4571edb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3700897ec3d931de77a26962123b3e74a52f438d7d82febd25994d2da934f0 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_04_Cue.uasset new file mode 100644 index 0000000..b04017c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b683bd7f7819e7e3afca76de6f4d238f19b0f523642b4216b66f03e07225d2e2 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_05_Cue.uasset new file mode 100644 index 0000000..8f0e9f1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681e8659d51ad3a51734423dea1fdf58ea43f64214275da415a28e5cadcc58ab +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_06_Cue.uasset new file mode 100644 index 0000000..ce92008 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ee792c327698d98ff80ecbc9debf4d3af021a20d4ae9601069ec8879c18c68 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_07_Cue.uasset new file mode 100644 index 0000000..a207067 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e9676a33546aafa2ea3df25cdc3bbe5ea0f01d255858dfdcf36e4a85761189 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_08_Cue.uasset new file mode 100644 index 0000000..448a4f1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490802013c86338f5eee56d16b86864e1edd3042fc1df680605a43bd9dc36db9 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_10_Cue.uasset new file mode 100644 index 0000000..fc174d5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afe34ae3916dad82c40be6cd9c81f592e8758cc177ddba965925ecccf2fe1d5 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_11_Cue.uasset new file mode 100644 index 0000000..bf39d92 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18b399c9580c70983a4fdc1638d1f5fc338af712f840aa55700cb777839b028 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_12_Cue.uasset new file mode 100644 index 0000000..b6ada5e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7cbbffd19f2578296459509919a37babcf38612d4dcf5876b0bba5f0430f91 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_13_Cue.uasset new file mode 100644 index 0000000..7a16fb3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e9b9386b1e06353cdbe4cb0731fc796886b35e896dae04f0e04deccc9bc282 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_14_Cue.uasset new file mode 100644 index 0000000..0071f34 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_attack_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53444340bc6c0b2cea65c2af2d72715f9849e30c99d97cd0a325fded110f9e0 +size 3398 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_01_Cue.uasset new file mode 100644 index 0000000..6d64c5e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4200c75b7a509efcc7da37c1f35820097506c81b52548a642b0f135f368136bb +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_02_Cue.uasset new file mode 100644 index 0000000..212db6b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df35f719efbded1e3441f6edf734e8916b890cd702d822d62faa688c1961c0af +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_03_Cue.uasset new file mode 100644 index 0000000..c7f7c24 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d5de6b02a8873efc6021d86a87d4a96c39a434c39fab4b08735a018012d846 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_04_Cue.uasset new file mode 100644 index 0000000..268872c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8003c487dace442ea76c1681a1ebc099f60848b49dd73c96be96825b4ff6ba +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_05_Cue.uasset new file mode 100644 index 0000000..0229cdc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d172afcf0b612e78ca1ed91e307bd95c6357a18dcf101b2b924033c8a3b2f6a9 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_06_Cue.uasset new file mode 100644 index 0000000..55991b7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91922a7a725938f66bea51f17bc3cc8a1509fb9dacde305d4a3b267ead7a3d02 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_07_Cue.uasset new file mode 100644 index 0000000..3091aa1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448c3a3c542bcbb8a01dac346e27b74c2aacce08c8b068761fe7e87c75580ff9 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_charge_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_charge_01_Cue.uasset new file mode 100644 index 0000000..a300a1d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_battle_shout_charge_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f6fcc7c6fac269362d0e3bcc307a71688515b545ee0b35408a1299589ef7f1 +size 3489 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_fast_single_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_fast_single_01_Cue.uasset new file mode 100644 index 0000000..aa6068d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_fast_single_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46949200ae657e6fe9b1c0f91c975b5525e0846b07a9b3f9d196b71087abfbe2 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_fast_single_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_fast_single_02_Cue.uasset new file mode 100644 index 0000000..85c2c09 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_fast_single_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f463f51b5b8cb8682b07c6115d12840b5eca45ebf8c75105ae52985374a9060 +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_fast_single_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_fast_single_03_Cue.uasset new file mode 100644 index 0000000..517eaac --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_fast_single_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc29ab3a17c0ba4bfe122f2fcb4e0008fe24d6e49cf8202ff7627b5ec7375aa +size 3482 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_gasp_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_gasp_01_Cue.uasset new file mode 100644 index 0000000..df0cc15 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_gasp_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3248aae72a6cabc210785be7b1f07486fb7c80e0d60a4c7e180d32edaa7bb1b2 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_gasp_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_gasp_02_Cue.uasset new file mode 100644 index 0000000..88d7045 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_gasp_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc80e7928aa36c54590d5ea27f94d3ea801e4164d0451c5147efc394f6096742 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_Cue.uasset new file mode 100644 index 0000000..fd64e48 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f82212db669ed1c2fede61f23e268ab5d42064d0a685d1d578adff2fbc70a24 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_single_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_single_01_Cue.uasset new file mode 100644 index 0000000..0690e3b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_single_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dc41190217b5d8cf3d0eaaf064f96b15e8ca1f45406f22cedb59bc08e2e606 +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_single_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_single_02_Cue.uasset new file mode 100644 index 0000000..f5299a9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_single_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b869776f3943cad81a5027cd29db8640344b39fc7c179980888846ca448856 +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_single_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_single_03_Cue.uasset new file mode 100644 index 0000000..e68e1b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_loop_01_single_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e202b01aac91c00d52f5b34558e38b155b212a911c092f5ac9300694eddcbd4 +size 3503 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_single_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_single_01_Cue.uasset new file mode 100644 index 0000000..3a7ee2f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_single_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ca8412d50b69b2e7400d3ea5575ca9df7f1ff70f5ff9e863132b95ef38a75d +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_single_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_single_02_Cue.uasset new file mode 100644 index 0000000..31c549a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_breath_single_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8886be0f0a30063a3f80478573230c0f91174abda55558b1633a037f123ab015 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_coughing_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_coughing_01_Cue.uasset new file mode 100644 index 0000000..3e27031 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_coughing_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90178766fbf2fd0978399c1b4fb71ec62c71aff57b46678d15534be06ece91e4 +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_coughing_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_coughing_02_Cue.uasset new file mode 100644 index 0000000..05c13dc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_coughing_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195e4d0e624db29a5fb3361231e7dabf50d44aca36ae4eaa69ee9cdcd34348ef +size 3412 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_cry_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_cry_01_Cue.uasset new file mode 100644 index 0000000..ae0dc28 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_cry_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b774e6dafe1e92444cdc3882577dec5a8b573ad1013670480d01b8546158dad +size 3377 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_cry_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_cry_02_Cue.uasset new file mode 100644 index 0000000..3e8cec7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_cry_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521227e9beb966db8cbfad5a9d6a956a4e81216ef691152dffae2ce6fe33bd5a +size 3377 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_01_Cue.uasset new file mode 100644 index 0000000..6a1c933 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be96daf9c99ae825c709093579ab8d53b768898b31cdb3754fc21461358ecbc +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_02_Cue.uasset new file mode 100644 index 0000000..0f5cf6d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206bcba3c95c5c75b2a44659d1ed75f253253389111622b61fd8275f9c72db00 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_03_Cue.uasset new file mode 100644 index 0000000..e5a12ee --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc085ef7e445094d195880bb719a1479128112192f2cb1ca609d676729836e8e +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_04_Cue.uasset new file mode 100644 index 0000000..aad6f41 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6c93458b36776f9f59d30a085012e7004c88344d57c042862c58b94af938a5 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_05_Cue.uasset new file mode 100644 index 0000000..466e8fb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b342fa48d82f9ad04ebfcdec6b09cef3da738abbb16c8d7a7a48fd7f1ee4a9 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_06_Cue.uasset new file mode 100644 index 0000000..ed6c260 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34750a07a250be137bc86d610da2914233c7cef35042870c91042d382c3638c +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_07_Cue.uasset new file mode 100644 index 0000000..bcff431 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea5496c3137f9002525089f4ba3e42597b8817254a268397f3e422c277a613d +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_08_Cue.uasset new file mode 100644 index 0000000..a2a37cb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2113029af1b15c56aeac0346c81f9756a1a83ad71e913687ac34b105c19d93b3 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_09_Cue.uasset new file mode 100644 index 0000000..e9ca165 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c42f9d6daac77721cec1aa43226923cfb1251e1cd65a62946ede71c8e7e82ce +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_10_Cue.uasset new file mode 100644 index 0000000..e4373e3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ed29627cde6290955217fdf3888d3956b415596d28b58fb3f3a9f867030eb4 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_11_Cue.uasset new file mode 100644 index 0000000..6922d66 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6d73420a7372850b83748c5c577983b4d51a256500020e92e195f86d536bc7 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_12_Cue.uasset new file mode 100644 index 0000000..62a2f06 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0647ea600ffb9109b17ac5742b1bbe9e97978bd3bd4f29a39a1c8b2094d87895 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_13_Cue.uasset new file mode 100644 index 0000000..dbc30b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7374b075ff8426b77ce86be2d93e359b893e716f5e1eefdfd99fd2f6c5ce7f7a +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_14_Cue.uasset new file mode 100644 index 0000000..84732f7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eec2b30100111ef942be1697f2b7660280bfe0eaa76f321d8f2e39700ddc11c +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_15_Cue.uasset new file mode 100644 index 0000000..1714c49 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2e48240d1585bf2cc5ac068fc1bab2b1ee8243012be3c4733005d0014b3e53 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_16_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_16_Cue.uasset new file mode 100644 index 0000000..326c82b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc1669b31f4da9bae0c52b5e05aa2d88283890ae06ba7fe8315ace97a10cb21 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_17_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_17_Cue.uasset new file mode 100644 index 0000000..88a866b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_death_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab79aa6c70804481509496f0d59f922cd69c38720d70b45bd31fb63d2681119d +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_01_Cue.uasset new file mode 100644 index 0000000..18f32f4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849ad409b03a1d00db9b989eb7a3eeabf5969c8566d417085e612a65b1800de2 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_02_Cue.uasset new file mode 100644 index 0000000..8ec4fa1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a02af9808b89d33d39be42ab0acf55b516e1cba09ce3552becfcdb975a0519 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_03_Cue.uasset new file mode 100644 index 0000000..1625148 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6290a89246f14864d3e28ef8832b225ae8c19f8d24a59d34de4420c3bb70f131 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_04_Cue.uasset new file mode 100644 index 0000000..3f5d764 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149f9f940972df7a26719f860072da3942dbb5b5f1dcc1998c27b2571c409e87 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_05_Cue.uasset new file mode 100644 index 0000000..e9670f4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff764545784731a9ba3abac8bbeda93e55dcd9d8ce857a3df9823287062413d +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_06_Cue.uasset new file mode 100644 index 0000000..34ff901 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a3dcdb9213c5ba849ed4ee7e43deba54ab98fa7148a859593e15f3e1fc53b1 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_07_Cue.uasset new file mode 100644 index 0000000..ea32a71 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_long_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e7690c78ca15abd4cc6900755928a190f7da29485ad577d8b5e8e11abd5248 +size 3433 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_01_Cue.uasset new file mode 100644 index 0000000..043b3c8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed0ce61e38d69117279cf1a98d25d4f59cc4ed11385ea2f887e985b55b9f788 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_02_Cue.uasset new file mode 100644 index 0000000..97c0d8d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce56e6c8a47aff9dc208abc9e526fcdcff6bcd0b8d13b43039ef1200e31d475 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_03_Cue.uasset new file mode 100644 index 0000000..54797c2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc401a1d474bfd753f5cab54668f8ead3d3eb68b33e28fedb8b5b954ee2fb73 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_04_Cue.uasset new file mode 100644 index 0000000..ad28bcd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aeb2e249d2d7563d2ecdb56b78924862de0daf6a5f4d107ecdfd0bba32da5c9 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_05_Cue.uasset new file mode 100644 index 0000000..61c0647 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3db6f82fc724f99e6f6befdd7d0cde00d1f980caea26d5173f581d97bdfeae2 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_06_Cue.uasset new file mode 100644 index 0000000..e473c37 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b62822fda1e36917ea095769b3810bcd94c167079ab19f4123c333b2a00b7f3 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_07_Cue.uasset new file mode 100644 index 0000000..5df2708 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba55f9f859d49abc1b65c8914b54d141825f2525c6c2a7df7f87a1092d5d514 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_08_Cue.uasset new file mode 100644 index 0000000..58f924a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb81483b09cc00c4faa5fe95eb180826049c78e14b03767841989711f7bdde2 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_01_Cue.uasset new file mode 100644 index 0000000..d08cec4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbef5a2e487d655d6738b037af2914299fb96aa31752f45c7b3f0063776442fa +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_02_Cue.uasset new file mode 100644 index 0000000..25c6c58 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64feb5da530ca12252cab96989e90d2cb593766111675377f5245bfb0d7008a +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_03_Cue.uasset new file mode 100644 index 0000000..4921559 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5984f49046c414e3e40f5861dd5c3bbcbce4c5abdbcf38af6f72d20fb7921b +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_04_Cue.uasset new file mode 100644 index 0000000..6fb3053 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd8719908f80f6f8b168111362e8c96df67c2d57af06061c3751c663d6195e8 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_05_Cue.uasset new file mode 100644 index 0000000..708454f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_effort_short_jump_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049316df55a9ef113c2d0a38514d75daf2337963206639c800a725ccfc640600 +size 3475 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_01_Cue.uasset new file mode 100644 index 0000000..cc09290 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3935f2cede854b9ae16b85074b1ef7a15608e902ef2df809ccaa9834c4b91c6a +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_02_Cue.uasset new file mode 100644 index 0000000..f741d03 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1238d7199aa64f048d0deca3fc6ffa4d78f8d1047e63028d2b81d3497a30bcd +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_03_Cue.uasset new file mode 100644 index 0000000..6d544b8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3067aed67f133295b21177d83aace7c370ec33900097a06d3dc005b3f727c17f +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_04_Cue.uasset new file mode 100644 index 0000000..5abce42 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bc60aba5e85f7a8bd2d3fda6811a28d42101ba83f6d8ecf4d1d6e396aa5e11 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_05_Cue.uasset new file mode 100644 index 0000000..5342e46 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_growl_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5500b6e47e585e82169c71a9e1bbaca61689b5378a451a6aecf10806c93a106d +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_01_Cue.uasset new file mode 100644 index 0000000..a36b55f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04cef277541c92ac31d767624c8702900fdb2d2fd321022152e865c06621497 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_02_Cue.uasset new file mode 100644 index 0000000..9b2c92e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3302abda43adc0a6fd8a4978c04a25157e8c5e6021ac31da1e12612b06137473 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_03_Cue.uasset new file mode 100644 index 0000000..663aab8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc17d62e6a70101294a61f027aa97ca96ec4cd2ad1e6d8acc5e710a058e5e01 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_04_Cue.uasset new file mode 100644 index 0000000..1d44228 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab00a72bf41bf585fbf0fe6b61cf1a593b793f601c098c53994c27902896b28a +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_05_Cue.uasset new file mode 100644 index 0000000..22de892 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0739cc1988c35e0cdf850d11b93705781d5a580f690478bddb5776a3cf30012 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_06_Cue.uasset new file mode 100644 index 0000000..2f0c419 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0525b2af3631cf9ff21d89903b458ed8ca250db70e3d475bca6d2670de2468 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_07_Cue.uasset new file mode 100644 index 0000000..e29fec4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a215ed86581a44d80506e40323473de9aa621e6545f20d20b2473c3df9df2fa7 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_08_Cue.uasset new file mode 100644 index 0000000..ffbd7d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9114b4d207ab8d66b74688b4d2206930067eb4212005ed6eb11e7630dfd09bb +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_09_Cue.uasset new file mode 100644 index 0000000..ec6ce56 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_hurt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcf0d9c359515ba3eaeff88cfc6a1e93fc125dbe6766d97d02f440563199c73 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_01_Cue.uasset new file mode 100644 index 0000000..8d6ed19 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f797e7a95bc3d99f76ed31b6c90c48eb943ef1ba0209bbcd1b9c590a5b2a93 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_01_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_01_short_01_Cue.uasset new file mode 100644 index 0000000..6ce7a00 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_01_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786d6d83ecd1f193b6bc85d6f349f59435fd8c71ddd8aceebbc7dad813cc35bc +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_01_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_01_short_02_Cue.uasset new file mode 100644 index 0000000..e8627ef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_01_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81308d0fbe805f36c56670ef174debf94fd7d958e8f786d01d48520da1470bf4 +size 3454 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_02_Cue.uasset new file mode 100644 index 0000000..d162558 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bace6db9f874aeb6f332906c601ad8a410d0eaae9fdbdcd30c4b669936a46d9d +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_03_Cue.uasset new file mode 100644 index 0000000..16c7f4f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd99a79ec4bcec2569f49435ef3254a1ddc9b5449129579bfa8e7df710edc4a4 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_04_Cue.uasset new file mode 100644 index 0000000..0c6d242 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Cues/voice_male_c_laugh_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a9acfc93c20c02d994668d9adef1c0f38db07fc5c2b91231fc44904daa0f26 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_01.uasset new file mode 100644 index 0000000..b0b1b71 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13960e8282ca9d0474705dec8f161fbcf3b4d1c1f6b73263a66a090dd08c2e4 +size 39153 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_02.uasset new file mode 100644 index 0000000..b401688 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2047f71d04c3eb60bd9d56bed14a5406897362678f8a111311429638298e0d80 +size 39984 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_03.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_03.uasset new file mode 100644 index 0000000..35abc08 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c2db2fe1af3f12915c642acc6a1eac595cbd32f7bae3be11fa93a951f40968 +size 48542 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_04.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_04.uasset new file mode 100644 index 0000000..313006d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a3881a18ad967ba9cda6e13a0c7dd51d123f259d3a3339e64aaed2a1a4ad48 +size 36217 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_05.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_05.uasset new file mode 100644 index 0000000..6597133 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8854209696f76b45eb8cb4b158a6122e338f8e6d2333326fea8d5ea7ab2ff630 +size 40734 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_06.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_06.uasset new file mode 100644 index 0000000..0cb2b09 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3e5deb2491f4f1d96d22f89d766441b9a0cbe299cae0093198f27a3e9308d2 +size 69036 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_07.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_07.uasset new file mode 100644 index 0000000..dc23e6a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4348aa19a0ea21be221d4c497f7ebb2a02eee0f80421cbf9ec12957976666e +size 38935 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_08.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_08.uasset new file mode 100644 index 0000000..6a65cbd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae335eb1f5774d477f1418224183f517faf4b719f16897d38585906d8f01f95 +size 30688 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_10.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_10.uasset new file mode 100644 index 0000000..b9ed394 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe761344d7a7068821e01fda2bd2753774f0e6b9f084b3b69f61ebd6b6865f3d +size 28008 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_11.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_11.uasset new file mode 100644 index 0000000..d05ac0e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5e07cb80a142a4f38ae1d301cf3f406dc65b63b2779a8d007fe02399a45316 +size 57410 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_12.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_12.uasset new file mode 100644 index 0000000..fe245b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27e99b7d2325b2b4f2a919854d29797f409ace8c3b140b40fa28f9023c499c9 +size 44392 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_13.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_13.uasset new file mode 100644 index 0000000..b7c6eba --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0656a357b0c3159aa03ccfb13576e47d44343a7e0187a3b82b9250e9392a00d +size 33168 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_14.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_14.uasset new file mode 100644 index 0000000..61bfda3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_attack_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a3f5a7aa70b3b4319cd7bfe03cd75d5123546a6452e321fd26e58370734217 +size 46018 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_01.uasset new file mode 100644 index 0000000..526f0b9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc45b2238dc2103fb2ea783bbd9bcadaf798f9619a545d5cf2862ae0872a4cc3 +size 133027 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_02.uasset new file mode 100644 index 0000000..8df979c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ca66a808a2bcee1e85d16beef11d388801bde850ded99c6f4a4b481c663b2b +size 258065 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_03.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_03.uasset new file mode 100644 index 0000000..4ef55ca --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4c16d84fac957b497ef6b19fc9fad5e56e6509e6b128715b72e322c793b5aa +size 251709 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_04.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_04.uasset new file mode 100644 index 0000000..760b068 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a8304b2b8684701f960a747cf4c055a2890cb1385097c88e2caeb14c521e50 +size 198279 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_05.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_05.uasset new file mode 100644 index 0000000..df97aa2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8b6ac3528eaefeb90b50ca0c9b9ce73b84ebf5b1b648ec11c53cd4789a4767 +size 206589 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_06.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_06.uasset new file mode 100644 index 0000000..9a65474 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d48067450ac23b5c3e58b847e21d35538d1dabb34f2434747ae216a361ad13 +size 219600 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_07.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_07.uasset new file mode 100644 index 0000000..30d3e9c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3360492934716b8a6fc3f0358c9b613087779997378a8b42d01e9d6d92d3ef38 +size 211851 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_charge_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_charge_01.uasset new file mode 100644 index 0000000..4e554ac --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_battle_shout_charge_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6e06fe1ccbb971cf89a905789bc9b3c2ea2299a7704674aa2eaf9c9f324e88 +size 121758 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_fast_single_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_fast_single_01.uasset new file mode 100644 index 0000000..4f68594 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_fast_single_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a71dec971f8a3302ed7c379fe425416271ada674be6b825efdf79ac15fa2837 +size 54529 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_fast_single_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_fast_single_02.uasset new file mode 100644 index 0000000..1c4acf6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_fast_single_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101d715c9093cab799e23b935f200f3cce52f674a52838f972332dec8a2a256a +size 53424 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_fast_single_03.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_fast_single_03.uasset new file mode 100644 index 0000000..24df482 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_fast_single_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4aad4e58c5024fe3a5fc53e2e5062df774c6f478304550c73a8ac9f1047559 +size 50273 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_gasp_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_gasp_01.uasset new file mode 100644 index 0000000..10bf498 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_gasp_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59345100d9c7fef4c70280c856aad08d7a432a72325ebc1c4a19d38047ed644 +size 56484 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_gasp_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_gasp_02.uasset new file mode 100644 index 0000000..2baee05 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_gasp_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937587e3136f100e69afacb62b3de8123d4f66ae6090397c5a9666ba5d5a14bb +size 56786 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01.uasset new file mode 100644 index 0000000..ecdc750 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399043e7858da9d440a1f96be3e6c1a429a72cc61a85cb9bc1914a22d1052c13 +size 192342 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01_single_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01_single_01.uasset new file mode 100644 index 0000000..a0eeb6e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01_single_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bbd46f7595a0c3efcecd4615419b3a99b3cbc314835c19cecf9ab2aa066282 +size 66893 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01_single_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01_single_02.uasset new file mode 100644 index 0000000..04b7ce0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01_single_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d82b3ec77cfa4eadd4ec1b8534689c0e845dd5a9b775ccaa112ab10f52e3eb3 +size 65671 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01_single_03.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01_single_03.uasset new file mode 100644 index 0000000..fa82b21 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_loop_01_single_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b8fbef4fe4730acb6d64994cd61e55b7e1183e7a20b3accaa81f9569fd1618 +size 68373 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_single_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_single_01.uasset new file mode 100644 index 0000000..9e87575 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_single_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb7a5c817dbaf134a08a836ca3126ec576cf8360f25365f806e46f0897c7b2c +size 59850 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_single_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_single_02.uasset new file mode 100644 index 0000000..1791dd7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_breath_single_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ea660b7f3d2421c312592a210ef599cad3cd44df39e9e1e58dded05c3bf295 +size 56252 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_coughing_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_coughing_01.uasset new file mode 100644 index 0000000..67ba69f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_coughing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8a75bdb58dcdc5eb3080a76bdad20097c0d28e81aec91191f7ff1ed2f580d6 +size 117258 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_coughing_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_coughing_02.uasset new file mode 100644 index 0000000..8f19f80 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_coughing_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4662bbed3b05a73c03c48bd1b6bfc5af7d061a1264796667ba3b7e1e7f99aa96 +size 93777 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_cry_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_cry_01.uasset new file mode 100644 index 0000000..dbb15d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_cry_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90bfa1e69fe675c6f709959d06149b41d9d608f50ae024cbe3b9fb17f27d4ed +size 169992 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_cry_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_cry_02.uasset new file mode 100644 index 0000000..9959c5b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_cry_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddce7cf9dfb3c37a5b5b334ef528d964aecf900f2aa04644d95073397306e446 +size 190890 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_01.uasset new file mode 100644 index 0000000..283b18a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18639bfca704136224187ae272b234952ba2d13f8608e61229f894996464d85c +size 87467 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_02.uasset new file mode 100644 index 0000000..8be68ee --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf5d7f5e12f7fecd6ec128e981c778d56d3e7f15e39f2c1b899927d6c67fae3 +size 117881 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_03.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_03.uasset new file mode 100644 index 0000000..5ba6afc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee60a571c7bed250689fa02b392f780247b03285ceba8bae029408bc4f596b22 +size 90713 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_04.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_04.uasset new file mode 100644 index 0000000..aca789f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24912b1d032f6adf97cdd0bf27399caf1929f8fca1712fb6e55e7b65a9ce6e8c +size 125064 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_05.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_05.uasset new file mode 100644 index 0000000..49f0b3f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9ae8407b83b7366af8de482b4c99cbc9e1f5193e8be3f2b173d8f758346815 +size 277178 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_06.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_06.uasset new file mode 100644 index 0000000..04ca7ac --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82b2668f8fec2c457def76663bb482031e1733317afc1764def79c0ce3f610a +size 228988 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_07.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_07.uasset new file mode 100644 index 0000000..e197ebb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d50d7a6587f2ee10aa0d394187291e88b513ad9c239f0b9f931c724322cd7e0 +size 237628 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_08.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_08.uasset new file mode 100644 index 0000000..d44912c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a98adee3b78dbc6b52f4a75bf3c135c731245bf54759e454dd42bda54b1102 +size 153191 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_09.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_09.uasset new file mode 100644 index 0000000..c87a3d8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae38d4558ead6b81452870d1e0a03969b881bcdb87807f24af47c9bd46e7e6f +size 112779 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_10.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_10.uasset new file mode 100644 index 0000000..5ff2bbf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c0aa8e3439616473b1c6caa4c2e67af1a1ed1a82128fd6c700053a1ac70be0 +size 162231 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_11.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_11.uasset new file mode 100644 index 0000000..e54b4c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237f9c8a5b8e3a4f22bd40d4bc4d13185e60977701232438b5608ad51e908146 +size 159096 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_12.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_12.uasset new file mode 100644 index 0000000..51f08bf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027ae14597448ac887d54fd6be7be552817e735329642a057aa59fde6514d786 +size 135982 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_13.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_13.uasset new file mode 100644 index 0000000..9729d4c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346d4b7de61b7bef9497d3682d10bc09e76ccd59d5f4e1a8af33f0d56727dabc +size 93309 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_14.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_14.uasset new file mode 100644 index 0000000..bcd213d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d10e6d8a5bd07e1cf3b32ea53e712128f4e24fc9f437122469b9613296a3030 +size 374685 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_15.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_15.uasset new file mode 100644 index 0000000..3921bbb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aad42b6ff5352e47d8acc3bcb21b09f26642839ff042ceccb37bffa783f38f5 +size 222543 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_16.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_16.uasset new file mode 100644 index 0000000..ca5ae7d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616921e071aaeeab4555a32ca7a386e9646b02f2ca37aca97f242a6a3148dc5e +size 220140 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_17.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_17.uasset new file mode 100644 index 0000000..efbca92 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_death_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9257592ffa446ff978e09f2722e780923d5cad630a605d577ac4526e24acaa8 +size 95723 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_01.uasset new file mode 100644 index 0000000..47d8a0d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6f3746e0e872f49679e8e863debef849f4c97c31b161a53de76b22b002ed82 +size 179783 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_02.uasset new file mode 100644 index 0000000..7422ca6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff34f2ec408e2dc6228a401b84f64be6632a4b0eec3cd9a9ee1578872b735a5 +size 227179 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_03.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_03.uasset new file mode 100644 index 0000000..daff2c7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976154a272f01d79855674338e250b007d198f212b23d0e93dfcab404d09f4c3 +size 214752 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_04.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_04.uasset new file mode 100644 index 0000000..94a52d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d188176c9545841ef9fb4026b289864db92ae8c200a13e6cbf235ab0e597bbfc +size 216950 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_05.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_05.uasset new file mode 100644 index 0000000..ce00c5a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473cb1d6320e66eebb2b31d8c7dffab23849ca4895c01a921c83490e0d69a441 +size 276645 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_06.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_06.uasset new file mode 100644 index 0000000..b63addb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5481a3031751ad47258dced63f41868de283f504a04a6cf664571f885a1a2b +size 305684 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_07.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_07.uasset new file mode 100644 index 0000000..f271fd7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_long_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945715dd8a1e2a5fbb9d48b33abd452fe4e98cae4d0ed8eca6921d961ac17d73 +size 250095 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_01.uasset new file mode 100644 index 0000000..7f3b4e7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c007f1ee7c8e12d168328caa61fc97e4050821f5d3f1db2061d1bb6fdd6f9d3c +size 66283 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_02.uasset new file mode 100644 index 0000000..8ede529 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e904d82347fce2f9975b2d4ea4766fe0b58d1f4952dec714e79fa80db6ace0 +size 66602 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_03.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_03.uasset new file mode 100644 index 0000000..c1c0175 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afa6af4ea513feb0f23056496307864638aad5c20560a5c145d3338d170df55 +size 62549 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_04.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_04.uasset new file mode 100644 index 0000000..928712e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89727b5c754168669430cbd687b68ea90aa178cf0af90dee5bfb53ed3fcdc16 +size 72142 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_05.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_05.uasset new file mode 100644 index 0000000..11116be --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9b366e95c4a864cd1d79d9d06b16081d244cb6670e5f7c60264376b699beea +size 75168 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_06.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_06.uasset new file mode 100644 index 0000000..909c967 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d01ff95ae0c170140f1f6aca8d12d55e068d999df2da2f2214ecc9a9bdf9f8a +size 36337 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_07.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_07.uasset new file mode 100644 index 0000000..d5b9fe2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61b7bf964ebdc281484569de58bd6a7378aaaed0329d889e2ebd5ea4b66ea96 +size 26093 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_08.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_08.uasset new file mode 100644 index 0000000..877fe53 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ffc450f8549388fe7c9ca9632d506e2f62e9327627b1814a7bf81d25572b78 +size 54953 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_01.uasset new file mode 100644 index 0000000..cf11a2c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7512f2002631f8c6ecf2d1d35cd3c31bd836707e5af2b1672c58a9eed6ddf58 +size 26249 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_02.uasset new file mode 100644 index 0000000..0b34b6d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954d69778de6be101e83fd7392d83963f21eafff8278c998cdc7c4e8f3fe207b +size 47489 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_03.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_03.uasset new file mode 100644 index 0000000..cb7f513 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c76e09c24f37cc77fb6ed4c468859d5e9e9d9b324e95eb5ac77b0e68e9e83bc +size 23596 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_04.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_04.uasset new file mode 100644 index 0000000..eb122e9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26dfb841b5be3bd03a5386bb7f6063c6171122decbc99e0af46add8d296f7e70 +size 34489 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_05.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_05.uasset new file mode 100644 index 0000000..5384eb4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_effort_short_jump_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9da8b58143e0fbb38198e36953a1ad66f374be384a62fea5f3fb2994a5cfc46 +size 20457 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_01.uasset new file mode 100644 index 0000000..d20964a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb07490d24b083a3fb2931707731c1beefe501bd304213a4a4449aa2e30f0da +size 152753 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_02.uasset new file mode 100644 index 0000000..7628598 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18bb50a0079e605a91321f3137cee8efa3e154097864720d3c638371571880eb +size 118597 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_03.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_03.uasset new file mode 100644 index 0000000..adfadf2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fd1ee5fe05571fa74b164737dae653ef79c2d8280b34ed51afcea5a6834251 +size 92644 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_04.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_04.uasset new file mode 100644 index 0000000..6105d17 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bf645aa476e459d879db68bb39c03e4cc2365d11d60d86652e447285a513a7 +size 160191 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_05.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_05.uasset new file mode 100644 index 0000000..bcb172c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_growl_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb912e18f99d6478550dd372ee05ea2d4a35090168ac46e634888a90a326649f +size 140212 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_01.uasset new file mode 100644 index 0000000..ef8b67d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7283dc1ec6e43bf60ecc4bf1dbc8db230838dabd8a6553793a12fb5bc3f01909 +size 59263 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_02.uasset new file mode 100644 index 0000000..cb91b1b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e56ec65911fa20639e4cfc94411c0782a8e48e436a356fa681eaf0d1ee0b4e1 +size 59282 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_03.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_03.uasset new file mode 100644 index 0000000..1af0481 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7769860df11699e8d01e205e2a91a50626ed3be144797de3313e6c14d8da53e +size 36443 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_04.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_04.uasset new file mode 100644 index 0000000..89d1a61 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7651c33908ad78ce1b6fb34b683a7b96194040a012ec9266750a95b16fd1d75 +size 44682 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_05.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_05.uasset new file mode 100644 index 0000000..bafd040 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b51eaf1b3a146a778cc9632cfcb1a55c9159118f1a50726a8050786f79eda9a +size 57615 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_06.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_06.uasset new file mode 100644 index 0000000..49b83fd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0426ca01ca8b978905d87f6bd74aa9ae404154c37085e60da4a686ea7c5238c +size 55144 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_07.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_07.uasset new file mode 100644 index 0000000..7f2ebfb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40a256c518b802692f3babc84ad80d1af512c96a0bfc072ddb27c6da4c494e0 +size 44681 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_08.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_08.uasset new file mode 100644 index 0000000..2d37780 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5a94bb0e3ce6b47859f4243098099c1e8df234ba6d173ebbb4e02e7369e824 +size 46410 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_09.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_09.uasset new file mode 100644 index 0000000..6853e01 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_hurt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fe6553361ec1b63344bd962557a8e6c45da062319f02fb148e5d0e7810c84a +size 41963 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_01.uasset new file mode 100644 index 0000000..b51fc42 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be24bf391e046b597a4415e09621b322c8ed388765f801857b83d06e6c86a2a3 +size 267659 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_01_short_01.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_01_short_01.uasset new file mode 100644 index 0000000..d09261d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_01_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a758f5fb2ce600582ef78d1907e106ea5a776f0ff5c83186e21323d200028e +size 130124 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_01_short_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_01_short_02.uasset new file mode 100644 index 0000000..fcdd876 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_01_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf5e6f16a55d4aeec9584a3d04bc19456a6e6815ce9f45dce00744d018ffea2 +size 202401 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_02.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_02.uasset new file mode 100644 index 0000000..07d0555 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a164b6b2bed4b9b06220a55364deaeb497e6fff64b42ea21bc1e5600d00079e3 +size 115064 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_03.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_03.uasset new file mode 100644 index 0000000..02fdc05 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a978a17413971859684ceb32aab8245298310abc6fef3a4227667d739a854c +size 117974 diff --git a/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_04.uasset b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_04.uasset new file mode 100644 index 0000000..a33530f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/Wavs/voice_male_c_laugh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d2f00b271dc2366c8fcf8ade600e301e250038b84260c27ec91559aa37d06e +size 107665 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_01.uasset new file mode 100644 index 0000000..be78393 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76e42c269a55071acfccb86832fa8ee4926f1955f1f993a0944437c23c7564b +size 540 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_01_Cue.uasset new file mode 100644 index 0000000..70097f7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebc1df54bd950a86e3329f49b6ac96ccc42db2db54c42bc6511169a0f489839 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_02.uasset new file mode 100644 index 0000000..e32d4e1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6986762d75fca3481a6d1062c26ff425daaa1e31e60b5779bddd319b1430ffde +size 540 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_02_Cue.uasset new file mode 100644 index 0000000..5c2f3c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3c285dccd722c87df6b80adebd70900a840e780066a644f804aed930a5b25d +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_03.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_03.uasset new file mode 100644 index 0000000..ddaa8ad --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c61ceb66a72ef09121004eadd958a5c6f62efb6aafd91cf1f3a6b3a92c3942e +size 540 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_03_Cue.uasset new file mode 100644 index 0000000..f65df5b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb13d602738fb7d5907bb49c1da0ead13da2647d6b76fec2f95e71c391cd3a6b +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_04.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_04.uasset new file mode 100644 index 0000000..08dbc2a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d1bcfd511381354b8a3d280c395a97be4a6c063b8ff01d021bd545d9b5f10e +size 540 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_04_Cue.uasset new file mode 100644 index 0000000..ce01a11 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae202e429fd4e455257f741288f46e980b0171fd71782d625e09762ba25d29b +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_05.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_05.uasset new file mode 100644 index 0000000..8b0ff5a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ea884edfd41684de9c76c709a6ac5c92d28d5cd0e9f5e71a831ac1fb4de54d +size 540 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_05_Cue.uasset new file mode 100644 index 0000000..240fea8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d46b73a6cda38f2ecdeac5ae4270f586697c9bfd966470d3c61c7a99a3552f2 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_06.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_06.uasset new file mode 100644 index 0000000..34530f8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e8ac45c178a172ea7384abeb43455f69cbdcdf3a0a5f9ed5b51c78690c54e8 +size 540 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_06_Cue.uasset new file mode 100644 index 0000000..3a04670 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cc8ea44b259614fc29f812096252b9bbe980126e307af28fdb6c1c829f9fbe +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_07.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_07.uasset new file mode 100644 index 0000000..eeb86c6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c19febeceddfee7692718b88aa6a1ca3d611919c0e08cee07ba7325f0eaeae +size 540 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_07_Cue.uasset new file mode 100644 index 0000000..c6c7723 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56ed5589a2b930fd018b94f19707fe0b0c4b22eeb21e63182d649a94cc0a970 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_08.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_08.uasset new file mode 100644 index 0000000..0b2cebe --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf79310de95843f5eae727d8538ad669bed273a1354d2d1b873fec164933efbf +size 540 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_08_Cue.uasset new file mode 100644 index 0000000..defb239 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f136d6b7591495cbad2737c8bb2fbf0f2869e025569bc954752870e69427b3b2 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_10.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_10.uasset new file mode 100644 index 0000000..4346a64 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e972738d5316aea5797aa961cb76a84550808de5b8e52ec9f99e1cfe27323f3 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_10_Cue.uasset new file mode 100644 index 0000000..5163bda --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6193ab1d736a9c4398c92d3afe1bcf58b5a661a3bc3438e8e945175459e6422 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_11.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_11.uasset new file mode 100644 index 0000000..c1f2c3d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1884c99457f8550e46f0d712b7549c067699145a5dd1520e8b0dc56331a42496 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_11_Cue.uasset new file mode 100644 index 0000000..5437241 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ddfd5c317a97aa47e37cf4af20776348ec1d29ba64380705051de31113a950 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_12.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_12.uasset new file mode 100644 index 0000000..e96c091 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933110403454dbf1d28ecf65d00103b148371d0aea5b21818c925dc86e4a86c2 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_12_Cue.uasset new file mode 100644 index 0000000..8c2c5bd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4c32e2ec1b6d72ef0623c46d2640b6ce81e1cc97cec30f68df0668ee261ec3 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_13.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_13.uasset new file mode 100644 index 0000000..dd9316a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3248723d4d0efac7e350d89b4765f62e0a929fbcf33ff5b6a3d9653f3a7296 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_13_Cue.uasset new file mode 100644 index 0000000..7d05882 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05eb831cfdbe2df91ce4923ba2e7b30230bf12e5da346e98f8941feebf9c5b99 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_14.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_14.uasset new file mode 100644 index 0000000..2d819cc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69d371aa8d5121dac6a8bb5c26b62ec6f77ffadbaa838e627c67f5e682d3bc7 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_14_Cue.uasset new file mode 100644 index 0000000..c592202 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_attack_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83029c293bd51af58331e7e970546b1d7a5c85851bee8d14b59c12cf1cfd0b09 +size 544 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_01.uasset new file mode 100644 index 0000000..8a35e43 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfa95d47d0e3e1b982058ba46d30b8412ca3df4d2cec9ae1095317627b79354 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_01_Cue.uasset new file mode 100644 index 0000000..d694256 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d0de712f9d938aeaae5e25892b512fbc046a39a5d9d5281c0c210f3d25dc40 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_02.uasset new file mode 100644 index 0000000..ea5fdf9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8b6f069a30447ab64a649574a3cbba573869183a9ccb89f7135146e02fc878 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_02_Cue.uasset new file mode 100644 index 0000000..2191771 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4314e8536c1e4b5271c70f6c76b5e2cbf512bb2ec6a04afb09a73192a555358b +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_03.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_03.uasset new file mode 100644 index 0000000..9045932 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494173f7e2d5d6d20c0fce4ff49773a9257c1b7eb039a87dcb817c8cbcdaf7b7 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_03_Cue.uasset new file mode 100644 index 0000000..deb98aa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbb4f22c01c298a22098c28db6650de7c52b8a65f8dab54bbd69e6b11e7579e +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_04.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_04.uasset new file mode 100644 index 0000000..8b3be1e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f6008f408b1077ecc59964ab78426a3169bbbfc4723182e66743900bab47c3 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_04_Cue.uasset new file mode 100644 index 0000000..9726c06 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43569ab918c8b238591567822e4adc7f6f9ba93eef297f567e5186d5eb8e3868 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_05.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_05.uasset new file mode 100644 index 0000000..285303f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b6673e1d9579f3021fad0d20ce04500a07cdd4504578454f007b4be5539600 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_05_Cue.uasset new file mode 100644 index 0000000..51ab4db --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0a1f0c2aa128f993c87df81d64e7c440f30ed34de33592d381f588f58ee5d1 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_06.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_06.uasset new file mode 100644 index 0000000..10c9448 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ccb0f117078fabba7029ffdf6c1a9a95737b836bf4e904f53edcb1d2caee52 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_06_Cue.uasset new file mode 100644 index 0000000..b95f70a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a50b27ad90aebc8020eec12e5b1f7fd77559ca69410afe4a0dd3513c06677ad +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_07.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_07.uasset new file mode 100644 index 0000000..5ff96f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea13c599d871c498eda6d896354e8784e0ea6a10d3d208a4240d9a026a4a84d +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_07_Cue.uasset new file mode 100644 index 0000000..f569c36 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f28ba9619c879ca806e55adf6e519738b053ca050e00a814ed2cfeabb1fb17c +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_charge_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_charge_01.uasset new file mode 100644 index 0000000..0485def --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_charge_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c31cd1bc35e0fde0db3140fc0a63038b722cae63ba97db918939f95e77300a8 +size 553 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_charge_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_charge_01_Cue.uasset new file mode 100644 index 0000000..99ab469 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_battle_shout_charge_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d5d6a0a0ce5e492be1e7c1b1cfe6682b78419c5e7165e2ca52f98e7bac60ea +size 557 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_01.uasset new file mode 100644 index 0000000..748c5fa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9097ac8645b6004c14f458586f201ea070073858c3c8ac0165842d02e43d66 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_01_Cue.uasset new file mode 100644 index 0000000..1042bd3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26f4b8519a4e9ac2677e2dd462a985f7eda9bf4e09f32c9451f9716fd8d17b1 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_02.uasset new file mode 100644 index 0000000..b789100 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c925b809365f4b00f22a742d5946e539209c09753cdf2e30fd32e3b22d3f6a75 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_02_Cue.uasset new file mode 100644 index 0000000..e5fe1b6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2c017bf22dcc0726762acc015365e439dfe922f2cc73114d92693e10701286 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_03.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_03.uasset new file mode 100644 index 0000000..9972411 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9e4e4ee486dda616a7806876f5aa6fae5d1a4047006c1004b95000fcd078de +size 552 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_03_Cue.uasset new file mode 100644 index 0000000..f721d7f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_fast_single_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc904a4ec56639e0def9b53c18528ffc00e71b7beef43610e96fe3a361dee46 +size 556 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_01.uasset new file mode 100644 index 0000000..5cb9c49 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db9efc92a55b7a91ba26f583b021dd1befb934d394f1d71068b40c304a8a5e4 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_01_Cue.uasset new file mode 100644 index 0000000..3d1aa9a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c8d97612aa97eb2f0a398935708a0786a6df81dc4c2ebe63a4ed721f422b7d +size 549 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_02.uasset new file mode 100644 index 0000000..078c44d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b611e00de01395290678346707fe67510ee959329701f22cad65c1d3c4c8f19d +size 545 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_02_Cue.uasset new file mode 100644 index 0000000..90650db --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_gasp_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aae12bc93d3d67e3f43ad5e91892ace185a9764c8eeb7b3ca7aa807b594b796 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01.uasset new file mode 100644 index 0000000..4e683e7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f2ce2e6df40c2ee5c310a64893ebb33867338e7028b2d0aac2d60968adf254 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_Cue.uasset new file mode 100644 index 0000000..b4f2a2c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfba34279a806c4121fc495385ed42c2ff8979a607aca3a022b1a6871f21f72 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_01.uasset new file mode 100644 index 0000000..bf2f68e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f00ea2320e1dc26ff8ec1074ac722fceb9fd653aeb26ca8702fc4b4c359de6 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_01_Cue.uasset new file mode 100644 index 0000000..4179aad --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc230b4c7c26253a9148b814a0ccf71449e24c183f4772f004f95c96a74fda8f +size 559 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_02.uasset new file mode 100644 index 0000000..daa4f2d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e28032cbd054985b9d1efb3f67da24c6e8df33a11eab7de494a53a12902007d +size 555 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_02_Cue.uasset new file mode 100644 index 0000000..3dc6a4e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794236e580885ee61d923bb10ce746a55ce4fa2594cbe93287100f47a1359dac +size 559 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_03.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_03.uasset new file mode 100644 index 0000000..46333fb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ab8844ceed71152aaf76d6570e80f02daca46612ea00d9f7d5fa6c52773739 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_03_Cue.uasset new file mode 100644 index 0000000..55f2e36 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_loop_01_single_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ea1d95d1c0bfb1955b9be4fceaf6a0ffb059c17d1bee78b066b522e9c62b0d +size 559 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_01.uasset new file mode 100644 index 0000000..7f009ab --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b03bbc9b61d0e10e08b259b71e6681c572c74ac3a0581a1b844569895d0cb9 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_01_Cue.uasset new file mode 100644 index 0000000..6bfa89b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84d2f508da4af94b058a52da5ba8092f59a4e09ff36d3f999426773de9cefcb +size 551 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_02.uasset new file mode 100644 index 0000000..4e88290 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7517ad96d83ed6cd649a179f0f8bdb3a1997fb2bc38d4dfdf6fd2e2465d1a0ff +size 547 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_02_Cue.uasset new file mode 100644 index 0000000..dfe0ad7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_breath_single_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352fd902939d8885db0baefde56acc7618babd20c5065247739e5f0afb24b0e9 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_01.uasset new file mode 100644 index 0000000..3dc2945 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7628bc7a6bd9fb3224f424c817dd3cbcb8cad6bc17481b55e4882e57d411af3 +size 542 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_01_Cue.uasset new file mode 100644 index 0000000..ca5bc07 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da787d9297e316c21bae2a6253d2c49c9968e38757c8e3236cdcc9817950f9b +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_02.uasset new file mode 100644 index 0000000..3ef144b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70aa0c8d1888909e846afd73d7f48a60f8bb47cfc89814e5b4fa615e33723c33 +size 542 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_02_Cue.uasset new file mode 100644 index 0000000..9c9dd44 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_coughing_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a55cf6bfde0f2e834a961f5b3cc4a6c58c4ce90438640f0fe4a52e44408819f +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_01.uasset new file mode 100644 index 0000000..2ab6cd2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2af68f77b7314847743c8ec1cbaa4765ec0f8934aed87a35a9636c63b560537 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_01_Cue.uasset new file mode 100644 index 0000000..df13b6d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6856640c239aa406513e4457ab0e66e1721997aa8e6f779370c4c5f07e64b998 +size 541 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_02.uasset new file mode 100644 index 0000000..087a6e3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d5de004b1c62243828e619647cec169ce15d070852d63feba58c1c28b67bf3 +size 537 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_02_Cue.uasset new file mode 100644 index 0000000..95c57ad --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_cry_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a50241883fd8a8c2f69eeb1b41c020ded5abf8f536a105ea9a0b42b0a21894 +size 541 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_01.uasset new file mode 100644 index 0000000..6ff3dd2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df9946f95ac69457bc79afc5c607dfc9ecfc4c456aa92a391f65f8f0b3ec1b1 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_01_Cue.uasset new file mode 100644 index 0000000..7587f2f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fed035dd7b4bc1cffe8125aaa88ca525a0cddf943c5b9ad97da50313a1a094 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_02.uasset new file mode 100644 index 0000000..61a6921 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71bd0bab080c68db44100b57772d7cd192b354a11bb11ee7bbeedbf110c17bf +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_02_Cue.uasset new file mode 100644 index 0000000..15c51f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292cbdb9458b0d305fb4ebedc5b191fff674c99b3a60f10f6f8f2bebd003fa21 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_03.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_03.uasset new file mode 100644 index 0000000..fdbf764 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8463da538ebe5812cf345182201a82bfe3295e4ef76c58f5a9395f2728999e +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_03_Cue.uasset new file mode 100644 index 0000000..74fa420 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0018e21a0daf9efa90366131026c9fb08495ae0e1179ee726b75e39c709fe11 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_04.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_04.uasset new file mode 100644 index 0000000..c2ca96a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8c9c23a33c5b4f9b4905420624b8a3d8237a10a2cf498e13bb2c2e824ae0d8 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_04_Cue.uasset new file mode 100644 index 0000000..32a4653 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c2ea5bc0c4b611f9aab651754033d4efe0e66a94b2d2960f3febbf3be5e08b +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_05.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_05.uasset new file mode 100644 index 0000000..c62d092 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003abc484ad3a936009111081e00c4d4247815166ce2f0038732f874d0774cd2 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_05_Cue.uasset new file mode 100644 index 0000000..060540c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23696329a84aaa97e8b3211be9a8624e78c8f2ff48697aaa919c6235c1961a87 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_06.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_06.uasset new file mode 100644 index 0000000..924154a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bac051f9968a5beaf1808e46bcd85759f60cecb4e615706490b9ce999c36f46 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_06_Cue.uasset new file mode 100644 index 0000000..844f3d3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32ebb76f5f01d1467105b7535a51abe838b4e0988aaef34f42803b26c8c3caf +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_07.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_07.uasset new file mode 100644 index 0000000..2f3bdca --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46269904e70333ef113f0cb36b43be63a94144356af40004bea56a7ae043865 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_07_Cue.uasset new file mode 100644 index 0000000..358c996 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd447e1f6c090c5d21ed2c99731bdaa5f5ad32c82d8dbea41c2c1421076a07c +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_08.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_08.uasset new file mode 100644 index 0000000..6410db9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c905d2bd76ecf04d52fcbae66a163ce5a9f5095daaf439c8af5eaf3e95f98984 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_08_Cue.uasset new file mode 100644 index 0000000..9e1f8fa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a9802cb1aba65a866244fad3cba69c489a23f3bae5770b71e29154480a8788 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_09.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_09.uasset new file mode 100644 index 0000000..1b4c12f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd405c4c998b8e449774378c0b025fa857c054572bb59be23bf4a81165b76c84 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_09_Cue.uasset new file mode 100644 index 0000000..d52bfef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedb6c345dbbb371bf0c2bdebf6ac66d2fe6a0546cf9d5799450bed9a12fbffb +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_10.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_10.uasset new file mode 100644 index 0000000..2ae824b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cafdd6d1e908547d81474c23a1f24944aea6b2ceb13cd482fcfb526804124ef +size 536 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_10_Cue.uasset new file mode 100644 index 0000000..d2a2ab4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919ca7119792d26c77c4f7473bab99a8dc0cbbadee6bfd2d6954dd7dba1e57e7 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_11.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_11.uasset new file mode 100644 index 0000000..66eed39 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483c4ce84bee74d6d859f19e1fe945f12569e8b732674ead60080d41eba327e3 +size 536 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_11_Cue.uasset new file mode 100644 index 0000000..aac830d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25f175a1c651271ad827603e5b50e7bab552a684bf7f3cc94908cd9301f27d2 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_12.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_12.uasset new file mode 100644 index 0000000..83c09ab --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702946ab1c25e8dc1c230cac330e9ef1993fcb378736d06eb77e2646c7aec2b2 +size 536 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_12_Cue.uasset new file mode 100644 index 0000000..1b58cfc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04642c633b26262ff380644e1d5a5bdc4e496cabf1552715fb5ed67ed54c0843 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_13.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_13.uasset new file mode 100644 index 0000000..e335275 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86f89f9cebf24d2bc5354d08e6ae9176e4c4ac428c5bed6a7bc548940d73266 +size 536 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_13_Cue.uasset new file mode 100644 index 0000000..078f4d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51130d43291be7af9dca4371da1fdcecdcc8a2ac750708ab77c9ac1ccf6c78f1 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_14.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_14.uasset new file mode 100644 index 0000000..244b343 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745bb8221eae8ddbba9955eb8c42289afe387e69ae864f5be088b3d98595a9c7 +size 536 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_14_Cue.uasset new file mode 100644 index 0000000..e378cff --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ad34189b37ba50f0d1b6d69cf6a9e3b6d0263128ca860fff18c4baed48f188 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_15.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_15.uasset new file mode 100644 index 0000000..4462174 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544e392929d680a05a301fd85c6eb49e73cf9d03ef8245cf27b92c471cb9af02 +size 536 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_15_Cue.uasset new file mode 100644 index 0000000..f33dbfd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad29b9d119e27c701bbddba624ee066a563318979783c48907a4d3894b28328c +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_16.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_16.uasset new file mode 100644 index 0000000..692221c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bced04c6c2518925982d37f0686662a04cade26a1ffe9ca7366c0b65b69661b6 +size 536 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_16_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_16_Cue.uasset new file mode 100644 index 0000000..32f9d05 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a79c33b34f3aae6e5c76fb5b93613b93e828f237fa429d700fe40784e98a84 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_17.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_17.uasset new file mode 100644 index 0000000..6aab25f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0298a93759e048a9b78a24bc001b8a78056bda9d09270d8b5b1d2a5bac98fc +size 536 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_17_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_17_Cue.uasset new file mode 100644 index 0000000..254c73a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_death_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fd903151a8413bf2a3bfcf6d479b3d526b97eb981dcf8696537dfd72247856 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_01.uasset new file mode 100644 index 0000000..9c6de69 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9853efb46722d8e464069d8072e46a2f015dd5daab62f401c357c12cd6a2f903 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_01_Cue.uasset new file mode 100644 index 0000000..10d13bf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8224715dc8300d1c05f67f920a2ae1ad2cb6a92181db047f9643c603fb52feb +size 549 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_02.uasset new file mode 100644 index 0000000..4c5ceb6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f49688f908f40b871260beb31dc3a03176d7e7ef0105e717a73f1d92d408c66 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_02_Cue.uasset new file mode 100644 index 0000000..733bc10 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe9ffa63ad2f6bd3c099a881110cb9ff8ca253e4926576bbd1438e9ceff7e9c +size 549 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_03.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_03.uasset new file mode 100644 index 0000000..5ce352b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72c016932ae13f943d69863ee832fefed9dca83a9be2715a9526042e6b6d153 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_03_Cue.uasset new file mode 100644 index 0000000..c1defda --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d94d2bf3d2359656b742bed803721dad1b2d44252c44e3b92f18ea19352d8e +size 549 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_04.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_04.uasset new file mode 100644 index 0000000..23a0c53 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b626c3248fa48f8e1ae33f6af7d27143c7da80aa229dcf2196f75cf9476ebeb +size 545 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_04_Cue.uasset new file mode 100644 index 0000000..7590cac --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766023fdd75abd8bab231075f74ad11c72d7d2f6f429632e776d7a05d5fd62b9 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_05.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_05.uasset new file mode 100644 index 0000000..ee15563 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6911fed8feb7b4d5af1b4b7220667e363bbe9824e3a28aac50049aa2506aa1fe +size 545 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_05_Cue.uasset new file mode 100644 index 0000000..a0d5ad7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d4efb476d5b331a1146d0c736d43d592b350854f4842d569e9a0100c4b096c +size 549 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_06.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_06.uasset new file mode 100644 index 0000000..c548584 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1b5446859f820c96ef3d0c2de3db29a0a71c6e9f6dee03e3b05e6e39977ed1 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_06_Cue.uasset new file mode 100644 index 0000000..6bb1e6a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a1c536ab585fbd3814fcecfb563e5226d9f4e6055af9cf38a0fa69e58b89e9 +size 549 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_07.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_07.uasset new file mode 100644 index 0000000..ac185f6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bda909762f8c9205e46f15336c48982799e7596b82f47d8081ea9a34616ec2 +size 545 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_07_Cue.uasset new file mode 100644 index 0000000..f4298d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_long_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88e2c14082fcf7559dae8e703d598630d0741b1cfbcb8477eea29fd74c5858d +size 549 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_01.uasset new file mode 100644 index 0000000..9a77185 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a47ef3fc135178995d5300f498073a9273a9d7f02a78bcadb1d22b621037bc +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_01_Cue.uasset new file mode 100644 index 0000000..7f74f06 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077e699779f96ce5c7b5df34fc4147eadccd6876b0dc9aded5d63ac8e07ec624 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_02.uasset new file mode 100644 index 0000000..1907c39 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7525257757630c91797fe2c10be7cc191cb8fa6e683a465fa619459efa29e9ff +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_02_Cue.uasset new file mode 100644 index 0000000..b2d9d94 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b4178a9dc73905523f9680164037ea90c4d57dee3aa592914851b7b90bb185 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_03.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_03.uasset new file mode 100644 index 0000000..9ea4288 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84c9e00bbc9f4a01fcbf2c087bd9bf80c7410c5105039ed16a6a7e1d26621aa +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_03_Cue.uasset new file mode 100644 index 0000000..f63f57b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf572aa98a2322b7e3c0beba4d209cbc75b1e774e4dda2204bee1060239f43b4 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_04.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_04.uasset new file mode 100644 index 0000000..5c9f6af --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3677f09220d50b711f8130f0c8f058adfd75be0f64879cbc5de058be0176379d +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_04_Cue.uasset new file mode 100644 index 0000000..f318ebd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe18f0fa8c747abc026c745ee0cae0d1b2fa8a9e2dc10672100ce56105fd5a52 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_05.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_05.uasset new file mode 100644 index 0000000..2054664 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985c676a49ded5347da1745b65a0bff784318db678fb4819c02263d869842210 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_05_Cue.uasset new file mode 100644 index 0000000..b7dc152 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a128cfe1d38f3d4973df2eddd11671b7cfdac1fadb90b209cbefc26a48b4f45b +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_06.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_06.uasset new file mode 100644 index 0000000..5a5ac04 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b9a34c590ac32a7f9fc854e9fc35ed66277f72c82526bebb622817c3f163d5 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_06_Cue.uasset new file mode 100644 index 0000000..e62810f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7308cff9cd0b56c1e6a52b766cff93fe79364f66fa9e1c91aa5e74876e28744e +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_07.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_07.uasset new file mode 100644 index 0000000..4a41d73 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8a9c37a95c455a40bb2373ead0af26a75c2f503fb8aaca4ed7a8f5cca0b17d +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_07_Cue.uasset new file mode 100644 index 0000000..8af9a39 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3d1ca1ff5c754857594628ec595f2de369d13da7893e24f1503ce257eb52a7 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_08.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_08.uasset new file mode 100644 index 0000000..610d19c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a627ee37f9743a40d69182f0f0c4d8220958f1725b28535368b1add70b3fd5 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_08_Cue.uasset new file mode 100644 index 0000000..3c63055 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78936d821670fe9ba8f015c963047cfd3a3fdb5bc207c0728041b84527d34cf1 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_01.uasset new file mode 100644 index 0000000..37fc285 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e33378900558c71aa5a2a407fad1ff4a77873f99ba2bb062839ff7ea2cfae5 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_01_Cue.uasset new file mode 100644 index 0000000..7c4d3f4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1963aed71beddf6bd887417b99bae832d609bca36c6bf993531391dab9b004f5 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_02.uasset new file mode 100644 index 0000000..0917eb4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535e64784b50935238f25e2455bd5bc9a491fe33c9c4ae68b0521af4187458ad +size 551 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_02_Cue.uasset new file mode 100644 index 0000000..64c644e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8f9b0be28e9e77eeb4ec2b4f48016d8cc1b14c01c3bdc0a0d6144bb16bde46 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_03.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_03.uasset new file mode 100644 index 0000000..0224a68 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b49313f6af5031610e9851de34025210836287be2d0ae3fccf5ae47aa158694 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_03_Cue.uasset new file mode 100644 index 0000000..a8e9b67 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17018f0e6cf22f9f6ffddaa84f519d13a681b063bd1ec71628634a8a53ccf1e +size 555 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_04.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_04.uasset new file mode 100644 index 0000000..4b41385 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada764dd5842150c1599c1d9a1785cd18745035d2d8d50d2185cd868e9944508 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_04_Cue.uasset new file mode 100644 index 0000000..72ff1f8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5741ebde0f35e9f6cd38ebe6f542f6795aba7804eb93db56f1019d9c824a579 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_05.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_05.uasset new file mode 100644 index 0000000..f18303d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a10fd8f1f283c074d151d7cad348bef3c89f84875674d09ea5126ccd19aaff2 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_05_Cue.uasset new file mode 100644 index 0000000..ea784df --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_effort_short_jump_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2809e14fba67c78781b227511284459f14f2b0f2f135df0338d2caf6efc02619 +size 555 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_01.uasset new file mode 100644 index 0000000..c560677 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cf10795574bd0a093bd36668e364a339ac0f86ca659a33e3e729b6288eaa61 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_01_Cue.uasset new file mode 100644 index 0000000..224f801 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c385eddc7d2ecdc3dbb1fa6d1873c7f06f370fc15c9d8069123cca801f101df1 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_02.uasset new file mode 100644 index 0000000..2018dbc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fdfda18bb7a76acbc620d712208b4c58e203134cd99c56c37b6437eced7fc1 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_02_Cue.uasset new file mode 100644 index 0000000..085d2bf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7073aba70edbd7c427f38c058768c3d52df14a1ba6b70688d1646c185c21de +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_03.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_03.uasset new file mode 100644 index 0000000..9b924da --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122418f058121cddb42efb2c21f0eb923302703a37e65f1331f0917f3ae003de +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_03_Cue.uasset new file mode 100644 index 0000000..58c6f82 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fb25234241fd56244ecfe6586406722912b19a7b0dd9baa70e9cf7feb905b1 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_04.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_04.uasset new file mode 100644 index 0000000..83ac054 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890726b196c5b0241a7f7dbf7641e630f075df72ccff528341c031eb1fa8257a +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_04_Cue.uasset new file mode 100644 index 0000000..ca969b5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027dbd573d6d33cc6a7e2eedb31d0f8ed5f175cb78a767dd92f5960d057b8b0f +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_05.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_05.uasset new file mode 100644 index 0000000..1208beb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddd10c1728a4ef1dd46af1afa4a1616bcab2f11d5be77fdd9ee267327f5eb15 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_05_Cue.uasset new file mode 100644 index 0000000..801b7b4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_growl_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426ac866ec89ee7637f4688473a001397cf9a53bd1ee3d37ac2051977f547c2c +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_01.uasset new file mode 100644 index 0000000..acec77d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66be88f4a6027b1a95a866db19c8bdf10b249dcbe72a25a6a5ecc2df64b19e6b +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_01_Cue.uasset new file mode 100644 index 0000000..597f191 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508cb3b40265876d98ae815f0108b02be95d8c0f4008196cbd76d1dd15f25598 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_02.uasset new file mode 100644 index 0000000..6b39a56 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d008a0b2b73f74c3245021fa527ef2b3770397ff00e7f45b5191f21f954c29 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_02_Cue.uasset new file mode 100644 index 0000000..2f4593e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8366e3105473a662691bcc8a79257af62576ecd827274812dae23e97df0bcc8 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_03.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_03.uasset new file mode 100644 index 0000000..1a42178 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4b70b53b620689b360e13f3bcd53da8eddfe29873498745b8ebcaa207a538b +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_03_Cue.uasset new file mode 100644 index 0000000..bebc856 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a90d81f558046d8bf7dd8f1ad6be41c2d9d32c25027e49e295fa1387267eab3 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_04.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_04.uasset new file mode 100644 index 0000000..eb96b87 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688547047879d75bb8974f96cd39b7bfbeb1f4c726e67d88fd9365dbb8834d9b +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_04_Cue.uasset new file mode 100644 index 0000000..348520a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78677e223ed886a5d897e1ecf84dab3262a1fd41c44bd9d3af6f9fd0c4ab6b6f +size 547 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_05.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_05.uasset new file mode 100644 index 0000000..bd24d0a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844e4efd62c9fc49736571443d6ab41b02a9565432ea8e30afd0cb2068b54b00 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_05_Cue.uasset new file mode 100644 index 0000000..1d273c4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e5c57e8ab857dffe5e11733d33af64a05cd7cdc998be713835d03a618b9880 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_06.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_06.uasset new file mode 100644 index 0000000..b230fdb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d071c36209439e366bea7a146062fda6f4e7d59cec0a0809cf9c9def3ecc0e3d +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_06_Cue.uasset new file mode 100644 index 0000000..1826bd2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ed1e7cbe3033e19253dda26f2953d8b8c89e6df96d68dbbfe474e0e2869f7d +size 547 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_07.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_07.uasset new file mode 100644 index 0000000..b3d027f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e1026d6e9b9b632793cb845c1528f561dedf4e7fe2104f069f5285d692c1f6 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_07_Cue.uasset new file mode 100644 index 0000000..e0c9af7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83834bcdb51e1e107de96314e0ca914e71d6d0d64ed33dadd6453753add952f +size 547 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_08.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_08.uasset new file mode 100644 index 0000000..a5d9678 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc346840891aea417f8a26ec1367953bbfdcf8a9fa97043e2dfee4a5642a4f0 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_08_Cue.uasset new file mode 100644 index 0000000..55d4bc0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc14db4d5ac5c6e020630a695519670bab67333bb4c3b54e3f7bfa6b56f2af7 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_09.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_09.uasset new file mode 100644 index 0000000..7df5adc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4766322f34073d944cdc022ea0d7716ebc04b981ed12c6910b3785b8a8071db1 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_09_Cue.uasset new file mode 100644 index 0000000..6379ccf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_hurt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50078f3456dbb9da5258991f4e9e846b35d6d2b0c52212f1ca603ff388bd5dab +size 547 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01.uasset new file mode 100644 index 0000000..25eeb90 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473d761179da714e80c373e1fc2f1f445402d18c0a52884b4b9f5b9ee43657fb +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_Cue.uasset new file mode 100644 index 0000000..105b314 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8ae747b601a2998777ad85b9f5a4b9869991fcef3bf7a1330ce2eeecf67e56 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_01.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_01.uasset new file mode 100644 index 0000000..5cef31a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c21157b6955f306ab30dc329a609dc61a35ebc4b9eedfdc6bcd1b3c5d89a08a +size 548 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_01_Cue.uasset new file mode 100644 index 0000000..fa2f6eb --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337ab40e0181f17a84d81cdc91d3e734a1f5e7636cbe7b56fc9eb5bc56a07000 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_02.uasset new file mode 100644 index 0000000..4e5144d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db88563f98b4c79e4cb32adc2a9762085c4b622fc408d33feffef924efb749a +size 548 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_02_Cue.uasset new file mode 100644 index 0000000..117d08e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_01_short_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de5a91d1a48cb165d4caa6a1d9b38427447141fd5c6f13e3a02c4b54d16a6f6 +size 552 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_02.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_02.uasset new file mode 100644 index 0000000..b62b69d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6664c4a896f4b532015cf456e9f96041f23b56bd94cc7177a620b09ba74c102 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_02_Cue.uasset new file mode 100644 index 0000000..73da116 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f452a3b9a27b6d04792a2a4c0996a94677f457c218af62d1cd72584d64773bb2 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_03.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_03.uasset new file mode 100644 index 0000000..f2b6a3f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71f9067a34557ba856fe296ddd6a1d90b65cd0f3cb9d1e7d80cf409d700322c +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_03_Cue.uasset new file mode 100644 index 0000000..1a1ee81 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bdbbbc672b2d6cd25c4841d912e40d1d367edbea9fa24637e264d0f3478ce70 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_04.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_04.uasset new file mode 100644 index 0000000..abcf90c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55b8f111fe932862203162612d0badc08eb07cde919da71827dfbdb575d9ba3 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_04_Cue.uasset new file mode 100644 index 0000000..a2804f3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleC/voice_male_c_laugh_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e1d8be8532a9690a0611b48e92f9a968c6414a209f1905edd8a561bea7b4e3 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_01_Cue.uasset new file mode 100644 index 0000000..8b9b1b4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bf5eb93e1bb7c297b05afaf0b7994c4a9731a444ad7f2edb1d6132f9039942 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_02_Cue.uasset new file mode 100644 index 0000000..b16c60d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6845f1d5ce241e64ac1b96e2466e7f4f277fb65be7ea84b012067de10dff0647 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_03_Cue.uasset new file mode 100644 index 0000000..fa2fa3e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66faaffeb62697786e82ead35d041f96946399c64cb346526b5e42be887b6e26 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_04_Cue.uasset new file mode 100644 index 0000000..527ed89 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983381fa9f0468917f90e819837504d1059affaf1201849309f86e251d39bc67 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_05_Cue.uasset new file mode 100644 index 0000000..24c157a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8fc58879390fb6a2cace7778293b6a54073d2fd72fff81184cd812c8f86672 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_06_Cue.uasset new file mode 100644 index 0000000..69c4c25 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af21931978673abf4c6d5054677cc37a2b5a1fda95cfdd310ce5ee234079b4e2 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_07_Cue.uasset new file mode 100644 index 0000000..b6dce74 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10193d87ffcaab9d4895bab8dd966609c59f923adf6b5b678c6c0f7d3a6006e3 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_08_Cue.uasset new file mode 100644 index 0000000..f128810 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6dc3e885b3d773d59575d6f282f32ea338592f5a881cf968a8f947b61f1857 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_09_Cue.uasset new file mode 100644 index 0000000..11693bd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b720e7ba1863bd71d7cc1e0dcb5c02cca99c3e051276cbf1303f9ac50babfddd +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_10_Cue.uasset new file mode 100644 index 0000000..008ce8c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_attack_groan_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e69e10790b53560a3ddc320140118268be2ba0744e44729c74d815b7e19bc0 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_01_Cue.uasset new file mode 100644 index 0000000..50a8c33 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36db845449aee52077562941255eaedccba074557e7bb9485d7cf57f4370ad0a +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_02_Cue.uasset new file mode 100644 index 0000000..e33c8b3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0d6b2bb47ae53f0bf89b39c1715ea675eeb87be503616ac3c8dbf79f0b78c9 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_03_Cue.uasset new file mode 100644 index 0000000..796d503 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999d973ae6fa923a35837d2487d0c724854efc4f749a218480d107e74c7d945d +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_04_Cue.uasset new file mode 100644 index 0000000..59bdc00 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fa100d8fcd243b5096b8ee23439d793a93350d5db08105d3ab14a72273f2a3 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_05_Cue.uasset new file mode 100644 index 0000000..cccf78f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e36491f0c6da9e6b3ab977533d2d9cfebc2368f137c0debbd81373141bc1e6 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_06_Cue.uasset new file mode 100644 index 0000000..bc36be8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd678e5fde654be6119b2f82c41ba8eadd54f74372a8244fdcaa8373d937e4c +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_07_Cue.uasset new file mode 100644 index 0000000..fa4b05d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dec60025703a0d3772bf8065e06e8ba38c180636bbec8718846461f2f372bd +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_08_Cue.uasset new file mode 100644 index 0000000..096b9fc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4fd0b4ff4ee0002b5755d738d2973212839d411f57c856bc41097a4b4302f1 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_09_Cue.uasset new file mode 100644 index 0000000..e75bfb0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a634c9ef33b0ea4f75288beefa3e3cc26abb3b24d84b7847fc12e5c949ad9da5 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_10_Cue.uasset new file mode 100644 index 0000000..6edda74 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402e1482b0a2022024f943cb86f2b9c3ace9c880ece1ce4ecdf03c2291fb5af0 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_11_Cue.uasset new file mode 100644 index 0000000..5497cc4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047d1a57448d9f8e0049dccefc2e23cee7d66792d5ec2de869a3835af234428d +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_12_Cue.uasset new file mode 100644 index 0000000..0af8260 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005dbced8c7c0f174ad68413a90799b4736c899c1578d6c9eb650f0cf57d89a5 +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_13_Cue.uasset new file mode 100644 index 0000000..560b145 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc976def851c2c99ceae4f88bff7a3bbabbbb0db8884c8a60682a11013c393d +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_14_Cue.uasset new file mode 100644 index 0000000..ee0bc1c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f83006a4b7ef0bd5a984cfe624fdf82d7e1a301fb12ce94c3349b784dfc76a +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_15_Cue.uasset new file mode 100644 index 0000000..bcec23a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_battle_shout_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40aa356852b9c70a2958ec246e47f0f996774851ff7e213a05563faf1d20560f +size 3440 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_01_Cue.uasset new file mode 100644 index 0000000..40765a2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10597c3279660a3ad9b8b73a2ea47b6d6bb640b21ac53343c0bffeb94c9eff20 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_02_Cue.uasset new file mode 100644 index 0000000..8fe8a29 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24dfe8ce4cc56f071f4f4cf287c41d77a98ae8f5ee8023b40318235d691232c7 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_03_Cue.uasset new file mode 100644 index 0000000..8095780 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a0516601484a0018a061e64ea5a09b47a890e73f1090cc6876ef4493b8ee0b +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_04_Cue.uasset new file mode 100644 index 0000000..b2da5da --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4265ea3f6584e41a217d1622499a94602a543799aa668d2183b724a5f7bdd74 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_05_Cue.uasset new file mode 100644 index 0000000..7bb72e3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97777ec9804607a20d8032232cf50d27f590524139d414f350d0b6766a8e05ec +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_06_Cue.uasset new file mode 100644 index 0000000..c9b4b4d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45316d99b16613169f2df22714cc05bf5c58cb72f942a220c9439afeba715167 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_07_Cue.uasset new file mode 100644 index 0000000..48946c9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e48f9676aa271de3197be528023e4af861ccd332bd5902e94525d4fe0935294 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_08_Cue.uasset new file mode 100644 index 0000000..c37e4ce --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467f7381848ae87e5ae04a87dcab6a8a6876658e9431674e1ac368118eece1bf +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_09_Cue.uasset new file mode 100644 index 0000000..8906eea --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb088cad381b38132aefa4e54232830adfd7af296b2cd5d50f78f7771507f4f +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_10_Cue.uasset new file mode 100644 index 0000000..0a0c7a0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096e3c0be753749129e79ce4aee3777d4096bc985f524886bf58c7960520ee3d +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_11_Cue.uasset new file mode 100644 index 0000000..a4db81c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbb459cf0f865b1a95c318719448f36a1c65792677404563a5d5d671c431edc +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_12_Cue.uasset new file mode 100644 index 0000000..ce6abad --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_death_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3162f96efdbe079ce470db3990bb88307384d2a58fee8178a254fecec66d8a1 +size 3391 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_01_Cue.uasset new file mode 100644 index 0000000..e23567c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f77a92c410be663ddab95407a85bda2c261f37ceb52154bbd791b153436a03 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_02_Cue.uasset new file mode 100644 index 0000000..3ef73be --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e2efe3319912cd05aed307a87150c9a1ce6394b88ec1b627ef08ab801a0890 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_03_Cue.uasset new file mode 100644 index 0000000..f0bbd10 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0aa603c8298d90e94be41e2328b17e8ba0e905cb00c9d8309455aa973477af9 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_04_Cue.uasset new file mode 100644 index 0000000..52cf925 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787703858daeeadaaf39d8b9b9e4fa911029c767a343d3306f0839574f325033 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_05_Cue.uasset new file mode 100644 index 0000000..4501dc3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b136286d3bd291db270927b48be6e4cbd6be466814654fa16297241cbcdaaebe +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_06_Cue.uasset new file mode 100644 index 0000000..3801aaf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5982980b10e6de4f6bac93120130870d68f58e0f850c5a0517f76b81b42b0a81 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_07_Cue.uasset new file mode 100644 index 0000000..33ec3a6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb90841fe6240369d6d20117967e95a70e581580f7d51ea326a6cd43ff711ef7 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_08_Cue.uasset new file mode 100644 index 0000000..6513614 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888b265a6352ce89905dff50772b07381f645a279fa28690532dd47ea3d63fc2 +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_09_Cue.uasset new file mode 100644 index 0000000..df358b0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c147ff3cd1646b74049eab7fe85702d8e6ccdc91b146f8d4c4939cd8e2c1d1f +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_10_Cue.uasset new file mode 100644 index 0000000..a306751 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc60ecfcd80cd92ae2105d20904629984b447c3e413685ac6af8c0252760efc +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_11_Cue.uasset new file mode 100644 index 0000000..b63d146 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122e3a0c5af9972d007eeae845244efbbea7da2662813b70e0becf1cf198b4ed +size 3419 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_low_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_low_01_Cue.uasset new file mode 100644 index 0000000..8efc6b1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_low_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0e13fb58e6c3b1721da4027b5fa049d9909ebd1c0e7b8d8960dcae0681fd5d +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_low_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_low_02_Cue.uasset new file mode 100644 index 0000000..3bb2f3c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Cues/voice_male_d_hurt_pain_low_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f5a7cd372228ae5327b8c1a5c8e3488d7d65830e7c8ec2f77f38efde716749 +size 3447 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_01.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_01.uasset new file mode 100644 index 0000000..0252626 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfba9dc7913707e64fa7d2cf8827ab52fe04d4f093a9c11eeeddbc7712b33b16 +size 62532 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_02.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_02.uasset new file mode 100644 index 0000000..4338b39 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f117d8345ab00ee6e94499c055171afa1813368b99e72a46dece5109673a95 +size 57807 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_03.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_03.uasset new file mode 100644 index 0000000..5ffecc3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5df44bfced2c8276f360c3e6cf06c5307802a176c0b3472ab3b1cc5667c08cb +size 67633 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_04.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_04.uasset new file mode 100644 index 0000000..07ceb93 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef553c5a84b2fd88c2dd3096d7b6bd3c8edc9c80ba4595c2125730f8eae1be0e +size 47967 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_05.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_05.uasset new file mode 100644 index 0000000..b09f1d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf792d9e9e0e4063038c388b1f12f26c43de73f76af1bd56b084029ef13457d +size 76851 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_06.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_06.uasset new file mode 100644 index 0000000..e8e742a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d65ee9aeb30f11639a3b2241f40349e26b1a22bd5889e2c373d024ef178242 +size 88109 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_07.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_07.uasset new file mode 100644 index 0000000..392caa4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0104e7b839aba100094d69833deb2cf2a5930617395d92a0cd100e5779dd1279 +size 80973 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_08.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_08.uasset new file mode 100644 index 0000000..d5de3c3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59307e9d6bbf6c94188df409b5af6036dad861008440d8ee2e29c969a46c6017 +size 64656 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_09.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_09.uasset new file mode 100644 index 0000000..8117097 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f144e8e9e3cd5760276de7ff7ef52929a8b315e15720a75a7f24d7b492c3eca +size 67043 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_10.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_10.uasset new file mode 100644 index 0000000..a557e81 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_attack_groan_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bf5dc2aa9365f5edfd39016dfbaaca284d4613fb63cf08bf07a0a15a65b42b +size 82833 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_01.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_01.uasset new file mode 100644 index 0000000..e6a1682 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033d8f1bf90cc3f3fa77a38e69f642bbe7a6af40252f1f86d2feac8aab94ac79 +size 179051 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_02.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_02.uasset new file mode 100644 index 0000000..5041d43 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4962dc4a9843b0c11bfb13f5be3a27e06a8af44aa7f30fe9d5b9db1fafa3a253 +size 156883 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_03.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_03.uasset new file mode 100644 index 0000000..440e086 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b35f4ce05b07e2cfaebb8c39255c96e6e4d8470dcea4996a347a3e8e50e22f +size 252756 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_04.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_04.uasset new file mode 100644 index 0000000..96d84fd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a43dcb98dc0d16b134228b0cc715fa3382334240dc70e2f2c4f5af34839953f +size 203853 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_05.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_05.uasset new file mode 100644 index 0000000..5f5508f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f923e8a159caa3bf4e51e9333abaed5fdb8f60ee54cb15dbddeab04b7d6c0f +size 241913 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_06.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_06.uasset new file mode 100644 index 0000000..2e9db71 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d360f73df12467157ddedcd120d5fd876c18a745f34370127355b067eab118 +size 173433 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_07.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_07.uasset new file mode 100644 index 0000000..e090527 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb189c5312e2a0eaa86aa8999bda1140d736a54c3c6b630241eb20421060e1cf +size 163225 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_08.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_08.uasset new file mode 100644 index 0000000..6264af6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8670f4ad0c85f8c7e515b58fc098511734ad5d7fe711def5dcf0b9ac70deaf +size 148842 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_09.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_09.uasset new file mode 100644 index 0000000..9bc88a7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366d7c930c92cdf0ed1bae5158e75dabcf8536594fd0ecc443f6ee23c461f58e +size 181061 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_10.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_10.uasset new file mode 100644 index 0000000..f5ebac7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362b7d4f08e75b6ddaf8c4b772d8fa4c2d237242931c7313e1c02dd952f6f46b +size 153414 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_11.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_11.uasset new file mode 100644 index 0000000..698b035 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cca988987e8dae90b1c8950e8a385777de3ca376e71f57c13a4bfbb42f7ca5 +size 149547 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_12.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_12.uasset new file mode 100644 index 0000000..fc78585 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3449519d786ab87ea468f37b8e74ee388a60e58a612b5623f49d7bca4e65be14 +size 131828 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_13.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_13.uasset new file mode 100644 index 0000000..3f73005 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470c64e066dfb7e82e6d3f4d086ee399e90ccca25b711cbf1a3b567e4483e50d +size 63831 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_14.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_14.uasset new file mode 100644 index 0000000..a018a5c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a198f7affc2c74432bc5310c63981e2ef94dc16ce2bdfebb75da65df23c877 +size 84562 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_15.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_15.uasset new file mode 100644 index 0000000..9401615 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_battle_shout_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae84fa9d610d546f76bfba321d5f330a86422f2631e46d2128b9b2df48033fb7 +size 118749 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_01.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_01.uasset new file mode 100644 index 0000000..9197774 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d0cd5a51821cee02061592f1d776d714b6444bec18fcaa3f432daef35c6ef7 +size 191883 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_02.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_02.uasset new file mode 100644 index 0000000..3ae864c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff48d8aa2b9c86ece291a4d8e42e390dd689f71322fd4231634310f32d08b817 +size 154893 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_03.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_03.uasset new file mode 100644 index 0000000..3ac3c8b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed82cc44b8fa5fe05aad81473b00dfecd1208068dd1f63360631fe2c666b8e3 +size 183609 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_04.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_04.uasset new file mode 100644 index 0000000..740f05b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ae72c6844dff3ae176f6706d173ea25d04100453295d5e958be07553aaec16 +size 130283 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_05.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_05.uasset new file mode 100644 index 0000000..233af5e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c4bdd3242a8d6fc1d7130b24991c47f52278fc984f07b38302f7044c81b50a +size 90245 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_06.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_06.uasset new file mode 100644 index 0000000..58209ea --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5101fd204d7205eac1142c49fad5ae1679db7c9779dce0a26281167011c8a768 +size 151287 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_07.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_07.uasset new file mode 100644 index 0000000..be2e397 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97477026035598c0aa1453fbf88c113268060695367033fec18a1ea4e7814f3c +size 161530 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_08.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_08.uasset new file mode 100644 index 0000000..f9cee2e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3632f07ed1c0745f818a6ba820dd08cd8a750469ddb256384481353baa9475 +size 150792 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_09.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_09.uasset new file mode 100644 index 0000000..bafe287 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9938485285500874d0b84d81647a6bb5ab43b77f54e83f48cf0117acbfd58e2 +size 167056 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_10.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_10.uasset new file mode 100644 index 0000000..58560d9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb6250783a4fc673293333a2cbf04ae3d9ca942cbc814affb50dc10417b21b7 +size 165819 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_11.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_11.uasset new file mode 100644 index 0000000..c353bf3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58fbab9eb0e7297d58afc8d790cd6b8ca01129d42b301b004db15cc3e422b52 +size 248413 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_12.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_12.uasset new file mode 100644 index 0000000..45c26b7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_death_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6693e9e30319d3c0f5c35bd1bc8901c6790fb0d5c1af91a48fe391b45a21e9 +size 200927 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_01.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_01.uasset new file mode 100644 index 0000000..24d0322 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8228059e0ea4da705198cc6a639fd9e898121624d6d65f0fc713dee54a9b493b +size 44262 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_02.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_02.uasset new file mode 100644 index 0000000..43854be --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581c89441dd3dbaca6b910528296ef19d0105020ce4bb50dc5f2e2d1507f8293 +size 55457 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_03.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_03.uasset new file mode 100644 index 0000000..ea0ffe2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524570a532c67fda4fb0134143fa290255eb796d824082886fe0d03ce4a2231a +size 54875 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_04.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_04.uasset new file mode 100644 index 0000000..ca2624f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae39f0662419db11cc151e1d71444aed4121fbce463e15b88247f0cc5b9311c5 +size 41118 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_05.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_05.uasset new file mode 100644 index 0000000..6682d9c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250bbe1e756e42a960cd5a81d3642ada729a75721db0ce1241fac08ca9fbbefa +size 78350 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_06.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_06.uasset new file mode 100644 index 0000000..989414c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9b6651dcf6031d6bbdc041a12236847be35223cdd9824cb4bbb5707e782556 +size 53319 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_07.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_07.uasset new file mode 100644 index 0000000..9af7c65 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015c7e4df0fd2833f19532f593f0caabf3bbf81b2b480c1347b87cbe1ad97414 +size 47747 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_08.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_08.uasset new file mode 100644 index 0000000..d3fce6d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee21ebf6fe88479ea7b6a67becbce1a08b545c62f62669f1539b9550aa6bd007 +size 54991 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_09.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_09.uasset new file mode 100644 index 0000000..953fbef --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3192fcb1b685b5387510003185c9e876fd7872b5f58e4a59cd4e5ca8c65e1b +size 40293 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_10.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_10.uasset new file mode 100644 index 0000000..664df9b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76585a51bfb424204c9905453bc98fa1dda5bfbca68b00faf4e949bca8afe298 +size 46033 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_11.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_11.uasset new file mode 100644 index 0000000..c754df8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d0b15f080dd7eb4e69a51ba9db2f2312a97e7a33f4c43c737a382075d23a23 +size 40274 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_low_01.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_low_01.uasset new file mode 100644 index 0000000..6fe2cf4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_low_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e214e2ea2f0774d3a916756d8313150e37b4ae87990fb4f212d74dd5a4cd35e +size 39170 diff --git a/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_low_02.uasset b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_low_02.uasset new file mode 100644 index 0000000..7886659 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/Wavs/voice_male_d_hurt_pain_low_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838265bd4e99dcc740cc4ed4244b5ffe2c85a228bf1f5738e3aab2eeec596c79 +size 33495 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_01.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_01.uasset new file mode 100644 index 0000000..4914c52 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e941f125936667ed8bdb7e04ea7408bcd5d3363c18aa9445d2186af193e339a +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_01_Cue.uasset new file mode 100644 index 0000000..8e7bbc6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e60bdac5a122d99efb22cf76cc84fa058b839fec689909ffa75c5a2f429832f +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_02.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_02.uasset new file mode 100644 index 0000000..7fdf28f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2809c415ed4b565471408b3e651e6c53305b4a56231edbed3146d4a319fd030 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_02_Cue.uasset new file mode 100644 index 0000000..7538aa6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c478b5ed5d886ca6ac8bd73376a8e039b35d14b562921046e228f0ce1c19b5c +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_03.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_03.uasset new file mode 100644 index 0000000..dbc9ed3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab8a17950669e31c097c79ab03597d8975954afb5367e3ccb085d9e6c11f469 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_03_Cue.uasset new file mode 100644 index 0000000..fe6b1a3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5e4cd002121dd6b0d412152ea9526b4fe9e80f4c7d4797b04803580ce6a37d +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_04.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_04.uasset new file mode 100644 index 0000000..e0c2389 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4df3a9d6a9e6cbb29cbdcd9453e13d80e8963e6c9c02b1db7131e7e556f932 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_04_Cue.uasset new file mode 100644 index 0000000..0fac9d4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664d63f151ead486731c2b97d4e25dc35f51c54644a62bd41ffbd8e925899e2e +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_05.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_05.uasset new file mode 100644 index 0000000..6b76861 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826b67cc0891ee5446cb852ed1127606ade6be162063863a93555b7ac0c19e93 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_05_Cue.uasset new file mode 100644 index 0000000..735c611 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6603f62070c37b679815f77e4543d54ced9a5680ab7deafcfc48af598227fc +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_06.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_06.uasset new file mode 100644 index 0000000..e2cd877 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da782d8860beaddca798116a2e4798c83fbefc97f196199e0fea26c4dee4cf1e +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_06_Cue.uasset new file mode 100644 index 0000000..8bb7fb6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfaea1c255c0905ebf427871f562b14d254029478b04d4afb0d4d651e40ca96b +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_07.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_07.uasset new file mode 100644 index 0000000..4389389 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba15175fd3be5a7106eff2e7dded011c19cb946cc3d5c2b59447e53e79bde6f +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_07_Cue.uasset new file mode 100644 index 0000000..8674b2e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aefa16494311f69e76b81c91b1045596ff6ab5497f37ed836b20fc04aa78986 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_08.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_08.uasset new file mode 100644 index 0000000..44a3388 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e242c673cd5bedf85bbfcbc97982a0c133dc40e4a2356d37569dfaa6050afc75 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_08_Cue.uasset new file mode 100644 index 0000000..e6ad36c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe92777f5b6fbfc5ebda9ff08acc89fa2dbe811eb87b5c462c83e7ec39a19cb +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_09.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_09.uasset new file mode 100644 index 0000000..27c1a27 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665bf374628f460b84382330f0fb3a382b49fcc6ad9b13e6b9d56e859b88a29f +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_09_Cue.uasset new file mode 100644 index 0000000..b0b7d3d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41adeb52af049538487f171a99e9cc6c2743b61f157479299a699be6fb93a56 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_10.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_10.uasset new file mode 100644 index 0000000..32a1803 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8065f8093b690d614be76ad8911b117a428960089b7b7ab96c4c4c508aab7f10 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_10_Cue.uasset new file mode 100644 index 0000000..4c1dffa --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_attack_groan_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc347a8553fead927d82037627c99a388e9a6d4a81704708f9ba2333327470f8 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_01.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_01.uasset new file mode 100644 index 0000000..9ba567d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd65d233c6f86528477b86a9ad14280560f9363c2fe4dc94b5308d604cb4c592 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_01_Cue.uasset new file mode 100644 index 0000000..7b53f10 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92f08a257a1bdfe43f0dcd7b9378d0ff9e4988180fbf4aef5ea76784334543d +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_02.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_02.uasset new file mode 100644 index 0000000..751174d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af25ad878a6fe369c3b8756ce44a19374b6ccc5b3d7614e455322463f6defdc +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_02_Cue.uasset new file mode 100644 index 0000000..03ec067 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b37908e3a0a051da96b0d6876af09bfbcfe7ac062dd9ed96634568078ca0ad +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_03.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_03.uasset new file mode 100644 index 0000000..2be92f0 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7538a100f32aedd87623a426690f42161ec128b0b9485b1d4317ef84c24b4888 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_03_Cue.uasset new file mode 100644 index 0000000..3132bf1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c122d2094d10dd4536c3cdc88eaf67be7f8232a9900520839d661f3ad8b47c +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_04.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_04.uasset new file mode 100644 index 0000000..174cd28 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0801a8b816f31e6cd1a4794d6c2f422ccbe253e0ce0a525b15a5042fc7a9be4 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_04_Cue.uasset new file mode 100644 index 0000000..3123b25 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9565f2f06ed845696e0a5259c7b9759a16b3a498ae647af51563d5ef41305d3 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_05.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_05.uasset new file mode 100644 index 0000000..75b4dde --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127520881c362b29abb28f8d76c20753689a37920a9065682e11ea692d110e87 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_05_Cue.uasset new file mode 100644 index 0000000..7e7a9ab --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b8390ec391e7ece911d61a194de8be5effe1a022e2a79e6c2de812377a3ce2 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_06.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_06.uasset new file mode 100644 index 0000000..5b07d2f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c973cce8993ee191c6e79936e02395b874f4fc8ada57a9408fd9573a1f1804fd +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_06_Cue.uasset new file mode 100644 index 0000000..10d9165 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8dfeebf902f34504dc4636bd7c6ea92c7e36dfbeb07bd7dd0579ac26931710c +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_07.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_07.uasset new file mode 100644 index 0000000..99d25f3 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cfc9b4563cd6c9e748f2a9ff26ac1d799919166b06ad4117603848f953fa6d +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_07_Cue.uasset new file mode 100644 index 0000000..275a2d2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792156c8a71dae6ae131df5bc536691652427865d160679af803e61355c8af14 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_08.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_08.uasset new file mode 100644 index 0000000..f67d297 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72c74cff7eade92b01a26cf7f31177d19cdc3a3c3de66cf4e99cd72cef89053 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_08_Cue.uasset new file mode 100644 index 0000000..dc24f2e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272f7f67ee00ce63444bc1c82c05047de95c49bcfedf6a34df086c6f81ab4e13 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_09.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_09.uasset new file mode 100644 index 0000000..9dfb6e8 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2601c2262a7f8730d2cd27c4c1f27ccfd25c52512389ba42a2bbb822addbab87 +size 546 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_09_Cue.uasset new file mode 100644 index 0000000..be5df52 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49d1fbbf87b9674e704503d9f654b0e6b8f8ecd03663adb1673ccf24bb33341 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_10.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_10.uasset new file mode 100644 index 0000000..6f88848 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70019e0ae0eb8a13259cc401fa14a39402e44735896d666445f3f4bc5a8c4c50 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_10_Cue.uasset new file mode 100644 index 0000000..e3bb4cc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca3397254ba57a2833c92fa41db3c462d26c4a487edfe22cdf63420ade2bb4f +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_11.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_11.uasset new file mode 100644 index 0000000..88b6fc7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a251c1cbf6ca24095be5364a737f88360c0e9fa9a6df5d04f4ed231b3c34a0 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_11_Cue.uasset new file mode 100644 index 0000000..3325d48 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffb79c006c7700e09106ef181cedfae2eab02799cd5765bda902c5eea083c73 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_12.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_12.uasset new file mode 100644 index 0000000..842837f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29399f596d279bf8790fc90cfc4cde96e3720a491a12d685f96c5f7d3f8623a8 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_12_Cue.uasset new file mode 100644 index 0000000..ec00f58 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397354eb6163988399f7b9f409a3ef35be693faedbbaa1ca69263d38463cfca5 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_13.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_13.uasset new file mode 100644 index 0000000..967ea8e --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587db90609591123d484b58436304a4f48c8fed4682da4bbfb779750f463f0a6 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_13_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_13_Cue.uasset new file mode 100644 index 0000000..8723fed --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3460c917454ce60235348d43d5da5b1ddbfd970515dd19ff1b3ce4622062df2 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_14.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_14.uasset new file mode 100644 index 0000000..85020b9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09fed0d0591c77757a16452ba8ee53719c1a6e59156cc7a6d41d6d1e7e5d6bc +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_14_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_14_Cue.uasset new file mode 100644 index 0000000..b3c9248 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8cb9fbcd157699eb461bba3cf9d318967068b50d161d2013256910e3263ed6 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_15.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_15.uasset new file mode 100644 index 0000000..9470226 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5f0cb85d40906ff44fa64ea302f42eee472a3fb956aca5b676ba0df7905d04 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_15_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_15_Cue.uasset new file mode 100644 index 0000000..127402b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_battle_shout_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbe0fd7462ff8a0a150fe073c37cf00d5e027ec75e60174e921aa1e7859aa79 +size 550 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_01.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_01.uasset new file mode 100644 index 0000000..7458e7b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beade8306a16d5d3850f4867f518e303edbe337105ca877b17d29c8316b2847b +size 539 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_01_Cue.uasset new file mode 100644 index 0000000..d8bebe5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07c7ab80e3f52e2ae0bfe69a20f9b5a03d8437515c215aeb258d539359e041a +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_02.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_02.uasset new file mode 100644 index 0000000..5aa8065 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18c2141c75993ec4a94691dd7de2fda396e335a8911913da190dd70063301fd +size 539 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_02_Cue.uasset new file mode 100644 index 0000000..2ba8e99 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94399c19232c425d2583f2b35854c37176148f228d4f3f30a0ded4c0a5a097e2 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_03.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_03.uasset new file mode 100644 index 0000000..685889f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cef82a11442f55851abd6deb537fd002a6a75acfa706cf78c49e5ee73641fbb +size 539 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_03_Cue.uasset new file mode 100644 index 0000000..95f3ae2 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9565fef6efadf1ac2766876d0d67a241c23d7d6058adeb8a7c2dc671f44010 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_04.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_04.uasset new file mode 100644 index 0000000..ea36c9c --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4e3c7f6dbfb0428028f7b64d780e1f4f9f8cba996688e7c70ac07b75db1534 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_04_Cue.uasset new file mode 100644 index 0000000..8ab51c5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6839f8f095e7a578ff0ca2f5c1a01076f8cdb53094415ed97cd4d89383e15a31 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_05.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_05.uasset new file mode 100644 index 0000000..90508d4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382f3ec803bbbd7f3ba14010423f20b5ebb83c24bb24eeb6d99e2165166c78b4 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_05_Cue.uasset new file mode 100644 index 0000000..aacc2a7 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8178457c7be872b152643b3e2e606f06ebf12839c31c7afe24c89f543183d071 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_06.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_06.uasset new file mode 100644 index 0000000..9c9ab13 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d02bd3dd9fa8aa114dc8baa6ff52d325f1c4d6f99d6d775b280a25be2ab9acb +size 539 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_06_Cue.uasset new file mode 100644 index 0000000..f5771ab --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c2a66273999a599acf5474f49a56dd0db78d04ca22bdbde0632940335f2cde +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_07.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_07.uasset new file mode 100644 index 0000000..27c13cf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2844807d12e898c6d003a5550b3ffb056511e1eb51a410bebb61238bcfb6f2c +size 539 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_07_Cue.uasset new file mode 100644 index 0000000..e7736f5 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17143131c8364dae1a9500d1f8c98a9436844be66b4b7c350162a53e4dd72e4 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_08.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_08.uasset new file mode 100644 index 0000000..c111746 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fdf56f3123aa9ca5acfde3ba76652e2535b842d2a8622092a2e0aaf3327819 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_08_Cue.uasset new file mode 100644 index 0000000..4ec7303 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf478304a3c1de6ef95fbcd30d4b94196afc57b50a0f40075d304f309acb63f +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_09.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_09.uasset new file mode 100644 index 0000000..b295405 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1ee6aec54c4fa7d907a314673f230cf5a4d4434e34ef395f6f895dda546a02 +size 539 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_09_Cue.uasset new file mode 100644 index 0000000..8415db6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20057d03c264d902c80b029e0decc1b01910e26f583f3d536cc0ce0d3c14fd43 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_10.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_10.uasset new file mode 100644 index 0000000..72929d6 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58e2f32f833648a9bd7590a48df884f39a58ce8f8785baa1435003e1413a1a7 +size 536 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_10_Cue.uasset new file mode 100644 index 0000000..a804584 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd83df78c0c9e58e8e0a22811a874c861225bdddec4c9b8c0dd2b385e51a573d +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_11.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_11.uasset new file mode 100644 index 0000000..4b35982 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13082ff04cbb547902553836b78dfc6820b535179303a39333c4e6e3073d7e4e +size 536 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_11_Cue.uasset new file mode 100644 index 0000000..863782d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708ad714ae41b18b882ac4b5d25fbe2746dc4d9352fa445264a50f9b8d21ffac +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_12.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_12.uasset new file mode 100644 index 0000000..a46669d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc2b43dba86fdee0da1367fb6ceaf995fa17093b5543b5d86b4d9e79785fdb3 +size 536 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_12_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_12_Cue.uasset new file mode 100644 index 0000000..be2a76a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_death_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f630f5495e0a33da1814cd2ce3845711715d844f65f0d0faa904c70a24bc41b5 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_01.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_01.uasset new file mode 100644 index 0000000..6be9845 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7c283b1ab93df87ee302ecac54a3a52c961305907ade509c250daef4bb1cb5 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_01_Cue.uasset new file mode 100644 index 0000000..589e777 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4453407cda15ef45d8e21754ff210c145a590118ccf7743e807b84e604807050 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_02.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_02.uasset new file mode 100644 index 0000000..9bd05e4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83fd99894656d914664e374043900feafac232b523cfd3ffcaabe0097021496 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_02_Cue.uasset new file mode 100644 index 0000000..4d9b135 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2396ac5dc9401a49a51d62bf14eae21f34323695ce6a7c312d3a0de6a593b7 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_03.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_03.uasset new file mode 100644 index 0000000..7d8872d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55486fbdaf58523d50c741ab76d44c0c95120162d159236442cd5c74578d562 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_03_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_03_Cue.uasset new file mode 100644 index 0000000..6a1f7bf --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e876aa0e19babb028ee44e96f7dbd393c9340e3f0a23ac49a6ebda03631a0f9 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_04.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_04.uasset new file mode 100644 index 0000000..a7bc6f1 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eccab38f94927645645856013b79b3d0db0b17a549f79e49a7702c505bad918 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_04_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_04_Cue.uasset new file mode 100644 index 0000000..f72ef82 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a243c35e8ae7ab46bee0c35a4f547d26f2fbb555b8f61f93291dfdcf3c402d61 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_05.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_05.uasset new file mode 100644 index 0000000..2e3bf13 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ec71373af3a8af3a38b4ace87caed71b54c99101781504a47bded73b8601e6 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_05_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_05_Cue.uasset new file mode 100644 index 0000000..23e872b --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13f50285dc3ce4f3f4a7fe79d51e91405794e3a80df589f55c5b02ce3190a8d +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_06.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_06.uasset new file mode 100644 index 0000000..03f5eae --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9634eb6e32cb0d0f6d4b1386b4769899c274396a68ef60f40e3dc6a93438bc47 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_06_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_06_Cue.uasset new file mode 100644 index 0000000..ddd5668 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5027be25ef6ba99231bab07691f0b4f5d38d6d3aaf9b63aa040ad2d23dc772 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_07.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_07.uasset new file mode 100644 index 0000000..9f47914 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a645d80ed9fa6aff3c8c8624611281f55cec334392d120f99211f80633a21d0 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_07_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_07_Cue.uasset new file mode 100644 index 0000000..dc0eecd --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa9d165119b1aada2c7ec7c9c90c723b7144bec0d811ce4f4fa1265c547affe +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_08.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_08.uasset new file mode 100644 index 0000000..86dca82 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820888bf034668a42ad4957c6ece7bdb184368899e482019fab7c3aa83452dd2 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_08_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_08_Cue.uasset new file mode 100644 index 0000000..d2dcd68 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a80ad91f7de1aaae9b19202c31094700d0fe240e03d99acc6285023663f887d +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_09.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_09.uasset new file mode 100644 index 0000000..4afdd25 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8457e787ca251a808f1cbaebf72236744aab98de98a55b3c3a85d7706cc2592 +size 543 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_09_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_09_Cue.uasset new file mode 100644 index 0000000..6ebf3f9 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fc885882caa9117718cbec650915a79de72ea95225d0bda86f68679d0a2f3f +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_10.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_10.uasset new file mode 100644 index 0000000..55a0381 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665e4b84790025fed46a5f3ec9f4fd7b5dda9a273e9c94989cdcac3d22975a82 +size 540 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_10_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_10_Cue.uasset new file mode 100644 index 0000000..0be7544 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e9fc1cb3661a189b123ae9d7f54e39057e41ff712fb397d6e14ad788239001 +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_11.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_11.uasset new file mode 100644 index 0000000..d1c5195 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a7ddbf5e4cbc18271a9437bb7af46d599c0043c5c4d9bf4e256741e578b27a +size 540 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_11_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_11_Cue.uasset new file mode 100644 index 0000000..f8a175d --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8060cc3ead7880c21627907be2b7513b3ce654fa9b361e5b6ec8ff2a12957fe +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_01.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_01.uasset new file mode 100644 index 0000000..7f747dc --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256ceae51ba1889e71a68e03dc96096e3484be0ed241beb13ae9301d5d63f0ac +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_01_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_01_Cue.uasset new file mode 100644 index 0000000..c2d1d4f --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0143bc7b81f8c370d03cf40bc2fcf776123d66e4d817599174341a3e3cac9884 +size 551 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_02.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_02.uasset new file mode 100644 index 0000000..aa5c0e4 --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed62053bb75cfe4fdb4778f693b2c3591e3c12a9f3f1ae0728ef397a4683e8fb +size 547 diff --git a/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_02_Cue.uasset b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_02_Cue.uasset new file mode 100644 index 0000000..1c3022a --- /dev/null +++ b/Content/HumanVocalizations/HumanMaleD/voice_male_d_hurt_pain_low_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7acad93e48d414408b8663868266da54ec4de26aa60ce8d61d5f52619e802bd +size 551 diff --git a/Docs/CharacterCustomization.md b/Docs/CharacterCustomization.md new file mode 100644 index 0000000..2ef7581 --- /dev/null +++ b/Docs/CharacterCustomization.md @@ -0,0 +1,405 @@ +# Customisation de personnage + +Le joueur choisit sa silhouette, son visage, sa coiffure et ses couleurs avant +de lancer une partie. Les trois autres joueurs le voient tel qu'il s'est fait. + +Ce document a **deux moitiés**, à lire séparément : + +- **Partie A — pour l'artiste** : ajouter une coiffure, une couleur, un corps. + Aucune ligne de code, aucune recompilation. Commence au §1. +- **Partie B — pour le développeur** : architecture, réseau, pièges du moteur. + Commence au §6. + +--- + +# PARTIE A — Ajouter du contenu + +## 1. Le principe en une phrase + +**Tout passe par un seul asset : `DA_CharacterParts`.** C'est la table qui dit +« l'option n° 3 de la catégorie Cheveux, c'est ce mesh-là ». Le code ne connaît +que des numéros ; c'est le catalogue qui leur donne un sens. + +Conséquence directe : **ajouter du contenu ne demande jamais de toucher au +code**, et jamais de fermer l'éditeur. + +``` +DA_CharacterParts +├── Body Sets une entrée par silhouette (A, B, …) +│ ├── Body Meshes les morceaux du corps +│ ├── Anim Class l'AnimBP qui l'anime +│ ├── Heads ┐ +│ ├── Hairstyles │ les listes d'options, +│ ├── Eyebrows │ propres à CETTE silhouette +│ ├── Beards │ +│ └── Mustaches ┘ +└── Palettes partagées par toutes les silhouettes + ├── Skin Colors + ├── Hair Colors + ├── Eye Colors + ├── Underwear Colors + └── Eye Materials +``` + +## 2. Ajouter une coiffure + +1. Ouvre `Content/Game/Data/Character/DA_CharacterParts` +2. Déplie **Body Sets** → l'entrée du corps concerné (`[0]` = A, `[1]` = B) +3. Déplie **Hairstyles** → clique le **+** +4. Dans la nouvelle entrée : + - **Mesh** = ton `SKM_…` + - **Icon** = la vignette (facultative, voir §5) +5. Sauvegarde + +C'est tout. La coiffure apparaît dans l'écran au prochain lancement. + +> **L'ORDRE DE LA LISTE EST LE CONTRAT.** Un index est ce qui part sur le réseau +> et ce qui se sauvegarde. **Insérer une entrée au milieu décale tout ce qui +> suit** : les personnages déjà créés changeront de coiffure sans prévenir. +> **Ajoute toujours à la fin.** + +Même procédé pour **Heads**, **Eyebrows**, **Beards**, **Mustaches**. + +## 3. Ajouter une couleur + +1. Déplie **Palettes** → la palette voulue (`Skin Colors`, `Hair Colors`…) +2. Clique le **+** +3. Double-clique la case de couleur → dans le picker, colle une valeur dans le + champ **Hex sRGB** (le plus fiable) ou règle R/G/B à la main +4. Sauvegarde + +Les palettes sont **partagées par toutes les silhouettes** : une teinte de peau +ajoutée profite à A comme à B. Deux nuanciers à tenir à jour divergeraient au +premier ajout. + +> Même règle d'ordre qu'au §2 : **on ajoute à la fin**. + +### Ce que chaque palette pilote + +| Palette | Ce qu'elle teint | +|---|---| +| **Skin Colors** | le corps **et** le visage, ensemble | +| **Hair Colors** | cheveux, **barbe, moustache et sourcils** en même temps | +| **Eye Colors** | l'iris | +| **Underwear Colors** | le sous-vêtement | + +Une barre de couleur de cheveux qui ne teindrait pas la barbe donnerait un +personnage incohérent — c'est voulu qu'elles suivent. + +## 4. Ajouter une silhouette + +Plus lourd, mais toujours sans code. + +1. **Body Sets** → **+** → une nouvelle entrée +2. **Body Meshes** → ajoute ton `SKM_` de corps (une seule case aujourd'hui) +3. **Anim Class** → l'AnimBP à utiliser + +> **Tu peux réutiliser `ABP_PlayerBody_A`** si ton nouveau corps partage les +> mêmes **noms d'os**. Le moteur valide la compatibilité par les noms, pas par +> l'identité du squelette. C'est ce qui permet à Body A et Body B de partager un +> seul AnimBP : une correction profite aux deux. + +4. Remplis **Heads**, **Hairstyles**, **Eyebrows** — ces listes appartiennent à + la silhouette +5. Laisse **Beards** et **Mustaches** vides si elle n'en porte pas : les + catégories **disparaissent d'elles-mêmes** de la colonne de l'écran + +## 5. Les vignettes + +Le champ **Icon** est un `UTexture2D`, exactement comme l'icône d'un objet +d'inventaire. + +**Il est facultatif.** Une entrée sans vignette affiche son **numéro** dans la +case — l'option reste choisissable. C'est délibéré : le catalogue doit rester +utilisable avant que les trente-six vignettes existent, et le moyen le plus +simple de les fabriquer est justement de capturer l'écran de customisation une +fois qu'il tourne. + +## 6. Le décor de l'écran + +Le personnage montré pendant la customisation est un acteur posé dans +`MenuScene` : **`BP_CharacterPreview`**. Trois choses comptent quand tu le +places : + +- **Hors du champ des `MenuCameraSpot`**, sinon il apparaît en arrière-plan du + menu principal +- **Devant un fond qui tient debout** — c'est ce qu'on voit derrière lui pendant + toute la customisation +- **Éclairé de face.** On passe l'essentiel du temps en gros plan sur le + visage ; à contre-jour, les teints de peau deviennent illisibles et c'est + précisément ce que le joueur règle + +### Les deux cadrages + +`FullBodyViewSpot` et `FaceViewSpot` sont deux repères vides que tu **déplaces à +la souris** dans le viewport du Blueprint. La caméra glisse de l'un à l'autre +selon la catégorie ouverte : + +| Catégorie ouverte | Cadrage | +|---|---| +| Silhouette, Teint, Sous-vêtement | `FullBodyViewSpot` | +| tout le reste | `FaceViewSpot` | + +Pense à **décaler le personnage vers la droite** de l'image : la colonne d'UI +occupe la gauche. + +--- + +# PARTIE B — Architecture + +## 7. Vue d'ensemble + +| Fichier | Rôle | +|---|---| +| `CharacterAppearanceTypes.h` | `FCharacterAppearance` (11 octets), les enums, `FCharacterPartEntry` | +| `CharacterPartsDataAsset` | le catalogue : index → assets, palettes, noms de paramètres matériau | +| `CharacterAppearanceComponent` | monte les pièces, pose les couleurs. Sur le pawn **et** sur le mannequin | +| `CharacterPreviewActor` | le mannequin du menu : mesh + caméra + cadrages | +| `CharacterCustomizationWidget` | l'écran, la colonne, la grille | +| `CustomizationCategoryWidget` | une rangée de la colonne | +| `CustomizationOptionWidget` | une case : vignette **ou** pastille | +| `SurvivalPlayerState` | porte l'apparence répliquée | +| `SurvivalUserSettings` | la persiste dans le `.ini` | + +## 8. `FCharacterAppearance` — pourquoi des index + +11 octets, **que des index**, jamais de `TSoftObjectPtr` ni de chemin d'asset. +Deux raisons qui vont dans le même sens : + +- un chemin coûte une chaîne à chaque réplication, un index tient dans un octet ; +- un index se **valide** contre le catalogue, alors qu'un chemin envoyé par un + client pourrait désigner n'importe quel asset du jeu. + +Bénéfice collatéral : la struct se sérialise telle quelle dans le `.ini` +(`CharacterAppearance=(BodyType=BodyA,HeadIndex=0,…)`). Une apparence faite de +références d'assets aurait donné une douzaine de chemins à écrire, qu'une seule +renommée aurait cassés silencieusement. + +`NoPart` vaut **255** : c'est « aucune pièce », pour une barbe rasée. + +## 9. Le montage — `UCharacterAppearanceComponent` + +Un `USkeletalMeshComponent` par catégorie, enfant du mesh porteur, en **Leader +Pose**. Un seul mesh porte l'animation, les autres recopient sa pose **par nom +d'os** — ce qui marche même entre squelettes distincts. + +Le composant recopie sur chaque pièce le `bOwnerNoSee` et le `bCastHiddenShadow` +du porteur. C'est ce qui fait que le **mannequin du menu est visible** sans une +ligne de code de plus, alors que le corps du joueur reste invisible à son +propriétaire. + +### Le corps se monte depuis une LISTE + +`BodyMeshes` est un `TArray` même s'il ne contient qu'une case. Le pack livre +exprès `SKM_BodyA_torso`, `_arms`, `_legs_01/02/03`, `_hands`, `_feet` : le jour +où une armure devra cacher les segments qu'elle recouvre, la case 0 deviendra +`SKM_BodyA_empty` — porteur d'animation invisible — et les huit segments +suivront derrière, **sans que ce code change**. + +> **Contrainte à vérifier avant tout achat de pack d'armure : il doit être +> skinné sur `SK_BodyA` / `SK_BodyB`.** + +### Les couleurs + +Chaque paramètre est posé sur **tous les éléments** de chaque mesh, sans chercher +lequel le porte : un `SetVectorParameterValue` dont le paramètre n'existe pas est +simplement ignoré. Le slot des yeux ignore donc `Skin`, celui de la peau ignore +`Eye color`. Cela évite une table d'index de slots qui casserait au premier mesh +mal rangé. + +## 10. Réseau et persistance + +``` + USurvivalUserSettings ──lit──► AnnounceCharacterAppearance() + (.ini du joueur) │ + ▼ + SubmitCharacterAppearance() ← POINT D'ENTRÉE UNIQUE + │ │ + persiste Server_SetCharacterAppearance + │ + ASurvivalPlayerState (autorité) + │ + ┌──────────┴──────────┐ + OnRep (clients) appel direct (hôte) + └──────────┬──────────┘ + ▼ + ApplyAppearanceToPawn() +``` + +**`SubmitCharacterAppearance()` persiste ET annonce, jamais l'un sans l'autre.** +Persister sans annoncer laisserait le joueur seul à se voir changé ; annoncer +sans persister le ferait repartir au visage par défaut au lancement suivant. + +L'apparence vit sur le **PlayerState** et pas sur le pawn : elle décrit le +JOUEUR, pas le corps. Le pawn meurt et réapparaît, le PlayerState non — +réapparaître avec le visage d'un autre n'aurait aucun sens, alors que perdre son +inventaire au sol est la règle du jeu. + +**Rien n'est validé côté PlayerState, délibérément** : borner un index demande le +catalogue, que seul le composant connaît — or il passe déjà tout ce qu'il monte +par `Catalog->Sanitize()`, sur chaque machine. + +## 11. Le parcours de l'écran + +``` +clic Jouer → fondu au noir → SetViewTarget(BP_CharacterPreview) + → colonne affichée → fondu depuis le noir + ├─ « Jouer » → apparence persistée → fondu de départ → GameScene + └─ « Retour » → fondu → nouvel angle de menu +``` + +On ne charge **aucune map** : le mannequin est posé dans `MenuScene`. La bascule +de caméra se fait pendant que l'écran est noir — un travelling depuis l'angle du +menu traverserait le décor. + +**L'écran part toujours de l'apparence par défaut**, jamais de la persistée. +C'est un provisoire assumé : à terme l'apparence appartiendra à la **sauvegarde** +et non au joueur, et l'on regardera au clic sur *Jouer* si cette partie a déjà un +personnage. `SetupCustomization(Preview, Appearance)` prend déjà l'apparence en +paramètre — il n'y aura qu'à changer son origine. + +Laisser **`Customization Menu Class` vide** sur `BP_MainMenuPlayerController` +restaure l'ancien comportement (Jouer lance directement). Pratique pour tester +autre chose sans traverser l'écran. + +## 12. Les pièges du moteur rencontrés + +Aucun n'était visible depuis le code. Ils sont ici pour ne pas être redécouverts. + +### Les `UFUNCTION(Exec)` d'un `UActorComponent` ne sont JAMAIS appelées + +La chaîne de routage (`UPlayer::Exec`, dans `Player.cpp`) interroge le monde, le +`PlayerInput`, le contrôleur, le **pawn**, le HUD, le GameMode, le `CheatManager`, +le GameState et le camera manager — **jamais les composants**, `AActor` ne +surchargeant pas `ProcessConsoleExec` pour les parcourir. Et rien ne proteste : +la commande est introuvable, sans message. + +D'où `EmberPart` / `EmberColor` / `EmberAppearanceDump` posées sur `AFpsPlayer`, +qui délègue. *(`EmberJoin` marche parce que `UGameInstance`, lui, route vers ses +subsystems.)* + +### `OverrideMaterials` survit à un changement de mesh + +`SetSkeletalMeshAsset` remplace l'asset mais ne touche pas au tableau +`OverrideMaterials`, qui appartient au **composant**. Sans vidage préalable, +passer du corps A au corps B garde le MID dérivé de `MI_BodyA_a` : on obtient une +silhouette féminine peinte avec la peau et les abdominaux du modèle masculin. +Le symptôme trompe, parce que le mesh, lui, a bien changé. + +D'où `SetPartMesh()`, qui appelle `EmptyOverrideMaterials()` avant d'assigner — +et ne fait rien si le mesh est déjà le bon, pour que les MID survivent à un simple +changement de couleur. + +### L'ordre des slots de matériau varie d'un mesh à l'autre + +Sur `SKM_HeadA_01`, l'**Element 0 est celui des YEUX** et l'Element 1 celui de la +peau — l'inverse de l'intuition. Les six têtes viennent de deux packs différents, +rien ne garantit qu'elles s'accordent. + +On cherche donc le slot **par son nom** (`EyeMaterialSlotHint`, valeur `Eye`), et +si aucun ne correspond on ne pose rien et on l'écrit dans le log : écraser le slot +de la peau repeint le visage entier de la couleur des yeux, symptôme bien plus +long à diagnostiquer qu'une ligne de log. + +### Un nom de paramètre matériau se lit dans le Material INSTANCE + +Le binaire de `M_Head_Base` contient la chaîne « Skin Base color », mais le +paramètre réellement exposé s'appelle **`Skin`**. Le chercher sous l'autre nom +dans `MI_HeadA_01_a` ne rend aucun résultat. + +Corollaire : les noms de paramètres sont des `UPROPERTY` du catalogue et pas des +constantes C++, pour qu'une erreur se corrige sans recompiler. + +### `LeaderPoseComponent` est `BlueprintReadOnly` + +Elle n'apparaît **jamais** dans le Details panel — la section « Leader Pose +Component » qu'on y voit ne contient que des cases de bornes et de LOD. Elle ne +s'assigne que par `SetLeaderPoseComponent()`, en C++ ou en Construction Script. + +### `Approx Size` d'un Skeletal Mesh n'est pas sa hauteur visible + +Les bounds incluent une marge et celles du Physics Asset. `SKM_BodyA` affiche 184 +alors que le personnage entier mesure à peu près autant. Pour juger une taille : +viewport en vue **Front**, et la ligne verte (`Z = 0`) comme repère — le bas de la +capsule est à `-HalfHeight`, le haut à `+HalfHeight`. + +### `Initialize` masque une virtuelle d'`UUserWidget` + +`UUserWidget::Initialize()` existe et est virtuelle. Une surcharge de signature +différente la **masque** au lieu de la surcharger (C4263/C4264). D'où +`SetupCustomization`. Même famille de piège que les membres nommés `Player` ou +`Slot` dans une classe dérivée du moteur. + +## 13. Les commandes console + +Sur le pawn, en partie. Elles appliquent en local **et** soumettent (persistance ++ annonce au serveur), donc elles testent toute la chaîne. + +``` +EmberPart body 0..1 silhouette +EmberPart head 0..5 visage +EmberPart hair 0..12 coiffure +EmberPart eyebrows 0..5 sourcils +EmberPart beard 0..5 barbe +EmberPart mustache 0..5 moustache +EmberPart eyes 0..4 forme d'iris +EmberPart beard -1 retire la pièce + +EmberColor skin 0..11 teint +EmberColor hair 0..5 cheveux + barbe + sourcils + moustache +EmberColor eye 0..4 iris +EmberColor underwear 0..3 sous-vêtement + +EmberAppearanceDump état courant + nombre d'options par catégorie +``` + +`EmberAppearanceDump` est le premier réflexe de diagnostic : un compte à **0** +signale une liste vide dans le catalogue. + +## 14. Dépannage + +| Symptôme | Cause | +|---|---| +| La colonne de l'écran est vide | `Catalog`, `Category Widget Class` ou `Option Widget Class` non assignés dans les **Class Defaults** de `WBP_CharacterCustomization` (mode **Graph** → *Class Defaults*) | +| *Jouer* lance la partie sans montrer l'écran | `Customization Menu Class` vide sur `BP_MainMenuPlayerController` | +| Écran noir qui ne s'éclaircit pas | aucun `BP_CharacterPreview` dans la map — un avertissement l'écrit dans l'Output Log | +| Le visage ne suit pas la couleur de peau | `Head Skin Color Parameter` faux dans le catalogue (`Skin`, pas `Skin Base color`) | +| Le visage entier prend la couleur des yeux | `Eye Material Slot Hint` ne correspond à aucun slot — le log liste les slots disponibles | +| Le corps B garde la peau du corps A | régression de `SetPartMesh()` : les overrides ne sont plus vidés | +| Une pièce flotte détachée du corps | leader pose non posé sur ce composant | +| Corps figé en pose de référence | `Anim Class` absente du Body Set | +| Les pastilles de couleur sont invisibles | le pinceau d'`OptionImage` est en `Draw As = Image` sans texture — un pinceau en mode Image sans texture ne peint rien | +| En PIE à 2, les deux joueurs sont identiques | normal : les deux fenêtres lisent le même `.ini`. Change l'un des deux à la console | + +## 15. Limites connues + +- **Les bras vus en 1re personne ne sont pas customisés.** Leur squelette + (`BasePose_Skeleton`) n'a rien à voir avec `SK_BodyA` ; les rendre + customisables imposerait de retargeter toutes les animations FPS. Raft assume + le même compromis. +- **La physique de cheveux est perdue en leader pose.** Coiffures, barbes et + moustaches ont leur physics asset, mais l'AnimBP post-process d'un *follower* + ne tourne pas. La démo du pack accepte déjà ce compromis. +- **Tatouages et maquillage ne sont pas exposés.** `M_Head_Base` et + `M_Body_Base` en ont pourtant les paramètres : ce ne sont que des couleurs et + des masques de plus à ajouter au catalogue, aucune refonte. +- **Pas d'animation accroupie.** Le pack n'en livre pas. Mais le squelette est + celui du **Mannequin UE5** (`ik_foot_root`, `index_metacarpal_l`…), donc toute + animation vendue « UE5 Mannequin compatible » se branche **sans retarget**. + +## 16. Étendre + +**Ajouter une catégorie** (tatouages, maquillage) : + +1. un champ dans `FCharacterAppearance` +2. une valeur dans `ECharacterPartCategory` (mesh) ou une palette (couleur) +3. une valeur dans `ECustomizationCategory` + son libellé dans + `CharacterCustomizationLabels::Get` +4. les branches correspondantes dans `GetOptionCountForCategory`, + `GetCurrentIndexForCategory` et `SetIndexForCategory` + +L'écran, lui, n'a rien à changer : la colonne se construit depuis l'enum. + +**Brancher les sauvegardes** : une seule ligne, dans +`AMainMenuPlayerController::OpenCustomization()` — passer l'apparence de la save +au lieu de `FCharacterAppearance()`. diff --git a/Docs/Storage.md b/Docs/Storage.md new file mode 100644 index 0000000..7611a66 --- /dev/null +++ b/Docs/Storage.md @@ -0,0 +1,452 @@ +# Coffres + +Contenants posés dans le monde : on les ouvre, on y range, on y reprend. Le couvercle se lève +pour tout le monde, le contenu est partagé et accessible à plusieurs en même temps. + +**Fichiers** : `StorageContainer.h/.cpp`, plus le panneau de coffre d'`InventoryScreenWidget`, +l'API de transfert d'`InventoryComponent` et le bloc `UI|Storage` de `FpsPlayerController`. + +--- + +## 1. Le principe + +**Un coffre n'a aucun modèle de données à lui.** Son contenu est un `UInventoryComponent`, +exactement le même que celui du joueur, simplement configuré sans barre rapide. Tout le reste +en découle : + +- le glisser-déposer entre le sac et le coffre ne convertit rien — ce sont les mêmes cases, + le même `FInventorySlot` ; +- la durabilité d'une hache traverse le coffre **sans une ligne de code**, puisque l'usure + vit sur le slot ; +- il n'y a pas de « format coffre » à faire évoluer le jour où l'inventaire change. + +**Le coffre ne décide de rien.** Il se contente d'appeler `OpenStorage(this)` sur le +controller. C'est ce dernier qui referme le couvercle — par Échap, par la mort du joueur, ou +parce qu'il s'est éloigné. Un coffre qui déciderait seul finirait ouvert dans la moitié des +cas, et il n'a de toute façon aucun moyen de savoir que l'écran s'est fermé. + +**Ce n'est pas un écran à part**, c'est un panneau de plus sur `WBP_InventoryScreen` — voir §5. + +--- + +## 2. L'acteur `AStorageContainer` + +### 2.1 Composants + +| Composant | Rôle | +|---|---| +| `BaseMesh` | La caisse : `SM_Chest_Bottom`. Racine, **purement visuelle**, collision désactivée | +| `InteractionBox` | L'**unique** collision du coffre. Fille de la caisse | +| `LidMesh` | Le couvercle : `SM_Chest_Top`. Enfant direct de la caisse, collision désactivée | +| `Storage` | Le contenu. Un `UInventoryComponent` ordinaire | + +### 2.2 Réglages exposés + +**Catégorie `Storage`** + +| Propriété | Défaut | Effet | +|---|---|---| +| `SlotCount` | 20 | Nombre de cases. **Réglable par instance** : le même Blueprint donne un petit coffre de 12 et un grand de 30 | +| `ColumnCount` | 6 | Cases par ligne dans l'écran. Purement visuel | +| `DisplayName` | `Chest` | Titre affiché au-dessus de la grille | +| `InteractionPrompt` | `Ouvrir le coffre` | Texte affiché quand le joueur vise | +| `StartingItems` | — | Contenu versé **une seule fois** au `BeginPlay` | + +`StartingItems` est de la donnée de level design, pas du gameplay : un coffre de départ, une +cache à trouver. Ce qui ne rentre pas part dans l'Output Log en warning plutôt que de +disparaître en silence. + +**Catégorie `Storage|Collision`** + +| Propriété | Défaut | Effet | +|---|---|---| +| `bAutoFitInteractionBox` | ☑ | La boîte épouse seule les deux meshes, couvercle fermé | +| `InteractionBoxPadding` | 0 cm | Marge **additive** autour du volume trouvé | + +**Catégorie `Storage|Lid`** + +| Propriété | Défaut | Effet | +|---|---|---| +| `OpenRotation` | `(-100, 0, 0)` | Rotation **relative** du couvercle ouvert. Le repos vaut toujours zéro | +| `LidDuration` | 0.35 s | Durée de l'ouverture | + +**Catégorie `Storage|Sound`** — `OpenSound`, `CloseSound`. Facultatifs : un champ vide ne joue +rien. + +### 2.3 API publique + +```cpp +void SetOpen(bool bInOpen); // SERVEUR uniquement. Lève ou rabat le couvercle +bool IsOpen() const; +UInventoryComponent* GetStorage() const; +FText GetDisplayName() const; +int32 GetColumnCount() const; +``` + +`SetOpen` est appelée par le **controller**, pas par le coffre : lui seul sait quand l'écran +se referme. + +--- + +## 3. Le couvercle + +### 3.1 La rotation se fait sur le pivot du mesh + +**C'est `LidMesh` lui-même qu'on tourne**, et un `UStaticMeshComponent` pivote toujours autour +de l'origine de son mesh. La charnière est donc celle que l'artiste a donnée à `SM_Chest_Top` — +rien à placer, rien à régler. + +> Un `SceneComponent` vide `LidPivot` a existé entre la caisse et le couvercle, pour découpler +> la charnière du pivot du pack. Il a été **retiré** : il fallait le placer à la main dans +> chaque Blueprint, et laissé à `(0,0,0)` il faisait tourner le couvercle autour du centre de +> la caisse — c'est-à-dire à travers elle. C'était le symptôme, pas une configuration exotique. + +Corollaire assumé : si un pack livre un couvercle dont le pivot est au centre, **on corrige +l'asset, pas le code** — Modeling Mode > XForm > **Edit Pivot** sur le Static Mesh, pivot posé +sur l'arête arrière, Accept. C'est payé une fois par pack de coffre. + +`OpenRotation` est un `FRotator` complet et pas un simple angle : selon l'orientation dans +laquelle le mesh a été exporté, la charnière peut tomber sur le **pitch**, le **yaw** ou le +**roll**. On règle les trois à l'œil dans le viewport plutôt que d'aller comprendre quel axe +local du mesh pointe où. + +### 3.2 L'animation + +Un `Tick`, mais **éteint au repos** (`bStartWithTickEnabled = false`). `ApplyOpenState()` le +rallume, et le tick s'éteint lui-même en fin de course. + +```cpp +LidAlpha = FMath::FInterpConstantTo(LidAlpha, Target, DeltaTime, 1.f / LidDuration); +const float Eased = FMath::SmoothStep(0.f, 1.f, LidAlpha); +LidMesh->SetRelativeRotation(OpenRotation * Eased); +``` + +- **`SmoothStep`** : un couvercle à vitesse constante démarre et s'arrête d'un coup, ce qui se + lit comme une saccade sur un objet lourd. +- **L'alpha repart de sa valeur courante**, donc refermer un coffre à moitié ouvert ne saute + pas. +- **La valeur exacte est forcée avant de se rendormir**. Sans ça le couvercle resterait à un + poil de sa position finale pour le reste de la partie. +- **`BeginPlay` repose l'alpha à zéro** quelle que soit la rotation laissée dans le Blueprint : + le repos *est* la référence de l'animation. Une rotation authorée sur `LidMesh` serait donc + perdue au lancement. + +--- + +## 4. La collision — une seule boîte + +**Les deux meshes n'en portent aucune.** C'est la seule exception à la règle « le mesh EST la +surface d'interaction » posée par `ACraftingStation`, et elle vient de ce qu'un coffre est en +**deux morceaux dont un tourne** : + +- compter sur les collisions des meshes imposerait que le pack en fournisse deux correctes ; +- et laisserait surtout un **trou dans la surface visable** dès que le couvercle se lève — + viser le haut d'un coffre ouvert ne toucherait plus rien. + +La boîte est fille de la **caisse**, jamais du couvercle : le coffre se vise exactement au même +endroit ouvert et fermé. Sinon le prompt disparaîtrait au moment précis où l'on s'en sert. + +Son profil est `BlockAll`, posé explicitement : elle a deux rôles indissociables, empêcher le +joueur de traverser le coffre **et** bloquer le canal `Visibility` pour que le trace +d'interaction la trouve. Un profil qui laisserait passer `Visibility` rendrait le coffre +inutilisable sans qu'aucune erreur ne le signale. + +### `FitInteractionBox()` — deux pièges + +Appelée depuis `OnConstruction`, donc elle tourne **aussi dans l'éditeur** : changer de variante +de coffre recale la boîte à l'instant, sans lancer le jeu. + +1. **Lire les bounds de l'ASSET (`UStaticMesh::GetBoundingBox()`), pas `Mesh->Bounds`** — ces + dernières sont déjà multipliées par l'échelle, que `SetBoxExtent` remultiplie. +2. **Composer avec la transform RELATIVE à la racine**, pas la transform monde : la boîte doit + rester juste où que l'acteur soit posé dans le niveau. + +Même paire de pièges que dans `APickupItem::FitInteractionBox`. + +--- + +## 5. L'écran + +### 5.1 Un panneau, pas un écran + +Le contenu du coffre s'affiche **à côté** de la grille du joueur, sur `WBP_InventoryScreen`, +comme **frère du WidgetSwitcher** et `Collapsed` par défaut. + +La raison est du ressenti pur : **le sac du joueur ne bouge pas d'un pixel** entre « j'ouvre +mon sac » et « j'ouvre un coffre ». Un écran distinct le ferait sauter à chaque fois. + +Ce n'est **pas non plus un troisième onglet** : les deux grilles doivent être visibles +*ensemble*, ce qu'un WidgetSwitcher interdit par construction. + +### 5.2 C'est une deuxième instance du même `WBP_Inventory` + +Elle ne peut pas vivre *dans* `WBP_Inventory` — un Widget Blueprint qui se contient lui-même est +une référence circulaire, et UMG refuse de le compiler. D'où deux conséquences directes : + +- **`bAutoBindToPawn` doit être DÉCOCHÉ** sur la grille de coffre. Sans ça elle s'accroche au + pawn dans son `NativeConstruct` — qui s'exécute avant que l'écran ait eu le temps de lui + donner le conteneur — et le sac du joueur s'affiche des **deux** côtés. +- **Le panneau de détail est coupé par le code, jamais par une case à cocher** + (`SetItemDetailsEnabled`). Un réglage par instance serait un bug qui attend qu'on oublie de + le décocher sur l'une des deux. + +### 5.3 Ce que l'écran fait à l'ouverture + +| | | +|---|---| +| `StorageGrid->SetColumnCount` | La forme vient du **coffre posé dans le niveau**, pas du Widget Blueprint | +| `StorageGrid->BindToInventory` | Branche la grille sur le contenu | +| Cibles de clic droit croisées | Sac → coffre et coffre → sac (§6.2) | +| `InventoryPage->SetItemDetailsEnabled(false)` | Le sac perd son panneau de détail : trois colonnes seraient illisibles | +| `ShowInventoryTab()` | Un coffre ouvert sous l'onglet Fabrication n'aurait aucun sens | + +Et **l'onglet Fabrication est grisé** tant qu'un coffre est ouvert : le panneau étant frère du +WidgetSwitcher, il resterait affiché à côté de la grille de recettes. La touche de craft, elle, +**rend le coffre** plutôt que d'ignorer l'appui — la touche exprime une intention claire. + +`HideStorage()` est appelée dès `NativeConstruct` : l'état par défaut est **reposé** à chaque +construction plutôt qu'hérité de la Designer ou de la session précédente. Elle coupe aussi les +transferts rapides **avant** de débrancher — une case qui garderait le coffre en mémoire y +enverrait encore des objets au prochain clic droit, panneau fermé. + +Tous les éléments de coffre sont en **`BindWidgetOptional`** : l'écran doit rester valide dans +un projet où le panneau n'a pas encore été construit, sinon ajouter les coffres casserait la +compilation de `WBP_InventoryScreen` — et donc l'inventaire entier. + +--- + +## 6. Les transferts + +### 6.1 Un seul déplacement pour tout + +```cpp +static bool TransferSlot(UInventoryComponent* From, int32 FromIndex, + UInventoryComponent* To, int32 ToIndex, int32 Quantity); +``` + +**Statique**, parce qu'elle n'appartient ni à la source ni à la destination : elle arbitre entre +les deux. `MoveItem()` et `MoveItemQuantity()` ne sont plus que des appels avec `From == To`. + +Elle diffuse `OnInventoryChanged` **des deux côtés**. Oublier la seconde diffusion laisse la +grille d'en face afficher un état périmé jusqu'au prochain événement, ce qui se lit comme un +objet qui disparaît. + +### 6.2 Clic droit = envoyer en face + +`QuickTransferSlot()` passe par `AddItem()`, donc **exactement comme un ramassage** : piles +entamées d'abord, puis barre rapide, puis grille. Ce qui ne rentre pas reste sur place. + +La destination est **poussée** par l'écran (`SetQuickTransferTarget`), jamais devinée. Hors de +l'écran de coffre il n'existe aucun « autre côté », et deviner ferait disparaître des objets. +La **barre rapide** reçoit elle aussi le coffre, pour que le clic droit y marche par-dessus +l'écran. + +### 6.3 « Tout ranger » / « Tout prendre » + +```cpp +int32 TransferAllTo(UInventoryComponent* To, int32 FirstIndex = 0); +``` + +- **Tout ranger** part de `GetBackpackStartIndex()` : la barre rapide porte les outils qu'on + vient d'utiliser, les ranger d'office serait une punition déguisée en confort. +- **Tout prendre** part de l'index 0 — un coffre n'a pas de barre rapide. Ce qui ne rentre pas + dans le sac reste dans le coffre. + +--- + +## 7. Le cycle d'ouverture + +Le controller est le seul maître. `ReleaseActiveStorage()` est le **point de sortie unique** : +toute fermeture d'écran y passe, quelle qu'en soit la cause. + +| Déclencheur | Chemin | +|---|---| +| Interagir avec le coffre | `Interact_Implementation` → `OpenStorage()` | +| Échap | `HandlePauseInput()` — le coffre passe avant l'inventaire | +| Tab | `SetInventoryScreenOpen(false)` | +| Touche de craft | Rend le coffre, puis affiche l'onglet Fabrication | +| Mort du joueur | Fermeture de l'écran | +| Éloignement | `CheckStorageDistance()`, timer à 0,25 s | +| Coffre détruit | Idem, la `TWeakObjectPtr` est nulle | +| Ouvrir un autre coffre | `OpenStorage()` rend le précédent avant | + +**`MaxStorageDistance` (400 cm)** : sans elle on viderait un coffre depuis l'autre bout de la +carte, rien n'obligeant le joueur à rester devant une fois l'écran ouvert. Surveillée par un +**timer**, jamais un Tick, et **seulement pendant que l'écran est ouvert** — un timer permanent +pour une condition vraie deux minutes par partie serait du gaspillage. `DistSquared`, pour ne +pas prendre une racine carrée quatre fois par seconde. + +Le timer est aussi nettoyé à la destruction du HUD : il rappellerait une méthode d'un controller +en train de disparaître. + +--- + +## 8. Réseau + +**Autorité serveur sur tout**, comme pour le reste du monde. + +| Élément | Réplication | +|---|---| +| `bOpen` | `ReplicatedUsing = OnRep_Open` — voir le couvercle d'un coffre se lever est le seul signe qu'un coéquipier fouille dedans | +| `Slots` du conteneur | Répliqué à **tout le monde** par `UInventoryComponent` | +| L'animation, le son | **Rien** : dérivés de `bOpen` des deux côtés par `ApplyOpenState()` | + +### Les quatre pièges + +1. **`Interact_Implementation` s'exécute sur le SERVEUR.** `PlayerController->OpenStorage(...)` + y créerait un widget dans le vide. D'où `Client_OpenStorage` : le serveur lève le couvercle + (état du monde) et **renvoie l'ordre d'écran** au client. C'est le piège le plus + contre-intuitif du portage, parce que le code *semble* correct et marche parfaitement chez + l'hôte. +2. **`SetOpen` ne fait rien sans autorité.** Chez un client, refermer l'écran doit passer par + `Server_ReleaseStorage` — sinon le coffre resterait ouvert pour les trois autres joueurs + alors que l'écran est fermé ici. +3. **`FindNetProxy` est le passage obligé des transferts.** Un `UInventoryComponent` de coffre + n'appartient à aucune connexion : une RPC émise depuis lui est **silencieusement jetée**. On + route donc toujours par l'inventaire du pawn local, et la source comme la destination sont + passées **en paramètres** — jamais déduites du récepteur, sinon « Tout prendre » viderait le + sac du joueur dans lui-même. +4. **`Slots` est répliqué à tout le monde, pas au seul propriétaire.** Ce n'est pas un + raccourci : les conditions de `GetLifetimeReplicatedProps` sont mises en cache **par classe**, + pas par instance. Un `COND_OwnerOnly` frapperait donc aussi le composant du coffre — or un + coffre n'appartient à personne, et sa grille n'arriverait chez aucun joueur. + +**Accès simultané, pas de verrou.** Deux joueurs peuvent fouiller le même coffre : `TransferSlot` +diffuse déjà `OnInventoryChanged` des deux côtés, et tous les widgets y sont abonnés. L'UI se +recâble donc toute seule à chaque `OnRep_Slots()`. + +**Pas de prédiction.** Le client envoie sa RPC et attend la réplication. Quelques dizaines de +millisecondes sur un relais Steam, invisibles pour un glisser-déposer, alors qu'une prédiction +fausse donnerait une pile qui saute. + +--- + +## 9. Guide éditeur + +### 9.1 Le Blueprint du coffre + +1. Content Browser → `Content/Game/Building/Storage/` → clic droit → **Blueprint Class** → + **All Classes** → `StorageContainer` → nomme-le **`BP_Chest_Wooden`**. +2. Ouvre-le. Sélectionne **`BaseMesh`** → Details → **Static Mesh** = `SM_Chest_Bottom`. +3. Sélectionne **`LidMesh`** → **Static Mesh** = `SM_Chest_Top`. +4. Toujours sur `LidMesh`, Details → **Transform** : + - **Location** : les deux meshes viennent du même export, donc **`0, 0, 0`** les repose l'un + sur l'autre. Ajuste seulement s'il flotte ou s'enfonce. + - **Rotation** : **`0, 0, 0`** obligatoirement. `BeginPlay` écrase cette valeur — une + rotation laissée ici serait perdue au lancement. +5. Sélectionne l'acteur racine (`Self`) → Details → **Storage | Lid** → **`Open Rotation`**. + Le défaut est `Pitch = -100`. Tape des valeurs et regarde le viewport : si le couvercle + bascule sur le côté, essaie le **Roll**, puis le **Yaw**. +6. **`Storage`** → règle `Slot Count` et `Column Count`. Mets un `Display Name` (« Coffre en + bois ») et un `Interaction Prompt`. +7. **`Storage | Sound`** → `Open Sound` / `Close Sound` si tu en as. +8. Laisse **`Auto Fit Interaction Box`** coché : la boîte se cale seule sur les deux meshes. + Vérifie-la avec **Show > Collision** dans le viewport. +9. **Compile** et **Save**. + +Pose-le dans le niveau. `Slot Count`, `Column Count`, `Display Name` et `Starting Items` se +règlent **par instance** dans le World Outliner : un seul Blueprint sert tous les coffres. + +### 9.2 Le panneau de coffre dans `WBP_InventoryScreen` + +À ne faire qu'une fois. Tout est en `BindWidgetOptional`, donc l'écran compile même à mi-chemin. + +1. Ouvre **`WBP_InventoryScreen`**. +2. Dans la Designer, à côté du `TabSwitcher` — **frère, pas enfant** — pose un **Horizontal Box** + ou une **Border**, et renomme-le **`StoragePanel`**. Mets sa **Visibility** à `Collapsed` + (le code la repose de toute façon). +3. Dedans, un **Vertical Box** contenant : + - un **Text Block** nommé **`StorageTitle`** ; + - ton **`WBP_Inventory`** (Palette → User Created), renommé **`StorageGrid`** ; + - un **Horizontal Box** avec deux **Button** nommés **`StoreAllButton`** et + **`TakeAllButton`**, chacun avec son Text Block (« Tout ranger », « Tout prendre »). +4. **⚠ L'étape qu'on rate** : sélectionne **`StorageGrid`** → Details → **Inventaire** → + **DÉCOCHE `Auto Bind To Pawn`**. +5. Rappel : un **Canvas Panel a une taille désirée de zéro**. Si `StoragePanel` disparaît dans + un conteneur en `Auto`, c'est ça — et un enfant en `Size = Fill` ne compte pas non plus dans + la taille désirée de son parent. +6. **Compile** et **Save**. + +### 9.3 Le controller + +Un seul réglage : `BP_FpsPlayerController` → Details → **UI | Storage** → **`Max Storage +Distance`** (400 cm par défaut). Rien d'autre à brancher, le coffre appelle `OpenStorage` +lui-même. + +### 9.4 Vérifier que ça marche + +1. Vise le coffre : le prompt affiche ton `Interaction Prompt`, et **au même endroit** que le + coffre soit ouvert ou fermé. +2. Interagis : le couvercle se lève en ~0,35 s, avec un départ et un arrêt adoucis, et l'écran + d'inventaire s'ouvre avec **le sac inchangé** et le coffre à côté. +3. L'onglet **Fabrication est grisé**, et le panneau de détail du sac a disparu. +4. Glisse un objet du sac vers le coffre : **Maj** = la moitié, **Ctrl** = un seul. +5. **Clic droit** sur une case : elle part en face. Fais-le depuis la barre rapide aussi. +6. **Tout ranger** vide la grille mais **laisse la barre rapide** intacte. +7. Recule de plus de 4 m : l'écran se ferme seul et le couvercle se rabat. +8. Appuie sur la touche de craft coffre ouvert : le coffre est rendu et l'onglet Fabrication + s'affiche. +9. **En coop** (build Steam) : l'autre joueur voit le couvercle se lever, et un objet déposé + apparaît chez lui sans qu'il ait à refermer et rouvrir. + +--- + +## 10. Dépannage + +| Symptôme | Cause | +|---|---| +| Le couvercle traverse la caisse / tourne de travers | Mauvais axe d'`Open Rotation`, ou pivot de `SM_Chest_Top` posé au centre du mesh — corrige-le dans Modeling Mode > XForm > Edit Pivot | +| Le couvercle est décalé de la caisse | `Location` de `LidMesh` (§9.1 étape 4) | +| Le couvercle saute au lancement | Une `Rotation` a été laissée sur `LidMesh` : `BeginPlay` la remet à zéro | +| Le coffre n'est pas visable | `Auto Fit Interaction Box` décoché avec une boîte restée minuscule, ou profil de collision changé | +| Le prompt disparaît une fois ouvert | La boîte a été reparentée sous `LidMesh` — elle doit rester fille de `BaseMesh` | +| Le sac du joueur s'affiche **des deux côtés** | `Auto Bind To Pawn` resté coché sur `StorageGrid` | +| Le panneau ne s'affiche pas du tout | `StoragePanel` ou `StorageGrid` mal nommé — **l'Output Log le dit** | +| Le panneau est là mais vide et plat | Canvas Panel dans un conteneur `Auto`, ou tous les enfants en `Fill` | +| Le coffre s'ouvre chez l'hôte, pas chez le client | `Client_OpenStorage` court-circuité, ou `Interact` appelé hors de `Execute_Interact` | +| Le couvercle reste levé chez les autres après fermeture | Chemin de sortie qui ne passe pas par `ReleaseActiveStorage()` | +| Un objet réapparaît après un transfert | Transfert exécuté côté client sans RPC — c'est la réplication qui le remet | +| « Tout prendre » vide le sac dans lui-même | Source déduite du récepteur au lieu d'être passée en paramètre | +| Les objets de départ manquent | `Slot Count` trop petit : le débordement part en warning dans l'Output Log | + +--- + +## 11. Étendre + +Gratuit, sans une ligne de C++ : + +- **D'autres coffres** — le Blueprint est générique, seuls les meshes changent. La boîte + d'interaction se recale seule. +- **Des tailles différentes** — `Slot Count` par instance. +- **Un coffre-piège, une cache** — `Starting Items`. + +Ce qui demanderait du code : + +- **La sauvegarde du contenu.** C'est le chantier réel : `Slots` n'est pas sérialisé + aujourd'hui. Le format est déjà le bon — le même `FInventorySlot` que le sac, donc une seule + sérialisation servira les deux. +- **Les ressources du coffre comptant dans les recettes** — c'est la raison pour laquelle + l'onglet Fabrication est grisé plutôt que masqué : le jour où `UCraftingComponent` saura lire + un inventaire voisin, il suffira de le dégriser. +- **Un cadenas, un propriétaire** — il n'y a aujourd'hui aucun verrou, et c'est délibéré : coop + entre amis. +- **Un coffre en un seul mesh** (tonneau, sac) — la `UBoxComponent` reste valable, il suffit de + laisser `LidMesh` vide et `OpenRotation` à zéro. `FitInteractionBox` ignore déjà un mesh + absent. + +--- + +## 12. Ce que ce système a changé ailleurs + +- **`UInventoryComponent::TransferSlot`** est devenue l'**unique** implémentation du déplacement. + `MoveItem` / `MoveItemQuantity` ne sont plus que des appels avec `From == To`. +- **`ConfigureAsContainer()`** : zéro barre rapide, donc `GetBackpackStartIndex()` vaut 0 et la + grille affiche tout. Aucun nouveau modèle de données. +- **`UInventoryWidget` a perdu son lien vers sa grille parente** : une case diffuse + `OnHoverChanged` au lieu de connaître son propriétaire. Avec deux grilles à l'écran, l'index + seul ne désignait plus rien de façon unique — d'où `GetHoveredSlot(inventaire, index)`. +- **`NativeOnMouseLeave` n'arrive jamais quand un widget s'efface sous le curseur**, ce qui est + exactement ce qui se passe en fermant un coffre. D'où le passage obligé par `SetHoveredSlot()` + dans `ClearSlotWidgets()` et `BindToInventory()` — cette dernière annonce la sortie **avant** + de changer d'inventaire, sinon on ne sait plus quel affichage périmer. +- **`SetItemDetailsEnabled`** sur la grille, piloté par l'écran et non par une case à cocher. diff --git a/Source/Survival_projet/Private/CharacterCustomizationWidget.cpp b/Source/Survival_projet/Private/CharacterCustomizationWidget.cpp new file mode 100644 index 0000000..2d33682 --- /dev/null +++ b/Source/Survival_projet/Private/CharacterCustomizationWidget.cpp @@ -0,0 +1,459 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "CharacterCustomizationWidget.h" + +#include "CharacterPartsDataAsset.h" +#include "Components/Button.h" +#include "Components/PanelWidget.h" +#include "CustomizationCategoryWidget.h" +#include "CustomizationOptionWidget.h" + +#define LOCTEXT_NAMESPACE "CharacterCustomization" + +namespace CharacterCustomizationLabels +{ + /** + * Le libelle de chaque categorie, dans l'ordre de l'enum. + * + * Ici et pas en UPROPERTY : ce sont des textes d'interface, pas des + * reglages. Les exposer inviterait a les vider par erreur, et une colonne + * aux rangees anonymes est inutilisable. + * + * Nom de namespace unique dans TOUT le module : le build unity concatene + * les .cpp, et un namespace anonyme n'isolerait rien. + */ + static FText Get(ECustomizationCategory Category) + { + switch (Category) + { + case ECustomizationCategory::Body: return LOCTEXT("CatBody", "Silhouette"); + case ECustomizationCategory::Head: return LOCTEXT("CatHead", "Visage"); + case ECustomizationCategory::Hair: return LOCTEXT("CatHair", "Cheveux"); + case ECustomizationCategory::Eyebrows: return LOCTEXT("CatEyebrows", "Sourcils"); + case ECustomizationCategory::Beard: return LOCTEXT("CatBeard", "Barbe"); + case ECustomizationCategory::Mustache: return LOCTEXT("CatMustache", "Moustache"); + case ECustomizationCategory::Eyes: return LOCTEXT("CatEyes", "Yeux"); + case ECustomizationCategory::SkinColor: return LOCTEXT("CatSkinColor", "Teint"); + case ECustomizationCategory::HairColor: return LOCTEXT("CatHairColor", "Couleur des cheveux"); + case ECustomizationCategory::EyeColor: return LOCTEXT("CatEyeColor", "Couleur des yeux"); + case ECustomizationCategory::UnderwearColor: return LOCTEXT("CatUnderwear", "Sous-vetement"); + default: return FText::GetEmpty(); + } + } + + /** Une categorie de couleur remplit la grille de pastilles, pas de vignettes. */ + static bool IsColor(ECustomizationCategory Category) + { + return Category >= ECustomizationCategory::SkinColor; + } + + /** + * Le cadrage a montrer. Seules la silhouette et le sous-vetement demandent + * de reculer : tout le reste se juge sur le visage. + */ + static ECharacterPreviewFraming GetFraming(ECustomizationCategory Category) + { + const bool bWholeBody = (Category == ECustomizationCategory::Body) + || (Category == ECustomizationCategory::SkinColor) + || (Category == ECustomizationCategory::UnderwearColor); + + return bWholeBody ? ECharacterPreviewFraming::FullBody : ECharacterPreviewFraming::Face; + } + + /** La categorie de pieces correspondante, pour interroger le catalogue. */ + static ECharacterPartCategory ToPartCategory(ECustomizationCategory Category) + { + switch (Category) + { + case ECustomizationCategory::Head: return ECharacterPartCategory::Head; + case ECustomizationCategory::Hair: return ECharacterPartCategory::Hair; + case ECustomizationCategory::Eyebrows: return ECharacterPartCategory::Eyebrows; + case ECustomizationCategory::Beard: return ECharacterPartCategory::Beard; + default: return ECharacterPartCategory::Mustache; + } + } +} + +UCharacterCustomizationWidget::UCharacterCustomizationWidget(const FObjectInitializer& ObjectInitializer) + : Super(ObjectInitializer) +{ + // Sans ce drapeau, NativeOnKeyDown ne serait jamais appele -- et le + // SetWidgetToFocus() pose par AMainMenuPlayerController::OpenCustomization + // serait lui aussi sans effet : Slate REFUSE de focaliser un widget qui ne + // declare pas supporter le focus clavier. + SetIsFocusable(true); +} + +void UCharacterCustomizationWidget::NativeOnInitialized() +{ + Super::NativeOnInitialized(); + + // Sans ca, le clic-glisser qui fait tourner le personnage ne repond jamais : + // un UUserWidget ne recoit NativeOnMouseButtonDown que si sa Visibility vaut + // Visible, et le defaut d'un widget cree est SelfHitTestInvisible -- il + // laisse passer les clics au lieu de les capter. Impose ici plutot que + // laisse a la Designer, ou l'oubli serait silencieux. + // + // Les boutons ne sont pas prives de leurs clics pour autant : Slate teste + // les enfants AVANT le parent, donc seul ce qui est lache dans le vide + // arrive jusqu'ici -- c'est-a-dire sur le personnage. + SetVisibility(ESlateVisibility::Visible); + + if (PlayButton) + { + PlayButton->OnClicked.AddDynamic(this, &UCharacterCustomizationWidget::HandlePlayClicked); + } + + if (BackButton) + { + BackButton->OnClicked.AddDynamic(this, &UCharacterCustomizationWidget::HandleBackClicked); + } +} + +void UCharacterCustomizationWidget::NativeConstruct() +{ + Super::NativeConstruct(); + + BuildCategories(); + BuildOptions(); + RefreshPreview(); + + // Le focus est repris ici et pas seulement par le SetWidgetToFocus du + // controller : les deux chemins existent, mais celui-ci est le seul qui vaut + // encore apres une reconstruction du widget. + SetKeyboardFocus(); +} + +void UCharacterCustomizationWidget::SetupCustomization(ACharacterPreviewActor* InPreview, const FCharacterAppearance& InAppearance) +{ + Preview = InPreview; + Appearance = InAppearance; + + // Systematique : un catalogue ampute entre deux versions du jeu laisserait + // dans les reglages sauvegardes des index qui ne designent plus rien. + if (Catalog) + { + Catalog->Sanitize(Appearance); + } +} + +void UCharacterCustomizationWidget::BuildCategories() +{ + if (!CategoryList || !CategoryWidgetClass) + { + return; + } + + CategoryList->ClearChildren(); + CategoryWidgets.Reset(); + CategoryWidgets.Reserve(static_cast(ECustomizationCategory::Count)); + + for (int32 i = 0; i < static_cast(ECustomizationCategory::Count); ++i) + { + const ECustomizationCategory Category = static_cast(i); + + // Une categorie sans option n'a pas de rangee : c'est ce qui fait + // disparaitre « Barbe » et « Moustache » quand on passe sur le corps B, + // pour lequel le pack n'en livre aucune. Une rangee qui ouvre une grille + // vide se lit comme un bug. + if (GetOptionCountForCategory(Category) <= 0) + { + continue; + } + + UCustomizationCategoryWidget* Row = CreateWidget(this, CategoryWidgetClass); + if (!Row) + { + continue; + } + + Row->Setup(i, CharacterCustomizationLabels::Get(Category)); + Row->OnCategoryClicked.AddDynamic(this, &UCharacterCustomizationWidget::HandleCategoryClicked); + CategoryList->AddChild(Row); + CategoryWidgets.Add(Row); + } + + // La categorie active a pu disparaitre en changeant de silhouette : on + // retombe sur la premiere rangee encore presente plutot que sur une grille + // vide. + if (GetOptionCountForCategory(ActiveCategory) <= 0 && CategoryWidgets.Num() > 0) + { + ActiveCategory = ECustomizationCategory::Body; + } +} + +void UCharacterCustomizationWidget::BuildOptions() +{ + if (!OptionGrid || !OptionWidgetClass || !Catalog) + { + return; + } + + OptionGrid->ClearChildren(); + OptionWidgets.Reset(); + + const int32 Count = GetOptionCountForCategory(ActiveCategory); + OptionWidgets.Reserve(Count); + + for (int32 i = 0; i < Count; ++i) + { + UCustomizationOptionWidget* Option = CreateWidget(this, OptionWidgetClass); + if (!Option) + { + continue; + } + + if (CharacterCustomizationLabels::IsColor(ActiveCategory)) + { + const TArray* Palette = nullptr; + switch (ActiveCategory) + { + case ECustomizationCategory::SkinColor: Palette = &Catalog->SkinColors; break; + case ECustomizationCategory::HairColor: Palette = &Catalog->HairColors; break; + case ECustomizationCategory::EyeColor: Palette = &Catalog->EyeColors; break; + default: Palette = &Catalog->UnderwearColors; break; + } + + Option->SetupAsColor(i, (*Palette)[i]); + } + else if (ActiveCategory == ECustomizationCategory::Body) + { + Option->SetupAsPart(i, Catalog->BodySets.IsValidIndex(i) ? Catalog->BodySets[i].Icon : nullptr); + } + else if (ActiveCategory == ECustomizationCategory::Eyes) + { + // Les yeux n'ont pas de vignette : ce sont des materiaux, pas des + // entrees de catalogue. La case retombe sur son numero. + Option->SetupAsPart(i, nullptr); + } + else + { + const ECharacterPartCategory PartCategory = CharacterCustomizationLabels::ToPartCategory(ActiveCategory); + const TArray& Entries = Catalog->GetParts(Appearance.BodyType, PartCategory); + Option->SetupAsPart(i, Entries.IsValidIndex(i) ? Entries[i].Icon : nullptr); + } + + Option->OnOptionClicked.AddDynamic(this, &UCharacterCustomizationWidget::HandleOptionClicked); + OptionGrid->AddChild(Option); + OptionWidgets.Add(Option); + } + + RefreshSelection(); +} + +void UCharacterCustomizationWidget::RefreshPreview() +{ + if (Preview) + { + Preview->ApplyAppearance(Appearance); + Preview->SetFraming(CharacterCustomizationLabels::GetFraming(ActiveCategory)); + } +} + +void UCharacterCustomizationWidget::RefreshSelection() +{ + const int32 Current = GetCurrentIndexForCategory(ActiveCategory); + + for (int32 i = 0; i < OptionWidgets.Num(); ++i) + { + if (OptionWidgets[i]) + { + OptionWidgets[i]->SetSelected(OptionWidgets[i]->GetOptionIndex() == Current); + } + } + + for (UCustomizationCategoryWidget* Row : CategoryWidgets) + { + if (Row) + { + Row->SetSelected(false); + } + } + + // La rangee active n'est pas au meme rang que la categorie dans l'enum : + // les categories vides ont ete sautees. On la retrouve par son libelle + // d'index, pose dans Setup. + const int32 ActiveIndex = static_cast(ActiveCategory); + for (UCustomizationCategoryWidget* Row : CategoryWidgets) + { + if (Row && Row->GetCategoryIndex() == ActiveIndex) + { + Row->SetSelected(true); + break; + } + } +} + +int32 UCharacterCustomizationWidget::GetCurrentIndexForCategory(ECustomizationCategory Category) const +{ + switch (Category) + { + case ECustomizationCategory::Body: return static_cast(Appearance.BodyType); + case ECustomizationCategory::Head: return Appearance.HeadIndex; + case ECustomizationCategory::Hair: return Appearance.HairIndex; + case ECustomizationCategory::Eyebrows: return Appearance.EyebrowsIndex; + case ECustomizationCategory::Beard: return Appearance.BeardIndex; + case ECustomizationCategory::Mustache: return Appearance.MustacheIndex; + case ECustomizationCategory::Eyes: return Appearance.EyesIndex; + case ECustomizationCategory::SkinColor: return Appearance.SkinColorIndex; + case ECustomizationCategory::HairColor: return Appearance.HairColorIndex; + case ECustomizationCategory::EyeColor: return Appearance.EyeColorIndex; + case ECustomizationCategory::UnderwearColor: return Appearance.UnderwearColorIndex; + default: return 0; + } +} + +void UCharacterCustomizationWidget::SetIndexForCategory(ECustomizationCategory Category, int32 NewIndex) +{ + const uint8 Value = static_cast(FMath::Clamp(NewIndex, 0, 254)); + + switch (Category) + { + case ECustomizationCategory::Body: Appearance.BodyType = static_cast(Value); break; + case ECustomizationCategory::Head: Appearance.HeadIndex = Value; break; + case ECustomizationCategory::Hair: Appearance.HairIndex = Value; break; + case ECustomizationCategory::Eyebrows: Appearance.EyebrowsIndex = Value; break; + case ECustomizationCategory::Beard: Appearance.BeardIndex = Value; break; + case ECustomizationCategory::Mustache: Appearance.MustacheIndex = Value; break; + case ECustomizationCategory::Eyes: Appearance.EyesIndex = Value; break; + case ECustomizationCategory::SkinColor: Appearance.SkinColorIndex = Value; break; + case ECustomizationCategory::HairColor: Appearance.HairColorIndex = Value; break; + case ECustomizationCategory::EyeColor: Appearance.EyeColorIndex = Value; break; + case ECustomizationCategory::UnderwearColor: Appearance.UnderwearColorIndex = Value; break; + default: break; + } +} + +int32 UCharacterCustomizationWidget::GetOptionCountForCategory(ECustomizationCategory Category) const +{ + if (!Catalog) + { + return 0; + } + + switch (Category) + { + case ECustomizationCategory::Body: return Catalog->BodySets.Num(); + case ECustomizationCategory::Eyes: return Catalog->EyeMaterials.Num(); + case ECustomizationCategory::SkinColor: return Catalog->SkinColors.Num(); + case ECustomizationCategory::HairColor: return Catalog->HairColors.Num(); + case ECustomizationCategory::EyeColor: return Catalog->EyeColors.Num(); + case ECustomizationCategory::UnderwearColor: return Catalog->UnderwearColors.Num(); + default: + return Catalog->GetPartCount(Appearance.BodyType, CharacterCustomizationLabels::ToPartCategory(Category)); + } +} + +void UCharacterCustomizationWidget::HandleCategoryClicked(int32 CategoryIndex) +{ + ActiveCategory = static_cast(CategoryIndex); + + BuildOptions(); + RefreshPreview(); +} + +void UCharacterCustomizationWidget::HandleOptionClicked(int32 OptionIndex) +{ + SetIndexForCategory(ActiveCategory, OptionIndex); + + // Changer de silhouette change TOUT le reste : les listes de tetes, de + // coiffures et de sourcils appartiennent au corps, et le corps B n'a ni + // barbe ni moustache. On rebatit donc la colonne entiere, apres avoir + // laisse Sanitize ramener les index devenus hors bornes. + if (ActiveCategory == ECustomizationCategory::Body) + { + if (Catalog) + { + Catalog->Sanitize(Appearance); + } + + BuildCategories(); + BuildOptions(); + } + else + { + RefreshSelection(); + } + + RefreshPreview(); +} + +void UCharacterCustomizationWidget::HandlePlayClicked() +{ + OnConfirmed.Broadcast(); +} + +void UCharacterCustomizationWidget::HandleBackClicked() +{ + OnCancelled.Broadcast(); +} + +FReply UCharacterCustomizationWidget::NativeOnKeyDown(const FGeometry& InGeometry, const FKeyEvent& InKeyEvent) +{ + const FKey Key = InKeyEvent.GetKey(); + + // GetVirtualKey() et non la constante, depreciee en 5.8 : la resolution se + // fait a l'appel, donc selon la manette reellement branchee. + if (Key == EKeys::Escape || Key == EKeys::Virtual_Gamepad_Back.GetVirtualKey()) + { + // Exactement le bouton Retour, jamais un second chemin vers le menu : le + // controller a un fondu et une bascule de camera a jouer au retour, et + // c'est OnCancelled qui les declenche. + HandleBackClicked(); + + // Handled : sans ca la touche continue de remonter et serait consommee + // une seconde fois par ce qui se trouve derriere. + return FReply::Handled(); + } + + return Super::NativeOnKeyDown(InGeometry, InKeyEvent); +} + +// ---------------------------------------------------------------------- +// Rotation du personnage +// +// Sur le widget plein ecran et pas sur une zone dediee : les boutons de la +// colonne consomment deja leurs propres clics, donc tout ce qui arrive ici a +// forcement ete lache dans le vide -- c'est-a-dire sur le personnage. +// ---------------------------------------------------------------------- + +FReply UCharacterCustomizationWidget::NativeOnMouseButtonDown(const FGeometry& InGeometry, const FPointerEvent& InMouseEvent) +{ + if (InMouseEvent.GetEffectingButton() == EKeys::LeftMouseButton) + { + bDragging = true; + + // CaptureMouse : sans elle, sortir du widget en glissant relacherait le + // suivi et laisserait bDragging a vrai pour toujours. + return FReply::Handled().CaptureMouse(TakeWidget()); + } + + return Super::NativeOnMouseButtonDown(InGeometry, InMouseEvent); +} + +FReply UCharacterCustomizationWidget::NativeOnMouseButtonUp(const FGeometry& InGeometry, const FPointerEvent& InMouseEvent) +{ + if (InMouseEvent.GetEffectingButton() == EKeys::LeftMouseButton && bDragging) + { + bDragging = false; + return FReply::Handled().ReleaseMouseCapture(); + } + + return Super::NativeOnMouseButtonUp(InGeometry, InMouseEvent); +} + +FReply UCharacterCustomizationWidget::NativeOnMouseMove(const FGeometry& InGeometry, const FPointerEvent& InMouseEvent) +{ + if (bDragging && Preview) + { + // Signe inverse : glisser vers la droite doit tourner le personnage + // vers la droite, donc le faire pivoter dans l'autre sens. + Preview->AddPreviewYaw(-InMouseEvent.GetCursorDelta().X * Preview->GetYawPerPixel()); + return FReply::Handled(); + } + + return Super::NativeOnMouseMove(InGeometry, InMouseEvent); +} + +#undef LOCTEXT_NAMESPACE diff --git a/Source/Survival_projet/Private/CharacterPreviewActor.cpp b/Source/Survival_projet/Private/CharacterPreviewActor.cpp new file mode 100644 index 0000000..786013c --- /dev/null +++ b/Source/Survival_projet/Private/CharacterPreviewActor.cpp @@ -0,0 +1,149 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "CharacterPreviewActor.h" + +#include "Camera/CameraComponent.h" +#include "CharacterAppearanceComponent.h" +#include "Components/SkeletalMeshComponent.h" + +ACharacterPreviewActor::ACharacterPreviewActor() +{ + // Allume par SetFraming et eteint des que la camera est arrivee. Un + // mannequin immobile dans un menu n'a aucune raison de couter une frame. + PrimaryActorTick.bCanEverTick = true; + PrimaryActorTick.bStartWithTickEnabled = false; + + USceneComponent* SceneRoot = CreateDefaultSubobject(TEXT("Root")); + SetRootComponent(SceneRoot); + + TurntablePivot = CreateDefaultSubobject(TEXT("TurntablePivot")); + TurntablePivot->SetupAttachment(SceneRoot); + + BodyMesh = CreateDefaultSubobject(TEXT("BodyMesh")); + BodyMesh->SetupAttachment(TurntablePivot); + // Aucune collision : c'est un decor de menu, rien ne doit le heurter ni le + // tracer. + BodyMesh->SetCollisionEnabled(ECollisionEnabled::NoCollision); + + // Les reperes de cadrage sont filles de la RACINE et pas du pivot : ils ne + // doivent surtout pas tourner avec le personnage, sinon la camera suivrait + // le clic-glisser au lieu de le montrer. + FullBodyViewSpot = CreateDefaultSubobject(TEXT("FullBodyViewSpot")); + FullBodyViewSpot->SetupAttachment(SceneRoot); + FullBodyViewSpot->SetRelativeLocation(FVector(260.f, 60.f, 95.f)); + FullBodyViewSpot->SetRelativeRotation(FRotator(0.f, 180.f, 0.f)); + + FaceViewSpot = CreateDefaultSubobject(TEXT("FaceViewSpot")); + FaceViewSpot->SetupAttachment(SceneRoot); + FaceViewSpot->SetRelativeLocation(FVector(90.f, 25.f, 165.f)); + FaceViewSpot->SetRelativeRotation(FRotator(0.f, 180.f, 0.f)); + + PreviewCamera = CreateDefaultSubobject(TEXT("PreviewCamera")); + PreviewCamera->SetupAttachment(SceneRoot); + + AppearanceComponent = CreateDefaultSubobject(TEXT("AppearanceComponent")); +} + +void ACharacterPreviewActor::BeginPlay() +{ + Super::BeginPlay(); + + // Le composant cherche le mesh d'un ACharacter par defaut ; ici il n'y en a + // pas, on lui designe le notre. + if (AppearanceComponent) + { + AppearanceComponent->SetTargetMesh(BodyMesh); + } + + // Pose la camera sur le cadrage de depart sans interpolation : glisser + // depuis l'origine de l'acteur au premier affichage montrerait un travelling + // que personne n'a demande. + if (const USceneComponent* Spot = GetSpotForFraming(CurrentFraming)) + { + PreviewCamera->SetRelativeLocationAndRotation(Spot->GetRelativeLocation(), Spot->GetRelativeRotation()); + } +} + +void ACharacterPreviewActor::Tick(float DeltaSeconds) +{ + Super::Tick(DeltaSeconds); + + UpdateFramingInterpolation(DeltaSeconds); +} + +void ACharacterPreviewActor::ApplyAppearance(const FCharacterAppearance& InAppearance) +{ + if (AppearanceComponent) + { + AppearanceComponent->ApplyAppearance(InAppearance); + } +} + +void ACharacterPreviewActor::SetFraming(ECharacterPreviewFraming NewFraming) +{ + if (CurrentFraming == NewFraming) + { + return; + } + + CurrentFraming = NewFraming; + SetActorTickEnabled(true); +} + +void ACharacterPreviewActor::AddPreviewYaw(float DeltaDegrees) +{ + TurntableYaw = FRotator::NormalizeAxis(TurntableYaw + DeltaDegrees); + + if (TurntablePivot) + { + TurntablePivot->SetRelativeRotation(FRotator(0.f, TurntableYaw, 0.f)); + } +} + +void ACharacterPreviewActor::ResetPreviewYaw() +{ + TurntableYaw = 0.f; + + if (TurntablePivot) + { + TurntablePivot->SetRelativeRotation(FRotator::ZeroRotator); + } +} + +USceneComponent* ACharacterPreviewActor::GetSpotForFraming(ECharacterPreviewFraming InFraming) const +{ + return (InFraming == ECharacterPreviewFraming::Face) ? FaceViewSpot : FullBodyViewSpot; +} + +void ACharacterPreviewActor::UpdateFramingInterpolation(float DeltaSeconds) +{ + const USceneComponent* Spot = GetSpotForFraming(CurrentFraming); + if (!Spot || !PreviewCamera) + { + SetActorTickEnabled(false); + return; + } + + const FVector TargetLocation = Spot->GetRelativeLocation(); + const FRotator TargetRotation = Spot->GetRelativeRotation(); + + const FVector NewLocation = FMath::VInterpTo( + PreviewCamera->GetRelativeLocation(), TargetLocation, DeltaSeconds, FramingInterpSpeed); + const FRotator NewRotation = FMath::RInterpTo( + PreviewCamera->GetRelativeRotation(), TargetRotation, DeltaSeconds, FramingInterpSpeed); + + PreviewCamera->SetRelativeLocationAndRotation(NewLocation, NewRotation); + + // Un interpolateur exponentiel n'atteint jamais sa cible exactement : sans + // ce seuil, le Tick ne s'eteindrait plus jamais. On termine le dernier + // millimetre d'un coup, il ne se voit pas. + const bool bLocationReached = NewLocation.Equals(TargetLocation, 0.5f); + const bool bRotationReached = NewRotation.Equals(TargetRotation, 0.5f); + + if (bLocationReached && bRotationReached) + { + PreviewCamera->SetRelativeLocationAndRotation(TargetLocation, TargetRotation); + SetActorTickEnabled(false); + } +} diff --git a/Source/Survival_projet/Private/CustomizationCategoryWidget.cpp b/Source/Survival_projet/Private/CustomizationCategoryWidget.cpp new file mode 100644 index 0000000..f729b8e --- /dev/null +++ b/Source/Survival_projet/Private/CustomizationCategoryWidget.cpp @@ -0,0 +1,48 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "CustomizationCategoryWidget.h" + +#include "Components/Border.h" +#include "Components/Button.h" +#include "Components/TextBlock.h" + +void UCustomizationCategoryWidget::NativeOnInitialized() +{ + Super::NativeOnInitialized(); + + if (CategoryButton) + { + CategoryButton->OnClicked.AddDynamic(this, &UCustomizationCategoryWidget::HandleButtonClicked); + } + + SetSelected(false); +} + +void UCustomizationCategoryWidget::Setup(int32 InIndex, const FText& InLabel) +{ + CategoryIndex = InIndex; + + if (CategoryLabel) + { + CategoryLabel->SetText(InLabel); + } +} + +void UCustomizationCategoryWidget::SetSelected(bool bInSelected) +{ + if (CategoryLabel) + { + CategoryLabel->SetColorAndOpacity(FSlateColor(bInSelected ? SelectedLabelColor : UnselectedLabelColor)); + } + + if (SelectionBorder) + { + SelectionBorder->SetBrushColor(bInSelected ? SelectedBorderColor : UnselectedBorderColor); + } +} + +void UCustomizationCategoryWidget::HandleButtonClicked() +{ + OnCategoryClicked.Broadcast(CategoryIndex); +} diff --git a/Source/Survival_projet/Private/CustomizationOptionWidget.cpp b/Source/Survival_projet/Private/CustomizationOptionWidget.cpp new file mode 100644 index 0000000..6d8404b --- /dev/null +++ b/Source/Survival_projet/Private/CustomizationOptionWidget.cpp @@ -0,0 +1,88 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "CustomizationOptionWidget.h" + +#include "Components/Border.h" +#include "Components/Button.h" +#include "Components/Image.h" +#include "Components/TextBlock.h" +#include "Engine/Texture2D.h" + +void UCustomizationOptionWidget::NativeOnInitialized() +{ + Super::NativeOnInitialized(); + + if (OptionButton) + { + OptionButton->OnClicked.AddDynamic(this, &UCustomizationOptionWidget::HandleButtonClicked); + } + + SetSelected(false); +} + +void UCustomizationOptionWidget::SetupAsPart(int32 InIndex, UTexture2D* Icon) +{ + OptionIndex = InIndex; + + if (OptionImage) + { + // Le blanc et pas la couleur d'origine : SetupAsColor a pu teinter + // cette image lors d'un passage precedent, et la case est recyclee. + // Sans cette remise a plat, une vignette heriterait de la teinte de la + // pastille qui occupait la meme case avant elle. + OptionImage->SetColorAndOpacity(FLinearColor::White); + OptionImage->SetBrushFromTexture(Icon); + OptionImage->SetVisibility(Icon ? ESlateVisibility::Visible : ESlateVisibility::Collapsed); + } + + if (IndexText) + { + // Le numero ne sert que de repli. Affiche a cote d'une vignette, il la + // salirait ; affiche seul, il rend la case utilisable. + IndexText->SetText(FText::AsNumber(InIndex + 1)); + IndexText->SetVisibility(Icon ? ESlateVisibility::Collapsed : ESlateVisibility::HitTestInvisible); + } +} + +void UCustomizationOptionWidget::SetupAsColor(int32 InIndex, const FLinearColor& Color) +{ + OptionIndex = InIndex; + + if (OptionImage) + { + // Aucune texture assignee : le pinceau par defaut d'une UImage est un + // aplat blanc, que la teinte suffit a colorer. C'est ce qui permet a + // une pastille de n'avoir besoin d'aucun asset. + OptionImage->SetBrushFromTexture(nullptr); + OptionImage->SetColorAndOpacity(Color); + OptionImage->SetVisibility(ESlateVisibility::Visible); + } + + if (IndexText) + { + IndexText->SetVisibility(ESlateVisibility::Collapsed); + } +} + +void UCustomizationOptionWidget::SetSelected(bool bInSelected) +{ + if (SelectionBorder) + { + SelectionBorder->SetBrushColor(bInSelected ? SelectedBorderColor : UnselectedBorderColor); + } + + // La case deja choisie n'est plus cliquable : re-cliquer une option active + // ne ferait rien, et un bouton qui ne fait rien laisse croire que le clic + // n'a pas ete pris. Le style Disabled du bouton la marque au passage -- + // c'est un second signal de selection, gratuit, en plus du cadre. + if (OptionButton) + { + OptionButton->SetIsEnabled(!bInSelected); + } +} + +void UCustomizationOptionWidget::HandleButtonClicked() +{ + OnOptionClicked.Broadcast(OptionIndex); +} diff --git a/Source/Survival_projet/Private/FootstepComponent.cpp b/Source/Survival_projet/Private/FootstepComponent.cpp new file mode 100644 index 0000000..a9dc1cf --- /dev/null +++ b/Source/Survival_projet/Private/FootstepComponent.cpp @@ -0,0 +1,363 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "FootstepComponent.h" + +#include "Components/CapsuleComponent.h" +#include "Engine/World.h" +#include "GameFramework/Character.h" +#include "GameFramework/CharacterMovementComponent.h" +#include "Kismet/GameplayStatics.h" + +UFootstepComponent::UFootstepComponent() +{ + PrimaryComponentTick.bCanEverTick = true; + + // 20 Hz, et pas la frequence d'affichage. Le composant n'accumule qu'une + // DISTANCE, mesuree entre deux positions exactes : allonger l'intervalle ne + // degrade donc rien, la somme des deplacements reste la meme. A 120 fps + // c'est six fois moins de reveils pour un resultat identique a l'oreille. + // + // Un TickComponent a nous et pas un appel depuis le Tick du pawn, contrairement + // a UHeadBobComponent : lui doit tourner avant que la camera soit composee, ici + // une frame de retard sur un son ne s'entend pas -- et surtout ce composant doit + // rester posable sur n'importe quel ACharacter, y compris ceux qu'on n'ecrit pas. + PrimaryComponentTick.TickInterval = 0.05f; + + // Foulees calees sur les frequences de UHeadBobComponent, avec les vitesses + // du pawn : StrideLength = Vitesse / (2 x StrideFrequency). + // accroupi : 200 / (2 x 0.70) = 143 + // marche : 400 / (2 x 1.10) = 182 + // sprint : 650 / (2 x 1.55) = 210 + // Elles sont ici et non en initialiseurs de membre pour que le constructeur + // reste le seul endroit a lire quand on cherche les valeurs par defaut. + CrouchGait = FFootstepGaitSettings(143.f, 0.35f); + WalkGait = FFootstepGaitSettings(182.f, 0.80f); + SprintGait = FFootstepGaitSettings(210.f, 1.00f); +} + +void UFootstepComponent::BeginPlay() +{ + Super::BeginPlay(); + + OwnerCharacter = Cast(GetOwner()); + if (!OwnerCharacter) + { + UE_LOG(LogTemp, Warning, TEXT("UFootstepComponent : le proprietaire n'est pas un ACharacter, les bruits de pas sont desactives.")); + SetComponentTickEnabled(false); + return; + } + + OwnerMovement = OwnerCharacter->GetCharacterMovement(); + + // Le seul signal de decollage et de reception qui existe sur les quatre + // machines. Voir le commentaire de HandleMovementModeChanged. + OwnerCharacter->MovementModeChangedDelegate.AddDynamic(this, &UFootstepComponent::HandleMovementModeChanged); + + if (!SoundBank) + { + UE_LOG(LogTemp, Warning, TEXT("UFootstepComponent : aucune banque de sons assignee sur %s, aucun bruit de pas ne sera joue."), + *GetNameSafe(GetOwner())); + } +} + +void UFootstepComponent::EndPlay(const EEndPlayReason::Type EndPlayReason) +{ + if (OwnerCharacter) + { + OwnerCharacter->MovementModeChangedDelegate.RemoveDynamic(this, &UFootstepComponent::HandleMovementModeChanged); + } + + Super::EndPlay(EndPlayReason); +} + +void UFootstepComponent::TickComponent(float DeltaTime, ELevelTick TickType, FActorComponentTickFunction* ThisTickFunction) +{ + Super::TickComponent(DeltaTime, TickType, ThisTickFunction); + + if (!bEnableFootsteps || !OwnerCharacter || !OwnerMovement || !SoundBank || !ShouldPlaySounds()) + { + return; + } + + const FVector Location = OwnerCharacter->GetActorLocation(); + + // Premier tick valide : on se contente de memoriser la position. Sans ce + // garde-fou, le premier deplacement mesure partirait de l'origine du monde + // et declencherait une rafale de pas au spawn. + if (!bHasLastLocation) + { + LastLocation = Location; + bHasLastLocation = true; + return; + } + + const float Travelled = (Location - LastLocation).Size2D(); + LastLocation = Location; + + // En l'air on ne compte pas de foulee : le vol est traite par les deux cues + // de HandleMovementModeChanged. On y profite du passage pour echantillonner + // la vitesse de chute, introuvable au moment de l'impact. + if (OwnerMovement->IsFalling()) + { + MaxFallSpeed = FMath::Max(MaxFallSpeed, -OwnerMovement->Velocity.Z); + return; + } + + const float Speed = OwnerMovement->Velocity.Size2D(); + const bool bIsMoving = Speed > IdleSpeedThreshold; + + if (bIsMoving && !bWasMoving) + { + // Entree en mouvement : on amorce le compteur pour que le premier pas + // tombe tout de suite plutot qu'apres deux metres de silence. + DistanceSinceLastStep = GetGaitSettings(SelectGait(Speed)).StrideLength * FirstStepFraction; + StepsSinceMoveStart = 0; + } + else if (!bIsMoving && bWasMoving) + { + // Immobilisation : le pas final. Conditionne a un vrai pas deja joue, + // sinon un simple a-coup de collision ferait claquer un arret alors que + // le personnage n'a pas avance d'un centimetre. + if (bPlayStopSounds && StepsSinceMoveStart > 0) + { + FVector StopLocation; + if (const FFootstepSurfaceSounds* Sounds = QueryGroundSounds(StopLocation)) + { + const FFootstepGaitSettings& StopSettings = GetGaitSettings(LastGait); + PlayCue(Sounds->GetStopSound(LastGait), StopSettings.Volume, StopSettings.PitchVariation, StopLocation); + } + } + + DistanceSinceLastStep = 0.f; + StepsSinceMoveStart = 0; + } + + bWasMoving = bIsMoving; + + if (!bIsMoving) + { + return; + } + + DistanceSinceLastStep += Travelled; + + const EFootstepGait Gait = SelectGait(Speed); + const float StrideLength = GetGaitSettings(Gait).StrideLength; + + if (DistanceSinceLastStep >= StrideLength) + { + // Soustraction et pas remise a zero : le reliquat de distance doit + // survivre au pas, sinon le rythme derive a chaque hoquet de framerate. + DistanceSinceLastStep -= StrideLength; + + // Mais borne quand meme : apres une teleportation ou un long gel, le + // reliquat vaudrait plusieurs foulees et partirait en rafale. + DistanceSinceLastStep = FMath::Min(DistanceSinceLastStep, StrideLength); + + ++StepsSinceMoveStart; + PlayFootstepNow(); + } +} + +void UFootstepComponent::PlayFootstepNow() +{ + if (!OwnerMovement || !SoundBank || !ShouldPlaySounds()) + { + return; + } + + const EFootstepGait Gait = SelectGait(OwnerMovement->Velocity.Size2D()); + + FVector StepLocation; + const FFootstepSurfaceSounds* Sounds = QueryGroundSounds(StepLocation); + if (!Sounds) + { + return; + } + + const FFootstepGaitSettings& Settings = GetGaitSettings(Gait); + PlayCue(Sounds->GetStepSound(Gait), Settings.Volume, Settings.PitchVariation, StepLocation); + + // Memorise APRES coup : c'est cette allure-la que le son d'arret devra + // reprendre, pas celle qu'aura le personnage une fois immobile. + LastGait = Gait; +} + +void UFootstepComponent::HandleMovementModeChanged(ACharacter* Character, EMovementMode PrevMovementMode, uint8 PreviousCustomMode) +{ + if (!bEnableFootsteps || !OwnerMovement || !SoundBank || !ShouldPlaySounds()) + { + return; + } + + const EMovementMode NewMode = OwnerMovement->MovementMode; + + // Decollage + if (NewMode == MOVE_Falling && PrevMovementMode == MOVE_Walking) + { + MaxFallSpeed = 0.f; + + // Un saut, et pas une sortie de rebord : c'est le SIGNE de la vitesse + // verticale qui tranche, exactement comme dans l'AnimBP du corps. Sans + // ce test, marcher au bord d'une caisse ferait grogner le personnage. + if (OwnerMovement->Velocity.Z > 0.f) + { + FVector JumpLocation; + if (const FFootstepSurfaceSounds* Sounds = QueryGroundSounds(JumpLocation)) + { + const FFootstepGaitSettings& Settings = GetGaitSettings(SelectGait(OwnerMovement->Velocity.Size2D())); + PlayCue(Sounds->Jump, AirVolume, Settings.PitchVariation, JumpLocation); + } + } + + // Le cycle de foulee repart de zero a la reception : bWasMoving remis a + // faux fait passer le premier tick au sol par la branche "entree en + // mouvement", donc par FirstStepFraction. Retomber en pleine course + // redonne ainsi un pas tout de suite. + DistanceSinceLastStep = 0.f; + StepsSinceMoveStart = 0; + bWasMoving = false; + return; + } + + // Reception + if (PrevMovementMode == MOVE_Falling && NewMode == MOVE_Walking) + { + if (MaxFallSpeed > LandMinFallSpeed) + { + FVector LandLocation; + if (const FFootstepSurfaceSounds* Sounds = QueryGroundSounds(LandLocation)) + { + const FFootstepGaitSettings& Settings = GetGaitSettings(SelectGait(OwnerMovement->Velocity.Size2D())); + PlayCue(Sounds->Land, AirVolume, Settings.PitchVariation, LandLocation); + } + } + + MaxFallSpeed = 0.f; + DistanceSinceLastStep = 0.f; + StepsSinceMoveStart = 0; + bWasMoving = false; + } +} + +void UFootstepComponent::SetFootstepsEnabled(bool bEnabled) +{ + bEnableFootsteps = bEnabled; + + if (!bEnabled) + { + ResetStride(); + } +} + +void UFootstepComponent::ResetStride() +{ + DistanceSinceLastStep = 0.f; + StepsSinceMoveStart = 0; + MaxFallSpeed = 0.f; + bWasMoving = false; + + // La position memorisee aussi : un respawn deplace le pawn de plusieurs + // centaines de metres, et ce deplacement ne doit pas compter comme un pas. + bHasLastLocation = false; +} + +EFootstepGait UFootstepComponent::SelectGait(float HorizontalSpeed) const +{ + if (OwnerMovement && OwnerMovement->IsCrouching()) + { + return EFootstepGait::Walk; + } + + // Le seuil se lit sur la vitesse REELLE et pas sur AFpsPlayer::IsSprinting() : + // le composant reste ainsi posable sur un PNJ, qui n'a pas de touche Maj. + return (HorizontalSpeed > SprintSpeedThreshold) ? EFootstepGait::Run : EFootstepGait::Jog; +} + +const FFootstepGaitSettings& UFootstepComponent::GetGaitSettings(EFootstepGait Gait) const +{ + switch (Gait) + { + case EFootstepGait::Walk: return CrouchGait; + case EFootstepGait::Run: return SprintGait; + default: return WalkGait; + } +} + +const FFootstepSurfaceSounds* UFootstepComponent::QueryGroundSounds(FVector& OutLocation) const +{ + if (!SoundBank || !OwnerCharacter) + { + return nullptr; + } + + const UCapsuleComponent* Capsule = OwnerCharacter->GetCapsuleComponent(); + const float HalfHeight = Capsule ? Capsule->GetScaledCapsuleHalfHeight() : 0.f; + + const FVector Center = OwnerCharacter->GetActorLocation(); + const FVector Feet = Center - FVector(0.f, 0.f, HalfHeight); + + // Repli de position : si le trace ne touche rien, le son part quand meme, + // depuis les pieds. Un silence serait plus difficile a diagnostiquer. + OutLocation = Feet; + + const UWorld* World = GetWorld(); + if (!World) + { + return &SoundBank->DefaultSurface; + } + + // bTraceComplex : voir le commentaire de la propriete. Sans lui on recupere + // le PhysicalMaterial du BodySetup, presque toujours vide, et tout le decor + // sonne sur DefaultSurface. + FCollisionQueryParams Params(SCENE_QUERY_STAT(Footstep), bTraceComplex, OwnerCharacter); + Params.bReturnPhysicalMaterial = true; + + FHitResult Hit; + if (!World->LineTraceSingleByChannel(Hit, Center, Feet - FVector(0.f, 0.f, TraceDepth), TraceChannel, Params)) + { + return &SoundBank->DefaultSurface; + } + + OutLocation = Hit.ImpactPoint; + return &SoundBank->GetSurfaceSounds(UGameplayStatics::GetSurfaceType(Hit)); +} + +void UFootstepComponent::PlayCue(USoundBase* Sound, float Volume, float PitchVariation, const FVector& Location) const +{ + if (!Sound || Volume <= 0.f) + { + return; + } + + const float Pitch = (PitchVariation > 0.f) + ? FMath::FRandRange(1.f - PitchVariation, 1.f + PitchVariation) + : 1.f; + + // Le pas du joueur local en 2D : joue en 3D depuis ses propres chevilles, il + // passe par l'attenuation et sonne creux, alors qu'il devrait etre le son le + // plus present du mixage. Les Cue n'ont pas de SoundClass, donc les deux + // chemins tombent sur SC_SFX, la classe par defaut du projet -- le curseur + // "Effets" les couvre sans qu'on ait rien a taguer. + if (bPlayLocalStepsIn2D && OwnerCharacter && OwnerCharacter->IsLocallyControlled()) + { + UGameplayStatics::PlaySound2D(this, Sound, Volume * LocalVolumeScale, Pitch, 0.f, Concurrency, GetOwner()); + return; + } + + // PlaySoundAtLocation et pas SpawnSoundAttached : un pas est un one-shot de + // quelques dixiemes de seconde, l'attacher creerait puis detruirait un + // UAudioComponent trois fois par seconde et par joueur pour rien. + UGameplayStatics::PlaySoundAtLocation(this, Sound, Location, FRotator::ZeroRotator, + Volume, Pitch, 0.f, Attenuation, Concurrency, GetOwner()); +} + +bool UFootstepComponent::ShouldPlaySounds() const +{ + // Un serveur dedie n'a pas de sortie audio : inutile d'y tracer le sol pour + // quatre personnages. Le projet tourne en serveur d'ecoute, mais la garde ne + // coute qu'une comparaison et evite d'y repenser le jour ou ca change. + const UWorld* World = GetWorld(); + return World && World->GetNetMode() != NM_DedicatedServer; +} diff --git a/Source/Survival_projet/Private/FootstepSoundsDataAsset.cpp b/Source/Survival_projet/Private/FootstepSoundsDataAsset.cpp new file mode 100644 index 0000000..97d206b --- /dev/null +++ b/Source/Survival_projet/Private/FootstepSoundsDataAsset.cpp @@ -0,0 +1,38 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "FootstepSoundsDataAsset.h" + +USoundBase* FFootstepSurfaceSounds::GetStepSound(EFootstepGait Gait) const +{ + switch (Gait) + { + case EFootstepGait::Walk: return WalkStep; + case EFootstepGait::Jog: return JogStep; + case EFootstepGait::Run: return RunStep; + default: return nullptr; + } +} + +USoundBase* FFootstepSurfaceSounds::GetStopSound(EFootstepGait Gait) const +{ + switch (Gait) + { + case EFootstepGait::Walk: return WalkStop; + case EFootstepGait::Jog: return JogStop; + case EFootstepGait::Run: return RunStop; + default: return nullptr; + } +} + +const FFootstepSurfaceSounds& UFootstepSoundsDataAsset::GetSurfaceSounds(EPhysicalSurface Surface) const +{ + // Find et pas FindRef : on rend une reference sur l'entree de la table, sans + // copier les huit pointeurs a chaque pas. + if (const FFootstepSurfaceSounds* Found = Surfaces.Find(Surface)) + { + return *Found; + } + + return DefaultSurface; +} diff --git a/Source/Survival_projet/Private/FpsArmsAnimInstance.cpp b/Source/Survival_projet/Private/FpsArmsAnimInstance.cpp index 6ece8b9..6f89cf4 100644 --- a/Source/Survival_projet/Private/FpsArmsAnimInstance.cpp +++ b/Source/Survival_projet/Private/FpsArmsAnimInstance.cpp @@ -5,6 +5,7 @@ #include "FpsPlayer.h" #include "GameFramework/CharacterMovementComponent.h" +#include "HeldItemComponent.h" void UFpsArmsAnimInstance::NativeInitializeAnimation() { @@ -47,9 +48,30 @@ void UFpsArmsAnimInstance::NativeUpdateAnimation(float DeltaSeconds) bIsMoving = GroundSpeed > MovingSpeedThreshold && !Movement->GetCurrentAcceleration().IsNearlyZero(); + // Lu depuis le composant plutot que mis en cache dans un membre : apres un + // respawn le pawn est un NOUVEL acteur, avec un nouveau composant, et un + // pointeur garde ici pointerait sur celui du cadavre. + if (const UHeldItemComponent* HeldItems = Player->GetHeldItemComponent()) + { + bHasItemInHand = HeldItems->HasItemInHand(); + } + bIsSprinting = Player->IsSprinting(); bIsFalling = Movement->IsFalling(); bIsCrouching = Movement->IsCrouching(); + VerticalSpeed = Movement->Velocity.Z; + + // Les deux etats de deplacement au sol sont composes ICI et nulle part + // ailleurs. bIsSprinting ne dit que « la touche est enfoncee » : sans le ET + // avec bIsMoving, appuyer sur Maj a l'arret suffit a lancer l'animation de + // course, bras qui pompent devant un personnage qui ne bouge pas. + // + // Le sol et l'accroupi sont exclus des deux pour que ces booleens restent + // mutuellement exclusifs avec les etats Air et Crouch de la machine : deux + // conditions vraies en meme temps, c'est une transition prise au hasard. + const bool bGrounded = !bIsFalling && !bIsCrouching; + bIsRunning = bGrounded && bIsMoving && bIsSprinting; + bIsWalking = bGrounded && bIsMoving && !bIsSprinting; // La cadence suit la vitesse REELLE et pas l'etat de sprint : c'est ce qui // fait que les bras accelerent pendant la montee en vitesse, au lieu de diff --git a/Source/Survival_projet/Private/FpsPlayer.cpp b/Source/Survival_projet/Private/FpsPlayer.cpp index 3377a6e..d003110 100644 --- a/Source/Survival_projet/Private/FpsPlayer.cpp +++ b/Source/Survival_projet/Private/FpsPlayer.cpp @@ -17,8 +17,10 @@ #include "InputActionValue.h" #include "CharacterAppearanceComponent.h" #include "CraftingComponent.h" +#include "FootstepComponent.h" #include "FpsPlayerController.h" #include "HeadBobComponent.h" +#include "HeldItemComponent.h" #include "InteractionComponent.h" #include "InventoryComponent.h" #include "ItemDataAsset.h" @@ -111,6 +113,8 @@ AFpsPlayer::AFpsPlayer() CraftingComponent = CreateDefaultSubobject(TEXT("CraftingComponent")); SurvivalStats = CreateDefaultSubobject(TEXT("SurvivalStats")); AppearanceComponent = CreateDefaultSubobject(TEXT("AppearanceComponent")); + HeldItemComponent = CreateDefaultSubobject(TEXT("HeldItemComponent")); + FootstepComponent = CreateDefaultSubobject(TEXT("FootstepComponent")); // En vue FPS on ne veut pas voir son propre corps (mesh 3e personne), // mais on garde son ombre. @@ -377,6 +381,31 @@ void AFpsPlayer::OnRep_PlayerState() RefreshAppearanceFromPlayerState(); } +void AFpsPlayer::PossessedBy(AController* NewController) +{ + Super::PossessedBy(NewController); + + // Cote serveur uniquement : chez l'hote c'est ce chemin qui remplit sa + // propre main, IsLocallyControlled() ne devenant vrai qu'ici. + if (HeldItemComponent) + { + HeldItemComponent->RefreshFromInventory(); + } +} + +void AFpsPlayer::OnRep_Controller() +{ + Super::OnRep_Controller(); + + // Le pendant client. Meme raison qu'OnRep_PlayerState juste au-dessus : rien + // ne dit lequel du pawn ou du controller arrive le premier, donc les deux + // bouts de la course appellent la meme fonction idempotente. + if (HeldItemComponent) + { + HeldItemComponent->RefreshFromInventory(); + } +} + void AFpsPlayer::RefreshAppearanceFromPlayerState() { if (!AppearanceComponent) @@ -470,6 +499,14 @@ void AFpsPlayer::Landed(const FHitResult& Hit) FallSpeed, LandPunchMinFallSpeed); } + // Le geste des bras suit le meme seuil bas que la camera : une marche + // d'escalier ne doit ni secouer la vue ni faire encaisser le personnage. + if (FallSpeed > LandPunchMinFallSpeed) + { + UAnimMontage* Montage = (FallSpeed >= HardLandingFallSpeed) ? HardLandMontage : LandMontage; + PlayArmsMontage(Montage); + } + LastFallSpeed = 0.f; } @@ -899,6 +936,11 @@ void AFpsPlayer::HandleDeath() ClearTransientInputStates(); GetCharacterMovement()->DisableMovement(); + // Un cadavre ne marche plus. Sans ca, la derniere foulee en cours produirait + // encore son pas final au moment ou la vitesse tombe a zero -- et HandleDeath + // tourne sur toutes les machines, donc les amis l'entendraient aussi. + FootstepComponent->SetFootstepsEnabled(false); + if (APlayerController* OwningController = Cast(GetController())) { DisableInput(OwningController); diff --git a/Source/Survival_projet/Private/FpsPlayerController.cpp b/Source/Survival_projet/Private/FpsPlayerController.cpp index f5a327c..d24bb78 100644 --- a/Source/Survival_projet/Private/FpsPlayerController.cpp +++ b/Source/Survival_projet/Private/FpsPlayerController.cpp @@ -378,7 +378,7 @@ void AFpsPlayerController::SetupInputComponent() if (PauseAction) { - Input->BindAction(PauseAction, ETriggerEvent::Started, this, &AFpsPlayerController::HandlePauseInput); + Input->BindAction(PauseAction, ETriggerEvent::Started, this, &AFpsPlayerController::HandleEscapeInput); } else { @@ -956,7 +956,7 @@ void AFpsPlayerController::CheckStorageDistance() } } -void AFpsPlayerController::HandlePauseInput() +void AFpsPlayerController::HandleEscapeInput() { // La boite a le focus et consomme deja Echap elle-meme. Si elle l'a perdu, // on l'ignore quand meme : repondre ici refermerait le menu en laissant la @@ -1013,7 +1013,12 @@ void AFpsPlayerController::OpenPauseMenu() } bPauseMenuOpen = true; - PauseMenu->SetVisibility(ESlateVisibility::Visible); + + // Open() et pas un simple SetVisibility : le menu prend AUSSI le focus + // clavier. Sans lui, Echap ne reviendrait plus des le premier clic sur un + // bouton -- un UButton prend le focus, et un widget focalise coupe la route + // des touches vers Enhanced Input. + PauseMenu->Open(); // AUCUN SetPause : en coop la pause est impossible par nature. Cote client // l'appel est ignore -- la pause appartient a l'autorite -- et cote hote il @@ -1052,9 +1057,11 @@ void AFpsPlayerController::ResumeGame() if (PauseMenu) { - PauseMenu->SetVisibility(ESlateVisibility::Collapsed); + PauseMenu->Close(); } + // FInputModeGameOnly repose le focus clavier sur le viewport : c'est ce qui + // rend leurs touches au pawn et au controller apres le passage du menu. SetUiInputMode(false); } @@ -1197,7 +1204,7 @@ void AFpsPlayerController::OpenSettings() // on pourrait cliquer Reprendre a travers l'ecran de reglages. if (PauseMenu) { - PauseMenu->SetVisibility(ESlateVisibility::HitTestInvisible); + PauseMenu->SetInteractive(false); } } @@ -1210,9 +1217,12 @@ void AFpsPlayerController::HandleSettingsCloseRequested() SettingsMenu->Close(); } + // SetInteractive(true) reprend le focus clavier, que l'ecran de reglages + // avait pris pour lui et ne rend a personne en se fermant. L'oublier laisse + // le menu de pause affiche mais sourd a Echap. if (PauseMenu) { - PauseMenu->SetVisibility(ESlateVisibility::Visible); + PauseMenu->SetInteractive(true); } } @@ -1260,7 +1270,7 @@ void AFpsPlayerController::RequestQuitToMainMenu() // pourrait cliquer Reprendre alors que la question est encore posee. if (PauseMenu) { - PauseMenu->SetVisibility(ESlateVisibility::HitTestInvisible); + PauseMenu->SetInteractive(false); } } @@ -1356,7 +1366,7 @@ void AFpsPlayerController::BeginQuitToMainMenu() if (PauseMenu) { - PauseMenu->SetVisibility(ESlateVisibility::Collapsed); + PauseMenu->Close(); } // L'ecran d'inventaire ou de coffre resterait affiche par-dessus le noir, @@ -1378,9 +1388,11 @@ void AFpsPlayerController::HandleQuitToMenuCancelled() QuitToMenuDialog->Close(); } + // Meme raison qu'a la fermeture des reglages : la boite avait le focus + // clavier, on le reprend en redevenant la couche active. if (PauseMenu) { - PauseMenu->SetVisibility(ESlateVisibility::Visible); + PauseMenu->SetInteractive(true); } } diff --git a/Source/Survival_projet/Private/HeldItemComponent.cpp b/Source/Survival_projet/Private/HeldItemComponent.cpp new file mode 100644 index 0000000..e6e8a4c --- /dev/null +++ b/Source/Survival_projet/Private/HeldItemComponent.cpp @@ -0,0 +1,386 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "HeldItemComponent.h" + +#include "Animation/AnimMontage.h" +#include "Components/SkeletalMeshComponent.h" +#include "Components/StaticMeshComponent.h" +#include "FpsPlayer.h" +#include "InventoryComponent.h" +#include "ItemDataAsset.h" +#include "Net/UnrealNetwork.h" + +UHeldItemComponent::UHeldItemComponent() +{ + // Aucun Tick : le montage est evenementiel. Il ne se declenche qu'au + // changement de case active ou de contenu d'inventaire, et les deux sont + // deja des delegues. + PrimaryComponentTick.bCanEverTick = false; + + // Obligatoire, et pas seulement pour repliquer HeldItem : sans lui le moteur + // JETTE SILENCIEUSEMENT Server_SetHeldItem. Aucun message, aucune erreur -- + // l'objet reste simplement invisible chez les autres joueurs. + SetIsReplicatedByDefault(true); +} + +void UHeldItemComponent::GetLifetimeReplicatedProps(TArray& OutLifetimeProps) const +{ + Super::GetLifetimeReplicatedProps(OutLifetimeProps); + + // COND_SkipOwner, exactement comme AFpsPlayer::bIsSprinting : le proprietaire + // est celui qui a DECIDE de ce changement et l'a deja applique en local. Le + // lui renvoyer poserait une valeur ayant un aller-retour de retard, ce qui + // fait clignoter l'objet quand on change de case rapidement. + DOREPLIFETIME_CONDITION(UHeldItemComponent, HeldItem, COND_SkipOwner); +} + +void UHeldItemComponent::BeginPlay() +{ + Super::BeginPlay(); + + AFpsPlayer* Player = GetOwningPlayer(); + if (!Player) + { + UE_LOG(LogTemp, Warning, TEXT("UHeldItemComponent : porteur %s n'est pas un AFpsPlayer, aucun objet ne sera montre en main."), + *GetNameSafe(GetOwner())); + return; + } + + if (UInventoryComponent* Inventory = Player->GetInventoryComponent()) + { + Inventory->OnSelectedHotbarSlotChanged.AddDynamic(this, &UHeldItemComponent::HandleSelectedHotbarSlotChanged); + + // Le second abonnement n'est pas une redondance : vider la case active + // au glisser-deposer, ou consommer la derniere charge de ce qu'on tient, + // ne change pas l'INDEX selectionne. Sans lui, la pomme resterait en main + // apres avoir ete mangee. + Inventory->OnInventoryChanged.AddDynamic(this, &UHeldItemComponent::HandleInventoryChanged); + } + + // Chez l'hote et en solo, tout est deja en place a cet instant. Chez un + // client le controller peut manquer encore : AFpsPlayer rappellera alors + // depuis OnRep_Controller, et cette fonction est idempotente. + RefreshFromInventory(); +} + +void UHeldItemComponent::OnUnregister() +{ + // Les composants engendres appartiennent a l'acteur et disparaissent avec + // lui. On ne lache que nos references, pour ne pas retenir des objets que le + // GC doit pouvoir reprendre. + FirstPersonHeldMesh = nullptr; + ThirdPersonHeldMesh = nullptr; + + Super::OnUnregister(); +} + +AFpsPlayer* UHeldItemComponent::GetOwningPlayer() const +{ + return Cast(GetOwner()); +} + +void UHeldItemComponent::HandleInventoryChanged() +{ + RefreshFromInventory(); +} + +void UHeldItemComponent::HandleSelectedHotbarSlotChanged(int32 /*NewIndex*/) +{ + RefreshFromInventory(); +} + +void UHeldItemComponent::RefreshFromInventory() +{ + const AFpsPlayer* Player = GetOwningPlayer(); + if (!Player) + { + return; + } + + // Reposee AVANT la garde ci-dessous, et c'est tout l'interet : le passage de + // « pas encore controle » a « controle localement » est justement ce qui doit + // cacher l'objet en main, et AFpsPlayer rappelle cette fonction depuis + // OnRep_Controller. La poser apres la garde ne la ferait jamais tourner chez + // celui qui vient de prendre le controle. + UpdateLocalVisibility(); + + // LA garde de ce composant. Chez l'hote, le pawn de chaque ami porte aussi + // un inventaire et un UHeldItemComponent : lire la case active d'un pawn + // distant y trouverait toujours l'index 0, puisque SelectedHotbarIndex n'est + // pas replique. Sans ce test, le serveur remplacerait la hache d'un client + // par le contenu de sa premiere case, en boucle. + if (!Player->IsLocallyControlled()) + { + return; + } + + const UInventoryComponent* Inventory = Player->GetInventoryComponent(); + if (!Inventory) + { + return; + } + + const FInventorySlot Selected = Inventory->GetSelectedSlot(); + SetHeldItem(Selected.IsEmpty() ? nullptr : Selected.Item.Get()); +} + +void UHeldItemComponent::SetHeldItem(UItemDataAsset* NewItem) +{ + if (HeldItem == NewItem) + { + return; + } + + HeldItem = NewItem; + ApplyHeldVisuals(); + PlayEquipMontage(); + + // En local d'abord, pour que l'objet apparaisse sous les doigts sans attendre + // un aller-retour ; le serveur suit. Le sens inverse donnerait une main qui + // se remplit avec un temps de retard a chaque coup de molette. + if (const AActor* Owner = GetOwner(); Owner && !Owner->HasAuthority()) + { + Server_SetHeldItem(NewItem); + } +} + +void UHeldItemComponent::PlayEquipMontage() +{ + // Ranger un objet ne joue rien : le pack ne livre que des gestes de sortie + // d'outil, et un desequipement sans animation ne se remarque pas -- l'objet + // suivant arrive dans la foulee avec le sien. + if (!HeldItem || !HeldItem->EquipMontage) + { + return; + } + + AFpsPlayer* Player = GetOwningPlayer(); + + // Les bras sont en OnlyOwnerSee : chez l'hote, le pawn de chaque ami porte + // AUSSI un squelette de bras que personne ne rend. Y jouer un montage ferait + // tourner quatre machines a etats pour rien. La garde est deja tenue par + // RefreshFromInventory, on la repose ici parce qu'un futur appelant + // l'oublierait. + if (!Player || !Player->IsLocallyControlled()) + { + return; + } + + Player->PlayArmsMontage(HeldItem->EquipMontage); +} + +void UHeldItemComponent::Server_SetHeldItem_Implementation(UItemDataAsset* NewItem) +{ + if (HeldItem == NewItem) + { + return; + } + + HeldItem = NewItem; + + // Le serveur rend lui aussi les pawns distants -- l'hote voit ses amis. Sans + // cet appel, la hache n'existerait que chez les clients. + ApplyHeldVisuals(); +} + +void UHeldItemComponent::OnRep_HeldItem() +{ + ApplyHeldVisuals(); +} + +void UHeldItemComponent::ApplyHeldVisuals() +{ + EnsureHeldMeshComponents(); + + const UItemDataAsset* Item = HeldItem; + + // Un objet peut tres bien n'avoir aucune representation en main : c'est le + // cas par defaut de toutes les ressources du jeu. On demonte alors, sans que + // ce soit une anomalie. + const bool bShow = Item != nullptr && Item->bShowInHand && Item->GetHeldMesh() != nullptr; + bItemVisibleInHand = bShow; + + if (FirstPersonHeldMesh) + { + if (bShow) + { + Item->ApplyHeldVisualsTo(FirstPersonHeldMesh); + FirstPersonHeldMesh->SetRelativeTransform(Item->FirstPersonHeldOffset); + } + else + { + FirstPersonHeldMesh->SetStaticMesh(nullptr); + } + + FirstPersonHeldMesh->SetVisibility(bShow); + } + + if (ThirdPersonHeldMesh) + { + if (bShow) + { + Item->ApplyHeldVisualsTo(ThirdPersonHeldMesh); + ThirdPersonHeldMesh->SetRelativeTransform(Item->ThirdPersonHeldOffset); + } + else + { + ThirdPersonHeldMesh->SetStaticMesh(nullptr); + } + + // Et surtout pas SetVisibility(bShow) : chez le joueur qui tient l'objet, + // ce mesh doit rester invisible tout en projetant son ombre. + UpdateLocalVisibility(); + } + + OnHeldItemChanged.Broadcast(HeldItem); +} + +void UHeldItemComponent::UpdateLocalVisibility() +{ + if (!ThirdPersonHeldMesh) + { + return; + } + + const AFpsPlayer* Player = GetOwningPlayer(); + + // Le pawn qu'on controle est le seul dont on ne doit pas voir le corps -- donc + // le seul dont l'objet en main se cache. Chez les trois autres joueurs le meme + // pawn n'est pas controle localement, et l'outil s'y affiche normalement. + // + // Relu a CHAQUE passage plutot que pose une fois : chez un client le pawn + // arrive par replication AVANT son controller, et IsLocallyControlled() y est + // donc faux pendant les premieres images. Sans cette relecture, le joueur + // verrait sa propre pioche flotter devant lui pour le reste de la partie. + const bool bHideForLocalPlayer = Player != nullptr && Player->IsLocallyControlled(); + const bool bHasMesh = ThirdPersonHeldMesh->GetStaticMesh() != nullptr; + + ThirdPersonHeldMesh->SetVisibility(bHasMesh && !bHideForLocalPlayer); +} + +void UHeldItemComponent::EnsureHeldMeshComponents() +{ + AFpsPlayer* Player = GetOwningPlayer(); + if (!Player) + { + return; + } + + if (!FirstPersonHeldMesh) + { + FirstPersonHeldMesh = CreateHeldMeshComponent( + TEXT("FirstPersonHeldMesh"), Player->GetFirstPersonArms(), FirstPersonSocket, + /*bCastWorldShadow=*/false); + } + + if (!ThirdPersonHeldMesh) + { + ThirdPersonHeldMesh = CreateHeldMeshComponent( + TEXT("ThirdPersonHeldMesh"), Player->GetMesh(), ThirdPersonSocket, + /*bCastWorldShadow=*/true); + } +} + +UStaticMeshComponent* UHeldItemComponent::CreateHeldMeshComponent(FName ComponentName, USkeletalMeshComponent* Parent, + FName SocketName, bool bCastWorldShadow) +{ + AActor* Owner = GetOwner(); + if (!Owner || !Parent) + { + return nullptr; + } + + // Un os introuvable n'est pas une erreur pour le moteur : il attache a la + // RACINE du composant, en silence, et l'objet apparait plante au milieu du + // torse. C'est ce log qui distingue « mal place » de « mal nomme », et la + // difference vaut une heure de recherche dans le mauvais fichier. + // + // Le test du mesh n'est pas superflu : UCharacterAppearanceComponent + // REMPLACE le mesh du corps a son BeginPlay, et l'ordre des BeginPlay entre + // composants n'est garanti par rien. Sans lui, un avertissement partirait un + // coup sur deux pour un os parfaitement valide -- soit exactement le faux + // indice que ce log est cense eviter. L'attachement, lui, se moque du + // moment : le nom est resolu a chaque lecture de la transform du socket. + if (!SocketName.IsNone() && Parent->GetSkeletalMeshAsset() && !Parent->DoesSocketExist(SocketName) && !bLoggedMissingSocket) + { + UE_LOG(LogTemp, Warning, TEXT("UHeldItemComponent : le socket ou l'os '%s' n'existe pas sur %s. L'objet en main sera attache a la racine du mesh."), + *SocketName.ToString(), *GetNameSafe(Parent->GetSkeletalMeshAsset())); + bLoggedMissingSocket = true; + } + + UStaticMeshComponent* Held = NewObject(Owner, ComponentName); + if (!Held) + { + return nullptr; + } + + Held->SetupAttachment(Parent, SocketName); + + // AVANT l'enregistrement, et c'est le piege le plus couteux de ce fichier : + // un UStaticMeshComponent cree par NewObject nait en Mobility STATIC, alors + // qu'un sous-objet declare dans un Blueprint herite du Movable de son + // parent. Le mesh suit pourtant la main sans broncher, ce qui donne + // l'illusion que tout va bien -- mais sous Virtual Shadow Maps une primitive + // Static part dans le cache d'ombres statiques, qui n'est pas reinvalide + // quand elle bouge. Symptome : l'objet est la, son ombre non. Et il n'y a + // aucun message pour le dire. + Held->SetMobility(EComponentMobility::Movable); + + // Un objet tenu en main n'est pas une surface de jeu. Sans ca, la hache + // bloquerait le trace d'interaction -- qui part exactement d'entre les bras. + Held->SetCollisionEnabled(ECollisionEnabled::NoCollision); + + Held->RegisterComponent(); + + // Apres l'enregistrement, et pas avant : les setters d'etat de rendu + // marquent le proxy « sale », ce qui ne veut rien dire sur un composant qui + // n'est pas encore dans le monde. Les poser des deux cotes de + // RegisterComponent est le genre de subtilite qui fait qu'un drapeau prend + // et l'autre non -- on les pose donc tous ici. + + // « Visible pour moi seul » se recopie du porteur : c'est ce qui tient les + // bras, et un mesh d'arme n'a pas a savoir qu'il les habille. + Held->SetOnlyOwnerSee(Parent->bOnlyOwnerSee); + + // bOwnerNoSee du porteur, en revanche, ne se recopie SURTOUT PAS, alors que + // c'est par la que le Mesh du Character se cache lui-meme. Mesure sur ce + // projet : cases « Cast Shadow » et « Hidden Shadow » cochees et actives sur + // le composant, aucune ombre tant que bOwnerNoSee valait vrai, ombre correcte + // des la seconde ou on cache le mesh par « Visible » a la place. + // + // Autrement dit bCastHiddenShadow n'honore, sur un UStaticMeshComponent, que + // la dissimulation par la VISIBILITE -- pas celle par le proprietaire. Le + // corps y echappe parce qu'il est un mesh SQUELETTIQUE, qui n'emprunte pas le + // meme chemin de relevance dans le renderer. D'ou le partage : le porteur se + // cache comme il veut, l'objet en main se cache par UpdateLocalVisibility(). + // + // Ce n'est pas une perte de fonctionnalite : sur une machine donnee, le seul + // pawn dont on est proprietaire est celui qu'on controle, donc les deux + // mecanismes cachent exactement les memes objets aux memes joueurs. + + // L'OMBRE ne se recopie pas non plus -- les deux meshes n'ont pas du tout le + // meme role. Celui du corps doit projeter son ombre MEME invisible pour son + // proprietaire (bCastHiddenShadow), sinon on voit son propre corps au sol + // sans l'outil qu'on tient. Celui des bras ne doit rien projeter du tout : + // colle a l'objectif, il barrerait le decor d'une ombre geante. + Held->SetCastShadow(bCastWorldShadow); + Held->SetCastHiddenShadow(bCastWorldShadow); + + // Rien a montrer tant qu'aucun objet n'est monte. + Held->SetVisibility(false); + + // Sans ca le composant existe, se rend et s'anime, mais reste INTROUVABLE + // dans le Details panel du pawn en PIE : le panneau ne liste que les + // sous-objets du template et les composants declares comme composants + // d'instance. C'est du confort de debogage, mais c'est ce confort qui + // manquait pour diagnostiquer cette ombre. + Owner->AddInstanceComponent(Held); + + UE_LOG(LogTemp, Log, TEXT("UHeldItemComponent : '%s' monte sur '%s' (socket '%s' %s, ombre %s)."), + *ComponentName.ToString(), *Parent->GetName(), *SocketName.ToString(), + Parent->DoesSocketExist(SocketName) ? TEXT("trouve") : TEXT("INTROUVABLE"), + bCastWorldShadow ? TEXT("activee") : TEXT("desactivee")); + + return Held; +} diff --git a/Source/Survival_projet/Private/ItemDataAsset.cpp b/Source/Survival_projet/Private/ItemDataAsset.cpp index 54a03f4..22d81e0 100644 --- a/Source/Survival_projet/Private/ItemDataAsset.cpp +++ b/Source/Survival_projet/Private/ItemDataAsset.cpp @@ -11,6 +11,36 @@ #define LOCTEXT_NAMESPACE "ItemData" +namespace +{ + /** + * Pose un mesh et son eventuel materiau de surcharge sur un composant. + * + * Prefixe du fichier oblige : le build unity concatene les .cpp du module, + * un namespace anonyme n'isole rien. + */ + void ItemDataApplyMeshAndMaterial(UStaticMeshComponent* Component, UStaticMesh* Mesh, UMaterialInterface* Material) + { + // OverrideMaterials appartient au COMPOSANT, pas au mesh : il survit donc + // a un changement d'asset. Sans ce vidage, un objet sans surcharge monte + // apres un objet qui en avait une garderait le materiau du precedent -- + // le meme piege que les meshes de corps de la customisation. Il ne se + // voit que sur un composant REUTILISE, donc jamais sur un pickup fraichement + // engendre, et systematiquement sur l'objet en main ou sur un grill. + Component->EmptyOverrideMaterials(); + + Component->SetStaticMesh(Mesh); + + // SetMaterial(0, nullptr) ne "retire" pas le materiau, il pose un slot vide + // et le mesh devient gris damier. Sans override, on ne touche a rien et le + // mesh garde le sien. + if (Material) + { + Component->SetMaterial(0, Material); + } + } +} + void UItemDataAsset::ApplyWorldVisualsTo(UStaticMeshComponent* Component) const { if (!Component) @@ -18,15 +48,20 @@ void UItemDataAsset::ApplyWorldVisualsTo(UStaticMeshComponent* Component) const return; } - Component->SetStaticMesh(WorldMesh); + ItemDataApplyMeshAndMaterial(Component, WorldMesh, WorldMeshMaterial); +} - // SetMaterial(0, nullptr) ne "retire" pas le materiau, il pose un slot vide - // et le mesh devient gris damier. Sans override, on ne touche a rien et le - // mesh garde le sien. - if (WorldMeshMaterial) +void UItemDataAsset::ApplyHeldVisualsTo(UStaticMeshComponent* Component) const +{ + if (!Component) { - Component->SetMaterial(0, WorldMeshMaterial); + return; } + + // Le materiau de surcharge est celui du monde, sans equivalent "en main" : + // il sert a distinguer un cru d'un cuit, et cette distinction vaut aussi + // dans la main. Un second champ n'aurait fait que se desynchroniser. + ItemDataApplyMeshAndMaterial(Component, GetHeldMesh(), WorldMeshMaterial); } #if WITH_EDITOR @@ -69,6 +104,22 @@ EDataValidationResult UItemDataAsset::IsDataValid(FDataValidationContext& Contex Context.AddWarning(LOCTEXT("CookableWithCharges", "This item has multiple uses AND can be cooked. The remaining charges follow the item through cooking, which is rarely what you want for food.")); } + // Le symptome serait une main vide sans le moindre message : le composant + // aurait bien monte son mesh, avec un asset nul. + if (bShowInHand && !GetHeldMesh()) + { + Context.AddError(LOCTEXT("HeldNoMesh", "'Show In Hand' is checked but neither 'Held Mesh' nor 'World Mesh' is assigned: nothing would appear in the player's hand.")); + Result = EDataValidationResult::Invalid; + } + + // Un outil invisible se remarque tout de suite en jeu, mais on cherche la + // cause du mauvais cote -- dans le composant, dans le socket, dans le rig -- + // avant de penser a une case a cocher. + if (IsTool() && !bShowInHand) + { + Context.AddWarning(LOCTEXT("ToolNotShownInHand", "This item is a tool but 'Show In Hand' is unchecked: the player will harvest with an empty hand.")); + } + return Result; } #endif diff --git a/Source/Survival_projet/Private/MainMenuPlayerController.cpp b/Source/Survival_projet/Private/MainMenuPlayerController.cpp index 1adc433..0f13cad 100644 --- a/Source/Survival_projet/Private/MainMenuPlayerController.cpp +++ b/Source/Survival_projet/Private/MainMenuPlayerController.cpp @@ -3,6 +3,9 @@ #include "MainMenuPlayerController.h" +#include "CharacterAppearanceComponent.h" +#include "CharacterCustomizationWidget.h" +#include "CharacterPreviewActor.h" #include "ConfirmDialogWidget.h" #include "EngineUtils.h" #include "Kismet/GameplayStatics.h" @@ -13,6 +16,7 @@ #include "SessionSubsystem.h" #include "SettingsMenuWidget.h" #include "SurvivalGameInstance.h" +#include "SurvivalUserSettings.h" #define LOCTEXT_NAMESPACE "MainMenu" @@ -193,6 +197,25 @@ void AMainMenuPlayerController::StartGame() return; } + // L'ecran de customisation s'intercale ICI, entre le clic et le fondu : + // c'est le choix fait pour ce projet, on ne lance pas une partie sans etre + // passe par son personnage. Sans classe assignee, on retombe sur l'ancien + // comportement -- pratique pour tester le reste sans le traverser. + if (CustomizationMenuClass && !CustomizationMenu) + { + PendingAction = EMenuPendingAction::OpenCustomization; + + if (MainMenu) + { + MainMenu->SetVisibility(ESlateVisibility::HitTestInvisible); + } + + // On fond au noir AVANT de bouger la camera : le mannequin est ailleurs + // dans la meme map, et un travelling jusqu'a lui traverserait le decor. + ScreenFade->FadeOut(CustomizationFadeDuration); + return; + } + if (GameLevel.IsNull()) { UE_LOG(LogTemp, Error, TEXT("AMainMenuPlayerController : GameLevel n'est pas assignee, impossible de lancer la partie.")); @@ -203,7 +226,13 @@ void AMainMenuPlayerController::StartGame() // Le menu reste visible pendant le fondu mais cesse de repondre : cliquer // Quitter pendant le fondu vers la partie serait un piege. - if (MainMenu) + // + // Le test de visibilite est indispensable : quand on arrive ici depuis + // l'ecran de customisation, le menu a ete Collapsed a son ouverture, et + // HitTestInvisible le RESSUSCITERAIT -- on verrait reapparaitre Jouer, + // Reglages et Quitter par-dessus le personnage qu'on vient de valider. + // HitTestInvisible rend non cliquable, il ne cache pas. + if (MainMenu && MainMenu->GetVisibility() != ESlateVisibility::Collapsed) { MainMenu->SetVisibility(ESlateVisibility::HitTestInvisible); } @@ -211,6 +240,139 @@ void AMainMenuPlayerController::StartGame() ScreenFade->FadeOut(LeaveFadeDuration); } +// ---------------------------------------------------------------------- +// Ecran de customisation +// ---------------------------------------------------------------------- + +void AMainMenuPlayerController::OpenCustomization() +{ + // Cherche au moment de l'ouverture et pas au BeginPlay : c'est le seul + // endroit ou l'on est sur que la map est entierement chargee, et un + // mannequin absent doit rester rattrapable. + if (!CharacterPreview) + { + for (TActorIterator It(GetWorld()); It; ++It) + { + CharacterPreview = *It; + break; + } + } + + if (!CharacterPreview) + { + UE_LOG(LogTemp, Warning, + TEXT("AMainMenuPlayerController : aucun ACharacterPreviewActor dans la map, l'ecran de customisation est saute.")); + + // On ne bloque pas le joueur pour un acteur manquant : meme logique + // qu'un echec de session, il a clique Jouer, il veut jouer. + CustomizationMenuClass = nullptr; + StartGame(); + return; + } + + CustomizationMenu = CreateWidget(this, CustomizationMenuClass); + if (!CustomizationMenu) + { + return; + } + + // TOUJOURS l'apparence par defaut, jamais celle persistee : cet ecran est + // une etape de CREATION, pas une reprise. Le jour ou un lobby verifiera que + // les quatre joueurs ont valide leur personnage, il lui faudra un point de + // depart identique pour tout le monde. + // + // La persistance ne devient pas inutile pour autant : elle sert au respawn, + // et surtout a qui arrive par invitation Steam -- celui-la ne passe jamais + // par ici et doit bien avoir un visage. + // + // « Par defaut » veut dire le DefaultAppearance du mannequin, pas les zeros + // du C++ : le personnage de depart se regle ainsi dans BP_CharacterPreview, + // a l'oeil et sans recompiler. C'est le meme reglage que celui pose au + // BeginPlay, donc l'ouverture de l'ecran ne change rien a ce qu'on voyait. + const UCharacterAppearanceComponent* PreviewAppearance = CharacterPreview->GetAppearanceComponent(); + CustomizationMenu->SetupCustomization( + CharacterPreview, + PreviewAppearance ? PreviewAppearance->DefaultAppearance : FCharacterAppearance()); + + CustomizationMenu->OnConfirmed.AddDynamic(this, &AMainMenuPlayerController::HandleCustomizationConfirmed); + CustomizationMenu->OnCancelled.AddDynamic(this, &AMainMenuPlayerController::HandleCustomizationCancelled); + + // Sans blend : l'ecran est noir a cet instant, personne ne voit la bascule. + // C'est justement ce que le fondu achete -- un travelling depuis l'angle de + // menu jusqu'au mannequin traverserait le decor de la map. + SetViewTarget(CharacterPreview); + + if (MainMenu) + { + MainMenu->SetVisibility(ESlateVisibility::Collapsed); + } + + CustomizationMenu->AddToViewport(); + + // L'ecran a des boutons ET un clic-glisser : il lui faut la souris, et le + // mode UI-only l'empeche de tomber dans le jeu. + SetInputMode(FInputModeUIOnly().SetWidgetToFocus(CustomizationMenu->TakeWidget())); + SetShowMouseCursor(true); + + ScreenFade->FadeIn(CustomizationFadeDuration); +} + +void AMainMenuPlayerController::HandleCustomizationConfirmed() +{ + // Persiste ET annonce -- mais nous sommes dans le menu, aucun serveur + // n'ecoute encore. Seule la persistance compte ici ; l'annonce partira du + // AnnounceCharacterAppearance() d'AFpsPlayerController, une fois la partie + // chargee et le PlayerState en place. + if (USurvivalUserSettings* Settings = USurvivalUserSettings::Get()) + { + Settings->SetCharacterAppearance(CustomizationMenu->GetAppearance()); + Settings->SaveSettings(); + } + + CloseCustomization(); + + // La classe est mise de cote le temps du lancement : sans ca, StartGame + // rouvrirait l'ecran qu'on vient de fermer. + CustomizationMenuClass = nullptr; + StartGame(); +} + +void AMainMenuPlayerController::HandleCustomizationCancelled() +{ + // Le fondu de retour est deja lance : on ignore la demande plutot que de le + // relancer depuis le debut. La garde compte plus depuis qu'Echap declenche + // ce chemin -- une touche se repete bien plus facilement qu'un clic. + if (PendingAction != EMenuPendingAction::None) + { + return; + } + + // Meme mecanique qu'a l'aller : on fond, PUIS on bascule la vue. Le retour + // se termine dans HandleFadeFinished. + PendingAction = EMenuPendingAction::CloseCustomization; + + if (CustomizationMenu) + { + CustomizationMenu->SetVisibility(ESlateVisibility::HitTestInvisible); + } + + ScreenFade->FadeOut(CustomizationFadeDuration); +} + +void AMainMenuPlayerController::CloseCustomization() +{ + if (CustomizationMenu) + { + CustomizationMenu->RemoveFromParent(); + CustomizationMenu = nullptr; + } + + // Le menu principal reprend la main : son propre mode d'input est pose par + // le Blueprint, on remet simplement le curseur dans un etat coherent. + SetInputMode(FInputModeUIOnly()); + SetShowMouseCursor(true); +} + void AMainMenuPlayerController::HandleHostFailed(FText Reason) { UE_LOG(LogTemp, Warning, TEXT("AMainMenuPlayerController : session indisponible (%s), la partie se lance hors ligne."), *Reason.ToString()); @@ -386,8 +548,41 @@ void AMainMenuPlayerController::CloseGame() void AMainMenuPlayerController::HandleFadeFinished() { + // L'ecran est noir : c'est ICI qu'on bascule la vue sur le mannequin, et + // pas au clic. PendingAction est remise a None tout de suite, sinon le + // fondu d'eclaircissement qui suit repasserait par la meme branche. + if (PendingAction == EMenuPendingAction::OpenCustomization) + { + PendingAction = EMenuPendingAction::None; + OpenCustomization(); + return; + } + + if (PendingAction == EMenuPendingAction::CloseCustomization) + { + PendingAction = EMenuPendingAction::None; + + CloseCustomization(); + + if (MainMenu) + { + MainMenu->SetVisibility(ESlateVisibility::Visible); + } + + // Un nouvel angle au retour plutot que celui d'avant : PickCameraSpot + // evite deja le dernier utilise, donc le menu ne se rouvre jamais sur + // exactement la meme image. + if (AMenuCameraSpot* Spot = PickCameraSpot()) + { + SetViewTarget(Spot); + } + + ScreenFade->FadeIn(CustomizationFadeDuration); + return; + } + // Le delegue se declenche aussi a la fin du fondu d'ouverture, ou il n'y a - // rien a faire : c'est PendingAction qui distingue les deux cas. + // rien a faire : c'est PendingAction qui distingue les cas. if (PendingAction != EMenuPendingAction::StartGame) { return; diff --git a/Source/Survival_projet/Private/PauseMenuWidget.cpp b/Source/Survival_projet/Private/PauseMenuWidget.cpp index d018168..05f2081 100644 --- a/Source/Survival_projet/Private/PauseMenuWidget.cpp +++ b/Source/Survival_projet/Private/PauseMenuWidget.cpp @@ -6,6 +6,15 @@ #include "Components/Button.h" #include "FpsPlayerController.h" +UPauseMenuWidget::UPauseMenuWidget(const FObjectInitializer& ObjectInitializer) + : Super(ObjectInitializer) +{ + // Sans ce drapeau le widget ne peut pas prendre le focus clavier, et + // NativeOnKeyDown ne serait jamais appele. Il ne se change qu'a la + // construction, d'ou sa presence ici et pas dans Open(). + SetIsFocusable(true); +} + void UPauseMenuWidget::NativeConstruct() { Super::NativeConstruct(); @@ -62,6 +71,56 @@ void UPauseMenuWidget::NativeDestruct() Super::NativeDestruct(); } +void UPauseMenuWidget::Open() +{ + SetInteractive(true); +} + +void UPauseMenuWidget::Close() +{ + SetVisibility(ESlateVisibility::Collapsed); +} + +void UPauseMenuWidget::SetInteractive(bool bInteractive) +{ + // HitTestInvisible et non Collapsed : le menu reste lisible derriere l'ecran + // qui passe devant, mais on ne peut plus cliquer Reprendre a travers. + SetVisibility(bInteractive ? ESlateVisibility::Visible : ESlateVisibility::HitTestInvisible); + + if (bInteractive) + { + // Le focus doit etre repris a CHAQUE fois que le menu redevient la couche + // active, pas seulement a sa premiere ouverture : l'ecran de reglages et + // la boite de confirmation le prennent pour eux et ne le rendent pas. + SetKeyboardFocus(); + } +} + +FReply UPauseMenuWidget::NativeOnKeyDown(const FGeometry& InGeometry, const FKeyEvent& InKeyEvent) +{ + const FKey Key = InKeyEvent.GetKey(); + + // GetVirtualKey() et non la constante, depreciee en 5.8 : la resolution se + // fait a l'appel, donc selon la manette reellement branchee. + if (Key == EKeys::Escape || Key == EKeys::Virtual_Gamepad_Back.GetVirtualKey()) + { + if (AFpsPlayerController* Controller = GetOwningPlayer()) + { + // HandleEscapeInput et non ResumeGame : c'est le controller qui tient + // la priorite entre boite, reglages, coffre, inventaire et pause. Un + // second chemin qui refermerait directement le menu laisserait + // l'ecran pose par-dessus affiche dans le vide. + Controller->HandleEscapeInput(); + + // Handled : sans ca la touche continue de remonter et serait + // consommee une seconde fois par ce qui se trouve derriere. + return FReply::Handled(); + } + } + + return Super::NativeOnKeyDown(InGeometry, InKeyEvent); +} + void UPauseMenuWidget::HandleSettingsClicked() { if (AFpsPlayerController* Controller = GetOwningPlayer()) diff --git a/Source/Survival_projet/Private/PickupItem.cpp b/Source/Survival_projet/Private/PickupItem.cpp index 3729bec..98d1092 100644 --- a/Source/Survival_projet/Private/PickupItem.cpp +++ b/Source/Survival_projet/Private/PickupItem.cpp @@ -3,8 +3,9 @@ #include "PickupItem.h" -#include "Components/SphereComponent.h" +#include "Components/BoxComponent.h" #include "Components/StaticMeshComponent.h" +#include "Engine/StaticMesh.h" #include "InventoryComponent.h" #include "ItemDataAsset.h" #include "Net/UnrealNetwork.h" @@ -26,17 +27,20 @@ APickupItem::APickupItem() Mesh = CreateDefaultSubobject(TEXT("Mesh")); SetRootComponent(Mesh); - // Purement decoratif : c'est la sphere qui porte la collision. + // Purement decoratif : c'est la boite qui porte la collision. Mesh->SetCollisionEnabled(ECollisionEnabled::NoCollision); // Le trace d'interaction passe par le canal Visibility. On ne bloque QUE // ce canal : le pickup reste traversable par le joueur et les projectiles. - InteractionSphere = CreateDefaultSubobject(TEXT("InteractionSphere")); - InteractionSphere->SetupAttachment(Mesh); - InteractionSphere->InitSphereRadius(50.f); - InteractionSphere->SetCollisionEnabled(ECollisionEnabled::QueryOnly); - InteractionSphere->SetCollisionResponseToAllChannels(ECR_Ignore); - InteractionSphere->SetCollisionResponseToChannel(ECC_Visibility, ECR_Block); + InteractionBox = CreateDefaultSubobject(TEXT("InteractionBox")); + InteractionBox->SetupAttachment(Mesh); + // Valeur de repli seulement : FitInteractionBox l'ecrase des qu'un mesh est + // pose. Elle ne sert qu'aux pickups sans ItemData, et au cas ou + // bAutoFitInteractionBox serait decoche sans qu'on regle la boite. + InteractionBox->SetBoxExtent(FVector(25.f)); + InteractionBox->SetCollisionEnabled(ECollisionEnabled::QueryOnly); + InteractionBox->SetCollisionResponseToAllChannels(ECR_Ignore); + InteractionBox->SetCollisionResponseToChannel(ECC_Visibility, ECR_Block); } void APickupItem::GetLifetimeReplicatedProps(TArray& OutLifetimeProps) const @@ -61,6 +65,48 @@ void APickupItem::ApplyItemVisuals() { ItemData->ApplyWorldVisualsTo(Mesh); } + + // Hors du if, et apres lui : la boite doit suivre le mesh REELLEMENT pose, + // que celui-ci vienne de l'ItemData ou qu'il ait ete impose a la main. + if (bAutoFitInteractionBox) + { + FitInteractionBox(); + } +} + +void APickupItem::FitInteractionBox() +{ + const UStaticMesh* CurrentMesh = Mesh->GetStaticMesh(); + if (!CurrentMesh) + { + // Pickup non configure, ou client dont l'ItemData n'est pas encore arrive : + // on garde la boite du Blueprint plutot que de l'ecraser par un volume nul. + // OnRep_ItemData repassera ici quand la donnee sera la. + return; + } + + // La bounding box de l'ASSET, jamais Mesh->Bounds : ces dernieres sont en + // espace monde et deja multipliees par l'echelle de l'acteur. Or SetBoxExtent + // recoit une extension LOCALE que le moteur remultiplie a son tour -- une + // instance posee a l'echelle 2 aurait une boite quatre fois trop grande. + const FBox LocalBounds = CurrentMesh->GetBoundingBox(); + + // Le pivot d'un mesh d'asset pack tombe rarement au centre de sa geometrie : + // il est presque toujours au sol, parfois franchement decale. Une boite + // laissee a l'origine deborderait d'un cote et laisserait l'autre invisable. + InteractionBox->SetRelativeLocation(LocalBounds.GetCenter()); + + // ComponentMax et non un Max sur la norme : le plancher s'applique axe par + // axe, sinon relever l'epaisseur d'une branche rallongerait aussi la boite + // dans le sens ou elle etait deja bien assez grande. + const FVector Fitted = LocalBounds.GetExtent() + FVector(InteractionBoxPadding); + + // bUpdateOverlaps a false : cette boite ne bloque que le canal Visibility et + // ne genere aucun evenement d'overlap. Le defaut (true) declencherait une + // requete physique par pickup a chaque spawn, pour rien. + InteractionBox->SetBoxExtent( + Fitted.ComponentMax(FVector(MinInteractionExtent)), + /*bUpdateOverlaps=*/ false); } void APickupItem::OnRep_ItemData() diff --git a/Source/Survival_projet/Private/StorageContainer.cpp b/Source/Survival_projet/Private/StorageContainer.cpp index ba1238b..4ffff38 100644 --- a/Source/Survival_projet/Private/StorageContainer.cpp +++ b/Source/Survival_projet/Private/StorageContainer.cpp @@ -52,11 +52,10 @@ AStorageContainer::AStorageContainer() // FitInteractionBox() l'ecrase des qu'il y en a un. InteractionBox->SetBoxExtent(FVector(40.f, 30.f, 30.f)); - LidPivot = CreateDefaultSubobject(TEXT("LidPivot")); - LidPivot->SetupAttachment(BaseMesh); - + // Enfant direct de la caisse : c'est le mesh lui-meme qu'on tourne, donc la + // charniere est le pivot que le pack a donne a SM_Chest_Top. LidMesh = CreateDefaultSubobject(TEXT("LidMesh")); - LidMesh->SetupAttachment(LidPivot); + LidMesh->SetupAttachment(BaseMesh); LidMesh->SetCollisionProfileName(UCollisionProfile::NoCollision_ProfileName); Storage = CreateDefaultSubobject(TEXT("Storage")); @@ -235,7 +234,7 @@ void AStorageContainer::Tick(float DeltaTime) void AStorageContainer::ApplyLidRotation() { - if (!LidPivot) + if (!LidMesh) { return; } @@ -244,7 +243,7 @@ void AStorageContainer::ApplyLidRotation() // s'arrete d'un coup, ce qui se lit comme une saccade sur un objet lourd. const float Eased = FMath::SmoothStep(0.f, 1.f, LidAlpha); - LidPivot->SetRelativeRotation(OpenRotation * Eased); + LidMesh->SetRelativeRotation(OpenRotation * Eased); } #undef LOCTEXT_NAMESPACE diff --git a/Source/Survival_projet/Public/CharacterCustomizationWidget.h b/Source/Survival_projet/Public/CharacterCustomizationWidget.h new file mode 100644 index 0000000..6fdabdf --- /dev/null +++ b/Source/Survival_projet/Public/CharacterCustomizationWidget.h @@ -0,0 +1,193 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Blueprint/UserWidget.h" +#include "CharacterAppearanceTypes.h" +#include "CharacterPreviewActor.h" +#include "CharacterCustomizationWidget.generated.h" + +class ACharacterPreviewActor; +class UButton; +class UCharacterPartsDataAsset; +class UCustomizationCategoryWidget; +class UCustomizationOptionWidget; +class UPanelWidget; + +DECLARE_DYNAMIC_MULTICAST_DELEGATE(FOnCustomizationConfirmed); +DECLARE_DYNAMIC_MULTICAST_DELEGATE(FOnCustomizationCancelled); + +/** + * Ce que le joueur peut regler, dans l'ordre d'affichage de la colonne. + * + * Pieces et couleurs sont dans le MEME enum : ce sont onze rangees de la meme + * colonne, et les distinguer par deux listes obligerait a dessiner deux fois la + * meme chose. La difference ne vit que dans BuildOptions, qui remplit la grille + * de vignettes ou de pastilles selon le cas. + */ +UENUM(BlueprintType) +enum class ECustomizationCategory : uint8 +{ + Body, + Head, + Hair, + Eyebrows, + Beard, + Mustache, + Eyes, + SkinColor, + HairColor, + EyeColor, + UnderwearColor, + + Count UMETA(Hidden) +}; + +/** + * L'ecran de customisation : la colonne de reglages a gauche, le personnage a + * droite. + * + * Le widget ne monte rien lui-meme -- il pousse une FCharacterAppearance sur + * ACharacterPreviewActor et lit le catalogue pour savoir quoi proposer. C'est + * le meme partage des roles que partout ailleurs dans le projet : l'interface + * affiche et demande, le systeme decide. + * + * Classe Abstract : on cree un WBP_CharacterCustomization qui en herite. + */ +UCLASS(Abstract) +class SURVIVAL_PROJET_API UCharacterCustomizationWidget : public UUserWidget +{ + GENERATED_BODY() + +public: + UCharacterCustomizationWidget(const FObjectInitializer& ObjectInitializer); + + virtual void NativeOnInitialized() override; + virtual void NativeConstruct() override; + + /** + * Echap = Retour, comme le bouton. + * + * Obligatoire ici et pas seulement confortable : dans la map du menu, le + * controller ne binde AUCUNE action d'input. Tout Echap qui fonctionne passe + * donc par le NativeOnKeyDown d'un widget -- il n'y a pas d'autre chemin. + */ + virtual FReply NativeOnKeyDown(const FGeometry& InGeometry, const FKeyEvent& InKeyEvent) override; + + /** Le joueur valide : l'ecran a fini, l'apparence est dans GetAppearance(). */ + UPROPERTY(BlueprintAssignable, Category = "Customization") + FOnCustomizationConfirmed OnConfirmed; + + /** Le joueur renonce : rien n'a ete valide, on rend la main au menu. */ + UPROPERTY(BlueprintAssignable, Category = "Customization") + FOnCustomizationCancelled OnCancelled; + + /** + * Branche l'ecran sur son mannequin et son point de depart. + * + * A appeler AVANT d'ajouter le widget au viewport : NativeConstruct + * reconstruit les listes, et il les batirait vides sans catalogue. + * + * Surtout PAS nommee Initialize : UUserWidget en a deja une, virtuelle, et + * une surcharge de signature differente la masquerait au lieu de la + * surcharger (C4263/C4264). Meme famille de piege que les membres nommes + * Player ou Slot dans une classe derivee du moteur. + */ + UFUNCTION(BlueprintCallable, Category = "Customization") + void SetupCustomization(ACharacterPreviewActor* InPreview, const FCharacterAppearance& InAppearance); + + UFUNCTION(BlueprintPure, Category = "Customization") + const FCharacterAppearance& GetAppearance() const { return Appearance; } + +protected: + /** + * Le catalogue. Assigne-lui le meme DA_CharacterParts que BP_FpsPlayer. + * + * Sur le widget et pas pris sur le mannequin : l'ecran doit pouvoir batir + * ses listes meme si le mannequin manque encore, et un catalogue different + * des deux cotes se verrait immediatement a l'ecran. + */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Customization") + TObjectPtr Catalog; + + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Customization") + TSubclassOf CategoryWidgetClass; + + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Customization") + TSubclassOf OptionWidgetClass; + + /** La colonne des categories. Un Vertical Box nomme exactement ainsi. */ + UPROPERTY(meta = (BindWidget)) + TObjectPtr CategoryList; + + /** La grille d'options. Un Wrap Box va tres bien. */ + UPROPERTY(meta = (BindWidget)) + TObjectPtr OptionGrid; + + /** Valide et lance la partie. */ + UPROPERTY(meta = (BindWidget)) + TObjectPtr PlayButton; + + /** Retour au menu principal, sans rien valider. */ + UPROPERTY(meta = (BindWidget)) + TObjectPtr BackButton; + + // ------------------------------------------------------------------ + // Rotation du personnage au clic-glisser + // ------------------------------------------------------------------ + + virtual FReply NativeOnMouseButtonDown(const FGeometry& InGeometry, const FPointerEvent& InMouseEvent) override; + virtual FReply NativeOnMouseButtonUp(const FGeometry& InGeometry, const FPointerEvent& InMouseEvent) override; + virtual FReply NativeOnMouseMove(const FGeometry& InGeometry, const FPointerEvent& InMouseEvent) override; + +private: + /** Reconstruit la colonne de gauche. Une seule fois, les categories sont fixes. */ + void BuildCategories(); + + /** Reconstruit la grille selon la categorie active. */ + void BuildOptions(); + + /** Repose l'apparence sur le mannequin et rafraichit la selection affichee. */ + void RefreshPreview(); + + /** Encadre la case qui porte le choix courant, efface les autres. */ + void RefreshSelection(); + + /** L'index courant dans la categorie active, pour l'encadrement. */ + int32 GetCurrentIndexForCategory(ECustomizationCategory Category) const; + + /** Ecrit un choix dans l'apparence. Le seul endroit qui la modifie. */ + void SetIndexForCategory(ECustomizationCategory Category, int32 NewIndex); + + /** Combien d'options a proposer, catalogue en main. */ + int32 GetOptionCountForCategory(ECustomizationCategory Category) const; + + UFUNCTION() + void HandleCategoryClicked(int32 CategoryIndex); + + UFUNCTION() + void HandleOptionClicked(int32 OptionIndex); + + UFUNCTION() + void HandlePlayClicked(); + + UFUNCTION() + void HandleBackClicked(); + + UPROPERTY(Transient) + TObjectPtr Preview; + + UPROPERTY(Transient) + TArray> CategoryWidgets; + + UPROPERTY(Transient) + TArray> OptionWidgets; + + FCharacterAppearance Appearance; + + ECustomizationCategory ActiveCategory = ECustomizationCategory::Body; + + /** Vrai entre l'appui et le relachement, pendant qu'on fait tourner. */ + bool bDragging = false; +}; diff --git a/Source/Survival_projet/Public/CharacterPreviewActor.h b/Source/Survival_projet/Public/CharacterPreviewActor.h new file mode 100644 index 0000000..71c18f2 --- /dev/null +++ b/Source/Survival_projet/Public/CharacterPreviewActor.h @@ -0,0 +1,146 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "GameFramework/Actor.h" +#include "CharacterAppearanceTypes.h" +#include "CharacterPreviewActor.generated.h" + +class UCameraComponent; +class UCharacterAppearanceComponent; +class USkeletalMeshComponent; + +/** + * Les deux cadrages de l'ecran de customisation. + * + * Deux et pas un par categorie : ce qu'on veut, c'est voir le visage quand on + * choisit une barbe et la silhouette entiere quand on choisit un corps. Un + * cadrage par categorie donnerait onze reglages a poser a la main pour onze + * fois le meme resultat. + */ +UENUM(BlueprintType) +enum class ECharacterPreviewFraming : uint8 +{ + FullBody, + Face, + + Count UMETA(Hidden) +}; + +/** + * Le mannequin de l'ecran de customisation : un personnage pose dans la map de + * menu, qu'on fait tourner a la souris et que la camera cadre selon ce que le + * joueur est en train de regler. + * + * Il porte le MEME UCharacterAppearanceComponent que le pawn de jeu, et c'est + * tout l'interet : le personnage qu'on regarde ici est monte par exactement le + * code qui montera celui que les autres joueurs verront. Deux chemins de + * montage finiraient par diverger, et le joueur s'en apercevrait au pire + * moment -- une fois en partie. + */ +UCLASS() +class SURVIVAL_PROJET_API ACharacterPreviewActor : public AActor +{ + GENERATED_BODY() + +public: + ACharacterPreviewActor(); + + virtual void Tick(float DeltaSeconds) override; + + /** Monte l'apparence sur le mannequin. */ + UFUNCTION(BlueprintCallable, Category = "Preview") + void ApplyAppearance(const FCharacterAppearance& InAppearance); + + /** La camera glisse vers le cadrage demande. Sans effet s'il y est deja. */ + UFUNCTION(BlueprintCallable, Category = "Preview") + void SetFraming(ECharacterPreviewFraming NewFraming); + + /** Fait pivoter le personnage. Appelee pendant un clic-glisser. */ + UFUNCTION(BlueprintCallable, Category = "Preview") + void AddPreviewYaw(float DeltaDegrees); + + /** Remet le personnage face a la camera. */ + UFUNCTION(BlueprintCallable, Category = "Preview") + void ResetPreviewYaw(); + + UFUNCTION(BlueprintPure, Category = "Preview") + UCameraComponent* GetPreviewCamera() const { return PreviewCamera; } + + UFUNCTION(BlueprintPure, Category = "Preview") + UCharacterAppearanceComponent* GetAppearanceComponent() const { return AppearanceComponent; } + + /** Le reglage vit ici et pas sur le widget : c'est une sensibilite de camera. */ + UFUNCTION(BlueprintPure, Category = "Preview") + float GetYawPerPixel() const { return YawPerPixel; } + +protected: + virtual void BeginPlay() override; + + /** Le porteur d'animation et de pose ; les pieces s'y accrochent. */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Preview") + TObjectPtr BodyMesh; + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Preview") + TObjectPtr AppearanceComponent; + + /** + * Pivot de rotation, entre la racine et le mesh. + * + * Le personnage tourne en faisant pivoter CE composant et jamais l'acteur : + * la camera est fille de l'acteur, la faire tourner avec lui donnerait un + * decor qui defile pendant qu'on regarde un personnage immobile. + */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Preview") + TObjectPtr TurntablePivot; + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Preview") + TObjectPtr PreviewCamera; + + /** + * Les deux positions de camera, a placer A LA SOURIS dans le viewport du + * Blueprint plutot qu'a taper en coordonnees. + * + * Ce sont des reperes vides : la camera n'y est pas accrochee, elle glisse + * vers eux. Sans quoi changer de categorie la ferait sauter d'un cadrage a + * l'autre, ce qui se lit comme une coupure de montage. + */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Preview|Framing") + TObjectPtr FullBodyViewSpot; + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Preview|Framing") + TObjectPtr FaceViewSpot; + + /** + * Vitesse de glissement de la camera entre deux cadrages. + * + * Une vitesse d'interpolation et pas une duree : le mouvement freine en + * arrivant au lieu de s'arreter net, et deux changements de categorie + * coup sur coup s'enchainent sans a-coup -- la camera repart d'ou elle est. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Preview|Framing", meta = (ClampMin = "0.5")) + float FramingInterpSpeed = 6.f; + + /** Degres de rotation par pixel de deplacement horizontal de la souris. */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Preview|Turntable") + float YawPerPixel = 0.35f; + +private: + /** Le repere vise par la camera, selon le cadrage courant. */ + USceneComponent* GetSpotForFraming(ECharacterPreviewFraming InFraming) const; + + /** + * Coupe le Tick quand la camera est arrivee. + * + * Meme principe que le couvercle d'AStorageContainer : cet acteur ne tick + * que pendant qu'il bouge. Un mannequin immobile dans un menu n'a aucune + * raison de couter une frame. + */ + void UpdateFramingInterpolation(float DeltaSeconds); + + ECharacterPreviewFraming CurrentFraming = ECharacterPreviewFraming::FullBody; + + /** Rotation accumulee par le clic-glisser, en degres. */ + float TurntableYaw = 0.f; +}; diff --git a/Source/Survival_projet/Public/CustomizationCategoryWidget.h b/Source/Survival_projet/Public/CustomizationCategoryWidget.h new file mode 100644 index 0000000..e167e96 --- /dev/null +++ b/Source/Survival_projet/Public/CustomizationCategoryWidget.h @@ -0,0 +1,77 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Blueprint/UserWidget.h" +#include "CustomizationCategoryWidget.generated.h" + +class UBorder; +class UButton; +class UTextBlock; + +DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FOnCustomizationCategoryClicked, int32, CategoryIndex); + +/** + * Une ligne de la colonne de gauche : « Corps », « Cheveux », « Peau »... + * + * Elle ne sait pas ce qu'elle designe -- juste un libelle et un index, comme + * USettingRowWidget ignore ce qu'il regle. C'est l'ecran qui traduit l'index en + * categorie, et c'est ce qui permet de n'avoir qu'UN widget a dessiner pour les + * onze entrees. + */ +UCLASS(Abstract) +class SURVIVAL_PROJET_API UCustomizationCategoryWidget : public UUserWidget +{ + GENERATED_BODY() + +public: + virtual void NativeOnInitialized() override; + + UPROPERTY(BlueprintAssignable, Category = "Customization") + FOnCustomizationCategoryClicked OnCategoryClicked; + + UFUNCTION(BlueprintCallable, Category = "Customization") + void Setup(int32 InIndex, const FText& InLabel); + + UFUNCTION(BlueprintCallable, Category = "Customization") + void SetSelected(bool bInSelected); + + /** + * L'index de la categorie que porte cette rangee. + * + * Indispensable a l'ecran : les categories vides etant sautees, le rang de + * la rangee dans la colonne ne vaut PAS son index de categorie. + */ + UFUNCTION(BlueprintPure, Category = "Customization") + int32 GetCategoryIndex() const { return CategoryIndex; } + +protected: + UPROPERTY(meta = (BindWidget)) + TObjectPtr CategoryButton; + + UPROPERTY(meta = (BindWidget)) + TObjectPtr CategoryLabel; + + /** Optionnel : on peut aussi marquer la selection par la couleur du texte. */ + UPROPERTY(meta = (BindWidgetOptional)) + TObjectPtr SelectionBorder; + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Customization") + FLinearColor SelectedLabelColor = FLinearColor(1.f, 0.78f, 0.35f, 1.f); + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Customization") + FLinearColor UnselectedLabelColor = FLinearColor(0.8f, 0.8f, 0.8f, 1.f); + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Customization") + FLinearColor SelectedBorderColor = FLinearColor(1.f, 1.f, 1.f, 0.12f); + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Customization") + FLinearColor UnselectedBorderColor = FLinearColor(1.f, 1.f, 1.f, 0.f); + +private: + UFUNCTION() + void HandleButtonClicked(); + + int32 CategoryIndex = 0; +}; diff --git a/Source/Survival_projet/Public/CustomizationOptionWidget.h b/Source/Survival_projet/Public/CustomizationOptionWidget.h new file mode 100644 index 0000000..a28cf68 --- /dev/null +++ b/Source/Survival_projet/Public/CustomizationOptionWidget.h @@ -0,0 +1,95 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Blueprint/UserWidget.h" +#include "CustomizationOptionWidget.generated.h" + +class UBorder; +class UButton; +class UImage; +class UTextBlock; +class UTexture2D; + +DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FOnCustomizationOptionClicked, int32, OptionIndex); + +/** + * Une case de la grille de customisation. + * + * La MEME classe sert les vignettes de pieces et les pastilles de couleur : + * dans les deux cas c'est un bouton carre qui porte un visuel et sait s'il est + * selectionne. Deux widgets auraient eu la meme logique de selection a tenir a + * jour en double, pour la seule difference d'afficher une texture plutot qu'un + * aplat. + * + * Classe Abstract : on cree un WBP_CustomizationOption qui en herite. + */ +UCLASS(Abstract) +class SURVIVAL_PROJET_API UCustomizationOptionWidget : public UUserWidget +{ + GENERATED_BODY() + +public: + virtual void NativeOnInitialized() override; + + /** Previent d'un clic du joueur, jamais d'un rafraichissement. */ + UPROPERTY(BlueprintAssignable, Category = "Customization") + FOnCustomizationOptionClicked OnOptionClicked; + + /** + * Mode piece : affiche la vignette du catalogue. + * + * @param Icon peut etre nul -- la case retombe alors sur son numero. Une + * option sans vignette doit rester choisissable, sinon le catalogue + * est inutilisable tant que les trente-six textures ne sont pas + * rendues, et on veut justement les capturer depuis cet ecran. + */ + UFUNCTION(BlueprintCallable, Category = "Customization") + void SetupAsPart(int32 InIndex, UTexture2D* Icon); + + /** Mode couleur : la pastille EST le visuel, aucune texture necessaire. */ + UFUNCTION(BlueprintCallable, Category = "Customization") + void SetupAsColor(int32 InIndex, const FLinearColor& Color); + + /** Encadre la case si elle porte le choix courant. */ + UFUNCTION(BlueprintCallable, Category = "Customization") + void SetSelected(bool bInSelected); + + UFUNCTION(BlueprintPure, Category = "Customization") + int32 GetOptionIndex() const { return OptionIndex; } + +protected: + UPROPERTY(meta = (BindWidget)) + TObjectPtr OptionButton; + + /** Porte la vignette en mode piece, la couleur en mode couleur. */ + UPROPERTY(meta = (BindWidget)) + TObjectPtr OptionImage; + + /** + * Le numero de repli, montre uniquement quand une piece n'a pas de + * vignette. BindWidgetOptional : un WBP qui s'en passe reste valide, il + * affichera simplement des cases vides. + */ + UPROPERTY(meta = (BindWidgetOptional)) + TObjectPtr IndexText; + + /** Le cadre de selection. Optionnel : on peut le rendre autrement. */ + UPROPERTY(meta = (BindWidgetOptional)) + TObjectPtr SelectionBorder; + + /** Couleur du cadre quand la case porte le choix courant. */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Customization") + FLinearColor SelectedBorderColor = FLinearColor(1.f, 0.78f, 0.35f, 1.f); + + /** Couleur du cadre au repos. Transparente par defaut : il disparait. */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Customization") + FLinearColor UnselectedBorderColor = FLinearColor(1.f, 1.f, 1.f, 0.f); + +private: + UFUNCTION() + void HandleButtonClicked(); + + int32 OptionIndex = 0; +}; diff --git a/Source/Survival_projet/Public/FootstepComponent.h b/Source/Survival_projet/Public/FootstepComponent.h new file mode 100644 index 0000000..d77bd25 --- /dev/null +++ b/Source/Survival_projet/Public/FootstepComponent.h @@ -0,0 +1,362 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Components/ActorComponent.h" +#include "Engine/EngineTypes.h" +#include "FootstepSoundsDataAsset.h" +#include "FootstepComponent.generated.h" + +class ACharacter; +class UCharacterMovementComponent; +class USoundAttenuation; +class USoundBase; +class USoundConcurrency; + +/** + * Les reglages d'une allure : sa foulee et son volume. + * + * Groupes dans une struct pour la meme raison que FHeadBobProfile : trois + * allures a plat feraient neuf lignes melangees dans le Details panel, alors + * que la struct donne un repli par allure. + */ +USTRUCT(BlueprintType) +struct FFootstepGaitSettings +{ + GENERATED_BODY() + + FFootstepGaitSettings() = default; + + FFootstepGaitSettings(float InStrideLength, float InVolume) + : StrideLength(InStrideLength) + , Volume(InVolume) + { + } + + /** + * Distance parcourue entre deux pas, en cm. + * + * C'est le reglage central du systeme, et il se calcule plutot qu'il ne se + * devine : pour que les pas tombent en rythme avec le balancement de tete, + * il faut StrideLength = Vitesse / (2 x StrideFrequency du profil de + * UHeadBobComponent) -- le "2" parce qu'une foulee compte deux pas. Les + * valeurs par defaut sortent de ce calcul avec les vitesses du pawn. + * + * Corollaire a retenir : changer WalkSpeed ou SprintSpeed sans retoucher ici + * desynchronise le son de l'image, et ca s'entend avant de se voir. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps", meta = (ClampMin = "10", UIMax = "300")) + float StrideLength = 180.f; + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps", meta = (ClampMin = "0", UIMax = "2")) + float Volume = 1.f; + + /** + * Variation aleatoire de hauteur, en plus ou en moins autour de 1. + * + * Le pack ne livre qu'un ou deux echantillons par surface et par allure : + * sans ce grain, une course en ligne droite repete exactement le meme son + * trois fois par seconde et l'oreille l'entend comme une boucle. Quelques + * pourcents suffisent, au-dela le personnage change de poids a chaque pas. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps", meta = (ClampMin = "0", UIMax = "0.4")) + float PitchVariation = 0.06f; +}; + +/** + * Bruits de pas : mesure la distance parcourue, cherche la matiere sous les + * pieds, joue le son qui va avec. + * + * --------------------------------------------------------------------------- + * Pourquoi la distance et pas un AnimNotify + * --------------------------------------------------------------------------- + * C'est le choix structurant. Trois raisons de ne pas accrocher le son aux + * animations : + * + * - Le corps 3e personne du joueur local est en bOwnerNoSee. Faire dependre + * son propre son d'un mesh qu'il ne voit pas est fragile, et le devient + * d'autant plus le jour ou l'on optimisera son tick d'animation. + * - Les animations du pack n'ont aucun notify, et il faudrait en poser dans le + * BlendSpace, ou ils se declenchent selon l'echantillon dominant : le + * passage marche -> course y saute ou double un pas. + * - Les bras FPS sont sur BasePose_Skeleton, qui n'a rien a voir avec + * SK_BodyA. Aucun notify ne peut servir aux deux. + * + * La distance, elle, donne un espacement regulier, se regle en PIE sans + * recompiler, et se comporte identiquement sur le pawn local et sur ceux des + * amis. + * + * --------------------------------------------------------------------------- + * Reseau : rien n'est replique, et rien n'a a l'etre + * --------------------------------------------------------------------------- + * Exactement le raisonnement de UPlayerBodyAnimInstance : tout ce que ce + * composant lit DERIVE d'un etat deja synchronise -- la vitesse par le + * CharacterMovement, l'accroupissement par ACharacter, le mode de deplacement + * par la replication du mouvement. Chaque machine calcule donc les pas de tous + * les pawns qu'elle connait. Un Multicast par pas, a trois pas par seconde et + * par joueur, serait du trafic pur pour un resultat identique. + * + * Le son du joueur local part en 2D, celui des autres en 3D a leurs pieds : + * un pas local joue en 3D depuis les chevilles est attenue et sonne creux. + */ +UCLASS(ClassGroup = (Survival), meta = (BlueprintSpawnableComponent)) +class SURVIVAL_PROJET_API UFootstepComponent : public UActorComponent +{ + GENERATED_BODY() + +public: + UFootstepComponent(); + + virtual void TickComponent(float DeltaTime, ELevelTick TickType, FActorComponentTickFunction* ThisTickFunction) override; + + /** + * Coupe ou rallume les pas. Pour la mort, une cinematique, un mode fantome. + * Coupe, le compteur de foulee est remis a zero : rallumer ne doit pas + * declencher le pas reste en attente depuis l'autre bout de la carte. + */ + UFUNCTION(BlueprintCallable, Category = "Footsteps") + void SetFootstepsEnabled(bool bEnabled); + + /** Remet le cycle de foulee a zero. Pour une teleportation ou un respawn. */ + UFUNCTION(BlueprintCallable, Category = "Footsteps") + void ResetStride(); + + /** + * Joue un pas immediatement, a l'allure courante. Sert aux montages et aux + * AnimNotify si l'on veut un jour caler un geste precis sur un son. + */ + UFUNCTION(BlueprintCallable, Category = "Footsteps") + void PlayFootstepNow(); + +protected: + virtual void BeginPlay() override; + virtual void EndPlay(const EEndPlayReason::Type EndPlayReason) override; + + /** + * Saut et reception, sur TOUTES les machines. + * + * Et surtout pas ACharacter::Landed / OnJumped, qui semblent pourtant faits + * pour ca : Landed vient de ProcessLanded, qui n'est appele que la ou le + * mouvement est reellement simule, et OnJumped que la ou l'input est lu. Ni + * l'un ni l'autre n'existe sur le pawn d'un ami vu depuis notre machine, ou + * le mouvement arrive deja fait. Le mode de deplacement, lui, EST replique, + * donc ce delegue est diffusé partout -- c'est le seul signal qui couvre les + * quatre joueurs. + */ + UFUNCTION() + void HandleMovementModeChanged(ACharacter* Character, EMovementMode PrevMovementMode, uint8 PreviousCustomMode); + + // ------------------------------------------------------------------ + // Assets + // ------------------------------------------------------------------ + + /** La table surface -> sons. Sans elle le composant ne fait rien. */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps") + TObjectPtr SoundBank; + + /** + * Attenuation appliquee aux pas des AUTRES joueurs (le pas local est en 2D). + * + * A remplir : le pack ne fournit aucune attenuation, donc sans cet asset les + * cues sont jouees en 3D sans courbe de distance et s'entendent d'un bout a + * l'autre de la carte au meme volume. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps") + TObjectPtr Attenuation; + + /** + * Concurrence, facultative. A quatre joueurs qui courent, huit a douze pas + * par seconde peuvent se superposer ; une regle a 4 ou 5 voix evite que les + * pas mangent le reste du mixage. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps") + TObjectPtr Concurrency; + + // ------------------------------------------------------------------ + // Reglages generaux + // ------------------------------------------------------------------ + + /** Coupe entierement l'effet sans avoir a vider la banque de sons. */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps") + bool bEnableFootsteps = true; + + /** + * Joue le pas du joueur local en 2D plutot qu'a la position de ses pieds. + * Decoche pour l'entendre spatialise comme celui des autres -- utile pour + * regler l'attenuation sans avoir besoin d'un second joueur. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps") + bool bPlayLocalStepsIn2D = true; + + /** + * Multiplicateur applique au seul pas local. Sous 1 par defaut : un son 2D + * arrive a pleine puissance dans les deux oreilles, la ou celui des autres + * passe par l'attenuation. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps", meta = (ClampMin = "0", UIMax = "2")) + float LocalVolumeScale = 0.7f; + + /** Joue le pas final quand le personnage s'immobilise. */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps") + bool bPlayStopSounds = true; + + // ------------------------------------------------------------------ + // Allures + // ------------------------------------------------------------------ + + /** Accroupi. Valeurs par defaut dans le constructeur. */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps|Allures") + FFootstepGaitSettings CrouchGait; + + /** Marche normale. */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps|Allures") + FFootstepGaitSettings WalkGait; + + /** Sprint. */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps|Allures") + FFootstepGaitSettings SprintGait; + + /** + * En dessous de cette vitesse horizontale (cm/s), on considere le + * personnage immobile. Meme seuil et meme raison que UHeadBobComponent : + * marcher dans un mur laisse l'input actif alors que le corps n'avance plus. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps|Allures", meta = (ClampMin = "0")) + float IdleSpeedThreshold = 10.f; + + /** + * Au-dessus de cette vitesse horizontale (cm/s), on passe sur l'allure de + * sprint. A caler entre WalkSpeed et SprintSpeed du pawn, comme le seuil + * homonyme du balancement de tete -- les deux doivent basculer ensemble, + * sinon la tete accelere avant les pieds. + * + * La vitesse REELLE et pas AFpsPlayer::IsSprinting() : le composant reste + * ainsi utilisable par un PNJ ou un animal, qui n'ont pas de touche Maj. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps|Allures", meta = (ClampMin = "0")) + float SprintSpeedThreshold = 520.f; + + /** + * Fraction de foulee deja "parcourue" au demarrage du mouvement. + * + * A 0, le premier pas ne tombe qu'apres une foulee entiere : le personnage + * part en silence sur presque deux metres, ce qui se lit comme un temps de + * reaction du jeu. A 1 il claque avant que le corps ait bouge. La moitie + * place le premier pas juste apres l'entree en mouvement. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps|Allures", meta = (ClampMin = "0", ClampMax = "1")) + float FirstStepFraction = 0.5f; + + // ------------------------------------------------------------------ + // Saut et reception + // ------------------------------------------------------------------ + + /** + * Vitesse de chute (cm/s) en dessous de laquelle la reception est muette. + * Descendre une marche d'escalier passe techniquement par un instant de + * chute ; sans ce seuil, la moindre bosse du terrain claque. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps|Air", meta = (ClampMin = "0")) + float LandMinFallSpeed = 150.f; + + /** Volume du saut et de la reception. */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps|Air", meta = (ClampMin = "0", UIMax = "2")) + float AirVolume = 1.f; + + // ------------------------------------------------------------------ + // Trace de sol + // ------------------------------------------------------------------ + + /** + * Profondeur sondee sous les pieds, en cm. Quelques dizaines suffisent : le + * trace part du centre de la capsule et on ne cherche le sol que lorsqu'on + * marche dessus. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps|Trace", meta = (ClampMin = "1")) + float TraceDepth = 60.f; + + /** + * Trace en collision COMPLEXE, et ce n'est pas negociable pour ce systeme. + * + * Un PhysicalMaterial pose sur un MATERIAU n'est rendu que par un trace + * per-poly : le trace simple remonte celui du BodySetup du mesh, qui est + * presque toujours vide. Le symptome d'un decochage est immediat et trompeur + * -- tout le monde marche sur DefaultSurface, comme si la table n'etait pas + * remplie. + * + * Le cout est nul a l'echelle du jeu : deux a trois traces par seconde et + * par personnage, jamais un par frame. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps|Trace") + bool bTraceComplex = true; + + /** Canal du trace de sol. Visibility couvre tout le decor du projet. */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Footsteps|Trace") + TEnumAsByte TraceChannel = ECC_Visibility; + +private: + /** L'allure correspondant a l'etat reel du CharacterMovement. */ + EFootstepGait SelectGait(float HorizontalSpeed) const; + + /** Les reglages de l'allure courante. */ + const FFootstepGaitSettings& GetGaitSettings(EFootstepGait Gait) const; + + /** + * Cherche la matiere sous les pieds et rend les sons correspondants. + * @param OutLocation ou jouer le son : le point d'impact, ou les pieds si + * le trace n'a rien touche (le sol peut etre hors du canal trace). + */ + const FFootstepSurfaceSounds* QueryGroundSounds(FVector& OutLocation) const; + + /** Joue une cue, en 2D chez le proprietaire et en 3D partout ailleurs. */ + void PlayCue(USoundBase* Sound, float Volume, float PitchVariation, const FVector& Location) const; + + /** Vrai quand le son doit sortir des haut-parleurs de CETTE machine. */ + bool ShouldPlaySounds() const; + + // ------------------------------------------------------------------ + // Etat + // ------------------------------------------------------------------ + + /** Distance horizontale accumulee depuis le dernier pas, en cm. */ + float DistanceSinceLastStep = 0.f; + + /** Position de l'acteur au tick precedent, pour mesurer le deplacement reel. */ + FVector LastLocation = FVector::ZeroVector; + + /** + * Vrai des le premier tick valide. Sans lui, le premier deplacement mesure + * partirait de l'origine du monde et declencherait une salve de pas. + */ + bool bHasLastLocation = false; + + /** Etat du tick precedent, pour detecter le demarrage et l'arret. */ + bool bWasMoving = false; + + /** Allure du dernier pas joue : c'est elle qui choisit le son d'arret. */ + EFootstepGait LastGait = EFootstepGait::Jog; + + /** + * Nombre de pas depuis l'entree en mouvement. Le son d'arret n'est joue + * qu'a partir de un : un a-coup de collision suffit sinon a faire claquer + * un pas final alors que le personnage n'a pas bouge. + */ + int32 StepsSinceMoveStart = 0; + + /** + * Plus grande vitesse de chute observee, en cm/s et positive. + * + * Mesuree pendant la chute plutot que lue a l'impact : au moment ou le mode + * repasse a Walking, le moteur a deja remis Velocity.Z a zero. Un tick a + * 20 Hz l'echantillonne largement assez -- et le cas ou il n'a pas eu le + * temps de tourner du tout est precisement celui d'une chute negligeable, + * qu'on veut de toute facon silencieuse. + */ + float MaxFallSpeed = 0.f; + + /** Caches : lus a chaque tick, pas question d'y caster. */ + TObjectPtr OwnerCharacter; + + TObjectPtr OwnerMovement; +}; diff --git a/Source/Survival_projet/Public/FootstepSoundsDataAsset.h b/Source/Survival_projet/Public/FootstepSoundsDataAsset.h new file mode 100644 index 0000000..55be6d8 --- /dev/null +++ b/Source/Survival_projet/Public/FootstepSoundsDataAsset.h @@ -0,0 +1,140 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Chaos/ChaosEngineInterface.h" +#include "Engine/DataAsset.h" +#include "FootstepSoundsDataAsset.generated.h" + +class USoundBase; + +/** + * Les trois allures pour lesquelles le pack livre un son. + * + * Les noms sont ceux des fichiers du pack et PAS ceux des etats du jeu, alors + * que la tentation serait grande de les appeler Crouch / Walk / Sprint. La + * correspondance est etablie une seule fois, dans UFootstepComponent, et elle + * n'est pas l'identite : le personnage marche a 400 cm/s, ce qui est deja un + * trot -- d'ou accroupi = Walk, marche = Jog, sprint = Run. Nommer l'enum + * d'apres les etats obligerait a ecrire "le son Walk est dans le champ Crouch" + * dans le Details panel, ce qui est exactement le genre de traduction qu'on + * finit par se tromper en relisant. + */ +UENUM(BlueprintType) +enum class EFootstepGait : uint8 +{ + /** Le pas le plus discret du pack. Utilise quand le personnage est accroupi. */ + Walk, + + /** Allure de marche normale du jeu (WalkSpeed). */ + Jog, + + /** Sprint. */ + Run +}; + +/** + * La banque de sons d'UNE surface : les huit cues que le pack fournit pour + * chacune de ses matieres. + * + * Tous les champs sont facultatifs. Une case vide ne produit aucun son et + * n'est pas une erreur -- c'est ce qui permet de commencer avec trois surfaces + * remplies et d'ajouter les autres au fil du temps, ou de renoncer aux sons + * d'arret sans toucher au code. + */ +USTRUCT(BlueprintType) +struct FFootstepSurfaceSounds +{ + GENERATED_BODY() + + // ------------------------------------------------------------------ + // Les pas eux-memes, un par allure. + // ------------------------------------------------------------------ + + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Steps") + TObjectPtr WalkStep; + + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Steps") + TObjectPtr JogStep; + + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Steps") + TObjectPtr RunStep; + + // ------------------------------------------------------------------ + // Le pas final, joue quand le personnage s'immobilise. + // + // Ce n'est pas un ornement : sans lui, une course qui s'arrete coupe la + // serie de pas net, comme si le personnage s'etait teleporte. Le pack les + // livre exprès, avec un son plus traine que le pas courant. + // ------------------------------------------------------------------ + + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Stop") + TObjectPtr WalkStop; + + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Stop") + TObjectPtr JogStop; + + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Stop") + TObjectPtr RunStop; + + // ------------------------------------------------------------------ + // Saut et reception. Une seule variante chacun, quelle que soit l'allure. + // ------------------------------------------------------------------ + + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Air") + TObjectPtr Jump; + + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Air") + TObjectPtr Land; + + /** Le pas courant d'une allure, ou nullptr si la case est vide. */ + USoundBase* GetStepSound(EFootstepGait Gait) const; + + /** Le pas final d'une allure, ou nullptr si la case est vide. */ + USoundBase* GetStopSound(EFootstepGait Gait) const; +}; + +/** + * La table de correspondance surface physique -> banque de sons. + * + * Un seul asset a remplir pour tout le jeu, et le SEUL endroit a toucher pour + * ajouter une matiere. Le composant n'y range aucun etat : il le lit, c'est + * tout, ce qui permet de le partager entre le joueur, les futurs PNJ et les + * animaux sans se poser de question. + * + * La cle est le SurfaceType declare dans Project Settings > Physics, pas un + * nom ni un chemin d'asset : c'est le seul identifiant que le moteur nous + * rende depuis un trace, et il tient dans un octet. + */ +UCLASS(BlueprintType) +class SURVIVAL_PROJET_API UFootstepSoundsDataAsset : public UPrimaryDataAsset +{ + GENERATED_BODY() + +public: + /** + * Une entree par matiere du jeu. Les surfaces absentes de cette table + * tombent sur DefaultSurface. + */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Footsteps") + TMap, FFootstepSurfaceSounds> Surfaces; + + /** + * Le repli, et il n'est pas facultatif en pratique. + * + * Un decor n'est jamais tague a 100 % : il restera toujours un rocher de + * demo, un mesh importe a la va-vite ou un acteur de test sans materiau. Le + * symptome d'un repli vide est un silence total sur ces surfaces, qu'on + * confond immediatement avec "le systeme ne marche pas". Mettre ici les + * cues de terre est le choix sur. + */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Footsteps") + FFootstepSurfaceSounds DefaultSurface; + + /** + * Les sons d'une surface, ou DefaultSurface si elle n'est pas dans la table. + * Ne rend jamais nullptr : l'appelant n'a qu'a tester les cues elles-memes. + */ + const FFootstepSurfaceSounds& GetSurfaceSounds(EPhysicalSurface Surface) const; +}; diff --git a/Source/Survival_projet/Public/FpsArmsAnimInstance.h b/Source/Survival_projet/Public/FpsArmsAnimInstance.h index 6606282..7d387ce 100644 --- a/Source/Survival_projet/Public/FpsArmsAnimInstance.h +++ b/Source/Survival_projet/Public/FpsArmsAnimInstance.h @@ -43,15 +43,65 @@ protected: UPROPERTY(BlueprintReadOnly, Category = "Movement") bool bIsMoving = false; + /** + * Intention brute de sprint : la touche est enfoncee, rien de plus. + * + * NE PAS la brancher sur une transition de la machine a etats -- c'est + * exactement ce qui faisait courir les bras d'un joueur immobile qui appuyait + * sur Maj. Elle reste publiee parce qu'elle est la seule a dire ce que le + * joueur VEUT (un effet de FOV, un cout de stamina) ; pour l'animation, c'est + * bIsRunning qu'on lit. + */ UPROPERTY(BlueprintReadOnly, Category = "Movement") bool bIsSprinting = false; + /** + * Sprint EFFECTIF : au sol, debout, et le joueur avance pour de bon. + * + * Toute la composition est faite ici, en un seul endroit, plutot que + * reconstruite dans chaque transition du Blueprint. Une machine a etats a + * autant d'entrees vers Run que d'etats voisins ; recomposer la condition a + * la main dans chacune, c'est se garantir d'en oublier une. + */ + UPROPERTY(BlueprintReadOnly, Category = "Movement") + bool bIsRunning = false; + + /** Deplacement au sol, debout, sans sprint. Complementaire exact de bIsRunning. */ + UPROPERTY(BlueprintReadOnly, Category = "Movement") + bool bIsWalking = false; + UPROPERTY(BlueprintReadOnly, Category = "Movement") bool bIsFalling = false; + /** + * Vitesse verticale signee (cm/s), positive vers le haut. + * + * C'est elle, et pas bIsFalling, qui distingue un saut d'une chute : le + * moteur appelle « falling » tout ce qui n'est pas au sol, donc sortir d'un + * rebord jouerait l'animation de detente si on se fiait au seul booleen. + */ + UPROPERTY(BlueprintReadOnly, Category = "Movement") + float VerticalSpeed = 0.f; + UPROPERTY(BlueprintReadOnly, Category = "Movement") bool bIsCrouching = false; + /** + * Le joueur tient un objet VISIBLE dans la main. + * + * A brancher sur un « Blend Poses by bool » A L'INTERIEUR de l'etat de + * deplacement, jamais sur une transition vers un etat jumeau. Deux etats + * « marche avec » et « marche sans » doubleraient la machine et, surtout, + * equiper un outil en pleine course claquerait d'un cycle a l'autre. Un blend + * fond les deux poses, l'outil apparaissant pendant que la foulee continue. + * + * C'est le nombre de MESHES montes qu'elle reflete, pas le contenu de la case + * active : la plupart des ressources n'ont pas bShowInHand, et les tenir ne + * doit pas changer la posture des bras. + */ + UPROPERTY(BlueprintReadOnly, Category = "Held Item") + bool bHasItemInHand = false; + /** * Vitesse de lecture du cycle de deplacement, a brancher sur la broche * Play Rate du noeud d'animation. diff --git a/Source/Survival_projet/Public/FpsPlayer.h b/Source/Survival_projet/Public/FpsPlayer.h index 519e63d..bfd2829 100644 --- a/Source/Survival_projet/Public/FpsPlayer.h +++ b/Source/Survival_projet/Public/FpsPlayer.h @@ -11,7 +11,9 @@ class UAnimMontage; class UCameraComponent; class UCharacterAppearanceComponent; class UCraftingComponent; +class UFootstepComponent; class UHeadBobComponent; +class UHeldItemComponent; class UInputAction; class UInputMappingContext; class UInteractionComponent; @@ -126,6 +128,12 @@ public: UFUNCTION(BlueprintPure, Category = "Apparence") UCharacterAppearanceComponent* GetAppearanceComponent() const { return AppearanceComponent; } + UFUNCTION(BlueprintPure, Category = "Inventaire") + UHeldItemComponent* GetHeldItemComponent() const { return HeldItemComponent; } + + UFUNCTION(BlueprintPure, Category = "Audio") + UFootstepComponent* GetFootstepComponent() const { return FootstepComponent; } + // ------------------------------------------------------------------ // Commandes console d'apparence // @@ -252,6 +260,20 @@ public: */ virtual void OnRep_PlayerState() override; + /** + * Les deux moities de « le controller est arrive ». + * + * UHeldItemComponent ne peut lire la case active QUE chez le joueur local, + * et son BeginPlay peut tomber avant que le pawn soit possede -- chez un + * client, le pawn et son controller arrivent par deux chemins independants, + * exactement comme le PlayerState. Un joueur qui reapparait avec une hache + * deja en case 1 aurait alors la main vide jusqu'a ce qu'il touche a son + * inventaire. PossessedBy couvre le serveur, OnRep_Controller le client, et + * RefreshFromInventory() est idempotente. + */ + virtual void PossessedBy(AController* NewController) override; + virtual void OnRep_Controller() override; + protected: // Called when the game starts or when spawned virtual void BeginPlay() override; @@ -300,6 +322,35 @@ protected: UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Animation") TObjectPtr GrabMontage; + /** + * Réception au sol, version légère (MTG_Land). + * + * Un montage et pas un état de la machine : l'atterrissage est un geste + * PONCTUEL qui doit se superposer à ce que les bras faisaient déjà. Un état + * imposerait de décider combien de temps y rester, et retomber en pleine + * course y bloquerait le cycle de foulée le temps de l'animation. + */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Animation") + TObjectPtr LandMontage; + + /** Réception lourde (MTG_HardLand), au-delà de HardLandingFallSpeed. */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Animation") + TObjectPtr HardLandMontage; + + /** + * Vitesse de chute (cm/s) à partir de laquelle la réception passe en lourde. + * + * Doit rester nettement au-dessus de la retombée d'un saut sur place + * (~JumpZVelocity, 450 par défaut), sinon chaque saut se termine par une + * réception encaissée et le déplacement devient poussif. + * + * Le seuil BAS, lui, est LandPunchMinFallSpeed : sous cette vitesse aucun + * montage n'est joué, exactement comme la caméra ne bouge pas. Une seule + * valeur à comprendre pour les deux effets, qui restent donc cohérents. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Animation", meta = (ClampMin = "0")) + float HardLandingFallSpeed = 800.f; + /** * Balancement de tête procédural : respiration à l'arrêt, pas à la marche, * foulée au sprint. Tous ses réglages sont dans le Details panel du composant, @@ -345,6 +396,26 @@ protected: UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Apparence") TObjectPtr AppearanceComponent; + /** + * Montre dans la main l'objet de la case active de la barre rapide. + * + * Sur le pawn : ce sont ces bras-la et ce corps-la qui tiennent l'objet, et + * un cadavre ne tient plus rien. Il lit l'inventaire du meme acteur. + */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Inventaire") + TObjectPtr HeldItemComponent; + + /** + * Bruits de pas. + * + * Sur le pawn et sur TOUS les pawns, pas seulement celui du joueur local : + * le composant ne replique rien, chaque machine calcule les pas de tous les + * corps qu'elle connait a partir de leur vitesse deja synchronisee. Le + * mettre sur le controller n'aurait donc donne les pas que d'un joueur. + */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Audio") + TObjectPtr FootstepComponent; + // ------------------------------------------------------------------ // Enhanced Input : assets à assigner dans le Blueprint // ------------------------------------------------------------------ diff --git a/Source/Survival_projet/Public/FpsPlayerController.h b/Source/Survival_projet/Public/FpsPlayerController.h index aa9a35d..8ecfb14 100644 --- a/Source/Survival_projet/Public/FpsPlayerController.h +++ b/Source/Survival_projet/Public/FpsPlayerController.h @@ -89,6 +89,19 @@ public: UFUNCTION(BlueprintPure, Category = "UI|Storage") bool IsStorageOpen() const { return bStorageOpen; } + /** + * Echap, quel que soit le chemin par lequel il arrive. + * + * Une seule touche pour cinq usages, d'ou une priorite explicite : boite de + * confirmation, reglages, coffre, inventaire, puis pause. Sans cet ordre on + * se retrouve avec deux ecrans ouverts en meme temps. + * + * Publique parce qu'elle a DEUX appelants : l'action Enhanced Input quand le + * viewport tient le focus clavier, et le NativeOnKeyDown d'un widget quand + * c'est lui qui l'a -- les touches n'atteignent alors plus l'input du jeu. + */ + void HandleEscapeInput(); + /** Ferme le menu de pause et relance le monde. */ UFUNCTION(BlueprintCallable, Category = "UI|Pause") void ResumeGame(); @@ -384,13 +397,6 @@ private: /** L'éclaircissement lui-même, après le temps de chauffe du monde. */ void StartStartupFade(); - /** - * Echap. Une seule touche pour trois usages, d'ou une priorite explicite : - * boite de confirmation, puis inventaire, puis pause. Sans cet ordre on se - * retrouve avec l'inventaire et la pause ouverts en meme temps. - */ - void HandlePauseInput(); - void OpenPauseMenu(); /** Oui : fondu au noir, puis retour au menu principal. */ diff --git a/Source/Survival_projet/Public/HeldItemComponent.h b/Source/Survival_projet/Public/HeldItemComponent.h new file mode 100644 index 0000000..90fc965 --- /dev/null +++ b/Source/Survival_projet/Public/HeldItemComponent.h @@ -0,0 +1,197 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Components/ActorComponent.h" +#include "HeldItemComponent.generated.h" + +class AFpsPlayer; +class UItemDataAsset; +class UStaticMeshComponent; + +/** Diffuse a chaque changement d'objet en main, nul compris. L'UI et l'anim s'y abonnent. */ +DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FOnHeldItemChanged, UItemDataAsset*, NewItem); + +/** + * Montre dans la main l'objet occupant la case active de la barre rapide. + * + * Un systeme = un composant, comme le reste du projet. Celui-ci ne decide de + * rien et ne consomme rien : il regarde l'inventaire et pose deux meshes. Ce que + * l'objet FAIT quand on clique reste dans AFpsPlayer::PerformUseItem. + * + * Deux meshes et pas un, parce qu'il y a deux corps a habiller : + * + * - les BRAS (FirstPersonArms), visibles du seul proprietaire, attaches a la + * camera. C'est la hache qu'on voit soi-meme. + * - le CORPS (le Mesh du Character), invisible pour son proprietaire mais vu + * par les trois autres joueurs -- et dont on percoit sa propre ombre. + * + * Les bras recopient du porteur leur « visible pour moi seul ». Le mesh du corps, + * lui, se cache par la VISIBILITE chez le seul joueur qui controle ce pawn -- + * bOwnerNoSee y couperait son ombre, voir UpdateLocalVisibility(). + * + * ------------------------------------------------------------------ + * Reseau : c'est le CLIENT qui pilote, toujours + * ------------------------------------------------------------------ + * + * UInventoryComponent::SelectedHotbarIndex n'est PAS replique -- c'est une + * intention purement locale, et il n'y a aucune raison de la mettre sur le + * reseau. Le serveur ne peut donc pas deviner ce que le joueur a en main : lire + * l'inventaire d'un pawn distant y trouverait toujours la case 0. + * + * Ce qui se replique est donc l'OBJET lui-meme, pas l'index. Le proprietaire + * l'applique en local et l'annonce ; le serveur l'enregistre et le rediffuse aux + * autres. Exactement le schema de bIsSprinting, COND_SkipOwner compris : renvoyer + * a l'emetteur une valeur qui a un aller-retour de retard ne peut que faire + * clignoter ce qu'il tient deja. + */ +UCLASS(ClassGroup = (Survival), meta = (BlueprintSpawnableComponent)) +class SURVIVAL_PROJET_API UHeldItemComponent : public UActorComponent +{ + GENERATED_BODY() + +public: + UHeldItemComponent(); + + virtual void GetLifetimeReplicatedProps(TArray& OutLifetimeProps) const override; + + /** L'objet actuellement montre dans la main. Nul = les mains sont vides. */ + UFUNCTION(BlueprintPure, Category = "Held Item") + UItemDataAsset* GetHeldItem() const { return HeldItem; } + + /** + * Vrai quand un mesh est effectivement monte dans la main. + * + * Different de `GetHeldItem() != nullptr`, et la nuance compte pour + * l'animation : la plupart des ressources du jeu n'ont pas bShowInHand, donc + * les tenir ne met rien dans la paume. Se fier a l'objet ferait jouer la + * posture « objet en main » sur des mains vides, ce qui se voit tout de suite. + */ + UFUNCTION(BlueprintPure, Category = "Held Item") + bool HasItemInHand() const { return bItemVisibleInHand; } + + /** + * Relit la case active et met la main a jour. + * + * Sans effet ailleurs que chez le joueur local : ce composant est le seul du + * projet dont la SOURCE de verite vive uniquement sur la machine du + * proprietaire. Idempotente, donc appelable a la volee. + */ + UFUNCTION(BlueprintCallable, Category = "Held Item") + void RefreshFromInventory(); + + UPROPERTY(BlueprintAssignable, Category = "Held Item") + FOnHeldItemChanged OnHeldItemChanged; + + /** + * Os ou socket des BRAS auquel l'objet s'accroche. + * + * C'est un OS du rig et pas un socket taille sur mesure, d'ou les offsets + * par objet dans UItemDataAsset : creer un socket par outil demanderait de + * rouvrir le squelette a chaque nouvel objet, alors que l'offset se regle + * dans le DataAsset qu'on est deja en train d'ecrire. + */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Held Item") + FName FirstPersonSocket = TEXT("RightHand_Holder_JTN"); + + /** Os de la main droite du mannequin UE5, porteur du mesh 3e personne. */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Held Item") + FName ThirdPersonSocket = TEXT("hand_r"); + +protected: + virtual void BeginPlay() override; + virtual void OnUnregister() override; + +private: + /** + * L'objet en main. Un pointeur d'asset se replique comme n'importe quelle + * reference d'objet -- c'est deja ce que fait FInventorySlot::Item, et c'est + * pour ca qu'on peut se permettre d'envoyer l'objet plutot qu'un index. + * + * COND_SkipOwner : le proprietaire vient de l'appliquer en local, le lui + * renvoyer ecraserait son etat courant par une valeur en retard. + */ + UPROPERTY(ReplicatedUsing = OnRep_HeldItem) + TObjectPtr HeldItem; + + UFUNCTION() + void OnRep_HeldItem(); + + /** Point d'entree unique : applique en local, puis annonce au serveur. */ + void SetHeldItem(UItemDataAsset* NewItem); + + UFUNCTION(Server, Reliable) + void Server_SetHeldItem(UItemDataAsset* NewItem); + + /** Monte ou demonte les deux meshes selon HeldItem. Tourne sur TOUTES les machines. */ + void ApplyHeldVisuals(); + + /** + * Joue le geste de sortie d'outil sur les bras du joueur LOCAL. + * + * Appelee depuis SetHeldItem et pas depuis ApplyHeldVisuals, alors que les + * deux disent « l'objet en main a change » : ApplyHeldVisuals tourne sur + * toutes les machines (OnRep, serveur), et un geste de bras n'a de sens que + * chez celui qui les voit. + */ + void PlayEquipMontage(); + + /** + * Cache le mesh du CORPS chez le joueur qui controle ce pawn, et lui seul. + * + * Par la VISIBILITE et non par bOwnerNoSee : sur un UStaticMeshComponent, + * bCastHiddenShadow n'honore que la premiere -- cache par le proprietaire, + * l'objet perd son ombre en meme temps que son mesh. Detail dans le .cpp. + */ + void UpdateLocalVisibility(); + + /** + * Cree les deux composants de mesh s'ils manquent. + * + * A la demande et pas dans le constructeur : le composant n'a alors aucune + * hypothese sur l'ordre de creation des sous-objets d'AFpsPlayer, et un pawn + * qui ne tient jamais rien ne paie pas deux composants pour rien. + */ + void EnsureHeldMeshComponents(); + + /** + * Cree un mesh d'objet en main attache a Parent, ou nullptr si impossible. + * + * @param bCastWorldShadow l'objet projette-t-il une ombre dans le monde. + * Vrai pour la main du corps, faux pour les bras -- un mesh colle a + * l'objectif projetterait une ombre enorme en travers du decor. + */ + UStaticMeshComponent* CreateHeldMeshComponent(FName ComponentName, class USkeletalMeshComponent* Parent, + FName SocketName, bool bCastWorldShadow); + + /** Les deux delegues d'inventaire menent ici. */ + UFUNCTION() + void HandleInventoryChanged(); + + UFUNCTION() + void HandleSelectedHotbarSlotChanged(int32 NewIndex); + + /** Le pawn porteur, ou nullptr si le composant vit ailleurs. */ + AFpsPlayer* GetOwningPlayer() const; + + /** Mesh vu par le seul proprietaire, accroche aux bras. */ + UPROPERTY(Transient) + TObjectPtr FirstPersonHeldMesh; + + /** Mesh vu par les autres joueurs, accroche a la main du corps. */ + UPROPERTY(Transient) + TObjectPtr ThirdPersonHeldMesh; + + /** + * Un mesh est-il reellement monte en main, en cache. + * + * Recopie de la decision prise par ApplyHeldVisuals plutot que recalculee : + * l'AnimInstance la lit a chaque frame, et surtout deux facons de repondre a + * la meme question finiraient par diverger. + */ + bool bItemVisibleInHand = false; + + /** Evite de repeter l'avertissement de socket introuvable a chaque montage. */ + bool bLoggedMissingSocket = false; +}; diff --git a/Source/Survival_projet/Public/ItemDataAsset.h b/Source/Survival_projet/Public/ItemDataAsset.h index 3350d3f..1886dba 100644 --- a/Source/Survival_projet/Public/ItemDataAsset.h +++ b/Source/Survival_projet/Public/ItemDataAsset.h @@ -10,6 +10,25 @@ class UMaterialInterface; class UStaticMesh; class UTexture2D; +/** + * Famille d'outil, pour l'appariement avec les ressources recoltables. + * + * C'est le TYPE qui decide de ce qu'on peut abattre, jamais le mesh ni le nom : + * un arbre acceptera { Axe }, un filon { Pickaxe }. None n'est pas un outil du + * tout -- c'est la valeur de tous les objets existants, qui ne changent donc pas + * de comportement. + */ +UENUM(BlueprintType) +enum class EToolType : uint8 +{ + None UMETA(DisplayName = "Not a tool"), + Axe, + Pickaxe, + + /** Sentinelle de comptage, jamais assignee a un objet. */ + Count UMETA(Hidden) +}; + /** * Definition d'un TYPE d'objet : "Bois", "Pomme", "Corde". * Un asset par type, cree dans le Content Browser, edite a la main. @@ -106,6 +125,100 @@ public: UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Item|Backpack", meta = (ClampMin = "0")) int32 BonusInventorySlots = 0; + // ------------------------------------------------------------------ + // En main + // + // Ce qu'on voit quand l'objet occupe la case active de la barre rapide. + // C'est UHeldItemComponent qui lit ce bloc ; il ne concerne donc que le + // visuel, jamais ce que l'objet fait. + // ------------------------------------------------------------------ + + /** + * Cet objet apparait-il dans la main quand il est selectionne. + * + * Faux par defaut, et c'est delibere : les deux offsets ci-dessous se reglent + * a l'oeil, objet par objet, sur un socket donne. Un vrai par defaut ferait + * surgir toutes les ressources deja creees dans le poing du joueur, chacune + * de travers, sans que personne l'ait demande. + */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Item|Held") + bool bShowInHand = false; + + /** + * Mesh tenu en main. Vide = on reprend WorldMesh. + * + * A ne remplir que si l'objet au sol et l'objet en main different vraiment -- + * une buche posee en tas contre une buche unique, typiquement. Une hache, + * elle, est la meme des deux cotes. + */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Item|Held", meta = (EditCondition = "bShowInHand")) + TObjectPtr HeldMesh; + + /** + * Ajustement du mesh sur le socket des BRAS (vue premiere personne). + * + * Necessaire parce qu'on s'attache a un OS du rig et pas a un socket taille + * pour l'objet : le pivot d'un mesh d'outil tombe presque toujours sur son + * centre, jamais sur le manche. Se regle a l'oeil en PIE. + */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Item|Held", meta = (EditCondition = "bShowInHand")) + FTransform FirstPersonHeldOffset; + + /** + * Ajustement sur la main du CORPS (ce que les autres joueurs voient). + * + * Separe du precedent, et il le restera : les bras FPS et le mannequin UE5 + * sont deux rigs distincts, avec deux echelles et deux orientations d'os. Une + * transform commune donnerait forcement une hache de travers d'un cote. + */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Item|Held", meta = (EditCondition = "bShowInHand")) + FTransform ThirdPersonHeldOffset; + + /** + * Geste joue sur les BRAS quand cet objet arrive en main (MTG_Axe_Equip...). + * + * Un montage et pas un etat de la machine a etats : sortir un outil est un + * geste PONCTUEL qui doit se superposer a ce que les bras faisaient deja -- + * meme raison que LandMontage. Un etat imposerait de decider combien de temps + * y rester, et changer d'outil en pleine course y bloquerait la foulee. + * + * Vide = l'objet apparait sans geste, ce qui reste parfaitement jouable. + * Rien n'est replique : les bras ne sont vus que par leur proprietaire. + */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Item|Held") + TObjectPtr EquipMontage; + + /** Le mesh a montrer en main, en appliquant le repli sur WorldMesh. */ + UFUNCTION(BlueprintPure, Category = "Item|Held") + UStaticMesh* GetHeldMesh() const { return HeldMesh ? HeldMesh.Get() : WorldMesh.Get(); } + + /** + * Pose le mesh tenu en main et son materiau sur un composant. + * Pendant exact d'ApplyWorldVisualsTo, dont c'est le second appelant annonce. + */ + UFUNCTION(BlueprintCallable, Category = "Item|Held") + void ApplyHeldVisualsTo(class UStaticMeshComponent* Component) const; + + // ------------------------------------------------------------------ + // Outil + // + // Volontairement reduit au TYPE pour l'instant : la puissance de recolte et + // le cout en durabilite d'un coup n'ont pas encore de lecteur, et inventer + // leur forme avant d'ecrire les ressources recoltables serait deviner. + // + // L'usure, elle, est deja tranchee : ce sera MaxUses / RemainingUses, comme + // une canette. Un outil neuf part donc a MaxUses charges, l'inventaire les + // suit deja au sol comme dans un coffre, et WBP_ItemDetails affiche deja la + // barre correspondante -- rien a ajouter le jour venu. + // ------------------------------------------------------------------ + + /** Ce que cet objet sait recolter. None = ce n'est pas un outil. */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Item|Tool") + EToolType ToolType = EToolType::None; + + UFUNCTION(BlueprintPure, Category = "Item|Tool") + bool IsTool() const { return ToolType != EToolType::None; } + // ------------------------------------------------------------------ // Consommable // ------------------------------------------------------------------ diff --git a/Source/Survival_projet/Public/MainMenuPlayerController.h b/Source/Survival_projet/Public/MainMenuPlayerController.h index c02c6de..5e3f728 100644 --- a/Source/Survival_projet/Public/MainMenuPlayerController.h +++ b/Source/Survival_projet/Public/MainMenuPlayerController.h @@ -6,7 +6,9 @@ #include "GameFramework/PlayerController.h" #include "MainMenuPlayerController.generated.h" +class ACharacterPreviewActor; class AMenuCameraSpot; +class UCharacterCustomizationWidget; class UConfirmDialogWidget; class UMainMenuWidget; class UScreenFadeComponent; @@ -27,7 +29,17 @@ enum class EMenuPendingAction : uint8 * n'est donc chargee qu'a la reponse du service en ligne -- ou tout de suite * si celui-ci refuse, puisqu'un echec reseau ne doit pas empecher de jouer. */ - StartGame + StartGame, + + /** + * On ne quitte PAS la map : le mannequin est pose dans MenuScene, on ne fait + * que porter la vue sur lui. Le fondu sert a masquer la bascule -- un + * travelling depuis l'angle de menu traverserait le decor. + */ + OpenCustomization, + + /** Retour du mannequin vers un angle de menu, meme mecanique en sens inverse. */ + CloseCustomization }; /** @@ -102,6 +114,35 @@ protected: UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Menu") TSubclassOf SettingsMenuClass; + /** + * Ton WBP_CharacterCustomization. Laisse-le vide pour retrouver l'ancien + * comportement -- Jouer lance directement la partie. Pratique pour tester + * autre chose sans traverser l'ecran a chaque fois. + */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Menu|Customization") + TSubclassOf CustomizationMenuClass; + + /** + * Le mannequin pose dans MenuScene. Cherche par classe au BeginPlay plutot + * qu'assigne ici : une reference d'acteur dans un CDO de controller ne + * survit pas au chargement de la map. + */ + UPROPERTY(Transient, BlueprintReadOnly, Category = "Menu|Customization") + TObjectPtr CharacterPreview; + + UPROPERTY(Transient, BlueprintReadOnly, Category = "Menu|Customization") + TObjectPtr CustomizationMenu; + + /** + * Duree de CHAQUE moitie du fondu entre le menu et l'ecran de customisation. + * Le passage complet dure donc le double. + * + * Plus court que le fondu de depart vers la partie : on ne change pas de + * map, il n'y a rien a charger, et une attente ici ne serait qu'une attente. + */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Menu|Customization", meta = (ClampMin = "0.05")) + float CustomizationFadeDuration = 0.35f; + /** Fondu d'arrivee sur le menu, au lancement du jeu. */ UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Menu", meta = (ClampMin = "0.1")) float OpeningFadeDuration = 1.5f; @@ -146,6 +187,26 @@ private: UFUNCTION() void HandleSettingsCloseRequested(); + /** + * Ouvre l'ecran de customisation et pose la vue sur le mannequin. + * + * L'ordre compte : SetViewTarget d'abord, widget ensuite. L'inverse + * afficherait la colonne par-dessus l'ancien cadrage pendant toute la duree + * du blend. + */ + void OpenCustomization(); + + /** Le joueur a valide : on soumet l'apparence, puis on lance la partie. */ + UFUNCTION() + void HandleCustomizationConfirmed(); + + /** Le joueur renonce : retour au menu, rien n'est ecrit. */ + UFUNCTION() + void HandleCustomizationCancelled(); + + /** Referme l'ecran et rend la vue a l'angle de menu. */ + void CloseCustomization(); + /** * La session n'a pas pu etre creee -- Steam eteint, hors ligne, service en * panne. On charge la map QUAND MEME. diff --git a/Source/Survival_projet/Public/PauseMenuWidget.h b/Source/Survival_projet/Public/PauseMenuWidget.h index 000d83a..7877e8f 100644 --- a/Source/Survival_projet/Public/PauseMenuWidget.h +++ b/Source/Survival_projet/Public/PauseMenuWidget.h @@ -24,9 +24,39 @@ class SURVIVAL_PROJET_API UPauseMenuWidget : public UUserWidget GENERATED_BODY() public: + UPauseMenuWidget(const FObjectInitializer& ObjectInitializer); + virtual void NativeConstruct() override; virtual void NativeDestruct() override; + /** + * Echap, quand c'est CE widget qui tient le focus clavier. + * + * Indispensable et pas seulement confortable : les widgets UMG sont des + * FRERES du SViewport dans l'arbre Slate, jamais ses enfants. Une touche + * remonte donc le long des parents du widget focalise et n'atteint jamais le + * viewport -- Enhanced Input ne la voit pas. Or le menu de pause est le seul + * ecran in-game plein de UButton, et un bouton prend le focus au clic : sans + * ce relais, Echap cesse de refermer le menu des le premier clic dedans. + */ + virtual FReply NativeOnKeyDown(const FGeometry& InGeometry, const FKeyEvent& InKeyEvent) override; + + /** Affiche le menu et lui rend le focus clavier. */ + void Open(); + + /** Masque le menu. Le focus revient au viewport avec le mode d'input. */ + void Close(); + + /** + * Actif (cliquable et focalise) ou simplement lisible derriere un ecran pose + * par-dessus -- reglages, boite de confirmation. + * + * Redonner le focus en redevenant actif est la moitie qui manque le plus + * souvent : l'ecran qui passait devant l'avait pris pour lui, et personne ne + * le rend en se fermant. + */ + void SetInteractive(bool bInteractive); + protected: /** Reprend la partie. Nomme exactement "ResumeButton" dans le WBP. */ UPROPERTY(meta = (BindWidget)) diff --git a/Source/Survival_projet/Public/PickupItem.h b/Source/Survival_projet/Public/PickupItem.h index 0225762..acb7ab0 100644 --- a/Source/Survival_projet/Public/PickupItem.h +++ b/Source/Survival_projet/Public/PickupItem.h @@ -7,8 +7,8 @@ #include "Interactable.h" #include "PickupItem.generated.h" +class UBoxComponent; class UItemDataAsset; -class USphereComponent; class UStaticMeshComponent; /** @@ -60,12 +60,28 @@ protected: /** * Volume que le trace d'interaction vient toucher. - * Volontairement separe du mesh : beaucoup de meshes d'asset packs, - * en particulier la vegetation, n'ont aucune geometrie de collision. - * Avec une sphere dediee, le pickup fonctionne quel que soit le visuel. + * + * Volontairement separe du mesh : beaucoup de meshes d'asset packs, en + * particulier la vegetation, n'ont aucune geometrie de collision. Avec un + * volume dedie, le pickup fonctionne quel que soit le visuel. + * + * Une BOITE et non une sphere, contrairement a la premiere version : la + * sphere englobante d'un objet allonge a pour rayon sa DEMI-DIAGONALE, ce qui + * est le pire cas geometrique possible. Une branche de 120x20x15 donnait une + * sphere de 62 cm de rayon, soit vingt-sept fois le volume de l'objet. Le + * symptome n'etait pas cosmetique : deux pickups poses cote a cote voyaient + * leurs spheres se chevaucher, et le trace retenait le premier volume touche + * plutot que l'objet reellement vise. + * + * Elle epouse toute seule le mesh pose (voir FitInteractionBox) : un seul + * BP_Pickup sert des centaines d'objets, une taille fixe serait forcement + * fausse pour la plupart. + * + * Contrairement a celle du coffre, elle ne bloque QUE le canal Visibility : + * un objet au sol se traverse, il ne barre pas le passage. */ UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Item") - TObjectPtr InteractionSphere; + TObjectPtr InteractionBox; /** * Quel objet ce pickup represente. A assigner sur chaque instance. @@ -105,6 +121,15 @@ protected: */ void ApplyItemVisuals(); + /** + * Cale la boite d'interaction sur le mesh actuellement pose. + * + * Elle lit le mesh du COMPOSANT et pas celui de l'ItemData : le cas + * bUseMeshFromItemData decoche -- un mesh impose a la main sur une instance -- + * a autant besoin d'une boite a sa taille que les autres. + */ + void FitInteractionBox(); + /** * Reprend automatiquement le WorldMesh de l'ItemData dans l'editeur. * Decoche pour imposer un mesh different sur une instance precise. @@ -112,6 +137,44 @@ protected: UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Item") bool bUseMeshFromItemData = true; + /** + * La boite d'interaction epouse toute seule le mesh pose. + * + * Coche par defaut : changer l'ItemData d'une instance doit suffire, sans + * avoir a retailler un volume a la main derriere. Decoche-le pour un objet + * qu'on veut volontairement ramassable de plus loin, ou de plus pres. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Item|Interaction") + bool bAutoFitInteractionBox = true; + + /** + * Marge ajoutee sur chaque axe, en cm. + * + * Additive et surtout pas multiplicative : c'est tout l'interet du passage a + * une boite. Multiplier la demi-epaisseur d'une branche -- 7 cm -- par 1.2 + * ajoute un centimetre et demi, autant dire rien, alors que le meme facteur + * rallonge son grand axe de 12 cm. La tolerance de visee ne depend pas de la + * taille de l'objet, elle se compte en centimetres. + * + * Garde-la petite : le trace d'interaction est deja un balayage spherique + * tolerant, gonfler la boite ferait surtout voler la cible aux voisins. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Item|Interaction", + meta = (EditCondition = "bAutoFitInteractionBox", ClampMin = "0", Units = "cm")) + float InteractionBoxPadding = 4.f; + + /** + * Demi-dimension plancher, appliquee axe par axe, en cm. + * + * Une baie ou un clou donneraient une boite de deux centimetres, impossible + * a viser meme avec la tolerance du balayage. Axe par axe et non sur le + * volume entier : une branche a besoin qu'on epaississe son epaisseur, pas + * qu'on rallonge sa longueur. + */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Item|Interaction", + meta = (EditCondition = "bAutoFitInteractionBox", ClampMin = "0", Units = "cm")) + float MinInteractionExtent = 10.f; + /** Active le Custom Depth quand l'objet est vise. */ UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Item") bool bHighlightOnFocus = true; diff --git a/Source/Survival_projet/Public/StorageContainer.h b/Source/Survival_projet/Public/StorageContainer.h index 4960079..60afcc0 100644 --- a/Source/Survival_projet/Public/StorageContainer.h +++ b/Source/Survival_projet/Public/StorageContainer.h @@ -42,7 +42,7 @@ struct FStorageStartingItem * * Toute la collision tient dans UNE boite, et les deux meshes n'en portent * aucune. C'est la difference avec ACraftingStation, qui se contente de son - * mesh : un coffre est en deux morceaux dont l'un PIVOTE. Se reposer sur leurs + * mesh : un coffre est en deux morceaux dont l'un TOURNE. Se reposer sur leurs * collisions imposerait que le pack en fournisse deux correctes, et laisserait * surtout un trou dans la surface visable des que le couvercle se leve -- * viser le haut du coffre ouvert ne toucherait plus rien. @@ -137,26 +137,24 @@ protected: * L'unique collision du coffre : ce que le trace d'interaction vient * toucher, et ce qui empeche le joueur de traverser. * - * Fille de la caisse et non du pivot : elle ne suit surtout pas le - * couvercle. Un coffre ouvert doit se viser au meme endroit qu'un coffre + * Fille de la caisse et non du couvercle : elle ne suit surtout pas ce + * dernier. Un coffre ouvert doit se viser au meme endroit qu'un coffre * ferme, sinon le prompt disparait au moment precis ou l'on s'en sert. */ UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Storage") TObjectPtr InteractionBox; /** - * La charniere. Place-la a la souris sur l'arete arriere du coffre. + * Le couvercle : SM_Chest_Top, enfant direct de la caisse. * - * Ce composant vide n'est pas un luxe : le pivot de SM_Chest_Top est celui - * que le pack lui a donne, presque jamais la charniere. Faire tourner le - * mesh directement le ferait pivoter autour de son centre et traverser la - * caisse. Ici on tourne le pivot, et le mesh suit avec son decalage. + * C'est LUI qu'on tourne, donc la charniere est le pivot que l'artiste a + * donne au mesh -- un StaticMeshComponent tourne toujours autour de + * l'origine de son mesh. Rien a placer a la main, mais rien a rattraper non + * plus : si un pack posait ce pivot au centre du couvercle, l'ouverture se + * verrait de travers et il faudrait corriger le pivot dans l'editeur de + * mesh, pas ici. */ UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Storage") - TObjectPtr LidPivot; - - /** Le couvercle : SM_Chest_Top, enfant du pivot. */ - UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Storage") TObjectPtr LidMesh; /** Le contenu. Un inventaire ordinaire, sans barre rapide. */ @@ -219,12 +217,12 @@ protected: // ------------------------------------------------------------------ /** - * Rotation RELATIVE du pivot couvercle ouvert. Le repos vaut toujours zero. + * Rotation RELATIVE du couvercle ouvert. Le repos vaut toujours zero. * - * Un FRotator complet et pas un simple angle : selon l'orientation que tu - * donnes au pivot, la charniere peut tomber sur le pitch, le yaw ou le roll. - * Regle les trois a l'oeil dans le viewport plutot que d'aller comprendre - * quel axe local du mesh pointe ou. + * Un FRotator complet et pas un simple angle : selon l'orientation dans + * laquelle le mesh a ete exporte, la charniere peut tomber sur le pitch, le + * yaw ou le roll. Regle les trois a l'oeil dans le viewport plutot que + * d'aller comprendre quel axe local du mesh pointe ou. */ UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Storage|Lid") FRotator OpenRotation = FRotator(-100.f, 0.f, 0.f); @@ -244,7 +242,7 @@ protected: TObjectPtr CloseSound; private: - /** Recopie LidAlpha dans la rotation du pivot. */ + /** Recopie LidAlpha dans la rotation du couvercle. */ void ApplyLidRotation(); /** Cale la boite sur le volume combine des deux meshes, couvercle ferme. */ diff --git a/Source/Survival_projet/Survival_projet.Build.cs b/Source/Survival_projet/Survival_projet.Build.cs index 0de7c98..4c8a144 100644 --- a/Source/Survival_projet/Survival_projet.Build.cs +++ b/Source/Survival_projet/Survival_projet.Build.cs @@ -26,6 +26,14 @@ public class Survival_projet : ModuleRules // AnimGraphRuntime : UKismetAnimationLibrary::CalculateDirection, qui remplace // la methode homonyme d'UAnimInstance depreciee en 5.8. Prive et pas public -- // seul le .cpp de UPlayerBodyAnimInstance l'appelle, son header n'en montre rien. + // PhysicsCore : EPhysicalSurface, la cle de la table de UFootstepSoundsDataAsset. + // Le header passe sans, Engine l'exposant deja, mais le LIEN echoue -- + // l'enum est REFLECHIE, donc UHT genere un appel a son constructeur + // Z_Construct_UEnum_PhysicsCore_EPhysicalSurface, qui vit dans ce module. + // Symptome : ca compile et ca casse a l'edition de liens (LNK2019). + // Public parce que FootstepSoundsDataAsset.h montre le type dans sa TMap. + PublicDependencyModuleNames.Add("PhysicsCore"); + PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore", "EngineSettings", "AnimGraphRuntime" }); // Coop Steam : on ne depend QUE de l'API generique (OnlineSubsystem) et de