From 9a6a072b5aefbc0d373688de07c70f6257562cac Mon Sep 17 00:00:00 2001 From: Caleb Buhungiro Date: Tue, 17 Jun 2025 19:29:52 +0800 Subject: [PATCH] Added Crunch and Finished Animation with Foot IK --- Config/DefaultEditor.ini | 5 + Config/DefaultEngine.ini | 3 +- Config/DefaultGame.ini | 2 + .../Crunch/Animation/AO_Crunch_Look.uasset | 3 + .../Crunch/Animation/AnimBP_Crunch.uasset | 3 + .../Animation/BS_Crunch_Jog_lean.uasset | 3 + .../Crunch/Animation/CR_Crunch_IKFoot.uasset | 3 + Content/Framework/CGameMode_BP.uasset | 3 + Content/Input/IA_Jump.uasset | 3 + Content/Input/IA_Look.uasset | 3 + Content/Input/IA_Move.uasset | 3 + Content/Input/IM_Gameplay.uasset | 3 + .../Debug/MF_Debug_UVSets.uasset | 3 + .../Debug/MF_Debug_View_AO.uasset | 3 + .../Debug/MF_Debug_View_Clearcoat.uasset | 3 + .../Debug/MF_Debug_View_Emissive.uasset | 3 + .../Debug/T_Crunch_UV2_RGB.uasset | 3 + .../MF_BrightnessAdjust.uasset | 3 + .../MF_CharacterEffects.uasset | 3 + .../MF_Character_MaterialLayerQuality.uasset | 3 + .../MaterialFunctions/MF_DeathFade.uasset | 3 + .../MaterialFunctions/MF_HitFlash.uasset | 3 + .../MF_Lerp_GammaColor.uasset | 3 + .../MF_OrionCharacterAO.uasset | 3 + .../MaterialFunctions/MF_OrionRimlight.uasset | 3 + .../MaterialFunctions/MF_RimLight.uasset | 3 + .../MF_ThinFilm_Frensel.uasset | 3 + .../MF_BaseColorTintAndContrast.uasset | 3 + .../MF_RoughnessAdjustment.uasset | 3 + .../MLC_ScratchAndGrime.uasset | 3 + .../MLC_SolidValues.uasset | 3 + .../MLC_Standard.uasset | 3 + .../T_Inky_Smoke_Tile.uasset | 3 + .../T_ThinFilm_Spectrum_COLOR.uasset | 3 + .../Global/MaterialLayers/ML__Blank.uasset | 3 + .../Metal/ML_AnisotropicMetal.uasset | 3 + .../Metal/ML_AnodizedAluminium.uasset | 3 + .../MaterialLayers/Metal/ML_BladeMetal.uasset | 3 + .../Metal/ML_BladeMetal2.uasset | 3 + .../Metal/ML_Dirty_Gun_Metal_1.uasset | 3 + .../Metal/ML_GlossyArmor.uasset | 3 + .../Metal/ML_Iridescent_Metal.uasset | 3 + .../Metal/ML_LowContrastHardMetal.uasset | 3 + .../Metal/ML_Metal_SandCast.uasset | 3 + .../Metal/ML_Metal_Scratched_Circular.uasset | 3 + .../Metal/ML_Precious_Metal_Old.uasset | 3 + .../Metal/ML_SoftMetal01.uasset | 3 + .../MaterialLayers/Metal/ML_Steel.uasset | 3 + .../MaterialLayers/Metal/ML_blue_Metal.uasset | 3 + .../Metal/T_AnodizedMetal_D.uasset | 3 + .../Metal/T_AnodizedMetal_N.uasset | 3 + .../MaterialLayers/Metal/T_Blank_N.uasset | 3 + .../Metal/T_Blue_Metal02.uasset | 3 + .../Metal/T_Brushed_Copper_D.uasset | 3 + .../Metal/T_Brushed_Copper_N.uasset | 3 + .../Metal/T_Gray_Flat_Black.uasset | 3 + .../Metal/T_ML_Aluminum01.uasset | 3 + .../Metal/T_ML_Aluminum01_N.uasset | 3 + .../Metal/T_ML_Aluminum_01.uasset | 3 + .../Metal/T_ML_Aluminum_01_N.uasset | 3 + .../Metal/T_Metal_Precious_Old_N.uasset | 3 + .../Metal/T_Metal_Precious_Old_RGBA.uasset | 3 + .../Metal/T_Metal_SandCast_Med_N.uasset | 3 + ...T_Metal_Scratched_Circular_01_COLOR.uasset | 3 + .../T_Metal_Scratched_Circular_01_N.uasset | 3 + .../Metal/T_Noise_Rough_Dark_Big.uasset | 3 + .../Metal/T_RoughMetal01.uasset | 3 + .../Metal/T_RoughMetal01_N.uasset | 3 + .../MaterialLayers/Metal/T_ScratchMask.uasset | 3 + .../Metal/T_hardmetal2_D.uasset | 3 + .../MaterialLayers/Metal/T_metal02.uasset | 3 + .../Painted/ML_MetallicClearCoat02.uasset | 3 + .../ML_MetallicClearCoat02_OverMetal.uasset | 3 + .../Painted/ML_Paint_OverMetal02.uasset | 3 + .../ML_PaintedConstructionMetal.uasset | 3 + .../Painted/ML_Plain_Glossy_Plastic.uasset | 3 + .../Painted/T_Cream_Paint_D.uasset | 3 + .../Painted/T_Cream_Painted_Metal_N.uasset | 3 + .../T_ML_PaintedConstructionMetal.uasset | 3 + .../T_ML_PaintedConstructionMetal_N.uasset | 3 + .../Painted/T_PaintScratches.uasset | 3 + .../Rubber/ML_Dark_rubber.uasset | 3 + .../MaterialLayers/Rubber/T_Blank_N.uasset | 3 + .../MaterialLayers/Rubber/T_Rubber_2.uasset | 3 + .../MaterialLayers/Rubber/T_Rubber_2_N.uasset | 3 + .../Special/MF_SimpleDirt.uasset | 3 + .../MaterialLayers/Special/ML_Mud.uasset | 3 + .../MaterialLayers/Special/T_SkinMud.uasset | 3 + .../Special/T_SoilMud2_N.uasset | 3 + .../Synthetics/ML_CarbonFiber.uasset | 3 + .../MaterialLayers/Synthetics/ML_Glass.uasset | 3 + .../ML_LightPlasticPattern09.uasset | 3 + .../Synthetics/ML_RoughPlastic.uasset | 3 + .../MaterialLayers/Synthetics/T_CF_Nor.uasset | 3 + .../Synthetics/T_Carbon_Color.uasset | 3 + .../Synthetics/T_Crunch_Torso_RGB.uasset | 3 + .../Synthetics/T_Heart_PatternMask2.uasset | 3 + .../Synthetics/T_ML_PlasticPattern01_N.uasset | 3 + .../T_ML_PlasticPattern_Gray.uasset | 3 + .../T_Metallic_Flakes_Heavy_MASK.uasset | 3 + .../T_Metallic_Flakes_Heavy_N.uasset | 3 + .../Synthetics/T_Rough_Plastic_D.uasset | 3 + .../Synthetics/T_Rough_Plastic_N.uasset | 3 + .../OrionGlobalGameplayCollection.uasset | 3 + .../Characters/Global/T_Black.uasset | 3 + .../Characters/Global/T_Black_Linear.uasset | 3 + .../Characters/Global/T_TestML_Mask.uasset | 3 + .../Noise/T_AtmosphericCloudNoise01.uasset | 3 + .../Noise/T_AtmosphericCloudNoise01_N.uasset | 3 + .../Noise/T_AtmosphericCloudNoise03.uasset | 3 + .../Textures/Noise/T_TilingNoise14.uasset | 3 + .../Global/Textures/T_UV_Checker_D.uasset | 3 + .../Heroes/Crunch/AnimationTestMap.umap | 3 + .../Animations/Ability_Attack_Air.uasset | 3 + .../Crunch/Animations/Ability_Combo_01.uasset | 3 + .../Ability_Combo_01_Additive.uasset | 3 + .../Animations/Ability_Combo_01_Fast.uasset | 3 + .../Ability_Combo_01_Fast_Additive.uasset | 3 + .../Ability_Combo_01_Montage.uasset | 3 + .../Ability_Combo_01_Recovery.uasset | 3 + .../Ability_Combo_01_Recovery_Additive.uasset | 3 + .../Animations/Ability_Combo_01_Slow.uasset | 3 + .../Ability_Combo_01_Slow_Additive.uasset | 3 + .../Crunch/Animations/Ability_Combo_02.uasset | 3 + .../Ability_Combo_02_Additive.uasset | 3 + .../Animations/Ability_Combo_02_Fast.uasset | 3 + .../Ability_Combo_02_Fast_Additive.uasset | 3 + .../Ability_Combo_02_Montage.uasset | 3 + .../Ability_Combo_02_Recovery.uasset | 3 + .../Ability_Combo_02_Recovery_Additive.uasset | 3 + .../Animations/Ability_Combo_02_Slow.uasset | 3 + .../Ability_Combo_02_Slow_Additive.uasset | 3 + .../Crunch/Animations/Ability_Combo_03.uasset | 3 + .../Ability_Combo_03_Additive.uasset | 3 + .../Animations/Ability_Combo_03_Fast.uasset | 3 + .../Ability_Combo_03_Fast_Additive.uasset | 3 + .../Ability_Combo_03_Montage.uasset | 3 + .../Animations/Ability_Combo_03_Slow.uasset | 3 + .../Ability_Combo_03_Slow_Additive.uasset | 3 + .../Crunch/Animations/Ability_Combo_04.uasset | 3 + .../Ability_Combo_04_Additive.uasset | 3 + .../Animations/Ability_Combo_04_Fast.uasset | 3 + .../Ability_Combo_04_Fast_Additive.uasset | 3 + .../Animations/Ability_Combo_04_Slow.uasset | 3 + .../Ability_Combo_04_Slow_Additive.uasset | 3 + .../Animations/Ability_DashingCross.uasset | 3 + .../Ability_DashingCross_Start.uasset | 3 + .../Ability_Dashing_Recovery.uasset | 3 + .../Ability_Dashing_Recovery_Hit.uasset | 3 + .../Crunch/Animations/Ability_GutPunch.uasset | 3 + .../Crunch/Animations/Ability_Hook.uasset | 3 + .../Animations/Ability_Hook_Empowered.uasset | 3 + .../Crunch/Animations/Ability_Uppercut.uasset | 3 + .../AimOffsets/Crunch_AO_Blendspace.uasset | 3 + .../Animations/AimOffsets/Idle_AO_CC.uasset | 3 + .../Animations/AimOffsets/Idle_AO_CD.uasset | 3 + .../Animations/AimOffsets/Idle_AO_CU.uasset | 3 + .../Animations/AimOffsets/Idle_AO_LBC.uasset | 3 + .../Animations/AimOffsets/Idle_AO_LBD.uasset | 3 + .../Animations/AimOffsets/Idle_AO_LBU.uasset | 3 + .../Animations/AimOffsets/Idle_AO_LC.uasset | 3 + .../Animations/AimOffsets/Idle_AO_LD.uasset | 3 + .../Animations/AimOffsets/Idle_AO_LU.uasset | 3 + .../Animations/AimOffsets/Idle_AO_RBC.uasset | 3 + .../Animations/AimOffsets/Idle_AO_RBD.uasset | 3 + .../Animations/AimOffsets/Idle_AO_RBU.uasset | 3 + .../Animations/AimOffsets/Idle_AO_RC.uasset | 3 + .../Animations/AimOffsets/Idle_AO_RD.uasset | 3 + .../Animations/AimOffsets/Idle_AO_RU.uasset | 3 + .../Blendspaces/JogBwdSlopeLean.uasset | 3 + .../Blendspaces/JogFwdSlopeLean.uasset | 3 + .../Blendspaces/JogLeftSlopeLean.uasset | 3 + .../Blendspaces/JogRightSlopeLean.uasset | 3 + .../Blendspaces/SprintBwdSlopeLean.uasset | 3 + .../Blendspaces/SprintFwdSlopeLean.uasset | 3 + .../Blendspaces/SprintLeftSlopeLean.uasset | 3 + .../Blendspaces/SprintRightSlopeLean.uasset | 3 + .../Animations/Blendspaces/StepInPlace.uasset | 3 + .../Heroes/Crunch/Animations/Bound.uasset | 3 + .../Heroes/Crunch/Animations/Cast.uasset | 3 + .../Heroes/Crunch/Animations/Cast_MSA.uasset | 3 + .../Crunch/Animations/ComboExample.uasset | 3 + .../Heroes/Crunch/Animations/Death_A.uasset | 3 + .../Crunch/Animations/Emote_King.uasset | 3 + .../Crunch/Animations/Emote_Laugh.uasset | 3 + .../Crunch/Animations/Emote_RaisedFist.uasset | 3 + .../Crunch/Animations/Emote_ThrowDown.uasset | 3 + .../Crunch/Animations/Emote_Waiting.uasset | 3 + .../Crunch/Animations/FrontEndPose.uasset | 3 + .../Crunch/Animations/FrontEndPose_01.uasset | 3 + .../Crunch/Animations/FrontEndPose_02.uasset | 3 + .../Crunch/Animations/HitReact_Back.uasset | 3 + .../Crunch/Animations/HitReact_Front.uasset | 3 + .../Crunch/Animations/HitReact_Left.uasset | 3 + .../Crunch/Animations/HitReact_Right.uasset | 3 + .../Animations/Idle_180_Turn_Left.uasset | 3 + .../Animations/Idle_180_Turn_Right.uasset | 3 + .../Animations/Idle_90_Turn_Left.uasset | 3 + .../Animations/Idle_90_Turn_Right.uasset | 3 + .../Animations/Idle_AmbientNoise.uasset | 3 + .../Crunch/Animations/Idle_Combat.uasset | 3 + .../Crunch/Animations/Idle_Combat_Var1.uasset | 3 + .../Heroes/Crunch/Animations/Idle_Pose.uasset | 3 + .../Crunch/Animations/Idle_TravelMode.uasset | 3 + .../Heroes/Crunch/Animations/Jog_Bwd.uasset | 3 + .../Animations/Jog_BwdToFwd_Spin_ccw.uasset | 3 + .../Animations/Jog_BwdToFwd_Spin_cw.uasset | 3 + .../Animations/Jog_Bwd_Circle_Left.uasset | 3 + .../Animations/Jog_Bwd_Circle_Right.uasset | 3 + .../Crunch/Animations/Jog_Bwd_DownHill.uasset | 3 + .../Crunch/Animations/Jog_Bwd_Pivot.uasset | 3 + .../Crunch/Animations/Jog_Bwd_Start.uasset | 3 + .../Crunch/Animations/Jog_Bwd_Stop.uasset | 3 + .../Crunch/Animations/Jog_Bwd_UpHill.uasset | 3 + .../Heroes/Crunch/Animations/Jog_Fwd.uasset | 3 + .../Animations/Jog_FwdToBwd_Spin_ccw.uasset | 3 + .../Animations/Jog_FwdToBwd_Spin_cw.uasset | 3 + .../Animations/Jog_Fwd_Circle_Left.uasset | 3 + .../Animations/Jog_Fwd_Circle_Right.uasset | 3 + .../Crunch/Animations/Jog_Fwd_DownHill.uasset | 3 + .../Crunch/Animations/Jog_Fwd_Pivot180.uasset | 3 + .../Crunch/Animations/Jog_Fwd_Start.uasset | 3 + .../Crunch/Animations/Jog_Fwd_Stop.uasset | 3 + .../Crunch/Animations/Jog_Fwd_UpHill.uasset | 3 + .../Heroes/Crunch/Animations/Jog_Left.uasset | 3 + .../Animations/Jog_Left_Circle_Left.uasset | 3 + .../Animations/Jog_Left_Circle_Right.uasset | 3 + .../Animations/Jog_Left_DownHill.uasset | 3 + .../Crunch/Animations/Jog_Left_Pivot.uasset | 3 + .../Crunch/Animations/Jog_Left_Start.uasset | 3 + .../Crunch/Animations/Jog_Left_Stop.uasset | 3 + .../Crunch/Animations/Jog_Left_UpHill.uasset | 3 + .../Heroes/Crunch/Animations/Jog_Right.uasset | 3 + .../Animations/Jog_Right_Circle_Left.uasset | 3 + .../Animations/Jog_Right_Circle_Right.uasset | 3 + .../Animations/Jog_Right_DownHill.uasset | 3 + .../Crunch/Animations/Jog_Right_Pivot.uasset | 3 + .../Crunch/Animations/Jog_Right_Start.uasset | 3 + .../Crunch/Animations/Jog_Right_Stop.uasset | 3 + .../Crunch/Animations/Jog_Right_UpHill.uasset | 3 + .../Heroes/Crunch/Animations/Jump_Apex.uasset | 3 + .../Heroes/Crunch/Animations/Jump_Land.uasset | 3 + .../Jump_Land_Recovery_Additive.uasset | 3 + .../Crunch/Animations/Jump_PreLand.uasset | 3 + .../Crunch/Animations/Jump_Start.uasset | 3 + .../Crunch/Animations/Knockback_Back.uasset | 3 + .../Crunch/Animations/Knockback_Front.uasset | 3 + .../Heroes/Crunch/Animations/LaunchPad.uasset | 3 + .../Crunch/Animations/LevelStart_Alt.uasset | 3 + .../Animations/LevelStart_Alt_SS.uasset | 3 + .../Animations/LevelStart_Montage.uasset | 3 + .../Crunch/Animations/Level_Start.uasset | 3 + .../Crunch/Animations/Marketing_Pose.uasset | 3 + .../Heroes/Crunch/Animations/Recall.uasset | 3 + .../Crunch/Animations/Sprint_Fwd.uasset | 3 + .../Crunch/Animations/Step_InPlace.uasset | 3 + .../Crunch/Animations/Stunned_Loop.uasset | 3 + .../Crunch/Animations/Stunned_Start.uasset | 3 + .../Animations/Thruster_Panel_Close.uasset | 3 + .../Animations/Thruster_Panel_Loop.uasset | 3 + .../Crunch/Animations/Travelmode_Bwd.uasset | 3 + .../Travelmode_Bwd_CircleLeft.uasset | 3 + .../Travelmode_Bwd_CircleRight.uasset | 3 + .../Travelmode_Fwd_CircleLeft.uasset | 3 + .../Travelmode_Fwd_CircleRight.uasset | 3 + .../Animations/Travelmode_Fwd_DownHill.uasset | 3 + .../Animations/Travelmode_Fwd_UpHill.uasset | 3 + .../Crunch/Animations/Travelmode_Left.uasset | 3 + .../Crunch/Animations/Travelmode_Right.uasset | 3 + .../Crunch/CrunchPlayerCharacter.uasset | 3 + .../Heroes/Crunch/Crunch_AnimBlueprint.uasset | 3 + .../Crunch/Materials/MIC_Crunch_Body.uasset | 3 + .../Crunch/Materials/MIC_Crunch_Fists.uasset | 3 + .../Crunch/Materials/MIC_Crunch_Head.uasset | 3 + .../Crunch/Materials/MIC_Crunch_Legs.uasset | 3 + .../Crunch/Materials/MIC_Crunch_Torso.uasset | 3 + .../MaterialClasses/M_Crunch_Head.uasset | 3 + .../MaterialClasses/M_Crunch_Hoses.uasset | 3 + .../MaterialClasses/M_Crunch_Parent.uasset | 3 + .../MaterialClasses/M_Crunch_Pistons.uasset | 3 + .../MF_CrunchTube_Emissive.uasset | 3 + .../MF_Crunch_FX_Emissives.uasset | 3 + .../MaterialFunctions/MF_PlasmaFluid.uasset | 3 + .../MaterialLayers/ML_Coiled_Tubes.uasset | 3 + .../MaterialLayers/ML_Crunch_Eyes.uasset | 3 + .../MaterialLayers/T_Coiled_Tube_MASK.uasset | 3 + .../MaterialLayers/T_Coiled_Tube_N.uasset | 3 + .../Heroes/Crunch/Meshes/Crunch.uasset | 3 + .../Crunch/Meshes/Crunch_Extents.uasset | 3 + .../Crunch/Meshes/Crunch_ShadowCyl.uasset | 3 + .../Crunch/Meshes/Crunch_Skeleton.uasset | 3 + .../Crunch/Meshes/Orion_Proto_Retarget.uasset | 3 + .../Materials/MIC_Crunch_Body_BlkGld.uasset | 3 + .../Materials/MIC_Crunch_Fists_BlkGld.uasset | 3 + .../Materials/MIC_Crunch_Head_BlkGld.uasset | 3 + .../Materials/MIC_Crunch_Hoses_BlkGld.uasset | 3 + .../Materials/MIC_Crunch_Legs_BlkGld.uasset | 3 + .../MIC_Crunch_Pistons_BlkGld.uasset | 3 + .../Materials/MIC_Crunch_Torso_BlkGld.uasset | 3 + .../M_Crunch_Head_BlkGld.uasset | 3 + .../M_Crunch_Parent_2_BlkGld.uasset | 3 + .../M_Crunch_Parent_BlkGld.uasset | 3 + .../M_Crunch_Pistons_BlkGld.uasset | 3 + .../ML_Crunch_BlkGld_BodyMetal.uasset | 3 + .../ML_Crunch_BlkGld_JointMetal.uasset | 3 + .../Meshes/Crunch_GoldenGloves.uasset | 3 + .../T_Crunch_Fists_BlkGld_MASK.uasset | 3 + .../Materials/MIC_Crunch_Body_Military.uasset | 3 + .../MIC_Crunch_Fists_Military.uasset | 3 + .../Materials/MIC_Crunch_Head_Military.uasset | 3 + .../MIC_Crunch_Hoses_Military.uasset | 3 + .../Materials/MIC_Crunch_Legs_Military.uasset | 3 + .../MIC_Crunch_Pistons_Military.uasset | 3 + .../MIC_Crunch_Torso_Military.uasset | 3 + .../M_Crunch_Head_Military.uasset | 3 + .../M_Crunch_Parent_Military.uasset | 3 + .../M_Crunch_Pistons_Military.uasset | 3 + .../ML_Crunch_Military_Paint.uasset | 3 + .../Military/Meshes/Crunch_Military.uasset | 3 + .../T_Crunch_Decal_Lower_Military_RGBA.uasset | 3 + .../T_Crunch_Decal_Upper_Military_RGBA.uasset | 3 + .../Materials/MIC_Crunch_Body_Ti.uasset | 3 + .../Materials/MIC_Crunch_Fists_Ti.uasset | 3 + .../Materials/MIC_Crunch_Head_Ti.uasset | 3 + .../Materials/MIC_Crunch_Hoses_Ti.uasset | 3 + .../Materials/MIC_Crunch_Legs_Ti.uasset | 3 + .../Materials/MIC_Crunch_Pistons_Ti.uasset | 3 + .../Materials/MIC_Crunch_Torso_Ti.uasset | 3 + .../MaterialClasses/M_Crunch_Head_Ti.uasset | 3 + .../MaterialClasses/M_Crunch_Parent_Ti.uasset | 3 + .../M_Crunch_Pistons_Ti.uasset | 3 + .../Titanium/Meshes/Crunch_Titanium.uasset | 3 + .../Material/MIC_Crunch_Body_V17.uasset | 3 + .../Material/MIC_Crunch_Fists_V17.uasset | 3 + .../Material/MIC_Crunch_Head_V17.uasset | 3 + .../Material/MIC_Crunch_Hoses_V17.uasset | 3 + .../Material/MIC_Crunch_Legs_V17.uasset | 3 + .../Material/MIC_Crunch_Pistons_V17.uasset | 3 + .../Material/MIC_Crunch_Torso_V17.uasset | 3 + .../Material/M_Crunch_Parent_V17.uasset | 3 + .../Valentine/Mesh/Crunch_Valentine.uasset | 3 + .../Materials/MI_BlackSite_Arms.uasset | 3 + .../Materials/MI_BlackSite_Body.uasset | 3 + .../Materials/MI_BlackSite_Engine.uasset | 3 + .../Materials/MI_BlackSite_Intake.uasset | 3 + .../Materials/MI_BlackSite_Legs.uasset | 3 + .../Materials/MI_BlackSite_Wings.uasset | 3 + .../Materials/M_Crunch_BlackSite_Cone.uasset | 3 + .../Materials/M_Crunch_Blacksite_Glass.uasset | 3 + .../ML_Crunch_BlackSite_Metal.uasset | 3 + .../ParentMaterials/M_MASTER_BlackSite.uasset | 3 + .../BlackSite/Meshes/Crunch_Black_Site.uasset | 3 + .../Textures/T_ArchBladeEyeBlackColor.uasset | 3 + ...Crunch_BlackSiteSite_Intake_Packed1.uasset | 3 + .../T_Crunch_BlackSite_Arm_Packed1.uasset | 3 + .../T_Crunch_BlackSite_Body_Packed1.uasset | 3 + .../T_Crunch_BlackSite_Body_Packed2.uasset | 3 + .../T_Crunch_BlackSite_Decals_D.uasset | 3 + .../T_Crunch_BlackSite_Engine_Packed1.uasset | 3 + .../T_Crunch_BlackSite_Glass_1_M.uasset | 3 + .../T_Crunch_BlackSite_Intake_N.uasset | 3 + .../T_Crunch_BlackSite_Intake_RGBA.uasset | 3 + .../T_Crunch_BlackSite_Legs_Mask2.uasset | 3 + .../T_Crunch_BlackSite_Legs_Packed1.uasset | 3 + .../Textures/T_Crunch_BlackSite_Wing_N.uasset | 3 + .../T_Crunch_BlackSite_Wing_Packed1.uasset | 3 + .../T_Crunch_BlackSite_Wing_RGBA.uasset | 3 + .../BlackSite/Textures/T_Flat_normal.uasset | 3 + .../Materials/MI_Crunch_CrashSite_Arm.uasset | 3 + .../Materials/MI_Crunch_CrashSite_Body.uasset | 3 + .../MI_Crunch_CrashSite_Engine.uasset | 3 + .../Materials/MI_Crunch_CrashSite_Leg.uasset | 3 + .../Materials/MI_Crunch_CrashSite_Wing.uasset | 3 + .../Materials/M_Crunch_CrashSite_Glass.uasset | 3 + .../Materials/MatLayerBlend_Decal.uasset | 3 + .../MF_Crunch_CrashSite_Camo.uasset | 3 + .../MF_Crunch_CrashSite_Camo_Colors.uasset | 3 + .../MF_Crunch_CrashSite_DarkMetal.uasset | 3 + .../MF_Crunch_CrashSite_PaintedMetal.uasset | 3 + .../MF_Crunch_CrashSite_Rubber.uasset | 3 + .../MF_Crunch_CrashSite_ShinyMetal.uasset | 3 + .../MaterialLayers/ML_Crunch_Eyes_S.uasset | 3 + .../M_Crunch_CrashSite_MASTER.uasset | 3 + .../CrashSite/Meshes/Crunch_Crash_Site.uasset | 3 + .../Textures/T_Camo_Pattern_005_MASK.uasset | 3 + .../T_Crunch_CrashSite_Arm_Mask1.uasset | 3 + .../T_Crunch_CrashSite_Arm_Mask2.uasset | 3 + .../Textures/T_Crunch_CrashSite_Arm_N.uasset | 3 + .../T_Crunch_CrashSite_Arms_RGBA.uasset | 3 + .../T_Crunch_CrashSite_Body_EMISSIVE.uasset | 3 + .../T_Crunch_CrashSite_Body_Logo_D.uasset | 3 + .../T_Crunch_CrashSite_Body_Mask1.uasset | 3 + .../T_Crunch_CrashSite_Body_Mask2.uasset | 3 + .../Textures/T_Crunch_CrashSite_Body_N.uasset | 3 + .../T_Crunch_CrashSite_Body_RGBA.uasset | 3 + .../T_Crunch_CrashSite_Burn_Masks_1.uasset | 3 + .../T_Crunch_CrashSite_Burn_Masks_2.uasset | 3 + .../Textures/T_Crunch_CrashSite_Char_D.uasset | 3 + ..._Crunch_CrashSite_Color_Overlay_1_M.uasset | 3 + ..._Crunch_CrashSite_Color_Overlay_2_M.uasset | 3 + .../T_Crunch_CrashSite_Engine_Mask1.uasset | 3 + .../T_Crunch_CrashSite_Engine_Mask2.uasset | 3 + .../T_Crunch_CrashSite_Engine_N.uasset | 3 + .../T_Crunch_CrashSite_Engine_RGBA.uasset | 3 + .../T_Crunch_CrashSite_Fists_EMISSIVE.uasset | 3 + .../T_Crunch_CrashSite_Glass_1_M.uasset | 3 + .../T_Crunch_CrashSite_Glass_2_M.uasset | 3 + .../T_Crunch_CrashSite_Glass_N.uasset | 3 + .../Textures/T_Crunch_CrashSite_Leg_N.uasset | 3 + .../T_Crunch_CrashSite_Legs_EMISSIVE.uasset | 3 + .../T_Crunch_CrashSite_Legs_Mask1.uasset | 3 + .../T_Crunch_CrashSite_Legs_Mask2.uasset | 3 + .../T_Crunch_CrashSite_Legs_RGBA.uasset | 3 + .../T_Crunch_CrashSite_Wing_Mask1.uasset | 3 + .../T_Crunch_CrashSite_Wing_Mask2.uasset | 3 + .../Textures/T_Crunch_CrashSite_Wing_N.uasset | 3 + .../T_Crunch_CrashSite_Wing_RGBA.uasset | 3 + .../Textures/T_TilingRock01_D.uasset | 3 + .../Sounds/DialogueVoices/Crunch.uasset | 3 + ...runch_Ability_E_Engage_010_Dialogue.uasset | 3 + ...runch_Ability_E_Engage_020_Dialogue.uasset | 3 + ...runch_Ability_E_Engage_030_Dialogue.uasset | 3 + ...nch_Ability_LMB_Engage_010_Dialogue.uasset | 3 + ...nch_Ability_LMB_Engage_020_Dialogue.uasset | 3 + ...nch_Ability_LMB_Engage_030_Dialogue.uasset | 3 + ...Crunch_Ability_LowMana_010_Dialogue.uasset | 3 + ...Crunch_Ability_LowMana_020_Dialogue.uasset | 3 + ...Crunch_Ability_LowMana_030_Dialogue.uasset | 3 + ...Crunch_Ability_LowMana_040_Dialogue.uasset | 3 + .../Crunch_Ability_No_010_Dialogue.uasset | 3 + .../Crunch_Ability_No_020_Dialogue.uasset | 3 + .../Crunch_Ability_No_030_Dialogue.uasset | 3 + .../Crunch_Ability_No_040_Dialogue.uasset | 3 + ...nch_Ability_OnCooldown_010_Dialogue.uasset | 3 + ...nch_Ability_OnCooldown_020_Dialogue.uasset | 3 + ...nch_Ability_OnCooldown_030_Dialogue.uasset | 3 + ...nch_Ability_OnCooldown_040_Dialogue.uasset | 3 + ...runch_Ability_Q_Engage_010_Dialogue.uasset | 3 + ...runch_Ability_Q_Engage_020_Dialogue.uasset | 3 + ...runch_Ability_Q_Engage_030_Dialogue.uasset | 3 + ...nch_Ability_RMB_Engage_010_Dialogue.uasset | 3 + ...nch_Ability_RMB_Engage_020_Dialogue.uasset | 3 + ...nch_Ability_RMB_Engage_030_Dialogue.uasset | 3 + ...nch_Ability_ScoredCrit_010_Dialogue.uasset | 3 + ...nch_Ability_ScoredCrit_020_Dialogue.uasset | 3 + ...nch_Ability_ScoredCrit_030_Dialogue.uasset | 3 + ..._Ability_Ultimate_Ally_010_Dialogue.uasset | 3 + ...Ability_Ultimate_Enemy_010_Dialogue.uasset | 3 + ...Ability_Ultimate_Ready_010_Dialogue.uasset | 3 + ...Ability_Ultimate_Ready_020_Dialogue.uasset | 3 + ...Ability_Ultimate_Ready_030_Dialogue.uasset | 3 + ..._Ability_Ultimate_Self_010_Dialogue.uasset | 3 + ...Ability_UsedLastCharge_010_Dialogue.uasset | 3 + ...Ability_UsedLastCharge_020_Dialogue.uasset | 3 + ...Ability_UsedLastCharge_030_Dialogue.uasset | 3 + ...Ability_UsedLastCharge_040_Dialogue.uasset | 3 + .../Crunch_Catchphrase_010_Dialogue.uasset | 3 + .../Crunch_Catchphrase_020_Dialogue.uasset | 3 + .../Crunch_Catchphrase_030_Dialogue.uasset | 3 + .../Crunch_Catchphrase_040_Dialogue.uasset | 3 + .../Crunch_Catchphrase_050_Dialogue.uasset | 3 + .../Crunch_Death_010_Dialogue.uasset | 3 + .../Crunch_Death_020_Dialogue.uasset | 3 + .../Crunch_Death_030_Dialogue.uasset | 3 + .../Crunch_Death_040_Dialogue.uasset | 3 + .../Crunch_Death_050_Dialogue.uasset | 3 + .../Crunch_Death_060_Dialogue.uasset | 3 + .../Crunch_Death_070_Dialogue.uasset | 3 + .../Crunch_DraftLock_010_Dialogue.uasset | 3 + .../Crunch_DraftLock_020_Dialogue.uasset | 3 + .../Crunch_DraftLock_030_Dialogue.uasset | 3 + .../Crunch_DraftLock_040_Dialogue.uasset | 3 + .../Crunch_DraftSelect_010_Dialogue.uasset | 3 + ...runch_DraftSelect_020_Alt1_Dialogue.uasset | 3 + .../Crunch_DraftSelect_020_Dialogue.uasset | 3 + .../Crunch_DraftSelect_030_Dialogue.uasset | 3 + ...h_Effort_Ability_E_Body_01_Dialogue.uasset | 3 + ...h_Effort_Ability_E_Body_02_Dialogue.uasset | 3 + ...h_Effort_Ability_E_Body_03_Dialogue.uasset | 3 + ...fort_Ability_E_Uppercut_02_Dialogue.uasset | 3 + ...fort_Ability_E_Uppercut_03_Dialogue.uasset | 3 + ...fort_Ability_E_Uppercut_04_Dialogue.uasset | 3 + ..._Effort_Ability_Primary_02_Dialogue.uasset | 3 + ..._Effort_Ability_Primary_03_Dialogue.uasset | 3 + ..._Effort_Ability_Primary_05_Dialogue.uasset | 3 + ...Crunch_Effort_Ability_Q_01_Dialogue.uasset | 3 + ...Crunch_Effort_Ability_Q_02_Dialogue.uasset | 3 + ...Crunch_Effort_Ability_Q_04_Dialogue.uasset | 3 + ...Effort_Ability_RMB_Dash_05_Dialogue.uasset | 3 + ...Effort_Ability_RMB_Dash_06_Dialogue.uasset | 3 + ...Effort_Ability_RMB_Dash_07_Dialogue.uasset | 3 + ...ffort_Ability_RMB_Punch_01_Dialogue.uasset | 3 + ...ffort_Ability_RMB_Punch_02_Dialogue.uasset | 3 + ...ffort_Ability_RMB_Punch_07_Dialogue.uasset | 3 + ...ffort_Ability_RMB_Turbo_01_Dialogue.uasset | 3 + ...ffort_Ability_RMB_Turbo_03_Dialogue.uasset | 3 + ...ffort_Ability_RMB_Turbo_05_Dialogue.uasset | 3 + ...ffort_Ability_Ultimate_011_Dialogue.uasset | 3 + ...Effort_Ability_Ultimate_07_Dialogue.uasset | 3 + ...Effort_Ability_Ultimate_09_Dialogue.uasset | 3 + .../Crunch_Effort_Attack_017_Dialogue.uasset | 3 + .../Crunch_Effort_Attack_01_Dialogue.uasset | 3 + .../Crunch_Effort_Attack_03_Dialogue.uasset | 3 + .../Crunch_Effort_Block_015_Dialogue.uasset | 3 + .../Crunch_Effort_Block_01_Dialogue.uasset | 3 + .../Crunch_Effort_Block_05_Dialogue.uasset | 3 + ...fort_BreathingLowHealth_01_Dialogue.uasset | 3 + ...nch_Effort_BreathingRun_01_Dialogue.uasset | 3 + .../Crunch_Effort_Cheer_012_Dialogue.uasset | 3 + .../Crunch_Effort_Cheer_04_Dialogue.uasset | 3 + .../Crunch_Effort_Cheer_09_Dialogue.uasset | 3 + .../Crunch_Effort_Death_06_Dialogue.uasset | 3 + .../Crunch_Effort_Death_07_Dialogue.uasset | 3 + .../Crunch_Effort_Death_08_Dialogue.uasset | 3 + ...nch_Effort_Frustration_016_Dialogue.uasset | 3 + ...unch_Effort_Frustration_02_Dialogue.uasset | 3 + ...unch_Effort_Frustration_03_Dialogue.uasset | 3 + ...Crunch_Effort_JumpHeavy_01_Dialogue.uasset | 3 + ...Crunch_Effort_JumpHeavy_02_Dialogue.uasset | 3 + ...Crunch_Effort_JumpHeavy_03_Dialogue.uasset | 3 + .../Crunch_Effort_Jump_05_Dialogue.uasset | 3 + .../Crunch_Effort_Jump_06_Dialogue.uasset | 3 + .../Crunch_Effort_Jump_07_Dialogue.uasset | 3 + ...Crunch_Effort_LandHeavy_02_Dialogue.uasset | 3 + ...Crunch_Effort_LandHeavy_03_Dialogue.uasset | 3 + ...Crunch_Effort_LandHeavy_04_Dialogue.uasset | 3 + .../Crunch_Effort_Land_01_Dialogue.uasset | 3 + .../Crunch_Effort_Land_03_Dialogue.uasset | 3 + .../Crunch_Effort_Land_06_Dialogue.uasset | 3 + .../Crunch_Effort_Laugh_01_Dialogue.uasset | 3 + .../Crunch_Effort_Laugh_02_Dialogue.uasset | 3 + .../Crunch_Effort_Laugh_05_Dialogue.uasset | 3 + .../Crunch_Effort_Laugh_09_Dialogue.uasset | 3 + ...Crunch_Effort_PainHeavy_04_Dialogue.uasset | 3 + ...Crunch_Effort_PainHeavy_06_Dialogue.uasset | 3 + ...Crunch_Effort_PainHeavy_09_Dialogue.uasset | 3 + .../Crunch_Effort_Pain_02_Dialogue.uasset | 3 + .../Crunch_Effort_Pain_06_Dialogue.uasset | 3 + .../Crunch_Effort_Pain_08_Dialogue.uasset | 3 + .../Crunch_Effort_Swing_01_Dialogue.uasset | 3 + .../Crunch_Effort_Swing_02_Dialogue.uasset | 3 + .../Crunch_Effort_Swing_03_Dialogue.uasset | 3 + .../Crunch_Emote_010_Dialogue.uasset | 3 + .../Crunch_Emote_020_Dialogue.uasset | 3 + .../Crunch_Emote_030_Dialogue.uasset | 3 + .../Crunch_Emote_040_Dialogue.uasset | 3 + .../Crunch_Emote_050_Dialogue.uasset | 3 + .../Crunch_Emote_060_Dialogue.uasset | 3 + .../Crunch_Emote_070_Dialogue.uasset | 3 + .../Crunch_Emote_080_B_Dialogue.uasset | 3 + .../Crunch_Emote_080_Dialogue.uasset | 3 + .../Crunch_Emote_090_Dialogue.uasset | 3 + .../Crunch_Emote_100_Dialogue.uasset | 3 + .../Crunch_Emote_110_B_Dialogue.uasset | 3 + .../Crunch_Emote_110_Dialogue.uasset | 3 + .../Crunch_Emote_Taunt_010_Dialogue.uasset | 3 + .../Crunch_Emote_Taunt_020_Dialogue.uasset | 3 + ...runch_Emote_Taunt_030_Alt1_Dialogue.uasset | 3 + .../Crunch_Emote_Taunt_030_Dialogue.uasset | 3 + .../Crunch_Emote_Taunt_040_Dialogue.uasset | 3 + .../Crunch_Emote_Taunt_050_Dialogue.uasset | 3 + .../Crunch_Emote_Taunt_060_Dialogue.uasset | 3 + ...ch_Health_CriticalSave_010_Dialogue.uasset | 3 + ...ch_Health_CriticalSave_020_Dialogue.uasset | 3 + ...ch_Health_CriticalSave_030_Dialogue.uasset | 3 + ...Crunch_Health_Critical_010_Dialogue.uasset | 3 + ...Crunch_Health_Critical_020_Dialogue.uasset | 3 + ...Crunch_Health_Critical_030_Dialogue.uasset | 3 + .../Crunch_Health_Healed_010_Dialogue.uasset | 3 + .../Crunch_Health_Healed_020_Dialogue.uasset | 3 + .../Crunch_Health_Healed_030_Dialogue.uasset | 3 + .../Crunch_Health_Low_010_Dialogue.uasset | 3 + .../Crunch_Health_Low_020_Dialogue.uasset | 3 + .../Crunch_Health_Low_030_Dialogue.uasset | 3 + ...ch_Health_SufferedCrit_010_Dialogue.uasset | 3 + ...ch_Health_SufferedCrit_020_Dialogue.uasset | 3 + ...ch_Health_SufferedCrit_030_Dialogue.uasset | 3 + ...ch_Intro_BoastResponse_010_Dialogue.uasset | 3 + ...ch_Intro_BoastResponse_020_Dialogue.uasset | 3 + ...ch_Intro_BoastResponse_030_Dialogue.uasset | 3 + .../Crunch_Intro_Boast_010_Dialogue.uasset | 3 + .../Crunch_Intro_Boast_020_Dialogue.uasset | 3 + .../Crunch_Intro_Boast_030_Dialogue.uasset | 3 + ...Intro_QuestionResponse_010_Dialogue.uasset | 3 + ...Intro_QuestionResponse_020_Dialogue.uasset | 3 + ...Intro_QuestionResponse_030_Dialogue.uasset | 3 + .../Crunch_Intro_Question_010_Dialogue.uasset | 3 + .../Crunch_Intro_Question_020_Dialogue.uasset | 3 + .../Crunch_Intro_Question_030_Dialogue.uasset | 3 + .../Crunch_Intro_Shinbi_010_Dialogue.uasset | 3 + ...Crunch_Intro_Statement_010_Dialogue.uasset | 3 + ...Crunch_Intro_Statement_020_Dialogue.uasset | 3 + ...Crunch_Intro_Statement_030_Dialogue.uasset | 3 + ...Crunch_Intro_Statement_040_Dialogue.uasset | 3 + .../Crunch_Kill_Assist_010_Dialogue.uasset | 3 + .../Crunch_Kill_Assist_020_Dialogue.uasset | 3 + .../Crunch_Kill_Assist_030_Dialogue.uasset | 3 + .../Crunch_Kill_Enemy_010_Dialogue.uasset | 3 + .../Crunch_Kill_Enemy_020_Dialogue.uasset | 3 + .../Crunch_Kill_Enemy_030_Dialogue.uasset | 3 + .../Crunch_Kill_Enemy_040_Dialogue.uasset | 3 + .../Crunch_Kill_Enemy_050_Dialogue.uasset | 3 + .../Crunch_Kill_Enemy_060_Dialogue.uasset | 3 + .../Crunch_Kill_Enemy_070_Dialogue.uasset | 3 + ...Crunch_Kill_FirstBlood_010_Dialogue.uasset | 3 + ...Crunch_Kill_FirstBlood_020_Dialogue.uasset | 3 + ...Crunch_Kill_FirstBlood_030_Dialogue.uasset | 3 + .../Crunch_Kill_Revenge_010_Dialogue.uasset | 3 + .../Crunch_Kill_Revenge_020_Dialogue.uasset | 3 + .../Crunch_Kill_Revenge_030_Dialogue.uasset | 3 + .../Crunch_Kill_SameEnemy_010_Dialogue.uasset | 3 + .../Crunch_Kill_SameEnemy_020_Dialogue.uasset | 3 + .../Crunch_Kill_SameEnemy_030_Dialogue.uasset | 3 + .../Crunch_Kill_Shutdown_010_Dialogue.uasset | 3 + .../Crunch_Kill_Shutdown_020_Dialogue.uasset | 3 + .../Crunch_Kill_Shutdown_030_Dialogue.uasset | 3 + .../Crunch_Kill_Streak_010_Dialogue.uasset | 3 + .../Crunch_Kill_Streak_020_Dialogue.uasset | 3 + .../Crunch_Kill_Streak_030_Dialogue.uasset | 3 + ...el_AbilityLevelConfirm_010_Dialogue.uasset | 3 + ...el_AbilityLevelConfirm_020_Dialogue.uasset | 3 + ...el_AbilityLevelConfirm_030_Dialogue.uasset | 3 + ...el_AbilityLevelConfirm_040_Dialogue.uasset | 3 + ...el_AbilityLevelConfirm_050_Dialogue.uasset | 3 + ...runch_Level_BoughtItem_010_Dialogue.uasset | 3 + ...runch_Level_BoughtItem_020_Dialogue.uasset | 3 + ...runch_Level_BoughtItem_030_Dialogue.uasset | 3 + ...runch_Level_CardPoints_010_Dialogue.uasset | 3 + ...runch_Level_CardPoints_020_Dialogue.uasset | 3 + ...runch_Level_CardPoints_030_Dialogue.uasset | 3 + .../Crunch_Level_Five_010_Dialogue.uasset | 3 + .../Crunch_Level_Five_020_Dialogue.uasset | 3 + .../Crunch_Level_Five_030_Dialogue.uasset | 3 + .../Crunch_Level_Up_010_Dialogue.uasset | 3 + .../Crunch_Level_Up_020_Dialogue.uasset | 3 + .../Crunch_Level_Up_030_Dialogue.uasset | 3 + .../Crunch_Level_Up_040_Dialogue.uasset | 3 + .../Crunch_Level_Up_050_Dialogue.uasset | 3 + ...ch_Lore_Death_Froglegs_010_Dialogue.uasset | 3 + ..._Lore_Death_Patton_010_Alt_Dialogue.uasset | 3 + ...unch_Lore_Death_Patton_010_Dialogue.uasset | 3 + ...runch_Lore_Death_Steel_010_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_010_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_020_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_030_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_040_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_050_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_060_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_070_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_080_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_090_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_100_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_110_Dialogue.uasset | 3 + .../Crunch_Lore_Froglegs_120_Dialogue.uasset | 3 + ...nch_Lore_Kill_Froglegs_010_Dialogue.uasset | 3 + ...nch_Lore_Kill_Froglegs_020_Dialogue.uasset | 3 + ...nch_Lore_Kill_Froglegs_030_Dialogue.uasset | 3 + ...runch_Lore_Kill_Patton_010_Dialogue.uasset | 3 + ...runch_Lore_Kill_Patton_020_Dialogue.uasset | 3 + ...runch_Lore_Kill_Patton_030_Dialogue.uasset | 3 + ...Crunch_Lore_Kill_Steel_010_Dialogue.uasset | 3 + ...Crunch_Lore_Kill_Steel_020_Dialogue.uasset | 3 + ...Crunch_Lore_Kill_Steel_030_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_010_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_020_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_030_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_040_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_050_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_060_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_070_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_080_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_090_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_100_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_110_Dialogue.uasset | 3 + .../Crunch_Lore_Patton_120_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_010_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_020_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_030_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_040_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_050_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_060_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_070_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_080_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_090_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_100_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_110_Dialogue.uasset | 3 + .../Crunch_Lore_Steel_120_Dialogue.uasset | 3 + .../Crunch_ProfileDizzy_010_Dialogue.uasset | 3 + .../Crunch_ProfileDizzy_020_Dialogue.uasset | 3 + .../Crunch_ProfileDizzy_030_Dialogue.uasset | 3 + .../Crunch_ProfileDizzy_040_Dialogue.uasset | 3 + .../Crunch_ProfileIdle_010_Dialogue.uasset | 3 + .../Crunch_ProfileIdle_020_Dialogue.uasset | 3 + .../Crunch_ProfileIdle_030_Dialogue.uasset | 3 + .../Crunch_ProfileIdle_040_Dialogue.uasset | 3 + .../Crunch_ProfilePoke_010_Dialogue.uasset | 3 + .../Crunch_ProfilePoke_020_Dialogue.uasset | 3 + .../Crunch_ProfilePoke_030_Dialogue.uasset | 3 + .../Crunch_ProfilePoke_040_Dialogue.uasset | 3 + .../Crunch_ProfilePoke_050_Dialogue.uasset | 3 + .../Crunch_ProfilePoke_060_Dialogue.uasset | 3 + .../Crunch_ProfilePoke_070_Dialogue.uasset | 3 + .../Crunch_Revive_010_Dialogue.uasset | 3 + .../Crunch_Revive_020_Dialogue.uasset | 3 + .../Crunch_Revive_030_Dialogue.uasset | 3 + .../Crunch_Revive_040_Dialogue.uasset | 3 + .../Crunch_Revive_050_Dialogue.uasset | 3 + .../Crunch_Status_Ace_010_Dialogue.uasset | 3 + .../Crunch_Status_Ace_020_Dialogue.uasset | 3 + .../Crunch_Status_Ace_030_Dialogue.uasset | 3 + .../Crunch_Status_Buffed_010_Dialogue.uasset | 3 + .../Crunch_Status_Buffed_020_Dialogue.uasset | 3 + .../Crunch_Status_Buffed_030_Dialogue.uasset | 3 + ...runch_Status_Celebrate_010_Dialogue.uasset | 3 + ...runch_Status_Celebrate_020_Dialogue.uasset | 3 + ...runch_Status_Celebrate_030_Dialogue.uasset | 3 + .../Crunch_Status_Danger_010_Dialogue.uasset | 3 + .../Crunch_Status_Danger_020_Dialogue.uasset | 3 + .../Crunch_Status_Danger_030_Dialogue.uasset | 3 + .../Crunch_Status_Defeat_010_Dialogue.uasset | 3 + .../Crunch_Status_Defeat_020_Dialogue.uasset | 3 + .../Crunch_Status_Defeat_030_Dialogue.uasset | 3 + .../Crunch_Status_Idle_010_Dialogue.uasset | 3 + .../Crunch_Status_Idle_020_Dialogue.uasset | 3 + .../Crunch_Status_Idle_030_Dialogue.uasset | 3 + ...atus_OrbPrimeActivated_010_Dialogue.uasset | 3 + ...atus_OrbPrimeActivated_020_Dialogue.uasset | 3 + ...atus_OrbPrimeActivated_030_Dialogue.uasset | 3 + .../Crunch_Status_Recall_010_Dialogue.uasset | 3 + .../Crunch_Status_Recall_020_Dialogue.uasset | 3 + .../Crunch_Status_Recall_030_Dialogue.uasset | 3 + .../Crunch_Status_Recall_040_Dialogue.uasset | 3 + .../Crunch_Status_Recall_050_Dialogue.uasset | 3 + ...Crunch_Status_TeamDead_010_Dialogue.uasset | 3 + ...Crunch_Status_TeamDead_020_Dialogue.uasset | 3 + ...Crunch_Status_TeamDead_030_Dialogue.uasset | 3 + .../Crunch_Status_Victory_010_Dialogue.uasset | 3 + .../Crunch_Status_Victory_020_Dialogue.uasset | 3 + .../Crunch_Status_Victory_030_Dialogue.uasset | 3 + .../Crunch_Status_Victory_040_Dialogue.uasset | 3 + .../Crunch_Status_Victory_050_Dialogue.uasset | 3 + .../SoundCues/Crunch_Ability_E_Engage.uasset | 3 + .../Crunch_Ability_LMB_Engage.uasset | 3 + .../SoundCues/Crunch_Ability_LowMana.uasset | 3 + .../Sounds/SoundCues/Crunch_Ability_No.uasset | 3 + .../Crunch_Ability_OnCooldown.uasset | 3 + .../SoundCues/Crunch_Ability_Q_Engage.uasset | 3 + .../Crunch_Ability_RMB_Engage.uasset | 3 + .../Crunch_Ability_ScoredCrit.uasset | 3 + .../Crunch_Ability_Ultimate_Ally.uasset | 3 + .../Crunch_Ability_Ultimate_Enemy.uasset | 3 + .../Crunch_Ability_Ultimate_Ready.uasset | 3 + .../Crunch_Ability_Ultimate_Self.uasset | 3 + .../Crunch_Ability_UsedLastCharge.uasset | 3 + .../SoundCues/Crunch_Catchphrase.uasset | 3 + .../Sounds/SoundCues/Crunch_Death.uasset | 3 + .../Sounds/SoundCues/Crunch_DraftLock.uasset | 3 + .../SoundCues/Crunch_DraftSelect.uasset | 3 + .../Crunch_Effort_Ability_E_Body.uasset | 3 + .../Crunch_Effort_Ability_E_Uppercut.uasset | 3 + .../Crunch_Effort_Ability_Primary.uasset | 3 + .../SoundCues/Crunch_Effort_Ability_Q.uasset | 3 + .../Crunch_Effort_Ability_RMB_Dash.uasset | 3 + .../Crunch_Effort_Ability_RMB_Punch.uasset | 3 + .../Crunch_Effort_Ability_RMB_Turbo.uasset | 3 + .../Crunch_Effort_Ability_Ultimate.uasset | 3 + .../SoundCues/Crunch_Effort_Attack.uasset | 3 + .../SoundCues/Crunch_Effort_Block.uasset | 3 + .../Crunch_Effort_BreathingLowHealth.uasset | 3 + .../Crunch_Effort_BreathingRun.uasset | 3 + .../SoundCues/Crunch_Effort_Cheer.uasset | 3 + .../SoundCues/Crunch_Effort_Death.uasset | 3 + .../Crunch_Effort_Frustration.uasset | 3 + .../SoundCues/Crunch_Effort_Jump.uasset | 3 + .../SoundCues/Crunch_Effort_JumpHeavy.uasset | 3 + .../SoundCues/Crunch_Effort_Land.uasset | 3 + .../SoundCues/Crunch_Effort_LandHeavy.uasset | 3 + .../SoundCues/Crunch_Effort_Laugh.uasset | 3 + .../SoundCues/Crunch_Effort_Pain.uasset | 3 + .../SoundCues/Crunch_Effort_PainHeavy.uasset | 3 + .../SoundCues/Crunch_Effort_Swing.uasset | 3 + .../Sounds/SoundCues/Crunch_Emote_010.uasset | 3 + .../Sounds/SoundCues/Crunch_Emote_020.uasset | 3 + .../Sounds/SoundCues/Crunch_Emote_030.uasset | 3 + .../Sounds/SoundCues/Crunch_Emote_040.uasset | 3 + .../Sounds/SoundCues/Crunch_Emote_050.uasset | 3 + .../Sounds/SoundCues/Crunch_Emote_060.uasset | 3 + .../Sounds/SoundCues/Crunch_Emote_070.uasset | 3 + .../Sounds/SoundCues/Crunch_Emote_080.uasset | 3 + .../SoundCues/Crunch_Emote_080_B.uasset | 3 + .../Sounds/SoundCues/Crunch_Emote_090.uasset | 3 + .../Sounds/SoundCues/Crunch_Emote_100.uasset | 3 + .../Sounds/SoundCues/Crunch_Emote_110.uasset | 3 + .../SoundCues/Crunch_Emote_110_B.uasset | 3 + .../SoundCues/Crunch_Emote_Taunt.uasset | 3 + .../SoundCues/Crunch_Health_Critical.uasset | 3 + .../Crunch_Health_CriticalSave.uasset | 3 + .../SoundCues/Crunch_Health_Healed.uasset | 3 + .../Sounds/SoundCues/Crunch_Health_Low.uasset | 3 + .../Crunch_Health_SufferedCrit.uasset | 3 + .../SoundCues/Crunch_Intro_Boast.uasset | 3 + .../Crunch_Intro_BoastResponse.uasset | 3 + .../SoundCues/Crunch_Intro_Question.uasset | 3 + .../Crunch_Intro_QuestionResponse.uasset | 3 + .../SoundCues/Crunch_Intro_Shinbi.uasset | 3 + .../SoundCues/Crunch_Intro_Statement.uasset | 3 + .../SoundCues/Crunch_Kill_Assist.uasset | 3 + .../Sounds/SoundCues/Crunch_Kill_Enemy.uasset | 3 + .../SoundCues/Crunch_Kill_FirstBlood.uasset | 3 + .../SoundCues/Crunch_Kill_Revenge.uasset | 3 + .../SoundCues/Crunch_Kill_SameEnemy.uasset | 3 + .../SoundCues/Crunch_Kill_Shutdown.uasset | 3 + .../SoundCues/Crunch_Kill_Streak.uasset | 3 + .../Crunch_Level_AbilityLevelConfirm.uasset | 3 + .../SoundCues/Crunch_Level_BoughtItem.uasset | 3 + .../SoundCues/Crunch_Level_CardPoints.uasset | 3 + .../Sounds/SoundCues/Crunch_Level_Five.uasset | 3 + .../Sounds/SoundCues/Crunch_Level_Up.uasset | 3 + .../Crunch_Lore_Death_Froglegs.uasset | 3 + .../SoundCues/Crunch_Lore_Death_Patton.uasset | 3 + .../Crunch_Lore_Death_Patton_Alt.uasset | 3 + .../SoundCues/Crunch_Lore_Death_Steel.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_010.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_020.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_030.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_040.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_050.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_060.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_070.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_080.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_090.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_100.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_110.uasset | 3 + .../SoundCues/Crunch_Lore_Froglegs_120.uasset | 3 + .../Crunch_Lore_Kill_Froglegs.uasset | 3 + .../SoundCues/Crunch_Lore_Kill_Patton.uasset | 3 + .../SoundCues/Crunch_Lore_Kill_Steel.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_010.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_020.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_030.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_040.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_050.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_060.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_070.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_080.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_090.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_100.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_110.uasset | 3 + .../SoundCues/Crunch_Lore_Patton_120.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_010.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_020.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_030.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_040.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_050.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_060.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_070.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_080.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_090.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_100.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_110.uasset | 3 + .../SoundCues/Crunch_Lore_Steel_120.uasset | 3 + .../SoundCues/Crunch_ProfileDizzy_010.uasset | 3 + .../SoundCues/Crunch_ProfileDizzy_020.uasset | 3 + .../SoundCues/Crunch_ProfileDizzy_030.uasset | 3 + .../SoundCues/Crunch_ProfileDizzy_040.uasset | 3 + .../SoundCues/Crunch_ProfileIdle_010.uasset | 3 + .../SoundCues/Crunch_ProfileIdle_020.uasset | 3 + .../SoundCues/Crunch_ProfileIdle_030.uasset | 3 + .../SoundCues/Crunch_ProfileIdle_040.uasset | 3 + .../SoundCues/Crunch_ProfilePoke_010.uasset | 3 + .../SoundCues/Crunch_ProfilePoke_020.uasset | 3 + .../SoundCues/Crunch_ProfilePoke_030.uasset | 3 + .../SoundCues/Crunch_ProfilePoke_040.uasset | 3 + .../SoundCues/Crunch_ProfilePoke_050.uasset | 3 + .../SoundCues/Crunch_ProfilePoke_060.uasset | 3 + .../SoundCues/Crunch_ProfilePoke_070.uasset | 3 + .../Sounds/SoundCues/Crunch_Revive.uasset | 3 + .../Sounds/SoundCues/Crunch_Status_Ace.uasset | 3 + .../SoundCues/Crunch_Status_Buffed.uasset | 3 + .../SoundCues/Crunch_Status_Celebrate.uasset | 3 + .../SoundCues/Crunch_Status_Danger.uasset | 3 + .../SoundCues/Crunch_Status_Defeat.uasset | 3 + .../SoundCues/Crunch_Status_Idle.uasset | 3 + .../Crunch_Status_OrbPrimeActivated.uasset | 3 + .../SoundCues/Crunch_Status_Recall.uasset | 3 + .../SoundCues/Crunch_Status_TeamDead.uasset | 3 + .../SoundCues/Crunch_Status_Victory.uasset | 3 + .../Crunch_Ability_E_Engage_010.uasset | 3 + .../Crunch_Ability_E_Engage_020.uasset | 3 + .../Crunch_Ability_E_Engage_030.uasset | 3 + .../Crunch_Ability_LMB_Engage_010.uasset | 3 + .../Crunch_Ability_LMB_Engage_020.uasset | 3 + .../Crunch_Ability_LMB_Engage_030.uasset | 3 + .../Crunch_Ability_LowMana_010.uasset | 3 + .../Crunch_Ability_LowMana_020.uasset | 3 + .../Crunch_Ability_LowMana_030.uasset | 3 + .../Crunch_Ability_LowMana_040.uasset | 3 + .../SoundWaves/Crunch_Ability_No_010.uasset | 3 + .../SoundWaves/Crunch_Ability_No_020.uasset | 3 + .../SoundWaves/Crunch_Ability_No_030.uasset | 3 + .../SoundWaves/Crunch_Ability_No_040.uasset | 3 + .../Crunch_Ability_OnCooldown_010.uasset | 3 + .../Crunch_Ability_OnCooldown_020.uasset | 3 + .../Crunch_Ability_OnCooldown_030.uasset | 3 + .../Crunch_Ability_OnCooldown_040.uasset | 3 + .../Crunch_Ability_Q_Engage_010.uasset | 3 + .../Crunch_Ability_Q_Engage_020.uasset | 3 + .../Crunch_Ability_Q_Engage_030.uasset | 3 + .../Crunch_Ability_RMB_Engage_010.uasset | 3 + .../Crunch_Ability_RMB_Engage_020.uasset | 3 + .../Crunch_Ability_RMB_Engage_030.uasset | 3 + .../Crunch_Ability_ScoredCrit_010.uasset | 3 + .../Crunch_Ability_ScoredCrit_020.uasset | 3 + .../Crunch_Ability_ScoredCrit_030.uasset | 3 + .../Crunch_Ability_Ultimate_Ally_010.uasset | 3 + .../Crunch_Ability_Ultimate_Enemy_010.uasset | 3 + .../Crunch_Ability_Ultimate_Ready_010.uasset | 3 + .../Crunch_Ability_Ultimate_Ready_020.uasset | 3 + .../Crunch_Ability_Ultimate_Ready_030.uasset | 3 + .../Crunch_Ability_Ultimate_Self_010.uasset | 3 + .../Crunch_Ability_UsedLastCharge_010.uasset | 3 + .../Crunch_Ability_UsedLastCharge_020.uasset | 3 + .../Crunch_Ability_UsedLastCharge_030.uasset | 3 + .../Crunch_Ability_UsedLastCharge_040.uasset | 3 + .../SoundWaves/Crunch_Catchphrase_010.uasset | 3 + .../SoundWaves/Crunch_Catchphrase_020.uasset | 3 + .../SoundWaves/Crunch_Catchphrase_030.uasset | 3 + .../SoundWaves/Crunch_Catchphrase_040.uasset | 3 + .../SoundWaves/Crunch_Catchphrase_050.uasset | 3 + .../Sounds/SoundWaves/Crunch_Death_010.uasset | 3 + .../Sounds/SoundWaves/Crunch_Death_020.uasset | 3 + .../Sounds/SoundWaves/Crunch_Death_030.uasset | 3 + .../Sounds/SoundWaves/Crunch_Death_040.uasset | 3 + .../Sounds/SoundWaves/Crunch_Death_050.uasset | 3 + .../Sounds/SoundWaves/Crunch_Death_060.uasset | 3 + .../Sounds/SoundWaves/Crunch_Death_070.uasset | 3 + .../SoundWaves/Crunch_DraftLock_010.uasset | 3 + .../SoundWaves/Crunch_DraftLock_020.uasset | 3 + .../SoundWaves/Crunch_DraftLock_030.uasset | 3 + .../SoundWaves/Crunch_DraftLock_040.uasset | 3 + .../SoundWaves/Crunch_DraftSelect_010.uasset | 3 + .../SoundWaves/Crunch_DraftSelect_020.uasset | 3 + .../Crunch_DraftSelect_020_Alt1.uasset | 3 + .../SoundWaves/Crunch_DraftSelect_030.uasset | 3 + .../Crunch_Effort_Ability_E_Body_01.uasset | 3 + .../Crunch_Effort_Ability_E_Body_02.uasset | 3 + .../Crunch_Effort_Ability_E_Body_03.uasset | 3 + ...Crunch_Effort_Ability_E_Uppercut_02.uasset | 3 + ...Crunch_Effort_Ability_E_Uppercut_03.uasset | 3 + ...Crunch_Effort_Ability_E_Uppercut_04.uasset | 3 + .../Crunch_Effort_Ability_Primary_02.uasset | 3 + .../Crunch_Effort_Ability_Primary_03.uasset | 3 + .../Crunch_Effort_Ability_Primary_05.uasset | 3 + .../Crunch_Effort_Ability_Q_01.uasset | 3 + .../Crunch_Effort_Ability_Q_02.uasset | 3 + .../Crunch_Effort_Ability_Q_04.uasset | 3 + .../Crunch_Effort_Ability_RMB_Dash_05.uasset | 3 + .../Crunch_Effort_Ability_RMB_Dash_06.uasset | 3 + .../Crunch_Effort_Ability_RMB_Dash_07.uasset | 3 + .../Crunch_Effort_Ability_RMB_Punch_01.uasset | 3 + .../Crunch_Effort_Ability_RMB_Punch_02.uasset | 3 + .../Crunch_Effort_Ability_RMB_Punch_07.uasset | 3 + .../Crunch_Effort_Ability_RMB_Turbo_01.uasset | 3 + .../Crunch_Effort_Ability_RMB_Turbo_03.uasset | 3 + .../Crunch_Effort_Ability_RMB_Turbo_05.uasset | 3 + .../Crunch_Effort_Ability_Ultimate_011.uasset | 3 + .../Crunch_Effort_Ability_Ultimate_07.uasset | 3 + .../Crunch_Effort_Ability_Ultimate_09.uasset | 3 + .../SoundWaves/Crunch_Effort_Attack_01.uasset | 3 + .../Crunch_Effort_Attack_017.uasset | 3 + .../SoundWaves/Crunch_Effort_Attack_03.uasset | 3 + .../SoundWaves/Crunch_Effort_Block_01.uasset | 3 + .../SoundWaves/Crunch_Effort_Block_015.uasset | 3 + .../SoundWaves/Crunch_Effort_Block_05.uasset | 3 + ...Crunch_Effort_BreathingLowHealth_01.uasset | 3 + .../Crunch_Effort_BreathingRun_01.uasset | 3 + .../SoundWaves/Crunch_Effort_Cheer_012.uasset | 3 + .../SoundWaves/Crunch_Effort_Cheer_04.uasset | 3 + .../SoundWaves/Crunch_Effort_Cheer_09.uasset | 3 + .../SoundWaves/Crunch_Effort_Death_06.uasset | 3 + .../SoundWaves/Crunch_Effort_Death_07.uasset | 3 + .../SoundWaves/Crunch_Effort_Death_08.uasset | 3 + .../Crunch_Effort_Frustration_016.uasset | 3 + .../Crunch_Effort_Frustration_02.uasset | 3 + .../Crunch_Effort_Frustration_03.uasset | 3 + .../Crunch_Effort_JumpHeavy_01.uasset | 3 + .../Crunch_Effort_JumpHeavy_02.uasset | 3 + .../Crunch_Effort_JumpHeavy_03.uasset | 3 + .../SoundWaves/Crunch_Effort_Jump_05.uasset | 3 + .../SoundWaves/Crunch_Effort_Jump_06.uasset | 3 + .../SoundWaves/Crunch_Effort_Jump_07.uasset | 3 + .../Crunch_Effort_LandHeavy_02.uasset | 3 + .../Crunch_Effort_LandHeavy_03.uasset | 3 + .../Crunch_Effort_LandHeavy_04.uasset | 3 + .../SoundWaves/Crunch_Effort_Land_01.uasset | 3 + .../SoundWaves/Crunch_Effort_Land_03.uasset | 3 + .../SoundWaves/Crunch_Effort_Land_06.uasset | 3 + .../SoundWaves/Crunch_Effort_Laugh_01.uasset | 3 + .../SoundWaves/Crunch_Effort_Laugh_02.uasset | 3 + .../SoundWaves/Crunch_Effort_Laugh_05.uasset | 3 + .../SoundWaves/Crunch_Effort_Laugh_09.uasset | 3 + .../Crunch_Effort_PainHeavy_04.uasset | 3 + .../Crunch_Effort_PainHeavy_06.uasset | 3 + .../Crunch_Effort_PainHeavy_09.uasset | 3 + .../SoundWaves/Crunch_Effort_Pain_02.uasset | 3 + .../SoundWaves/Crunch_Effort_Pain_06.uasset | 3 + .../SoundWaves/Crunch_Effort_Pain_08.uasset | 3 + .../SoundWaves/Crunch_Effort_Swing_01.uasset | 3 + .../SoundWaves/Crunch_Effort_Swing_02.uasset | 3 + .../SoundWaves/Crunch_Effort_Swing_03.uasset | 3 + .../Sounds/SoundWaves/Crunch_Emote_010.uasset | 3 + .../Sounds/SoundWaves/Crunch_Emote_020.uasset | 3 + .../Sounds/SoundWaves/Crunch_Emote_030.uasset | 3 + .../Sounds/SoundWaves/Crunch_Emote_040.uasset | 3 + .../Sounds/SoundWaves/Crunch_Emote_050.uasset | 3 + .../Sounds/SoundWaves/Crunch_Emote_060.uasset | 3 + .../Sounds/SoundWaves/Crunch_Emote_070.uasset | 3 + .../Sounds/SoundWaves/Crunch_Emote_080.uasset | 3 + .../SoundWaves/Crunch_Emote_080_B.uasset | 3 + .../Sounds/SoundWaves/Crunch_Emote_090.uasset | 3 + .../Sounds/SoundWaves/Crunch_Emote_100.uasset | 3 + .../Sounds/SoundWaves/Crunch_Emote_110.uasset | 3 + .../SoundWaves/Crunch_Emote_110_B.uasset | 3 + .../SoundWaves/Crunch_Emote_Taunt_010.uasset | 3 + .../SoundWaves/Crunch_Emote_Taunt_020.uasset | 3 + .../SoundWaves/Crunch_Emote_Taunt_030.uasset | 3 + .../Crunch_Emote_Taunt_030_Alt1.uasset | 3 + .../SoundWaves/Crunch_Emote_Taunt_040.uasset | 3 + .../SoundWaves/Crunch_Emote_Taunt_050.uasset | 3 + .../SoundWaves/Crunch_Emote_Taunt_060.uasset | 3 + .../Crunch_Health_CriticalSave_010.uasset | 3 + .../Crunch_Health_CriticalSave_020.uasset | 3 + .../Crunch_Health_CriticalSave_030.uasset | 3 + .../Crunch_Health_Critical_010.uasset | 3 + .../Crunch_Health_Critical_020.uasset | 3 + .../Crunch_Health_Critical_030.uasset | 3 + .../Crunch_Health_Healed_010.uasset | 3 + .../Crunch_Health_Healed_020.uasset | 3 + .../Crunch_Health_Healed_030.uasset | 3 + .../SoundWaves/Crunch_Health_Low_010.uasset | 3 + .../SoundWaves/Crunch_Health_Low_020.uasset | 3 + .../SoundWaves/Crunch_Health_Low_030.uasset | 3 + .../Crunch_Health_SufferedCrit_010.uasset | 3 + .../Crunch_Health_SufferedCrit_020.uasset | 3 + .../Crunch_Health_SufferedCrit_030.uasset | 3 + .../Crunch_Intro_BoastResponse_010.uasset | 3 + .../Crunch_Intro_BoastResponse_020.uasset | 3 + .../Crunch_Intro_BoastResponse_030.uasset | 3 + .../SoundWaves/Crunch_Intro_Boast_010.uasset | 3 + .../SoundWaves/Crunch_Intro_Boast_020.uasset | 3 + .../SoundWaves/Crunch_Intro_Boast_030.uasset | 3 + .../Crunch_Intro_QuestionResponse_010.uasset | 3 + .../Crunch_Intro_QuestionResponse_020.uasset | 3 + .../Crunch_Intro_QuestionResponse_030.uasset | 3 + .../Crunch_Intro_Question_010.uasset | 3 + .../Crunch_Intro_Question_020.uasset | 3 + .../Crunch_Intro_Question_030.uasset | 3 + .../SoundWaves/Crunch_Intro_Shinbi_010.uasset | 3 + .../Crunch_Intro_Statement_010.uasset | 3 + .../Crunch_Intro_Statement_020.uasset | 3 + .../Crunch_Intro_Statement_030.uasset | 3 + .../Crunch_Intro_Statement_040.uasset | 3 + .../SoundWaves/Crunch_Kill_Assist_010.uasset | 3 + .../SoundWaves/Crunch_Kill_Assist_020.uasset | 3 + .../SoundWaves/Crunch_Kill_Assist_030.uasset | 3 + .../SoundWaves/Crunch_Kill_Enemy_010.uasset | 3 + .../SoundWaves/Crunch_Kill_Enemy_020.uasset | 3 + .../SoundWaves/Crunch_Kill_Enemy_030.uasset | 3 + .../SoundWaves/Crunch_Kill_Enemy_040.uasset | 3 + .../SoundWaves/Crunch_Kill_Enemy_050.uasset | 3 + .../SoundWaves/Crunch_Kill_Enemy_060.uasset | 3 + .../SoundWaves/Crunch_Kill_Enemy_070.uasset | 3 + .../Crunch_Kill_FirstBlood_010.uasset | 3 + .../Crunch_Kill_FirstBlood_020.uasset | 3 + .../Crunch_Kill_FirstBlood_030.uasset | 3 + .../SoundWaves/Crunch_Kill_Revenge_010.uasset | 3 + .../SoundWaves/Crunch_Kill_Revenge_020.uasset | 3 + .../SoundWaves/Crunch_Kill_Revenge_030.uasset | 3 + .../Crunch_Kill_SameEnemy_010.uasset | 3 + .../Crunch_Kill_SameEnemy_020.uasset | 3 + .../Crunch_Kill_SameEnemy_030.uasset | 3 + .../Crunch_Kill_Shutdown_010.uasset | 3 + .../Crunch_Kill_Shutdown_020.uasset | 3 + .../Crunch_Kill_Shutdown_030.uasset | 3 + .../SoundWaves/Crunch_Kill_Streak_010.uasset | 3 + .../SoundWaves/Crunch_Kill_Streak_020.uasset | 3 + .../SoundWaves/Crunch_Kill_Streak_030.uasset | 3 + ...runch_Level_AbilityLevelConfirm_010.uasset | 3 + ...runch_Level_AbilityLevelConfirm_020.uasset | 3 + ...runch_Level_AbilityLevelConfirm_030.uasset | 3 + ...runch_Level_AbilityLevelConfirm_040.uasset | 3 + ...runch_Level_AbilityLevelConfirm_050.uasset | 3 + .../Crunch_Level_BoughtItem_010.uasset | 3 + .../Crunch_Level_BoughtItem_020.uasset | 3 + .../Crunch_Level_BoughtItem_030.uasset | 3 + .../Crunch_Level_CardPoints_010.uasset | 3 + .../Crunch_Level_CardPoints_020.uasset | 3 + .../Crunch_Level_CardPoints_030.uasset | 3 + .../SoundWaves/Crunch_Level_Five_010.uasset | 3 + .../SoundWaves/Crunch_Level_Five_020.uasset | 3 + .../SoundWaves/Crunch_Level_Five_030.uasset | 3 + .../SoundWaves/Crunch_Level_Up_010.uasset | 3 + .../SoundWaves/Crunch_Level_Up_020.uasset | 3 + .../SoundWaves/Crunch_Level_Up_030.uasset | 3 + .../SoundWaves/Crunch_Level_Up_040.uasset | 3 + .../SoundWaves/Crunch_Level_Up_050.uasset | 3 + .../Crunch_Lore_Death_Froglegs_010.uasset | 3 + .../Crunch_Lore_Death_Patton_010.uasset | 3 + .../Crunch_Lore_Death_Patton_010_Alt.uasset | 3 + .../Crunch_Lore_Death_Steel_010.uasset | 3 + .../Crunch_Lore_Froglegs_010.uasset | 3 + .../Crunch_Lore_Froglegs_020.uasset | 3 + .../Crunch_Lore_Froglegs_030.uasset | 3 + .../Crunch_Lore_Froglegs_040.uasset | 3 + .../Crunch_Lore_Froglegs_050.uasset | 3 + .../Crunch_Lore_Froglegs_060.uasset | 3 + .../Crunch_Lore_Froglegs_070.uasset | 3 + .../Crunch_Lore_Froglegs_080.uasset | 3 + .../Crunch_Lore_Froglegs_090.uasset | 3 + .../Crunch_Lore_Froglegs_100.uasset | 3 + .../Crunch_Lore_Froglegs_110.uasset | 3 + .../Crunch_Lore_Froglegs_120.uasset | 3 + .../Crunch_Lore_Kill_Froglegs_010.uasset | 3 + .../Crunch_Lore_Kill_Froglegs_020.uasset | 3 + .../Crunch_Lore_Kill_Froglegs_030.uasset | 3 + .../Crunch_Lore_Kill_Patton_010.uasset | 3 + .../Crunch_Lore_Kill_Patton_020.uasset | 3 + .../Crunch_Lore_Kill_Patton_030.uasset | 3 + .../Crunch_Lore_Kill_Steel_010.uasset | 3 + .../Crunch_Lore_Kill_Steel_020.uasset | 3 + .../Crunch_Lore_Kill_Steel_030.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_010.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_020.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_030.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_040.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_050.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_060.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_070.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_080.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_090.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_100.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_110.uasset | 3 + .../SoundWaves/Crunch_Lore_Patton_120.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_010.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_020.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_030.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_040.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_050.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_060.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_070.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_080.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_090.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_100.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_110.uasset | 3 + .../SoundWaves/Crunch_Lore_Steel_120.uasset | 3 + .../SoundWaves/Crunch_ProfileDizzy_010.uasset | 3 + .../SoundWaves/Crunch_ProfileDizzy_020.uasset | 3 + .../SoundWaves/Crunch_ProfileDizzy_030.uasset | 3 + .../SoundWaves/Crunch_ProfileDizzy_040.uasset | 3 + .../SoundWaves/Crunch_ProfileIdle_010.uasset | 3 + .../SoundWaves/Crunch_ProfileIdle_020.uasset | 3 + .../SoundWaves/Crunch_ProfileIdle_030.uasset | 3 + .../SoundWaves/Crunch_ProfileIdle_040.uasset | 3 + .../SoundWaves/Crunch_ProfilePoke_010.uasset | 3 + .../SoundWaves/Crunch_ProfilePoke_020.uasset | 3 + .../SoundWaves/Crunch_ProfilePoke_030.uasset | 3 + .../SoundWaves/Crunch_ProfilePoke_040.uasset | 3 + .../SoundWaves/Crunch_ProfilePoke_050.uasset | 3 + .../SoundWaves/Crunch_ProfilePoke_060.uasset | 3 + .../SoundWaves/Crunch_ProfilePoke_070.uasset | 3 + .../SoundWaves/Crunch_Revive_010.uasset | 3 + .../SoundWaves/Crunch_Revive_020.uasset | 3 + .../SoundWaves/Crunch_Revive_030.uasset | 3 + .../SoundWaves/Crunch_Revive_040.uasset | 3 + .../SoundWaves/Crunch_Revive_050.uasset | 3 + .../SoundWaves/Crunch_Status_Ace_010.uasset | 3 + .../SoundWaves/Crunch_Status_Ace_020.uasset | 3 + .../SoundWaves/Crunch_Status_Ace_030.uasset | 3 + .../Crunch_Status_Buffed_010.uasset | 3 + .../Crunch_Status_Buffed_020.uasset | 3 + .../Crunch_Status_Buffed_030.uasset | 3 + .../Crunch_Status_Celebrate_010.uasset | 3 + .../Crunch_Status_Celebrate_020.uasset | 3 + .../Crunch_Status_Celebrate_030.uasset | 3 + .../Crunch_Status_Danger_010.uasset | 3 + .../Crunch_Status_Danger_020.uasset | 3 + .../Crunch_Status_Danger_030.uasset | 3 + .../Crunch_Status_Defeat_010.uasset | 3 + .../Crunch_Status_Defeat_020.uasset | 3 + .../Crunch_Status_Defeat_030.uasset | 3 + .../SoundWaves/Crunch_Status_Idle_010.uasset | 3 + .../SoundWaves/Crunch_Status_Idle_020.uasset | 3 + .../SoundWaves/Crunch_Status_Idle_030.uasset | 3 + ...Crunch_Status_OrbPrimeActivated_010.uasset | 3 + ...Crunch_Status_OrbPrimeActivated_020.uasset | 3 + ...Crunch_Status_OrbPrimeActivated_030.uasset | 3 + .../Crunch_Status_Recall_010.uasset | 3 + .../Crunch_Status_Recall_020.uasset | 3 + .../Crunch_Status_Recall_030.uasset | 3 + .../Crunch_Status_Recall_040.uasset | 3 + .../Crunch_Status_Recall_050.uasset | 3 + .../Crunch_Status_TeamDead_010.uasset | 3 + .../Crunch_Status_TeamDead_020.uasset | 3 + .../Crunch_Status_TeamDead_030.uasset | 3 + .../Crunch_Status_Victory_010.uasset | 3 + .../Crunch_Status_Victory_020.uasset | 3 + .../Crunch_Status_Victory_030.uasset | 3 + .../Crunch_Status_Victory_040.uasset | 3 + .../Crunch_Status_Victory_050.uasset | 3 + .../T_Crunch_Body_Neutral_DETAIL.uasset | 3 + .../Neutral/T_Crunch_Body_Neutral_MASK.uasset | 3 + .../Neutral/T_Crunch_Body_Neutral_N.uasset | 3 + .../Neutral/T_Crunch_Body_Neutral_RGB.uasset | 3 + .../T_Crunch_Fists_Neutral_DETAIL.uasset | 3 + .../T_Crunch_Fists_Neutral_MASK.uasset | 3 + .../Neutral/T_Crunch_Fists_Neutral_N.uasset | 3 + .../Neutral/T_Crunch_Fists_Neutral_RGB.uasset | 3 + .../T_Crunch_Legs_Neutral_DETAIL.uasset | 3 + .../Neutral/T_Crunch_Legs_Neutral_MASK.uasset | 3 + .../Neutral/T_Crunch_Legs_Neutral_N.uasset | 3 + .../Neutral/T_Crunch_Legs_Neutral_RGB.uasset | 3 + .../T_Crunch_Torso_Neutral_DETAIL.uasset | 3 + .../T_Crunch_Torso_Neutral_MASK.uasset | 3 + .../Neutral/T_Crunch_Torso_Neutral_N.uasset | 3 + .../Neutral/T_Crunch_Torso_Neutral_RGB.uasset | 3 + .../Textures/T_Crunch_Body_DETAIL.uasset | 3 + .../Textures/T_Crunch_Body_EMISSIVE.uasset | 3 + .../Crunch/Textures/T_Crunch_Body_MASK.uasset | 3 + .../Crunch/Textures/T_Crunch_Body_N.uasset | 3 + .../Crunch/Textures/T_Crunch_Body_RGBA.uasset | 3 + .../Textures/T_Crunch_Decal_Lower_RGBA.uasset | 3 + .../Textures/T_Crunch_Decal_Upper_RGBA.uasset | 3 + .../Textures/T_Crunch_Fists_DETAIL.uasset | 3 + .../Textures/T_Crunch_Fists_EMISSIVE.uasset | 3 + .../Textures/T_Crunch_Fists_MASK.uasset | 3 + .../Crunch/Textures/T_Crunch_Fists_N.uasset | 3 + .../Textures/T_Crunch_Fists_RGBA.uasset | 3 + .../Textures/T_Crunch_Legs_DETAIL.uasset | 3 + .../Textures/T_Crunch_Legs_EMISSIVE.uasset | 3 + .../Crunch/Textures/T_Crunch_Legs_MASK.uasset | 3 + .../Crunch/Textures/T_Crunch_Legs_N.uasset | 3 + .../Crunch/Textures/T_Crunch_Legs_RGBA.uasset | 3 + .../Textures/T_Crunch_Torso_DETAIL.uasset | 3 + .../Textures/T_Crunch_Torso_EMISSIVE.uasset | 3 + .../Textures/T_Crunch_Torso_MASK.uasset | 3 + .../Crunch/Textures/T_Crunch_Torso_N.uasset | 3 + .../Textures/T_Crunch_Torso_RGBA.uasset | 3 + .../Test/T_Crunch_Pistons_EmissiveMask.uasset | 3 + .../HDRI_Epic_Courtyard_Daylight.uasset | 3 + .../Maps/BackGroundAssets/HDRSky.uasset | 3 + .../BackGroundAssets/M_AssetPlatform.uasset | 3 + .../BackGroundAssets/SM_AssetPlatform.uasset | 3 + .../ParagonCrunch/Characters/Maps/Crunch.umap | 3 + .../Characters/Maps/Crunch_BuiltData.uasset | 3 + .../Characters/Maps/Lighting_Background.umap | 3 + .../Maps/Lighting_Background_BuiltData.uasset | 3 + .../FX/Materials/Debris/M_Debris.uasset | 3 + .../M_ImposterRock_Translucent_Inst.uasset | 3 + .../M_ImposterRock_Translucent_MASTER.uasset | 3 + .../FX/Materials/Debris/M_Obsidian.uasset | 3 + .../Materials/Debug/MI_X_Cross_Debug.uasset | 3 + .../Materials/Debug/MI_Y_Cross_Debug.uasset | 3 + .../Materials/Debug/MI_Z_Cross_Debug.uasset | 3 + .../Materials/Debug/M_XYZ_Cross_Debug.uasset | 3 + .../Fire/JetFlames/M_Jets_Base_01.uasset | 3 + .../Fire/JetFlames/M_Jets_Core.uasset | 3 + .../Fire/MI_Crunch_3D_Jet_Flame_Blue.uasset | 3 + .../Materials/Fire/MI_Crunch_Fist_Fire.uasset | 3 + .../Materials/Fire/MI_Crunch_Mesh_Fire.uasset | 3 + .../Fire/MI_Stylised_Flame_Orange.uasset | 3 + .../Fire/M_Crunch_3D_Jet_Flame.uasset | 3 + .../Materials/Fire/M_Crunch_Fist_Fire.uasset | 3 + .../Materials/Fire/M_Crunch_Small_Jets.uasset | 3 + .../Fire/M_FX_Fireblast_SubUV_02.uasset | 3 + .../FX/Materials/Fire/M_Mesh_Fire.uasset | 3 + .../FX/Materials/Fire/M_Stylised_Fire.uasset | 3 + .../FX/Materials/Fire/M_Stylised_Flame.uasset | 3 + .../Flares/MI_Crunch_Impact_02_BLACK.uasset | 3 + .../Flares/MI_Crunch_Impact_Flare.uasset | 3 + .../Flares/M_Crunch_Flare_Inst.uasset | 3 + .../Flares/M_Crunch_Impact_Flare.uasset | 3 + .../Flares/M_Crunch_SoftFlare_ShockP.uasset | 3 + .../Materials/Flares/M_TacticiaAirglow.uasset | 3 + .../Functions/MF_CameraDistanceFade.uasset | 3 + .../Functions/MF_DitheredRefraction.uasset | 3 + .../Functions/MF_FX_EmissiveModulate.uasset | 3 + .../Functions/MF_FX_NearCameraFade.uasset | 3 + .../Functions/MF_FadeBasedOnViewAngle.uasset | 3 + .../Functions/MF_Fire_CameraFade.uasset | 3 + .../Functions/MF_ParticleRandomSize.uasset | 3 + .../MF_RandomSubUV_GPUSprites.uasset | 3 + .../Functions/MF_SubUV_Detail.uasset | 3 + .../Functions/MF_Tile_Isolate_XY.uasset | 3 + .../MI_Crunch_Heat_Distortion.uasset | 3 + .../M_HeatDistort_DistanceFade.uasset | 3 + .../HeatDistort/M_Shockwave_Refract.uasset | 3 + .../Heroes/Crunch/M_Crunch_Impact_02.uasset | 3 + .../GlobalArtCollection.uasset | 3 + .../MI_Crunch_Shockwave_Ring_V01.uasset | 3 + .../Shockwave/M_Crunch_Impact_Ring.uasset | 3 + .../Shockwave/M_Crunch_Impact_Shape.uasset | 3 + .../Shockwave/M_Crunch_Shockwave_Ring.uasset | 3 + .../Shockwave/M_Distortion_Trail.uasset | 3 + .../Shockwave/M_Radial_Refraction.uasset | 3 + .../Smoke/M_Crunch_KickUp_Smoke.uasset | 3 + .../Materials/Smoke/M_Inky_Smoke_Burst.uasset | 3 + .../FX/Materials/Smoke/M_lightSmoke.uasset | 3 + .../Smoke/M_lightSmoke_Detail_Inst2.uasset | 3 + .../Trails/M_TrailSmoke_Crunch_Inst.uasset | 3 + .../Smoke/Trails/M_TrailSmoke_NEW.uasset | 3 + .../WispySmokeSoft/M_WispySmokeCheap.uasset | 3 + .../M_WispySmokeCheap_UnlitEmiss.uasset | 3 + .../WispySmokeSoft/M_WispySmokeSoft.uasset | 3 + ..._VLerp_DOF_Rand_ScaleDistanceMaster.uasset | 3 + .../Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset | 3 + .../M_Hotdog_VLerp_DirectionTint.uasset | 3 + ...dog_VLerp_DirectionTint_Minion_Inst.uasset | 3 + .../Sparks/M_Spark_VelocityLerp.uasset | 3 + .../Trails/M_Crunch_Hook_3D_Trail_GLOW.uasset | 3 + .../Trails/M_Crunch_Hook_3D_Trail_V02.uasset | 3 + .../FX/Meshes/Debug/MaterialSphere.uasset | 3 + .../FX/Meshes/Debug/SM_XYZ_Cross_Debug.uasset | 3 + .../Meshes/Fire/JetFlames/SM_Jets_Core.uasset | 3 + .../Fire/JetFlames/SM_Jets_Inner.uasset | 3 + .../Fire/JetFlames/SM_Jets_Outer.uasset | 3 + .../Shapes/SM_Crunch_3D_Trail_HK.uasset | 3 + .../Shapes/SM_Crunch_3D_Trail_HK_GLOW.uasset | 3 + .../Shapes/SM_Crunch_3D_Trail_UC.uasset | 3 + .../Shapes/SM_Crunch_3D_Trail_UC_GLOW.uasset | 3 + .../Meshes/Shapes/SM_Crunch_Fist_V02.uasset | 3 + .../Meshes/Shapes/SM_Crunch_Plane_V04.uasset | 3 + .../Shapes/SM_Crunch_Plane_Vertical.uasset | 3 + .../FX/Meshes/Shapes/SM_Dive_Flames.uasset | 3 + .../Meshes/Shapes/SM_Prime_Shockwave.uasset | 3 + .../FX/Meshes/Smoke/SM_Plasma_Mesh.uasset | 3 + .../FX/P_Crunch_Cross_AmpedFLames.uasset | 3 + .../Cross/FX/P_Crunch_Cross_DirtTrail.uasset | 3 + .../FX/P_Crunch_Cross_Enemy_Impact.uasset | 3 + .../Cross/FX/P_Crunch_Cross_Fires.uasset | 3 + .../Cross/FX/P_Crunch_Cross_Impact.uasset | 3 + .../Cross/FX/P_Crunch_Cross_Jets.uasset | 3 + .../Cross/FX/P_Crunch_Fist_Fire_Cross.uasset | 3 + .../Hook/FX/P_Crunch_Fist_Fire_Hook.uasset | 3 + .../Hook/FX/P_Crunch_Hook_3D_Trail.uasset | 3 + .../Hook/FX/P_Crunch_Hook_Enemy_Impact.uasset | 3 + .../Hook/FX/P_Crunch_Hook_Impact.uasset | 3 + .../Hook/FX/P_Crunch_Hook_Jets.uasset | 3 + .../Primary/FX/P_Crunch_Primary_Impact.uasset | 3 + .../Primary/FX/P_LevelStart_Fist_LR.uasset | 3 + .../Primary/FX/P_LevelStart_Fist_Slam.uasset | 3 + .../FX/P_LevelStart_Fist_Slam_SS.uasset | 3 + .../FX/P_Crunch_Heat_Distortion.uasset | 3 + .../Ultimate/FX/P_Crunch_JetFX_Stage_1.uasset | 3 + .../Ultimate/FX/P_Crunch_JetFX_Stage_2.uasset | 3 + .../FX/P_Crunch_Fist_Fire_UpperCut.uasset | 3 + .../FX/P_Crunch_GutPunch_Impact.uasset | 3 + .../Uppercut/FX/P_Crunch_Gutpunch_Jets.uasset | 3 + .../FX/P_Crunch_UpperCut_3D_Trail.uasset | 3 + .../Uppercut/FX/P_Crunch_UpperCut_Jets.uasset | 3 + .../FX/P_Crunch_Uppercut_Impact.uasset | 3 + .../Debris/T_Concrete_ChunkSubUV_D.uasset | 3 + .../Debris/T_Concrete_ChunkSubUV_N_TGA.uasset | 3 + .../FX/Textures/Debris/T_Debris.uasset | 3 + .../FX/Textures/Debris/T_Debris_Blur.uasset | 3 + .../FX/Textures/Debris/T_Debris_Blur_A.uasset | 3 + .../Debris/T_Rock_Imposter_12x12_D.uasset | 3 + .../Debris/T_Rock_Imposter_12x12_N.uasset | 3 + .../Decals/Scorch/T_DecalExample.uasset | 3 + .../Scorch/T_Decal_Small_Scorch_A.uasset | 3 + .../T_Lightning_B_Tile_Chromatic.uasset | 3 + .../Plasma/T_EnergyPlasma_Tile_H_01.uasset | 3 + .../Energy/Plasma/T_Inky_Smoke.uasset | 3 + .../Environment/Snow/T_Snow01_Packed.uasset | 3 + .../Explosions/T_FireySmoke_01_Fire.uasset | 3 + .../Textures/Fire/T_FireblastPacked_v2.uasset | 3 + .../FX/Textures/Flares/T_ChainFlare.uasset | 3 + .../Textures/Flares/T_Flare_Spikeball.uasset | 3 + .../FluidPatterns/T_FluidTile01_DA.uasset | 3 + .../FluidPatterns/T_InkSmoky_M2.uasset | 3 + .../General/T_ImpactCircleMask.uasset | 3 + .../Gradients/Color/T_ShieldLightrays.uasset | 3 + .../Color/T_ShieldLightrays_color.uasset | 3 + .../Masks/T_Cowcatcher_TrailMask.uasset | 3 + .../Gradients/Masks/T_MaskingDown.uasset | 3 + .../Textures/Masks/T_3D_Trail_Mask_V02.uasset | 3 + ..._Coil_ImpactDecalSplashEmissiveMask.uasset | 3 + .../Masks/T_DecalMask_Radial01.uasset | 3 + .../Textures/Masks/T_EngineFlameMask.uasset | 3 + .../Masks/T_EngineFlameMechMask.uasset | 3 + .../FX/Textures/Masks/T_NoisyRamp.uasset | 3 + .../FX/Textures/Masks/T_Radial_Burst.uasset | 3 + .../Masks/T_Radial_Gradient_Invert.uasset | 3 + .../FX/Textures/Masks/T_ShockWave_Core.uasset | 3 + .../Masks/T_SmokeTrailCoord1_Mask.uasset | 3 + .../Masks/T_SphereRenderHeightMap.uasset | 3 + .../FX/Textures/Masks/T_Sphere_A.uasset | 3 + .../FX/Textures/Masks/T_TankMoteNoise.uasset | 3 + .../FX/Textures/Masks/T_TetraPanMask.uasset | 3 + .../Masks/T_shinningfloor_teal.uasset | 3 + .../MuzzleFlashes/T_Crunch_Impact_01.uasset | 3 + .../T_Radial_Refraction_Blur_N.uasset | 3 + .../Textures/NormalShapes/T_Sphere_N.uasset | 3 + .../FX/Textures/Smoke/T_Dust_Single_01.uasset | 3 + .../Textures/Smoke/T_FluidSmoke_03_D.uasset | 3 + .../Textures/Smoke/T_FluidSmoke_03_N.uasset | 3 + .../FX/Textures/Smoke/T_SmokePuff_001.uasset | 3 + .../Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset | 3 + .../T_SmokeTile_Strip_03_Height_TILE.uasset | 3 + .../Smoke/T_SmokeTile_Strip_03_Soft.uasset | 3 + .../T_SmokeTile_Strip_03_Soft_N_TILE.uasset | 3 + .../Smoke/T_SmokeTile_Strip_03_TILE.uasset | 3 + .../FX/Textures/Smoke/T_Smoke_Trail.uasset | 3 + .../Textures/Smoke/T_WispySmoke_V2_NRM.uasset | 3 + .../Smoke/T_WispySmoke_V2_OCC+Alpha.uasset | 3 + .../FX/Textures/Sparks/T_SparkSingle.uasset | 3 + .../FX/Textures/Sparks/T_Spark_Soft.uasset | 3 + .../Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset | 3 + .../Tile/Heat/T_2ndInfectedMapLinear.uasset | 3 + .../FX/Textures/Tile/Heat/T_HeatTile_N.uasset | 3 + .../Tile/Noise/T_Buff_Red_PerlinNoise.uasset | 3 + .../Tile/Noise/T_Cave_Noise_14.uasset | 3 + .../Tile/Noise/T_Inky_Smoke_Tile.uasset | 3 + .../Tile/Noise/T_NoiseBubbly_Large.uasset | 3 + .../Textures/Tile/Noise/T_SmokeTile_N.uasset | 3 + .../Textures/Tile/Noise/T_Smooth_tile.uasset | 3 + .../Textures/Tile/Noise/T_Soft_Noise.uasset | 3 + .../Textures/Tile/Noise/T_Swirly_Noise.uasset | 3 + .../Noise/T_Swirly_Noise_highContrast.uasset | 3 + .../Tile/Noise/T_TilingNoise03.uasset | 3 + .../Tile/Noise/T_TilingNoise06.uasset | 3 + .../Tile/Noise/T_TilingNoise12.uasset | 3 + .../Tile/Noise/T_UI_Smooth_Tile.uasset | 3 + .../FX/Textures/Tile/Noise/T_Wind_Blur.uasset | 3 + .../Tile/Noise/T_noise_flamy_Tile.uasset | 3 + .../Tile/Noise/T_noise_flamy_Tile_SPEC.uasset | 3 + .../Tile/Organic/T_Spores_Tile.uasset | 3 + .../Tile/Organic/T_Swirly_Fluid.uasset | 3 + .../trails/T_Streak_Soft_Trail.uasset | 3 + .../VF_TurbulentNoise_1_55.uasset | 3 + .../FX/VectorFields/VF_Vortex_120.uasset | 3 + Content/ParagonCrunch/Placeholder.txt | 0 Content/Player/CPlayerCharacter_BP.uasset | 3 + Content/Player/CPlayerController_BP.uasset | 3 + Content/TempLevel.umap | 3 + Content/TempLevel_HLOD0_Instancing.uasset | 3 + .../0/1W/0HVX3MM2MYMN6P446Z4JOR.uasset | 3 + .../0/33/WW4JJCKKY97RPHNTD6OS52.uasset | 3 + .../0/3G/ZXBDFX5M1I4N89VK0HNLIR.uasset | 3 + .../0/5D/PZAQHM8U55438BSAYEOZEG.uasset | 3 + .../0/B4/6JPZ9EPGAUWL9WPE8DNT4D.uasset | 3 + .../0/ES/HANBBXNZIDQW4QU7ZAD8MJ.uasset | 3 + .../0/IV/KD96ZOZVSWERFFKX8IOG2P.uasset | 3 + .../0/YA/887QOX8S24Y57VTIQM5PUM.uasset | 3 + .../1/34/MY1LKYJ2NXH49XSVGNX20H.uasset | 3 + .../1/61/C7C3VZHNCEGU2E3ZYDJUGD.uasset | 3 + .../1/9Z/4AGW92WH0FLQ7F382S9DS3.uasset | 3 + .../1/BH/GR308K6LOQMIKJ2PZDCE86.uasset | 3 + .../1/P5/7W7U49BI69BFRS7ETJVLT4.uasset | 3 + .../1/SE/WPR6OVTKVZL1KKDPOUK4AT.uasset | 3 + .../1/V4/JEMZ5XUNB8T9HYBNXVSMIZ.uasset | 3 + .../1/WZ/KXVEJTEIGOGTPQA3U40KRF.uasset | 3 + .../2/1K/HS4A5J5NXMEK3S7CN23BCW.uasset | 3 + .../2/2Q/G3QKA4M2HUFFY9C3DDD0IH.uasset | 3 + .../2/62/9HX9KZ4NGP08OUJJR068GI.uasset | 3 + .../2/BA/85OPE5BVTAW92SGDXATA4Q.uasset | 3 + .../2/D7/MVD7RBM3NBAOUTAB2QEBL9.uasset | 3 + .../2/D9/FZ2CT709LQNFVBWTXEJ9S5.uasset | 3 + .../2/FK/WCWK5DWYIA8I6NDQBZZC9U.uasset | 3 + .../2/HT/PEY1S2RAHXFJBQJU9VO0W0.uasset | 3 + .../2/NY/0S2M4JBF99NFL0W0XTB7OO.uasset | 3 + .../2/Q7/XKGGV6B8C3W2EE05ZLGQGE.uasset | 3 + .../2/R3/93NBEQ7KHBJIRGHFUP73EM.uasset | 3 + .../2/YI/FL3A40LRDF59BCNS26DICB.uasset | 3 + .../3/5C/UL2ZPXCLTJGZK6XCQ4S4JI.uasset | 3 + .../3/D8/2XU8KTEHB0SJSMU5O5P8AV.uasset | 3 + .../3/IJ/WF6Y936JM8B7N0E0PBD18E.uasset | 3 + .../3/KY/UOQWAMIU584TN0Q98C8DJV.uasset | 3 + .../3/VM/U05BKRVZT6QP2013E0C82A.uasset | 3 + .../3/ZK/XZ083HBTYD6LW6RTTCOJW2.uasset | 3 + .../4/B9/D1IRDJERD43YH7R0G9NWS1.uasset | 3 + .../4/JW/TR9DGACEIFV2OQB6V5UH5S.uasset | 3 + .../4/MA/RKDWUW0ORZXOSY1LZKBOSB.uasset | 3 + .../4/MO/LZBRN6L77P1I5RMTI3X5ZM.uasset | 3 + .../4/PN/FXY6AYAUVUUXDVZCEFQ2XA.uasset | 3 + .../4/XY/Z7LCYEJZYPLWW5TG3S8X6K.uasset | 3 + .../5/6Q/TZ4OQB8C79X3MA8SMI8ZM1.uasset | 3 + .../5/EX/FOAAM83MU7KYGVTANSKS3H.uasset | 3 + .../5/HL/VNDHJ9HJ0FA8AJGT7O2HOM.uasset | 3 + .../5/I5/C1KUMC58E8WYYJG4ZQLJGD.uasset | 3 + .../5/O2/HQXTJ62VMDYU7JHSJHQSYO.uasset | 3 + .../5/QV/84AYNQ118TXNMG6W3SMB8F.uasset | 3 + .../6/02/EEJNBJITIA4H4OW7616ORU.uasset | 3 + .../6/13/CSX3EODS6SNGTICFPKY1TV.uasset | 3 + .../6/7M/9TCY8K97M1LRAPYLUAOA7E.uasset | 3 + .../6/AO/RVOLX9KK97W6ADTL9KVH1E.uasset | 3 + .../6/B5/AXK66DFV1I52IJFOFTAZTC.uasset | 3 + .../6/HC/34Y3D2AAJP3DKLVKPT1OJP.uasset | 3 + .../6/LW/UTVUEPBAI6P8X78IG87KKU.uasset | 3 + .../6/TC/YE82XWKPQRTQ7C2XQGGIIS.uasset | 3 + .../6/TW/HM60BIO4DI6U3J2YAE7ENU.uasset | 3 + .../6/U7/P5IFW1D4K6MSBPS5LHNB45.uasset | 3 + .../6/ZZ/S6S7Z9YWXIJG0K96N7LJKE.uasset | 3 + .../7/5O/4SEFQEPMV0QW97TDYLOA1U.uasset | 3 + .../7/90/HEEVW18T278FI5666QBN2B.uasset | 3 + .../7/E2/6HT6VAKNX6KIIUM42JR1QA.uasset | 3 + .../7/JY/ZS4CLME3RKV3OPZIZDBPUD.uasset | 3 + .../7/NQ/XRDIUPOWB7ZC9WEVUN2B6M.uasset | 3 + .../7/RT/MH76TSR1ASGHIDNZ2UKWOK.uasset | 3 + .../7/VC/0T3AHFZNXFU9CEJIWDCTJR.uasset | 3 + .../8/6A/CQEF810TOTG6N2DO4LKWYM.uasset | 3 + .../8/7Q/SH1372IMD1TVV98NYJG6AS.uasset | 3 + .../8/86/8W98HY60B1PW38R6DHLUGX.uasset | 3 + .../8/8T/OK8CIYX72W4OZEZYVC7248.uasset | 3 + .../8/D7/2HMMMB3TTMX3CQ1WXTTNZS.uasset | 3 + .../8/DP/4UEY54IEX0MGYBD9PI4INC.uasset | 3 + .../8/JQ/WVE0B0TD1PK1CC6TY0M8MJ.uasset | 3 + .../8/M6/YA1XOXS1DGGTMTCYQDNM2F.uasset | 3 + .../8/MF/T1P95G5IYXYHQP17G7C4Z0.uasset | 3 + .../8/OD/NPAVEF8FR22ZMT7CW5YOT2.uasset | 3 + .../8/OQ/QI6JO5LN02T1I81653WOZT.uasset | 3 + .../8/P6/6TCMFVHUETNLZK4J8ACB0X.uasset | 3 + .../8/PU/361UDECZNTHLU5YUOTY04T.uasset | 3 + .../8/UK/6HOP6ZA4KZA60GF8U3FPIO.uasset | 3 + .../8/VT/0S8J3EKR6KEB5T2C4TDNIP.uasset | 3 + .../8/WP/A3PYE032P6OJCHNMH7IE47.uasset | 3 + .../8/YK/37FQTP670DMLVRG9NCAHPC.uasset | 3 + .../9/1I/XVUUSDTKD8KDKNFS4KPQTB.uasset | 3 + .../9/32/JD3A1LIYIRH1QXL43VV4KN.uasset | 3 + .../9/4K/5HW4G1FMPX3NN6MY4J8IY2.uasset | 3 + .../9/57/XO7DJHHX2M24WJTU7SSB56.uasset | 3 + .../9/8G/235A6N02EVUGSZ5ZIOCQC2.uasset | 3 + .../9/95/PO2MBBZKQ6H4LSLYEK8TJ6.uasset | 3 + .../9/AT/9XJTIHAXBPDEGM1VS5GB9A.uasset | 3 + .../9/G7/0W51RAMD2JFH5W5L8S3QKC.uasset | 3 + .../9/OT/FNVF5MY0EA3WHESUY4U7ZX.uasset | 3 + .../9/P6/MKM9VNDTECAFBWK0EYDPPD.uasset | 3 + .../9/TI/VCXUM6EFQUQGEBQ9XI1BNB.uasset | 3 + .../9/UV/3JQBLXDAN6O7Y0GST2OZBG.uasset | 3 + .../A/5G/8ZHPBSVFXYB6PZ1596B98Z.uasset | 3 + .../A/6T/HW1CU6RQJF61YAO9AMH2R3.uasset | 3 + .../A/73/O9DKRSJCHJEKJ1RQIZSBCZ.uasset | 3 + .../A/8A/WSWFC8ZTXDNJR3B4RBA0I0.uasset | 3 + .../A/9K/RCCGKKQI1UFEK1QZROZRT3.uasset | 3 + .../A/B7/40TQFWWGSCLPAXV6CP6D1X.uasset | 3 + .../A/CZ/K8SCVNM0RF07AH95SOWC9O.uasset | 3 + .../A/F0/Z3NZOLWZ9VGPIRP3PTATXM.uasset | 3 + .../A/FB/UP95IBI3VFPOJ7VL1O6XSR.uasset | 3 + .../A/L8/IKEESWQG2XE0UNE3KVVSV0.uasset | 3 + .../A/PO/B9F5NGLK0P303PE6KKZ2BR.uasset | 3 + .../A/PY/TPEEPWWVDBEI6WKHSK6W44.uasset | 3 + .../A/QH/IOVRAAHCHO01ZQHD2DITRX.uasset | 3 + .../A/RT/31NY29JJYTR9X0CDEC6NNB.uasset | 3 + .../A/U9/R9YIUVOOWJJ7IDHEM46LKC.uasset | 3 + .../A/YK/CK8DRQL1J8V8UPXIRQ4GHY.uasset | 3 + .../B/AF/CI33VVH0DSIB3Z6CAJMQLZ.uasset | 3 + .../B/CU/5OEQHOR5IR6JIKSP59EH5Q.uasset | 3 + .../B/DC/KZW6GSC971F84C57GCQ14W.uasset | 3 + .../B/HU/Q14XC064R56JZHWP8P3O9W.uasset | 3 + .../B/LK/FRXOSGT2TYX3A0RUO6S3F5.uasset | 3 + .../B/OE/VLBQYEHGWVQFZWEZHOAMAV.uasset | 3 + .../C/12/UL8IQENXXS82W7BIN7KU4A.uasset | 3 + .../C/1K/4RYD3AV04X0AV1UK3CLW0X.uasset | 3 + .../C/6D/OCCZZ7WW1ZXJ02X6XRUSF2.uasset | 3 + .../C/B1/FRGVC5UL2WTBN1FBE2HR83.uasset | 3 + .../C/EK/928747L1K24WT7Y7WUDUTV.uasset | 3 + .../C/FL/GSPVU4K52M5KKR2G119WFD.uasset | 3 + .../C/GQ/XM6531WMY88Y8L9RT9N3E3.uasset | 3 + .../C/JV/JURZT5YYKJVDAS94R6C7QN.uasset | 3 + .../C/X7/F9XVE47MY3NZO8FJN912EM.uasset | 3 + .../D/BH/ZGDCXK3BKAZBLU6BIBTKRZ.uasset | 3 + .../D/DP/T0RAQ6WHDX369BJX69BAP2.uasset | 3 + .../D/EW/DEBFOGEMAUZMC26GT3BGB9.uasset | 3 + .../D/LJ/25DX1O5TCSRO9KOBZNN8CP.uasset | 3 + .../D/LU/BITRJ46Q1ZC7MBTY8XPO3D.uasset | 3 + .../D/Z1/DXUIIVSZNRAI83MGMZAPWJ.uasset | 3 + .../E/1D/RHI5LKV2YJW86ZKWBJ5HWI.uasset | 3 + .../E/31/TVVX6BQWI763BKB6ESOJ66.uasset | 3 + .../E/4E/3DIXP9NRELYUMUN06OQYX0.uasset | 3 + .../E/CC/ZPNFXVLZWQ6WFK8CHPWEEZ.uasset | 3 + .../E/CV/HPHV6T91WYP5H8RAOZZ7U7.uasset | 3 + .../E/FD/DWDIOI27KLZAYAUT1AGYTW.uasset | 3 + .../E/KQ/93UPLST0IZ8XCVG6L1XMII.uasset | 3 + .../E/WS/PZ32S6NWEY1TBJ0PU0TTPE.uasset | 3 + .../E/YE/XJEW30VO8D2UNYILTWQC3X.uasset | 3 + .../F/0F/PPJ59GEPXA4XQZQ8HMASWE.uasset | 3 + .../0/LW/WXHO7WVC8JKBXAFVTTMVPG.uasset | 3 + .../2/O9/TBT82OBO0JBQ1A2H98RMQL.uasset | 3 + .../4/KF/T1DT5BBR3HHKQL2PSTJ74D.uasset | 3 + .../6/0T/B5VLMS2VFUW4YCDK8JI3ZX.uasset | 3 + .../6/LT/HL3TFOQZ021MUIG2A7B9H3.uasset | 3 + .../A/3E/4PM4A7Y55HPU0PNHLB4WER.uasset | 3 + .../Private/Animations/CAnimInstance.cpp | 50 ++++++++++ .../Crunch/Private/Character/CCharacter.cpp | 29 ++++++ .../Private/Character/CPlayerCharacter.cpp | 97 +++++++++++++++++++ Source/Crunch/Private/Game/CGameMode.cpp | 4 + .../Private/Player/CPlayerController.cpp | 5 + .../Crunch/Public/Animations/CAnimInstance.h | 64 ++++++++++++ Source/Crunch/Public/Character/CCharacter.h | 24 +++++ .../Public/Character/CPlayerCharacter.h | 52 ++++++++++ Source/Crunch/Public/Game/CGameMode.h | 16 +++ .../Crunch/Public/Player/CPlayerController.h | 16 +++ 1601 files changed, 5127 insertions(+), 1 deletion(-) create mode 100644 Content/Characters/Crunch/Animation/AO_Crunch_Look.uasset create mode 100644 Content/Characters/Crunch/Animation/AnimBP_Crunch.uasset create mode 100644 Content/Characters/Crunch/Animation/BS_Crunch_Jog_lean.uasset create mode 100644 Content/Characters/Crunch/Animation/CR_Crunch_IKFoot.uasset create mode 100644 Content/Framework/CGameMode_BP.uasset create mode 100644 Content/Input/IA_Jump.uasset create mode 100644 Content/Input/IA_Look.uasset create mode 100644 Content/Input/IA_Move.uasset create mode 100644 Content/Input/IM_Gameplay.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_UVSets.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_AO.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_Clearcoat.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_Emissive.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/T_Crunch_UV2_RGB.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_DeathFade.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_HitFlash.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_Lerp_GammaColor.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_RimLight.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/T_Inky_Smoke_Tile.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/ML__Blank.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_AnisotropicMetal.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_AnodizedAluminium.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_BladeMetal.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_BladeMetal2.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Dirty_Gun_Metal_1.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_GlossyArmor.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Iridescent_Metal.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Metal_SandCast.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Metal_Scratched_Circular.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Precious_Metal_Old.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_SoftMetal01.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Steel.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_AnodizedMetal_D.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_AnodizedMetal_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_D.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Gray_Flat_Black.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_SandCast_Med_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Scratched_Circular_01_COLOR.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Scratched_Circular_01_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Noise_Rough_Dark_Big.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ScratchMask.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_metal02.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02_OverMetal.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_Paint_OverMetal02.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_PaintedConstructionMetal.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_Cream_Paint_D.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/ML_Dark_rubber.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/ML_Mud.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/T_SkinMud.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/T_SoilMud2_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_CarbonFiber.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_Glass.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_LightPlasticPattern09.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_RoughPlastic.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_CF_Nor.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Carbon_Color.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Crunch_Torso_RGB.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Heart_PatternMask2.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern01_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern_Gray.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_Heavy_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_Heavy_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/T_Black.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/T_Black_Linear.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/T_TestML_Mask.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/Textures/Noise/T_TilingNoise14.uasset create mode 100644 Content/ParagonCrunch/Characters/Global/Textures/T_UV_Checker_D.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/AnimationTestMap.umap create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Attack_Air.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Fast.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Fast_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Montage.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Recovery.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Recovery_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Slow.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Slow_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Fast.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Fast_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Montage.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Recovery.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Recovery_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Slow.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Slow_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Fast.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Fast_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Montage.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Slow.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Slow_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Fast.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Fast_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Slow.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Slow_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_DashingCross.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_DashingCross_Start.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Dashing_Recovery.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Dashing_Recovery_Hit.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_GutPunch.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Hook.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Hook_Empowered.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Uppercut.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Crunch_AO_Blendspace.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CC.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CD.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CU.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBC.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBD.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBU.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LC.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LD.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LU.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBC.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBD.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBU.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RC.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RD.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RU.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogBwdSlopeLean.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogFwdSlopeLean.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogLeftSlopeLean.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogRightSlopeLean.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintBwdSlopeLean.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintFwdSlopeLean.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintLeftSlopeLean.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintRightSlopeLean.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/StepInPlace.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Bound.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Cast.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Cast_MSA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/ComboExample.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Death_A.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_King.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_Laugh.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_RaisedFist.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_ThrowDown.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_Waiting.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Back.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Front.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Left.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Right.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_180_Turn_Left.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_180_Turn_Right.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_90_Turn_Left.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_90_Turn_Right.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_AmbientNoise.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Combat.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Combat_Var1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Pose.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_TravelMode.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_BwdToFwd_Spin_ccw.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_BwdToFwd_Spin_cw.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Circle_Left.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Circle_Right.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_DownHill.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Pivot.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Start.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Stop.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_UpHill.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_FwdToBwd_Spin_ccw.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_FwdToBwd_Spin_cw.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Circle_Left.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Circle_Right.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_DownHill.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Pivot180.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Start.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Stop.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_UpHill.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Circle_Left.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Circle_Right.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_DownHill.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Pivot.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Start.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Stop.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_UpHill.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Circle_Left.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Circle_Right.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_DownHill.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Pivot.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Start.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Stop.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_UpHill.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Apex.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Land.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Land_Recovery_Additive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_PreLand.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Start.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Knockback_Back.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Knockback_Front.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LaunchPad.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Alt.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Alt_SS.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Montage.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Level_Start.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Marketing_Pose.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Recall.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Sprint_Fwd.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Step_InPlace.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Stunned_Loop.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Stunned_Start.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Thruster_Panel_Close.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Thruster_Panel_Loop.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd_CircleLeft.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd_CircleRight.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_CircleLeft.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_CircleRight.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_DownHill.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_UpHill.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Left.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Right.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/CrunchPlayerCharacter.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Crunch_AnimBlueprint.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Body.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Fists.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Head.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Legs.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Torso.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Head.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Hoses.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Parent.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Pistons.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_CrunchTube_Emissive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_Crunch_FX_Emissives.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_PlasmaFluid.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/ML_Coiled_Tubes.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/ML_Crunch_Eyes.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/T_Coiled_Tube_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/T_Coiled_Tube_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_Extents.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_ShadowCyl.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_Skeleton.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Orion_Proto_Retarget.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Body_BlkGld.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Fists_BlkGld.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Head_BlkGld.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Hoses_BlkGld.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Legs_BlkGld.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Pistons_BlkGld.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Torso_BlkGld.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Head_BlkGld.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Parent_2_BlkGld.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Parent_BlkGld.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Pistons_BlkGld.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialLayers/ML_Crunch_BlkGld_BodyMetal.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialLayers/ML_Crunch_BlkGld_JointMetal.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Meshes/Crunch_GoldenGloves.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Textures/T_Crunch_Fists_BlkGld_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Body_Military.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Fists_Military.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Head_Military.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Hoses_Military.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Legs_Military.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Pistons_Military.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Torso_Military.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Head_Military.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Parent_Military.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Pistons_Military.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialLayers/ML_Crunch_Military_Paint.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Meshes/Crunch_Military.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Textures/T_Crunch_Decal_Lower_Military_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Textures/T_Crunch_Decal_Upper_Military_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Body_Ti.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Fists_Ti.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Head_Ti.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Hoses_Ti.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Legs_Ti.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Pistons_Ti.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Torso_Ti.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Head_Ti.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Parent_Ti.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Pistons_Ti.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Meshes/Crunch_Titanium.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Body_V17.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Fists_V17.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Head_V17.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Hoses_V17.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Legs_V17.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Pistons_V17.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Torso_V17.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/M_Crunch_Parent_V17.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Mesh/Crunch_Valentine.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Arms.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Body.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Engine.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Intake.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Legs.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Wings.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/M_Crunch_BlackSite_Cone.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/M_Crunch_Blacksite_Glass.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MaterialLayers/ML_Crunch_BlackSite_Metal.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/ParentMaterials/M_MASTER_BlackSite.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Meshes/Crunch_Black_Site.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_ArchBladeEyeBlackColor.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSiteSite_Intake_Packed1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Arm_Packed1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Body_Packed1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Body_Packed2.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Decals_D.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Engine_Packed1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Glass_1_M.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Intake_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Intake_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Legs_Mask2.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Legs_Packed1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_Packed1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Flat_normal.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Arm.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Body.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Engine.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Leg.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Wing.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/M_Crunch_CrashSite_Glass.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MatLayerBlend_Decal.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Camo.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Camo_Colors.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_DarkMetal.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_PaintedMetal.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Rubber.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_ShinyMetal.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/ML_Crunch_Eyes_S.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/ParentMaterials/M_Crunch_CrashSite_MASTER.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Meshes/Crunch_Crash_Site.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Camo_Pattern_005_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_Mask1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_Mask2.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arms_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_EMISSIVE.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Logo_D.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Mask1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Mask2.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Burn_Masks_1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Burn_Masks_2.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Char_D.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Color_Overlay_1_M.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Color_Overlay_2_M.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_Mask1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_Mask2.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Fists_EMISSIVE.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_1_M.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_2_M.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Leg_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_EMISSIVE.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_Mask1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_Mask2.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_Mask1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_Mask2.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_TilingRock01_D.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueVoices/Crunch.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ally_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Enemy_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Self_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_060_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_070_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_020_Alt1_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_02_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_03_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_02_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_03_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_04_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_02_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_03_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_05_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_02_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_04_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_05_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_06_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_07_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_02_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_07_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_03_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_05_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_011_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_07_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_09_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_017_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_03_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_015_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_05_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_BreathingLowHealth_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_BreathingRun_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_012_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_04_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_09_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_06_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_07_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_08_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_016_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_02_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_03_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_02_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_03_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_05_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_06_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_07_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_02_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_03_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_04_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_03_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_06_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_02_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_05_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_09_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_04_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_06_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_09_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_02_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_06_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_08_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_01_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_02_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_03_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_060_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_070_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_080_B_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_080_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_090_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_100_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_110_B_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_110_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_030_Alt1_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_060_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Shinbi_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_060_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_070_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Froglegs_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Patton_010_Alt_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Patton_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Steel_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_060_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_070_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_080_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_090_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_100_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_110_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_120_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_060_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_070_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_080_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_090_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_100_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_110_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_120_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_060_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_070_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_080_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_090_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_100_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_110_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_120_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_060_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_070_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_010_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_020_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_030_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_040_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_050_Dialogue.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_E_Engage.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_LMB_Engage.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_LowMana.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_No.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_OnCooldown.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Q_Engage.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_RMB_Engage.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_ScoredCrit.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Ally.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Enemy.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Ready.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Self.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_UsedLastCharge.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Catchphrase.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Death.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_DraftLock.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_DraftSelect.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_E_Body.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_E_Uppercut.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Primary.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Q.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Dash.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Punch.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Turbo.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Ultimate.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Attack.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Block.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_BreathingLowHealth.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_BreathingRun.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Cheer.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Death.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Frustration.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Jump.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_JumpHeavy.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Land.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_LandHeavy.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Laugh.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Pain.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_PainHeavy.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Swing.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_080.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_080_B.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_090.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_100.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_110.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_110_B.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_Taunt.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Critical.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_CriticalSave.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Healed.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Low.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_SufferedCrit.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Boast.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_BoastResponse.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Question.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_QuestionResponse.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Shinbi.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Statement.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Assist.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Enemy.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_FirstBlood.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Revenge.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_SameEnemy.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Shutdown.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Streak.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_AbilityLevelConfirm.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_BoughtItem.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_CardPoints.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_Five.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_Up.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Froglegs.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Patton.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Patton_Alt.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Steel.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_080.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_090.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_100.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_110.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_120.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Froglegs.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Patton.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Steel.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_080.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_090.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_100.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_110.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_120.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_080.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_090.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_100.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_110.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_120.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Revive.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Ace.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Buffed.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Celebrate.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Danger.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Defeat.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Idle.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_OrbPrimeActivated.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Recall.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_TeamDead.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Victory.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ally_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Enemy_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Self_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_020_Alt1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_03.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_03.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_04.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_03.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_05.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_04.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_05.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_06.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_07.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_07.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_03.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_05.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_011.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_07.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_09.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_017.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_03.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_015.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_05.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_BreathingLowHealth_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_BreathingRun_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_012.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_04.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_09.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_06.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_07.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_08.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_016.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_03.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_03.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_05.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_06.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_07.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_03.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_04.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_03.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_06.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_05.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_09.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_04.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_06.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_09.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_06.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_08.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_01.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_02.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_03.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_080.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_080_B.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_090.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_100.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_110.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_110_B.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_030_Alt1.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Shinbi_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Froglegs_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Patton_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Patton_010_Alt.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Steel_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_080.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_090.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_100.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_110.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_120.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_080.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_090.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_100.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_110.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_120.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_080.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_090.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_100.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_110.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_120.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_060.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_070.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_010.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_020.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_030.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_040.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_050.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_DETAIL.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_RGB.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_DETAIL.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_RGB.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_DETAIL.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_RGB.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_DETAIL.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_RGB.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_DETAIL.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_EMISSIVE.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Decal_Lower_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Decal_Upper_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_DETAIL.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_EMISSIVE.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_DETAIL.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_EMISSIVE.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_DETAIL.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_EMISSIVE.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_MASK.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_N.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_RGBA.uasset create mode 100644 Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Test/T_Crunch_Pistons_EmissiveMask.uasset create mode 100644 Content/ParagonCrunch/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset create mode 100644 Content/ParagonCrunch/Characters/Maps/BackGroundAssets/HDRSky.uasset create mode 100644 Content/ParagonCrunch/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset create mode 100644 Content/ParagonCrunch/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset create mode 100644 Content/ParagonCrunch/Characters/Maps/Crunch.umap create mode 100644 Content/ParagonCrunch/Characters/Maps/Crunch_BuiltData.uasset create mode 100644 Content/ParagonCrunch/Characters/Maps/Lighting_Background.umap create mode 100644 Content/ParagonCrunch/Characters/Maps/Lighting_Background_BuiltData.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Debris/M_Debris.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Debris/M_Obsidian.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Debug/MI_X_Cross_Debug.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Debug/MI_Y_Cross_Debug.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Debug/MI_Z_Cross_Debug.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Debug/M_XYZ_Cross_Debug.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/JetFlames/M_Jets_Base_01.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/JetFlames/M_Jets_Core.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_3D_Jet_Flame_Blue.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_Fist_Fire.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_Mesh_Fire.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/MI_Stylised_Flame_Orange.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_3D_Jet_Flame.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_Fist_Fire.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_Small_Jets.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/M_FX_Fireblast_SubUV_02.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/M_Mesh_Fire.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/M_Stylised_Fire.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Fire/M_Stylised_Flame.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Flares/MI_Crunch_Impact_02_BLACK.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Flares/MI_Crunch_Impact_Flare.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_Flare_Inst.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_Impact_Flare.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_SoftFlare_ShockP.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Flares/M_TacticiaAirglow.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Functions/MF_CameraDistanceFade.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Functions/MF_DitheredRefraction.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Functions/MF_FX_NearCameraFade.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Functions/MF_Fire_CameraFade.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Functions/MF_ParticleRandomSize.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Functions/MF_SubUV_Detail.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/HeatDistort/MI_Crunch_Heat_Distortion.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/HeatDistort/M_HeatDistort_DistanceFade.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Heroes/Crunch/M_Crunch_Impact_02.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Param_Collections/GlobalArtCollection.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Shockwave/MI_Crunch_Shockwave_Ring_V01.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Impact_Ring.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Impact_Shape.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Shockwave_Ring.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Shockwave/M_Distortion_Trail.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Shockwave/M_Radial_Refraction.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Smoke/M_Crunch_KickUp_Smoke.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Smoke/M_Inky_Smoke_Burst.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Smoke/M_lightSmoke.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Smoke/M_lightSmoke_Detail_Inst2.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Smoke/Trails/M_TrailSmoke_Crunch_Inst.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Smoke/Trails/M_TrailSmoke_NEW.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap_UnlitEmiss.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeSoft.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_ScaleDistanceMaster.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint_Minion_Inst.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Trails/M_Crunch_Hook_3D_Trail_GLOW.uasset create mode 100644 Content/ParagonCrunch/FX/Materials/Trails/M_Crunch_Hook_3D_Trail_V02.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Debug/MaterialSphere.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Debug/SM_XYZ_Cross_Debug.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Core.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Inner.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Outer.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_HK.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_HK_GLOW.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_UC.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_UC_GLOW.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Fist_V02.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Plane_V04.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Plane_Vertical.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Shapes/SM_Dive_Flames.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Shapes/SM_Prime_Shockwave.uasset create mode 100644 Content/ParagonCrunch/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_AmpedFLames.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_DirtTrail.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Enemy_Impact.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Fires.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Impact.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Jets.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Fist_Fire_Cross.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Fist_Fire_Hook.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_3D_Trail.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Enemy_Impact.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Impact.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Jets.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_Crunch_Primary_Impact.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_LR.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_Slam.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_Slam_SS.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_Heat_Distortion.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_JetFX_Stage_1.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_JetFX_Stage_2.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Fist_Fire_UpperCut.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_GutPunch_Impact.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Gutpunch_Jets.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_UpperCut_3D_Trail.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_UpperCut_Jets.uasset create mode 100644 Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Uppercut_Impact.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Debris/T_Debris.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Debris/T_Debris_Blur.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Debris/T_Debris_Blur_A.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Decals/Scorch/T_DecalExample.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Decals/Scorch/T_Decal_Small_Scorch_A.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Energy/Electricity/T_Lightning_B_Tile_Chromatic.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_H_01.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Fire/T_FireblastPacked_v2.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Flares/T_ChainFlare.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Flares/T_Flare_Spikeball.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/FluidPatterns/T_FluidTile01_DA.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/General/T_ImpactCircleMask.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Gradients/Color/T_ShieldLightrays.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Gradients/Color/T_ShieldLightrays_color.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Gradients/Masks/T_Cowcatcher_TrailMask.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Gradients/Masks/T_MaskingDown.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_3D_Trail_Mask_V02.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_Coil_ImpactDecalSplashEmissiveMask.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_DecalMask_Radial01.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_EngineFlameMask.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_EngineFlameMechMask.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_NoisyRamp.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_Radial_Burst.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_Radial_Gradient_Invert.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_ShockWave_Core.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_SphereRenderHeightMap.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_Sphere_A.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_TankMoteNoise.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_TetraPanMask.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Masks/T_shinningfloor_teal.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/MuzzleFlashes/T_Crunch_Impact_01.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/NormalShapes/T_Sphere_N.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_Dust_Single_01.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_FluidSmoke_03_D.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_FluidSmoke_03_N.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_SmokePuff_001.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft_N_TILE.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_Smoke_Trail.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Sparks/T_SparkSingle.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Sparks/T_Spark_Soft.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Heat/T_2ndInfectedMapLinear.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Heat/T_HeatTile_N.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Buff_Red_PerlinNoise.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Cave_Noise_14.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Smooth_tile.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Soft_Noise.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Swirly_Noise.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Swirly_Noise_highContrast.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise03.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise06.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise12.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_UI_Smooth_Tile.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Wind_Blur.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_noise_flamy_Tile.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Noise/T_noise_flamy_Tile_SPEC.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Organic/T_Spores_Tile.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/Tile/Organic/T_Swirly_Fluid.uasset create mode 100644 Content/ParagonCrunch/FX/Textures/trails/T_Streak_Soft_Trail.uasset create mode 100644 Content/ParagonCrunch/FX/VectorFields/VF_TurbulentNoise_1_55.uasset create mode 100644 Content/ParagonCrunch/FX/VectorFields/VF_Vortex_120.uasset create mode 100644 Content/ParagonCrunch/Placeholder.txt create mode 100644 Content/Player/CPlayerCharacter_BP.uasset create mode 100644 Content/Player/CPlayerController_BP.uasset create mode 100644 Content/TempLevel.umap create mode 100644 Content/TempLevel_HLOD0_Instancing.uasset create mode 100644 Content/__ExternalActors__/TempLevel/0/1W/0HVX3MM2MYMN6P446Z4JOR.uasset create mode 100644 Content/__ExternalActors__/TempLevel/0/33/WW4JJCKKY97RPHNTD6OS52.uasset create mode 100644 Content/__ExternalActors__/TempLevel/0/3G/ZXBDFX5M1I4N89VK0HNLIR.uasset create mode 100644 Content/__ExternalActors__/TempLevel/0/5D/PZAQHM8U55438BSAYEOZEG.uasset create mode 100644 Content/__ExternalActors__/TempLevel/0/B4/6JPZ9EPGAUWL9WPE8DNT4D.uasset create mode 100644 Content/__ExternalActors__/TempLevel/0/ES/HANBBXNZIDQW4QU7ZAD8MJ.uasset create mode 100644 Content/__ExternalActors__/TempLevel/0/IV/KD96ZOZVSWERFFKX8IOG2P.uasset create mode 100644 Content/__ExternalActors__/TempLevel/0/YA/887QOX8S24Y57VTIQM5PUM.uasset create mode 100644 Content/__ExternalActors__/TempLevel/1/34/MY1LKYJ2NXH49XSVGNX20H.uasset create mode 100644 Content/__ExternalActors__/TempLevel/1/61/C7C3VZHNCEGU2E3ZYDJUGD.uasset create mode 100644 Content/__ExternalActors__/TempLevel/1/9Z/4AGW92WH0FLQ7F382S9DS3.uasset create mode 100644 Content/__ExternalActors__/TempLevel/1/BH/GR308K6LOQMIKJ2PZDCE86.uasset create mode 100644 Content/__ExternalActors__/TempLevel/1/P5/7W7U49BI69BFRS7ETJVLT4.uasset create mode 100644 Content/__ExternalActors__/TempLevel/1/SE/WPR6OVTKVZL1KKDPOUK4AT.uasset create mode 100644 Content/__ExternalActors__/TempLevel/1/V4/JEMZ5XUNB8T9HYBNXVSMIZ.uasset create mode 100644 Content/__ExternalActors__/TempLevel/1/WZ/KXVEJTEIGOGTPQA3U40KRF.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/1K/HS4A5J5NXMEK3S7CN23BCW.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/2Q/G3QKA4M2HUFFY9C3DDD0IH.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/62/9HX9KZ4NGP08OUJJR068GI.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/BA/85OPE5BVTAW92SGDXATA4Q.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/D7/MVD7RBM3NBAOUTAB2QEBL9.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/D9/FZ2CT709LQNFVBWTXEJ9S5.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/FK/WCWK5DWYIA8I6NDQBZZC9U.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/HT/PEY1S2RAHXFJBQJU9VO0W0.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/NY/0S2M4JBF99NFL0W0XTB7OO.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/Q7/XKGGV6B8C3W2EE05ZLGQGE.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/R3/93NBEQ7KHBJIRGHFUP73EM.uasset create mode 100644 Content/__ExternalActors__/TempLevel/2/YI/FL3A40LRDF59BCNS26DICB.uasset create mode 100644 Content/__ExternalActors__/TempLevel/3/5C/UL2ZPXCLTJGZK6XCQ4S4JI.uasset create mode 100644 Content/__ExternalActors__/TempLevel/3/D8/2XU8KTEHB0SJSMU5O5P8AV.uasset create mode 100644 Content/__ExternalActors__/TempLevel/3/IJ/WF6Y936JM8B7N0E0PBD18E.uasset create mode 100644 Content/__ExternalActors__/TempLevel/3/KY/UOQWAMIU584TN0Q98C8DJV.uasset create mode 100644 Content/__ExternalActors__/TempLevel/3/VM/U05BKRVZT6QP2013E0C82A.uasset create mode 100644 Content/__ExternalActors__/TempLevel/3/ZK/XZ083HBTYD6LW6RTTCOJW2.uasset create mode 100644 Content/__ExternalActors__/TempLevel/4/B9/D1IRDJERD43YH7R0G9NWS1.uasset create mode 100644 Content/__ExternalActors__/TempLevel/4/JW/TR9DGACEIFV2OQB6V5UH5S.uasset create mode 100644 Content/__ExternalActors__/TempLevel/4/MA/RKDWUW0ORZXOSY1LZKBOSB.uasset create mode 100644 Content/__ExternalActors__/TempLevel/4/MO/LZBRN6L77P1I5RMTI3X5ZM.uasset create mode 100644 Content/__ExternalActors__/TempLevel/4/PN/FXY6AYAUVUUXDVZCEFQ2XA.uasset create mode 100644 Content/__ExternalActors__/TempLevel/4/XY/Z7LCYEJZYPLWW5TG3S8X6K.uasset create mode 100644 Content/__ExternalActors__/TempLevel/5/6Q/TZ4OQB8C79X3MA8SMI8ZM1.uasset create mode 100644 Content/__ExternalActors__/TempLevel/5/EX/FOAAM83MU7KYGVTANSKS3H.uasset create mode 100644 Content/__ExternalActors__/TempLevel/5/HL/VNDHJ9HJ0FA8AJGT7O2HOM.uasset create mode 100644 Content/__ExternalActors__/TempLevel/5/I5/C1KUMC58E8WYYJG4ZQLJGD.uasset create mode 100644 Content/__ExternalActors__/TempLevel/5/O2/HQXTJ62VMDYU7JHSJHQSYO.uasset create mode 100644 Content/__ExternalActors__/TempLevel/5/QV/84AYNQ118TXNMG6W3SMB8F.uasset create mode 100644 Content/__ExternalActors__/TempLevel/6/02/EEJNBJITIA4H4OW7616ORU.uasset create mode 100644 Content/__ExternalActors__/TempLevel/6/13/CSX3EODS6SNGTICFPKY1TV.uasset create mode 100644 Content/__ExternalActors__/TempLevel/6/7M/9TCY8K97M1LRAPYLUAOA7E.uasset create mode 100644 Content/__ExternalActors__/TempLevel/6/AO/RVOLX9KK97W6ADTL9KVH1E.uasset create mode 100644 Content/__ExternalActors__/TempLevel/6/B5/AXK66DFV1I52IJFOFTAZTC.uasset create mode 100644 Content/__ExternalActors__/TempLevel/6/HC/34Y3D2AAJP3DKLVKPT1OJP.uasset create mode 100644 Content/__ExternalActors__/TempLevel/6/LW/UTVUEPBAI6P8X78IG87KKU.uasset create mode 100644 Content/__ExternalActors__/TempLevel/6/TC/YE82XWKPQRTQ7C2XQGGIIS.uasset create mode 100644 Content/__ExternalActors__/TempLevel/6/TW/HM60BIO4DI6U3J2YAE7ENU.uasset create mode 100644 Content/__ExternalActors__/TempLevel/6/U7/P5IFW1D4K6MSBPS5LHNB45.uasset create mode 100644 Content/__ExternalActors__/TempLevel/6/ZZ/S6S7Z9YWXIJG0K96N7LJKE.uasset create mode 100644 Content/__ExternalActors__/TempLevel/7/5O/4SEFQEPMV0QW97TDYLOA1U.uasset create mode 100644 Content/__ExternalActors__/TempLevel/7/90/HEEVW18T278FI5666QBN2B.uasset create mode 100644 Content/__ExternalActors__/TempLevel/7/E2/6HT6VAKNX6KIIUM42JR1QA.uasset create mode 100644 Content/__ExternalActors__/TempLevel/7/JY/ZS4CLME3RKV3OPZIZDBPUD.uasset create mode 100644 Content/__ExternalActors__/TempLevel/7/NQ/XRDIUPOWB7ZC9WEVUN2B6M.uasset create mode 100644 Content/__ExternalActors__/TempLevel/7/RT/MH76TSR1ASGHIDNZ2UKWOK.uasset create mode 100644 Content/__ExternalActors__/TempLevel/7/VC/0T3AHFZNXFU9CEJIWDCTJR.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/6A/CQEF810TOTG6N2DO4LKWYM.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/7Q/SH1372IMD1TVV98NYJG6AS.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/86/8W98HY60B1PW38R6DHLUGX.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/8T/OK8CIYX72W4OZEZYVC7248.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/D7/2HMMMB3TTMX3CQ1WXTTNZS.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/DP/4UEY54IEX0MGYBD9PI4INC.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/JQ/WVE0B0TD1PK1CC6TY0M8MJ.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/M6/YA1XOXS1DGGTMTCYQDNM2F.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/MF/T1P95G5IYXYHQP17G7C4Z0.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/OD/NPAVEF8FR22ZMT7CW5YOT2.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/OQ/QI6JO5LN02T1I81653WOZT.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/P6/6TCMFVHUETNLZK4J8ACB0X.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/PU/361UDECZNTHLU5YUOTY04T.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/UK/6HOP6ZA4KZA60GF8U3FPIO.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/VT/0S8J3EKR6KEB5T2C4TDNIP.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/WP/A3PYE032P6OJCHNMH7IE47.uasset create mode 100644 Content/__ExternalActors__/TempLevel/8/YK/37FQTP670DMLVRG9NCAHPC.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/1I/XVUUSDTKD8KDKNFS4KPQTB.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/32/JD3A1LIYIRH1QXL43VV4KN.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/4K/5HW4G1FMPX3NN6MY4J8IY2.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/57/XO7DJHHX2M24WJTU7SSB56.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/8G/235A6N02EVUGSZ5ZIOCQC2.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/95/PO2MBBZKQ6H4LSLYEK8TJ6.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/AT/9XJTIHAXBPDEGM1VS5GB9A.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/G7/0W51RAMD2JFH5W5L8S3QKC.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/OT/FNVF5MY0EA3WHESUY4U7ZX.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/P6/MKM9VNDTECAFBWK0EYDPPD.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/TI/VCXUM6EFQUQGEBQ9XI1BNB.uasset create mode 100644 Content/__ExternalActors__/TempLevel/9/UV/3JQBLXDAN6O7Y0GST2OZBG.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/5G/8ZHPBSVFXYB6PZ1596B98Z.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/6T/HW1CU6RQJF61YAO9AMH2R3.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/73/O9DKRSJCHJEKJ1RQIZSBCZ.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/8A/WSWFC8ZTXDNJR3B4RBA0I0.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/9K/RCCGKKQI1UFEK1QZROZRT3.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/B7/40TQFWWGSCLPAXV6CP6D1X.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/CZ/K8SCVNM0RF07AH95SOWC9O.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/F0/Z3NZOLWZ9VGPIRP3PTATXM.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/FB/UP95IBI3VFPOJ7VL1O6XSR.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/L8/IKEESWQG2XE0UNE3KVVSV0.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/PO/B9F5NGLK0P303PE6KKZ2BR.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/PY/TPEEPWWVDBEI6WKHSK6W44.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/QH/IOVRAAHCHO01ZQHD2DITRX.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/RT/31NY29JJYTR9X0CDEC6NNB.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/U9/R9YIUVOOWJJ7IDHEM46LKC.uasset create mode 100644 Content/__ExternalActors__/TempLevel/A/YK/CK8DRQL1J8V8UPXIRQ4GHY.uasset create mode 100644 Content/__ExternalActors__/TempLevel/B/AF/CI33VVH0DSIB3Z6CAJMQLZ.uasset create mode 100644 Content/__ExternalActors__/TempLevel/B/CU/5OEQHOR5IR6JIKSP59EH5Q.uasset create mode 100644 Content/__ExternalActors__/TempLevel/B/DC/KZW6GSC971F84C57GCQ14W.uasset create mode 100644 Content/__ExternalActors__/TempLevel/B/HU/Q14XC064R56JZHWP8P3O9W.uasset create mode 100644 Content/__ExternalActors__/TempLevel/B/LK/FRXOSGT2TYX3A0RUO6S3F5.uasset create mode 100644 Content/__ExternalActors__/TempLevel/B/OE/VLBQYEHGWVQFZWEZHOAMAV.uasset create mode 100644 Content/__ExternalActors__/TempLevel/C/12/UL8IQENXXS82W7BIN7KU4A.uasset create mode 100644 Content/__ExternalActors__/TempLevel/C/1K/4RYD3AV04X0AV1UK3CLW0X.uasset create mode 100644 Content/__ExternalActors__/TempLevel/C/6D/OCCZZ7WW1ZXJ02X6XRUSF2.uasset create mode 100644 Content/__ExternalActors__/TempLevel/C/B1/FRGVC5UL2WTBN1FBE2HR83.uasset create mode 100644 Content/__ExternalActors__/TempLevel/C/EK/928747L1K24WT7Y7WUDUTV.uasset create mode 100644 Content/__ExternalActors__/TempLevel/C/FL/GSPVU4K52M5KKR2G119WFD.uasset create mode 100644 Content/__ExternalActors__/TempLevel/C/GQ/XM6531WMY88Y8L9RT9N3E3.uasset create mode 100644 Content/__ExternalActors__/TempLevel/C/JV/JURZT5YYKJVDAS94R6C7QN.uasset create mode 100644 Content/__ExternalActors__/TempLevel/C/X7/F9XVE47MY3NZO8FJN912EM.uasset create mode 100644 Content/__ExternalActors__/TempLevel/D/BH/ZGDCXK3BKAZBLU6BIBTKRZ.uasset create mode 100644 Content/__ExternalActors__/TempLevel/D/DP/T0RAQ6WHDX369BJX69BAP2.uasset create mode 100644 Content/__ExternalActors__/TempLevel/D/EW/DEBFOGEMAUZMC26GT3BGB9.uasset create mode 100644 Content/__ExternalActors__/TempLevel/D/LJ/25DX1O5TCSRO9KOBZNN8CP.uasset create mode 100644 Content/__ExternalActors__/TempLevel/D/LU/BITRJ46Q1ZC7MBTY8XPO3D.uasset create mode 100644 Content/__ExternalActors__/TempLevel/D/Z1/DXUIIVSZNRAI83MGMZAPWJ.uasset create mode 100644 Content/__ExternalActors__/TempLevel/E/1D/RHI5LKV2YJW86ZKWBJ5HWI.uasset create mode 100644 Content/__ExternalActors__/TempLevel/E/31/TVVX6BQWI763BKB6ESOJ66.uasset create mode 100644 Content/__ExternalActors__/TempLevel/E/4E/3DIXP9NRELYUMUN06OQYX0.uasset create mode 100644 Content/__ExternalActors__/TempLevel/E/CC/ZPNFXVLZWQ6WFK8CHPWEEZ.uasset create mode 100644 Content/__ExternalActors__/TempLevel/E/CV/HPHV6T91WYP5H8RAOZZ7U7.uasset create mode 100644 Content/__ExternalActors__/TempLevel/E/FD/DWDIOI27KLZAYAUT1AGYTW.uasset create mode 100644 Content/__ExternalActors__/TempLevel/E/KQ/93UPLST0IZ8XCVG6L1XMII.uasset create mode 100644 Content/__ExternalActors__/TempLevel/E/WS/PZ32S6NWEY1TBJ0PU0TTPE.uasset create mode 100644 Content/__ExternalActors__/TempLevel/E/YE/XJEW30VO8D2UNYILTWQC3X.uasset create mode 100644 Content/__ExternalActors__/TempLevel/F/0F/PPJ59GEPXA4XQZQ8HMASWE.uasset create mode 100644 Content/__ExternalObjects__/TempLevel/0/LW/WXHO7WVC8JKBXAFVTTMVPG.uasset create mode 100644 Content/__ExternalObjects__/TempLevel/2/O9/TBT82OBO0JBQ1A2H98RMQL.uasset create mode 100644 Content/__ExternalObjects__/TempLevel/4/KF/T1DT5BBR3HHKQL2PSTJ74D.uasset create mode 100644 Content/__ExternalObjects__/TempLevel/6/0T/B5VLMS2VFUW4YCDK8JI3ZX.uasset create mode 100644 Content/__ExternalObjects__/TempLevel/6/LT/HL3TFOQZ021MUIG2A7B9H3.uasset create mode 100644 Content/__ExternalObjects__/TempLevel/A/3E/4PM4A7Y55HPU0PNHLB4WER.uasset create mode 100644 Source/Crunch/Private/Animations/CAnimInstance.cpp create mode 100644 Source/Crunch/Private/Character/CCharacter.cpp create mode 100644 Source/Crunch/Private/Character/CPlayerCharacter.cpp create mode 100644 Source/Crunch/Private/Game/CGameMode.cpp create mode 100644 Source/Crunch/Private/Player/CPlayerController.cpp create mode 100644 Source/Crunch/Public/Animations/CAnimInstance.h create mode 100644 Source/Crunch/Public/Character/CCharacter.h create mode 100644 Source/Crunch/Public/Character/CPlayerCharacter.h create mode 100644 Source/Crunch/Public/Game/CGameMode.h create mode 100644 Source/Crunch/Public/Player/CPlayerController.h diff --git a/Config/DefaultEditor.ini b/Config/DefaultEditor.ini index e69de29..4f59038 100644 --- a/Config/DefaultEditor.ini +++ b/Config/DefaultEditor.ini @@ -0,0 +1,5 @@ +[/Script/AdvancedPreviewScene.SharedProfiles] ++Profiles=(ProfileName="Epic Headquarters",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=True,bShowGrid=False,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=True,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureHighlightThresholdStrength=False,bOverride_LocalExposureShadowThresholdStrength=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldPetzvalBokeh=False,bOverride_DepthOfFieldPetzvalBokehFalloff=False,bOverride_DepthOfFieldPetzvalExclusionBoxExtents=False,bOverride_DepthOfFieldPetzvalExclusionBoxRadius=False,bOverride_DepthOfFieldAspectRatioScalar=False,bOverride_DepthOfFieldMatteBoxFlags=False,bOverride_DepthOfFieldBarrelRadius=False,bOverride_DepthOfFieldBarrelLength=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_RayTracingTranslucencyMaxPrimaryHitEvents=False,bOverride_RayTracingTranslucencyMaxSecondaryHitEvents=False,bOverride_RayTracingTranslucencyUseRayTracedRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenSkylightLeakingTint=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenSkylightLeakingTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=-10.000000,AutoExposureMaxBrightness=20.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-10.000000,HistogramLogMax=20.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureHighlightThresholdStrength=1.000000,LocalExposureShadowThresholdStrength=1.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldPetzvalBokeh=0.000000,DepthOfFieldPetzvalBokehFalloff=1.000000,DepthOfFieldPetzvalExclusionBoxExtents=(X=0.000000,Y=0.000000),DepthOfFieldPetzvalExclusionBoxRadius=0.000000,DepthOfFieldAspectRatioScalar=1.000000,DepthOfFieldBarrelRadius=5.000000,DepthOfFieldBarrelLength=0.000000,DepthOfFieldMatteBoxFlags[0]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[1]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[2]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyMaxPrimaryHitEvents=4,RayTracingTranslucencyMaxSecondaryHitEvents=2,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,RayTracingTranslucencyUseRayTracedRefraction=False,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=True,bShowMeshEdges=False) ++Profiles=(ProfileName="Grey Wireframe",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=False,bShowFloor=False,bShowGrid=True,EnvironmentColor=(R=0.039216,G=0.039216,B=0.039216,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=False,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureHighlightThresholdStrength=False,bOverride_LocalExposureShadowThresholdStrength=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldPetzvalBokeh=False,bOverride_DepthOfFieldPetzvalBokehFalloff=False,bOverride_DepthOfFieldPetzvalExclusionBoxExtents=False,bOverride_DepthOfFieldPetzvalExclusionBoxRadius=False,bOverride_DepthOfFieldAspectRatioScalar=False,bOverride_DepthOfFieldMatteBoxFlags=False,bOverride_DepthOfFieldBarrelRadius=False,bOverride_DepthOfFieldBarrelLength=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_RayTracingTranslucencyMaxPrimaryHitEvents=False,bOverride_RayTracingTranslucencyMaxSecondaryHitEvents=False,bOverride_RayTracingTranslucencyUseRayTracedRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenSkylightLeakingTint=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenSkylightLeakingTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=-10.000000,AutoExposureMaxBrightness=20.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-10.000000,HistogramLogMax=20.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureHighlightThresholdStrength=1.000000,LocalExposureShadowThresholdStrength=1.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldPetzvalBokeh=0.000000,DepthOfFieldPetzvalBokehFalloff=1.000000,DepthOfFieldPetzvalExclusionBoxExtents=(X=0.000000,Y=0.000000),DepthOfFieldPetzvalExclusionBoxRadius=0.000000,DepthOfFieldAspectRatioScalar=1.000000,DepthOfFieldBarrelRadius=5.000000,DepthOfFieldBarrelLength=0.000000,DepthOfFieldMatteBoxFlags[0]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[1]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[2]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyMaxPrimaryHitEvents=4,RayTracingTranslucencyMaxSecondaryHitEvents=2,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,RayTracingTranslucencyUseRayTracedRefraction=False,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=False,bShowMeshEdges=True) ++Profiles=(ProfileName="Grey Ambient",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=4.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=2.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=True,bShowGrid=True,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/T_GreyAmbient",bPostProcessingEnabled=False,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureHighlightThresholdStrength=False,bOverride_LocalExposureShadowThresholdStrength=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldPetzvalBokeh=False,bOverride_DepthOfFieldPetzvalBokehFalloff=False,bOverride_DepthOfFieldPetzvalExclusionBoxExtents=False,bOverride_DepthOfFieldPetzvalExclusionBoxRadius=False,bOverride_DepthOfFieldAspectRatioScalar=False,bOverride_DepthOfFieldMatteBoxFlags=False,bOverride_DepthOfFieldBarrelRadius=False,bOverride_DepthOfFieldBarrelLength=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_RayTracingTranslucencyMaxPrimaryHitEvents=False,bOverride_RayTracingTranslucencyMaxSecondaryHitEvents=False,bOverride_RayTracingTranslucencyUseRayTracedRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenSkylightLeakingTint=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenSkylightLeakingTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=-10.000000,AutoExposureMaxBrightness=20.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-10.000000,HistogramLogMax=20.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureHighlightThresholdStrength=1.000000,LocalExposureShadowThresholdStrength=1.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldPetzvalBokeh=0.000000,DepthOfFieldPetzvalBokehFalloff=1.000000,DepthOfFieldPetzvalExclusionBoxExtents=(X=0.000000,Y=0.000000),DepthOfFieldPetzvalExclusionBoxRadius=0.000000,DepthOfFieldAspectRatioScalar=1.000000,DepthOfFieldBarrelRadius=5.000000,DepthOfFieldBarrelLength=0.000000,DepthOfFieldMatteBoxFlags[0]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[1]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[2]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyMaxPrimaryHitEvents=4,RayTracingTranslucencyMaxSecondaryHitEvents=2,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,RayTracingTranslucencyUseRayTracedRefraction=False,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=False,bShowMeshEdges=False) + diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index decf552..4bada3f 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -1,7 +1,8 @@ [/Script/EngineSettings.GameMapsSettings] -GameDefaultMap=/Engine/Maps/Templates/OpenWorld +GameDefaultMap=/Game/TempLevel.TempLevel +EditorStartupMap=/Game/TempLevel.TempLevel [/Script/Engine.RendererSettings] r.AllowStaticLighting=False diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index c0c2856..765d7ee 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -4,3 +4,5 @@ CommonButtonAcceptKeyHandling=TriggerClick [/Script/EngineSettings.GeneralProjectSettings] ProjectID=7B81843F41826F9C806DFAA6D07CED39 +CopyrightNotice=Multiplayer By Caleb + diff --git a/Content/Characters/Crunch/Animation/AO_Crunch_Look.uasset b/Content/Characters/Crunch/Animation/AO_Crunch_Look.uasset new file mode 100644 index 0000000..ee1ff8e --- /dev/null +++ b/Content/Characters/Crunch/Animation/AO_Crunch_Look.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064639a989fc3b5cb5b20907739e0deb45a7a1a9a7255b9459f7d4aae6738bd2 +size 31057 diff --git a/Content/Characters/Crunch/Animation/AnimBP_Crunch.uasset b/Content/Characters/Crunch/Animation/AnimBP_Crunch.uasset new file mode 100644 index 0000000..828bfd1 --- /dev/null +++ b/Content/Characters/Crunch/Animation/AnimBP_Crunch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b9d78c73f4c306502907fac5bb07fd9071a7905d96d575ddce374704fd2431 +size 360747 diff --git a/Content/Characters/Crunch/Animation/BS_Crunch_Jog_lean.uasset b/Content/Characters/Crunch/Animation/BS_Crunch_Jog_lean.uasset new file mode 100644 index 0000000..8388f91 --- /dev/null +++ b/Content/Characters/Crunch/Animation/BS_Crunch_Jog_lean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4f62d47d0e79895f716296f70540747fd185050c0a03dd92e5554ae799da7d +size 9659 diff --git a/Content/Characters/Crunch/Animation/CR_Crunch_IKFoot.uasset b/Content/Characters/Crunch/Animation/CR_Crunch_IKFoot.uasset new file mode 100644 index 0000000..c692ffb --- /dev/null +++ b/Content/Characters/Crunch/Animation/CR_Crunch_IKFoot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653418fd778266fb8f45bd5b489601b0d1e1442c7935e0ba488b9d815c6ee0a0 +size 557467 diff --git a/Content/Framework/CGameMode_BP.uasset b/Content/Framework/CGameMode_BP.uasset new file mode 100644 index 0000000..7d59d2f --- /dev/null +++ b/Content/Framework/CGameMode_BP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a884609c7fad203e64e5d0223d1d659d7008329c83067fadf602f30b2a1b5947 +size 21251 diff --git a/Content/Input/IA_Jump.uasset b/Content/Input/IA_Jump.uasset new file mode 100644 index 0000000..95e73c4 --- /dev/null +++ b/Content/Input/IA_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08d63fcab3fac5805b5faad77611969c2ba6b6e79f15978fa27a9379c89a851 +size 1173 diff --git a/Content/Input/IA_Look.uasset b/Content/Input/IA_Look.uasset new file mode 100644 index 0000000..fdb6181 --- /dev/null +++ b/Content/Input/IA_Look.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985a8e85a29abd4879d32f6c7aaef3cfa820510a0438f2f6404f6e03b0d79db0 +size 1369 diff --git a/Content/Input/IA_Move.uasset b/Content/Input/IA_Move.uasset new file mode 100644 index 0000000..e92f415 --- /dev/null +++ b/Content/Input/IA_Move.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8933170e91cc0a93326de4c85a8308c2427c89422febe4941af2bd668adf880 +size 1369 diff --git a/Content/Input/IM_Gameplay.uasset b/Content/Input/IM_Gameplay.uasset new file mode 100644 index 0000000..872a411 --- /dev/null +++ b/Content/Input/IM_Gameplay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5214aaca3f4bc80a2f0a3cc042d75e02aa598320dcdc0252e7d7f6c688e77cc +size 4937 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_UVSets.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_UVSets.uasset new file mode 100644 index 0000000..e83d2a4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_UVSets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ecedb833373990e11e8e00df48a856c4a5ecfaeff1cd70347e9d8d787ee417 +size 78460 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_AO.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_AO.uasset new file mode 100644 index 0000000..9cec23c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5bc595107b158525bcbf266326391d4903a38a9caa8b5e87122481b312cb78 +size 73961 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_Clearcoat.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_Clearcoat.uasset new file mode 100644 index 0000000..12a023e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_Clearcoat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adea18b26983916d14d763ac6421fb3b451107f06f56e1c208472498e3654124 +size 106655 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_Emissive.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_Emissive.uasset new file mode 100644 index 0000000..1357656 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/MF_Debug_View_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a2cc047c8b6da223506712d118ece1c3148e45c45d55e7f888688495d2bb1e +size 105708 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/T_Crunch_UV2_RGB.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/T_Crunch_UV2_RGB.uasset new file mode 100644 index 0000000..ccd9043 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/Debug/T_Crunch_UV2_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b7ca855dd1f206aaf2d118b791636acdbfee03c92f88e8b44c747e220e130f +size 36357875 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset new file mode 100644 index 0000000..2b53266 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0825afc567b2ef19c615a249ef2e8077014fa56b2c28baf6db24ec5716bae97f +size 68137 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset new file mode 100644 index 0000000..85a5f8a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d362cae9140f796cbe6bcb13bcf2463e25a1b830ae7d03afc378cae108668a5e +size 79821 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset new file mode 100644 index 0000000..08d093d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e73c46e73fbf721eca32b10b9740531b0db4a8858e2f35adbf38c4db2d3f93 +size 70471 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_DeathFade.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_DeathFade.uasset new file mode 100644 index 0000000..6e590ed --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_DeathFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b7c11b709951918d05c070e593a28a4802865a6229a805927e51ab77beaba8 +size 148103 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_HitFlash.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_HitFlash.uasset new file mode 100644 index 0000000..8554ccf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_HitFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652858f4bdd949e60ef0a17925a28190965bcc7fb21151a676be4fa64ec2ccb2 +size 82790 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_Lerp_GammaColor.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_Lerp_GammaColor.uasset new file mode 100644 index 0000000..6cd344e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_Lerp_GammaColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3301189b52aee94879bdd80d121bdabd9c46fda626882f63cf4d00a15ecbbc35 +size 78882 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset new file mode 100644 index 0000000..fa0892a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e67f9f844e7bb45a580b469e8ee6d3bb348f2f9f0f3599befd88577909f9387 +size 102603 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset new file mode 100644 index 0000000..8905bea --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ff32e5fab703e97705b1a76c4883d8d713120d81e7fc7b7f12bfd6a9143e53 +size 121490 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_RimLight.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_RimLight.uasset new file mode 100644 index 0000000..5e7adbe --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_RimLight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bc1aada37058bbcdf3c6a61b17f6831fae25e1923d75ebb5624130ba8eac51 +size 66196 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset new file mode 100644 index 0000000..a2506bb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f432ddaa3bf2b4fa64368c70ca11bef4132753cb0159b8889ef69e39b9d98dd9 +size 139190 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset new file mode 100644 index 0000000..2f402c4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82c16966edeccd867d7497e4cd06425cf9fa307db29fcafca173b1129aed048 +size 49475 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset new file mode 100644 index 0000000..6559a6b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795da5dd4b144a79cf60057c4cc66cb4e1bf53613db550b23c2700d93cf41baa +size 50194 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset new file mode 100644 index 0000000..59d309b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af443e237ea624df3b781647a1afe2e5f44668bc9574787ed727370fc2119811 +size 78124 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset new file mode 100644 index 0000000..40fa410 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2176008dc4c61e2f85b06b8d780d0ba1167bd75670cb9c032f815e93af2ffa75 +size 83062 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset new file mode 100644 index 0000000..f3eefd1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f9375d0a97814efa9e0c0ebfc1f807d67535f48760eec00d7388101260cacf +size 86709 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/T_Inky_Smoke_Tile.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/T_Inky_Smoke_Tile.uasset new file mode 100644 index 0000000..08ac5c3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/T_Inky_Smoke_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125177e9346216a561ad8a31567b4fb7ba2cb23e5fc970750ff3c3ed2502a9c4 +size 1374835 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset new file mode 100644 index 0000000..04ca4ba --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794c7f8dcd6f7d031aeea21a3df7342bd03d6036ea1c32b785aca6dddc80bcb4 +size 22531 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/ML__Blank.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/ML__Blank.uasset new file mode 100644 index 0000000..a0d33f0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb7e0b36c53124ceff698251310c0a20718fea2ad78571d1a943dc42406c620 +size 79166 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_AnisotropicMetal.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_AnisotropicMetal.uasset new file mode 100644 index 0000000..f4555de --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_AnisotropicMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a18d7b48a93b04b3b63748674741e778ecfbd50c988d3a86e929ca4b56dbffa +size 126689 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_AnodizedAluminium.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_AnodizedAluminium.uasset new file mode 100644 index 0000000..359bda5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_AnodizedAluminium.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac5c38f11c0258f866492dbd73986887bf6d2617a3ae4cfe08f23788e7c196d +size 99494 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_BladeMetal.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_BladeMetal.uasset new file mode 100644 index 0000000..7975152 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_BladeMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7f389778402e9a438b1c91bd94d77316bcee781171a351882b2c6a410467a4 +size 119094 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_BladeMetal2.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_BladeMetal2.uasset new file mode 100644 index 0000000..124ddba --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_BladeMetal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57de7c47b7069898b562167885a6be9e24cb61c48de9f76723d8f861594bf598 +size 113261 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Dirty_Gun_Metal_1.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Dirty_Gun_Metal_1.uasset new file mode 100644 index 0000000..dcf8525 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Dirty_Gun_Metal_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752c7f45f56cc5ec1da900014a335c5af22b1eb6abfca716fb367d715be7c45e +size 131630 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_GlossyArmor.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_GlossyArmor.uasset new file mode 100644 index 0000000..25d69b5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_GlossyArmor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14039eac178672b9ef4995e543e8b88b41684fd6c6dcc308b96b4259948d7845 +size 127373 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Iridescent_Metal.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Iridescent_Metal.uasset new file mode 100644 index 0000000..8924dbf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Iridescent_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1420beca2ffdd4e44e28104f3b686a7897e56e63832f2aa0bbc446ff95dcd3d +size 120174 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset new file mode 100644 index 0000000..125b3f6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1d4c422137cf69feafaeb0c6d6650272bb2cb2aae9ba33defc1ea52dac622a +size 116236 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Metal_SandCast.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Metal_SandCast.uasset new file mode 100644 index 0000000..caedcfe --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Metal_SandCast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547fb0a4552062144e02145a3b668aa7be9f14b86813def7081c0247b6db00a2 +size 151889 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Metal_Scratched_Circular.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Metal_Scratched_Circular.uasset new file mode 100644 index 0000000..ce8ab97 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Metal_Scratched_Circular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe1e16509098829ad4adde6f97d9f268246c668abac2ea17bf7fbe16af96b3c +size 137677 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Precious_Metal_Old.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Precious_Metal_Old.uasset new file mode 100644 index 0000000..f583081 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Precious_Metal_Old.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ace6f5c4678e26ff9987d064fb81f29889e4f17fdf4f95fbc75deba20bd27f2 +size 125071 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_SoftMetal01.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_SoftMetal01.uasset new file mode 100644 index 0000000..f2286b1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_SoftMetal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6fd2c79ded04bfacfd00e6d323e9452761ca1cddee15c5ec20adb280c91c579 +size 116433 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Steel.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Steel.uasset new file mode 100644 index 0000000..5e12e93 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc35281d51d9b4bf26ea19508c6489c3003d49dcf80b63a5e56dc1466336d21a +size 115118 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset new file mode 100644 index 0000000..9e9b79f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3215a836447b5c01590bc48ba2aaac988182f386336547372636c6d340b15386 +size 133062 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_AnodizedMetal_D.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_AnodizedMetal_D.uasset new file mode 100644 index 0000000..3abb055 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_AnodizedMetal_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a567ba4d2dcfe129691242ac830caacce8cbf831b2d82704b5b549cb2b0152b +size 4826269 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_AnodizedMetal_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_AnodizedMetal_N.uasset new file mode 100644 index 0000000..59d6f53 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_AnodizedMetal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9854e11a782865d3d767cc45df9b93f685a4b1b33a378c310960a17509a552 +size 18315198 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset new file mode 100644 index 0000000..b7886d3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d536a79933e0c521dca95a941f4853ca383e377191560d2866c39dc78cc344 +size 3480 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset new file mode 100644 index 0000000..6e1f619 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c064592f5b0a213662cd54c863ce27be55fd557ba3183112d02342b35c2d5444 +size 8175038 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_D.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_D.uasset new file mode 100644 index 0000000..dff0dbf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7808c8c29d7a1ef7aa17d1b0b5655a00d3ea31780bec305d9130831b826c09 +size 21451518 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_N.uasset new file mode 100644 index 0000000..762905f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd95fe5188e5eb677cbaf02c99bd13777eded6cc2b4375a6879c57cb3e432af +size 14592226 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Gray_Flat_Black.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Gray_Flat_Black.uasset new file mode 100644 index 0000000..3db42c5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Gray_Flat_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204cf5eb7e0a62f2cf2da2c98da649277676ed136ba7a642404b005aebc4f964 +size 7791983 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01.uasset new file mode 100644 index 0000000..17a344c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc71b67755fcbce0d7fd98fa6d54b7172e4a7dbae7abb35a758a27593fcd699d +size 8750708 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset new file mode 100644 index 0000000..c36d9e2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abae68511b25a58fdcbc26d3947b45c6e695adf61f3f1b1812065a5738ac988 +size 4449158 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01.uasset new file mode 100644 index 0000000..52c10ac --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88aac8063b0814124a28538636f2355e37f869679e06d9cd4fd945716b39ae31 +size 8754968 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset new file mode 100644 index 0000000..4af6996 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d837354c4575508f6dd9cdb978284e9ebeaa6c5e9496aac01ddb7294103dbce2 +size 4448808 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_N.uasset new file mode 100644 index 0000000..a9d394a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f084ea3089f67d5e9d5aa56a20299191bca6035d8b4d527aaf98b136a8d3e9a +size 4502752 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_RGBA.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_RGBA.uasset new file mode 100644 index 0000000..d9b3fe5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527673f40e03c9d6bf644da4f03823f5fa6e2b67810b2dfe769193f8d779ba13 +size 7213491 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_SandCast_Med_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_SandCast_Med_N.uasset new file mode 100644 index 0000000..1358a15 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_SandCast_Med_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be9108ab37dc243b8b7e40be349ce89b862fcfbaf6d636b83adec72d989e1c7 +size 12840646 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Scratched_Circular_01_COLOR.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Scratched_Circular_01_COLOR.uasset new file mode 100644 index 0000000..8cad7a8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Scratched_Circular_01_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9e74c3f2eb430aea02bd2747520fccb97439df45766c5702a4b7c12a27b408 +size 37902824 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Scratched_Circular_01_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Scratched_Circular_01_N.uasset new file mode 100644 index 0000000..b3edcc7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Metal_Scratched_Circular_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3206f935c6edbc9fa189ed37130e2651eef56809878d55947e08d45f02075764 +size 5786081 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Noise_Rough_Dark_Big.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Noise_Rough_Dark_Big.uasset new file mode 100644 index 0000000..3388d9d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_Noise_Rough_Dark_Big.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a12a90912d9b323b5f62823570551d3f93fa07497b4855811a9e162e0f2b007 +size 883995 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset new file mode 100644 index 0000000..cab6556 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a5e07d2313b6cc6e9d3c10bedec5ecab3e529b19e1c3905b4990a9708e4c99 +size 10947134 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset new file mode 100644 index 0000000..5e73d80 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d56f02ce027ff2adbf2f4c31e69ad9fb4f7a07dd311e9e1beddd961ac7fbcf7 +size 3625919 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ScratchMask.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ScratchMask.uasset new file mode 100644 index 0000000..95ab855 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_ScratchMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4850c6ce9f3660998f80b739dc39611bc59ad50bfe39d57648e348dde3a6af2f +size 790009 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset new file mode 100644 index 0000000..3b12cb0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107b341071fac52e20110b006491405d61d46a384c4c3e270f8029c7d7396d2b +size 23660673 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_metal02.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_metal02.uasset new file mode 100644 index 0000000..019067f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Metal/T_metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6726d471060f6944097367af49802d367a2357522283007f9520c340f1ceebd5 +size 6904330 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02.uasset new file mode 100644 index 0000000..0f8c06e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8adf393c404ff337c529d17842b9550325f979b2fedc470370968dbba4e94c2 +size 116594 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02_OverMetal.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02_OverMetal.uasset new file mode 100644 index 0000000..1b4f712 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02_OverMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbca1c069cc2080864f44d638d74ef3687404a9dbc5c26956ebceaa178c3ae8f +size 96780 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_Paint_OverMetal02.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_Paint_OverMetal02.uasset new file mode 100644 index 0000000..22fa7ba --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_Paint_OverMetal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d03d716b8cbaed728b8a15bb0d1acac14ed4bf4f9fd839db6473bbbb3a74bd +size 111824 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_PaintedConstructionMetal.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_PaintedConstructionMetal.uasset new file mode 100644 index 0000000..a2a7444 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_PaintedConstructionMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac832ccc668858df41175113dfd4bcb3234f1d73fa839e86d9e75935d442ef3 +size 129460 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset new file mode 100644 index 0000000..a5a53d3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fc3711d47f61de9a9c32a5581279b29d4566289208f99ce2b5cc25b2a7f763 +size 112575 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_Cream_Paint_D.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_Cream_Paint_D.uasset new file mode 100644 index 0000000..92d8bcc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_Cream_Paint_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8aefbfc41a44f973dbe9293c499aa749805df520a2c06861c8dc9f23990ca4 +size 8160600 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset new file mode 100644 index 0000000..bbc0252 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c9bb5dd1026d3ff5e52251fad39dc51ba40376f3922b7cbe363dda40e27664 +size 3376436 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal.uasset new file mode 100644 index 0000000..66f8ea3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f1063f8ebda77a10ef0eb46569bad3c4c13843eb5c6f12e1faacd7316d8251 +size 8598051 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal_N.uasset new file mode 100644 index 0000000..3076a82 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff6c2517622e64bcb50eaaa9db199765de7f2b23f1ea12b4938c209af120a40 +size 4183530 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset new file mode 100644 index 0000000..3173b53 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542566f06dde8b3aad493df9e3e48aa25edf4a5309ea83585fab26eef64654aa +size 5076742 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/ML_Dark_rubber.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/ML_Dark_rubber.uasset new file mode 100644 index 0000000..c3c98b5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/ML_Dark_rubber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4503a609ba2674d60447f66ab744233b0de2b0dac0e7f96333befb86e30595a7 +size 122131 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset new file mode 100644 index 0000000..70374b0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9945889dfa005fbe8433a28d58858dc7252db7885bfb433ce01a7b0faf67b3c5 +size 3860 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset new file mode 100644 index 0000000..4f99b3a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b34ad72ab1299f71ee2b8bfc1be1a5abddd7cf42c9c74c45aa9d2542dc5466 +size 8827602 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset new file mode 100644 index 0000000..0f002d8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1218b57d9ecc941851bac1821674a04400035a4e64d689d92aea58fedf587dbc +size 6505809 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset new file mode 100644 index 0000000..cc21c14 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acaa348c1a578c71952350df0fc0060617c3fcb9ef69c99e0ac26ae5f86a7b8 +size 101757 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/ML_Mud.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/ML_Mud.uasset new file mode 100644 index 0000000..f79203e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/ML_Mud.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a30875241d4efba7bfcf107ec31d3f7b9bf6d3c230a36afc82c8e982920e47 +size 131521 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/T_SkinMud.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/T_SkinMud.uasset new file mode 100644 index 0000000..02ccfc6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/T_SkinMud.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6403dfac2e011aff993aeeba6275ec42f8cdc45356296edc34763fe0b6bc4511 +size 40927102 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/T_SoilMud2_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/T_SoilMud2_N.uasset new file mode 100644 index 0000000..af1b702 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Special/T_SoilMud2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84996934a139f977fd6ae74bbc6b1c03a680cf64c54ec7c08f9bbd735285254c +size 32406720 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_CarbonFiber.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_CarbonFiber.uasset new file mode 100644 index 0000000..e2c0cb0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_CarbonFiber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7ed9b124bbf1f1a19ccf0252a1ba9df578b7ceca352253b7818992f9130963 +size 102133 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_Glass.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_Glass.uasset new file mode 100644 index 0000000..d27ffbd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6dca3305b47e516286bbd79d5b7122631f184d6058f35b469a154c40a51992 +size 109473 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_LightPlasticPattern09.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_LightPlasticPattern09.uasset new file mode 100644 index 0000000..2d0bf6d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_LightPlasticPattern09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dfb7777f24dcb34f508c90b5bee433508364b97f673c2278853cecb6867af1 +size 140313 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_RoughPlastic.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_RoughPlastic.uasset new file mode 100644 index 0000000..8cd7069 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/ML_RoughPlastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20187113cd7c09c92f3766f091aa33b70667eadcb71b5679ffce21073d480c49 +size 125460 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_CF_Nor.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_CF_Nor.uasset new file mode 100644 index 0000000..d4c0bde --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_CF_Nor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272b155bae15e7ac63c807b318096088766ec0a04f2fdddff2b06710bdabcd8c +size 2788301 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Carbon_Color.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Carbon_Color.uasset new file mode 100644 index 0000000..4a23670 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Carbon_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7308337bed46c608fdf56346dde3197953f10bfe35a1d5871d7605c4fc2d7e +size 29662 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Crunch_Torso_RGB.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Crunch_Torso_RGB.uasset new file mode 100644 index 0000000..6925f49 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Crunch_Torso_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefafb98ba02f5acd8a5b690ab04998e8d03ada50511e43c79eceee6e78827e6 +size 32629581 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Heart_PatternMask2.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Heart_PatternMask2.uasset new file mode 100644 index 0000000..8cf9908 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Heart_PatternMask2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32485788af785e4371734f9d833f46204d443b3b42bde2ada1f1584a66e48d4 +size 200598 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern01_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern01_N.uasset new file mode 100644 index 0000000..9061633 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badceace87c5a43e17fef0cae72eaf09dc2fd150edb926dc8839215bd937a485 +size 2687440 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern_Gray.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern_Gray.uasset new file mode 100644 index 0000000..0013b2f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern_Gray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d374b03cf624ef6f061003184995fab6607acd964a9b71918fa122e80447aaa +size 6844019 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_Heavy_MASK.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_Heavy_MASK.uasset new file mode 100644 index 0000000..9f12372 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_Heavy_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d63c9a5c86eb37d1302e1ffe5e25c22a99d998ec408a8f3ad380cf4b5b8a82f +size 249680 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_Heavy_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_Heavy_N.uasset new file mode 100644 index 0000000..a321c24 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_Heavy_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf28c6792833850364c31e336ee092cdcf9327f0ab11de77362c2332a9944696 +size 547594 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset new file mode 100644 index 0000000..df65867 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf468894242ffe1fddd93af5bc134138444271f3e19981a3e3df9df609f0c86 +size 6868876 diff --git a/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset new file mode 100644 index 0000000..fac1e23 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7156fb6a45fde91bb8ceb2a9bcd25f7297d92ecfb21495912108a6bd9e070bb +size 8544087 diff --git a/Content/ParagonCrunch/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset b/Content/ParagonCrunch/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset new file mode 100644 index 0000000..efe550b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ed6cbdfc3d263316d437a728f515aa3c16d3275441539e3f343d299cedfe8a +size 6939 diff --git a/Content/ParagonCrunch/Characters/Global/T_Black.uasset b/Content/ParagonCrunch/Characters/Global/T_Black.uasset new file mode 100644 index 0000000..1e1c06d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/T_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61e419a53b7899474d3b8eccfba2369be7e85a8a773d0524d14006a32ebd025 +size 3095 diff --git a/Content/ParagonCrunch/Characters/Global/T_Black_Linear.uasset b/Content/ParagonCrunch/Characters/Global/T_Black_Linear.uasset new file mode 100644 index 0000000..704e10c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/T_Black_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e21ce45c869574930810246a0b317bdab7cfd56dc86f520c8529dd1ef20abc9 +size 3163 diff --git a/Content/ParagonCrunch/Characters/Global/T_TestML_Mask.uasset b/Content/ParagonCrunch/Characters/Global/T_TestML_Mask.uasset new file mode 100644 index 0000000..0b22597 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00de8a621efc678d9f2777036e07d3ca81295b75be6270365f4e86bcca9eeb29 +size 12117 diff --git a/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset b/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset new file mode 100644 index 0000000..4c8ed2c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b3d7b15534072afab16fc754c1bf5c075bac2bc1141465024d32ada16fb95a +size 3758086 diff --git a/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset b/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset new file mode 100644 index 0000000..8cde5d6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973b1aa24e70f95520ddba5f29b50a32039318edf4efa709a2937c8d294d0dce +size 1830793 diff --git a/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset b/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset new file mode 100644 index 0000000..2e86fb7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c1a35d0289f7102925c6baed69c88b56f867ed9245b4656f30bfbc204ddd7a +size 3156395 diff --git a/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_TilingNoise14.uasset b/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_TilingNoise14.uasset new file mode 100644 index 0000000..bf3891b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/Textures/Noise/T_TilingNoise14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa2619dd84b11ad595a6c1b4f01c316ee4dfc50ae08fd66fc16685aa20e5156 +size 5886812 diff --git a/Content/ParagonCrunch/Characters/Global/Textures/T_UV_Checker_D.uasset b/Content/ParagonCrunch/Characters/Global/Textures/T_UV_Checker_D.uasset new file mode 100644 index 0000000..6c2ea71 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Global/Textures/T_UV_Checker_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78fbb28f78fc86dba7e1c4168ea6023ee1ce6014ad31dadc69f67121195f0ed +size 3516368 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/AnimationTestMap.umap b/Content/ParagonCrunch/Characters/Heroes/Crunch/AnimationTestMap.umap new file mode 100644 index 0000000..1b7d551 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/AnimationTestMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e166002440a3f7b23b50f90c508ce6d50dd9c2acb2dbb8d39199abf41df57dda +size 1951598 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Attack_Air.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Attack_Air.uasset new file mode 100644 index 0000000..a52e3aa --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Attack_Air.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cc27b89e33717fd8df75bd70b7c6bebdee314b725d2f0081fed4ac0c322e21 +size 163430 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01.uasset new file mode 100644 index 0000000..5d4a7fc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4550e210fa9a0183dc05940d7f77bea876dd3d467600b8b9b7769a00de5d7474 +size 165739 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Additive.uasset new file mode 100644 index 0000000..8ba3cbd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18124b2cd5ee8b01fff3eaa16985a8cf2a3949ce272d8d5a920155ab0cfcd8ae +size 165873 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Fast.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Fast.uasset new file mode 100644 index 0000000..a87c836 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bd554f8e615e0501b954dc527878ca29b96734168fb7cc0a9d0cc9413ab3df +size 147128 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Fast_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Fast_Additive.uasset new file mode 100644 index 0000000..7c50aba --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Fast_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7448d602181cc052d583dc4c6493572f6b7e3fb2a6748bb3d477490d7fec92a5 +size 147537 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Montage.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Montage.uasset new file mode 100644 index 0000000..08575ab --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fedf46eec8e196b43c79b5481aed55f24f1a084cd04287b3decec6614accb43 +size 110243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Recovery.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Recovery.uasset new file mode 100644 index 0000000..6a5c4a2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0b1adab3e7cfab969334141a8cb38b4cf98fe23b5ae87f837dd00b3a4a2706 +size 195033 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Recovery_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Recovery_Additive.uasset new file mode 100644 index 0000000..b8c3798 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Recovery_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac62a763523def72e9facab22e045cf6cca6e23f5c3c85d2aaa667a4798ff90 +size 196030 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Slow.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Slow.uasset new file mode 100644 index 0000000..029cc47 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39228c929e17a476ea2368150b831d79b00563243f56318e790954e9b2cdbae +size 178774 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Slow_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Slow_Additive.uasset new file mode 100644 index 0000000..9e2f882 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_01_Slow_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6937f7f4b5626bb3b9915c1f6ea1c563395754fe79fe48ca673b8e0e21a65b +size 179313 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02.uasset new file mode 100644 index 0000000..b728241 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfa151a9d04b52f6baae6b72e87383705979861eba69a28f7b545275954faa6 +size 165060 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Additive.uasset new file mode 100644 index 0000000..de95949 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c4a2335496ba124407c3c968d9b066f8a43518361241dcfd9094f529a744ec +size 165518 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Fast.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Fast.uasset new file mode 100644 index 0000000..9c3eb86 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1739d3cb17e545faf77561ef588ce228f742bee91d88f5704503d810d5b13e +size 145816 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Fast_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Fast_Additive.uasset new file mode 100644 index 0000000..dde3288 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Fast_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce7033d19de63aad838bf0acad94fe6c8224757f1771cb5dab216431f06adf2 +size 146694 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Montage.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Montage.uasset new file mode 100644 index 0000000..71fb4ea --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d5e4bcf8be534da61832c659793e466538a3e72475c64e9dca1efb264142f4 +size 108730 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Recovery.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Recovery.uasset new file mode 100644 index 0000000..71dffc9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0566500eeca46fba879c5cd3bd9325a91f2630cc013877d3d5e048a4ab824902 +size 210080 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Recovery_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Recovery_Additive.uasset new file mode 100644 index 0000000..6de0c9d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Recovery_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0973fe87f645ef4c7fdc305abd586653ecfe8bcf1df74a747707b116198290 +size 210660 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Slow.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Slow.uasset new file mode 100644 index 0000000..7bb9c56 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edfef42cb5f12e4c3844a75bf692cad165080c48ec9018a0b6efd2de5a650c0 +size 179316 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Slow_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Slow_Additive.uasset new file mode 100644 index 0000000..2516f9d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_02_Slow_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b16590074a2de675aecf3d767dd7506dcb343edd8956f9982ae1c7d0a5e617b +size 179844 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03.uasset new file mode 100644 index 0000000..79c9a3a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbe6193f8646ce10c2a14e87e409ea04a8073ff55e14d5042fda06a02434b18 +size 166883 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Additive.uasset new file mode 100644 index 0000000..f0eb3e2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5750c7d325be06e821d3ab56e97638f6173a8d45390c6222ac64d06750a29a3f +size 165856 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Fast.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Fast.uasset new file mode 100644 index 0000000..6f59199 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cd0abae7f52848ac7abc15d317446abfc6b38e6c81a7baecef6b2c9d181121 +size 147746 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Fast_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Fast_Additive.uasset new file mode 100644 index 0000000..f1a5536 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Fast_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48e6a2abd6baf775ba190c52fbc512daa8353f3e0b4a576b61d0de9e72d560c +size 148629 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Montage.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Montage.uasset new file mode 100644 index 0000000..5c79376 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3650f7512f3b678d6c0fb61eba3e667736981a296eb267aead2314fb1bf4d9c +size 111449 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Slow.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Slow.uasset new file mode 100644 index 0000000..4aceaf4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db78f7871962a2779c45c04b89f1cc2820367d16ac4976e59e03c00080fc5e1e +size 179438 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Slow_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Slow_Additive.uasset new file mode 100644 index 0000000..3f2f6d1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_03_Slow_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dc5fd937a2eb7ab90504376df5c803d74d128d12276f3bccec5437d81a3cc2 +size 179978 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04.uasset new file mode 100644 index 0000000..f882791 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc4fa75ca53df3cdfa87f3618b126f2283e91d57f262d4767ec52c243d299d0 +size 164230 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Additive.uasset new file mode 100644 index 0000000..30204d9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f27e342c8105dbcbedfc40a966e555a47434f41e6cf55037b0fcd37578f4231 +size 164763 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Fast.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Fast.uasset new file mode 100644 index 0000000..c95e66f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead393d03e152642c0ac803e0d482bed620e65cf73e06d31277a4de1ee5f86a9 +size 145322 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Fast_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Fast_Additive.uasset new file mode 100644 index 0000000..60cc603 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Fast_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53605351d7e1d67c6dd8eb322c49b31985e9a5cbeb0ea1737fe8f30cb4cc399 +size 146037 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Slow.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Slow.uasset new file mode 100644 index 0000000..d629b7f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef57c14b07bcac051fecccb425428c3110ef5c9bea407d074ab9fe9b442d12b8 +size 177839 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Slow_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Slow_Additive.uasset new file mode 100644 index 0000000..db6fa2b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Combo_04_Slow_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0d5ddf6d123b47140cb600b09c5d56f931f50e532365f19a962b37f61f31e4 +size 178635 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_DashingCross.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_DashingCross.uasset new file mode 100644 index 0000000..9ab5280 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_DashingCross.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a433eea86eb2f7a137948e74f3a40a3833da2d9a8521b39c82ebd3f483f655cd +size 165302 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_DashingCross_Start.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_DashingCross_Start.uasset new file mode 100644 index 0000000..4944c3b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_DashingCross_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5571fd15d6edb517079f20672a5acab98010bba2711d525c1dc4b002d88d4149 +size 135248 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Dashing_Recovery.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Dashing_Recovery.uasset new file mode 100644 index 0000000..c8dbade --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Dashing_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fca4815aed5a51f83af7a0ce7b867961e616d08a7050f7a62e82c173bb4857 +size 233934 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Dashing_Recovery_Hit.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Dashing_Recovery_Hit.uasset new file mode 100644 index 0000000..995d4dd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Dashing_Recovery_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cf750da68c8f68673cb4d34329545a45b8c00ddf361a368afac08a0ca0284e +size 254795 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_GutPunch.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_GutPunch.uasset new file mode 100644 index 0000000..c32d09d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_GutPunch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6b4005968566e9f9f7a71e03f360b1d4967018b452d7a189e1da7666f9ac59 +size 179178 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Hook.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Hook.uasset new file mode 100644 index 0000000..faeb4e3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Hook.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ee00ed384a7f403bca17f435ac34c5551a53044181958bd07f32f00ca487ce +size 201051 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Hook_Empowered.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Hook_Empowered.uasset new file mode 100644 index 0000000..680230b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Hook_Empowered.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e2fd9bbe969f64bd4a313d8294287f311ce8ce2d66f65e89f6999b273facc3 +size 228256 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Uppercut.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Uppercut.uasset new file mode 100644 index 0000000..ba2dfb5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Ability_Uppercut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb2796fb89127df1ce2e2dcfebb46e4e8da1aa70b7a4e7e6d759499607908dd +size 232779 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Crunch_AO_Blendspace.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Crunch_AO_Blendspace.uasset new file mode 100644 index 0000000..23665bd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Crunch_AO_Blendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c8e5c074bfd0c77674c230cdbe212998d9df2859312ba2dfadea1737d625a0 +size 115996 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CC.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CC.uasset new file mode 100644 index 0000000..524778d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a31c27403968816361cb162a66867bad3f1df2caf791ca5ffceb6377c2557d +size 122139 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CD.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CD.uasset new file mode 100644 index 0000000..6bbf2b2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3381c58209cd1901706e0e9955bcf36e8c842a190208e6414e62e7669d4995c8 +size 122488 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CU.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CU.uasset new file mode 100644 index 0000000..411e3eb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dc26178fe9504f83c4de44254016842f41c85cdfc2859612dbf2fdcd09c4d3 +size 122465 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBC.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBC.uasset new file mode 100644 index 0000000..322e99c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4724f943429891938e36ce4bcbe49c6252305506dc373021a98a732f8c046b +size 123524 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBD.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBD.uasset new file mode 100644 index 0000000..c7bad76 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cd437ef7c28e119e3cf4d619f111db891d2d72c23b07a81d710eee8862bfd9 +size 123627 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBU.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBU.uasset new file mode 100644 index 0000000..d1b4784 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad9e16b8764c44312e645c9a0dfca5fa4b0839752760fb25c66725ea5ccdb22 +size 123635 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LC.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LC.uasset new file mode 100644 index 0000000..2e23982 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e4d94688092effdfef8f437b12a5259085a313122350acd46632c5d140febb +size 123105 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LD.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LD.uasset new file mode 100644 index 0000000..84cf991 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dc266296a8fd4d3d3a3c45f2c7467c8ad8a0fb6cbdf4f39274675310994d71 +size 123384 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LU.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LU.uasset new file mode 100644 index 0000000..4e5d421 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7719fc9c105ca8872f98cb012b4da0c9622b899eb96f51ac11c683dcaa84ac +size 122892 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBC.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBC.uasset new file mode 100644 index 0000000..1c8fd77 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f533a60d859f32ac23b7ce7a5ab8de4f6fd22183a43191a59b4346e1d14c9f +size 122333 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBD.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBD.uasset new file mode 100644 index 0000000..53ec59d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158bdf54ca68a33ae855ac3595b94516407729946c147832d7aacd5b6db56f87 +size 122494 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBU.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBU.uasset new file mode 100644 index 0000000..933d189 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb11919e320d42069a0f69812073c259b022c72d9abdc736c8411f13648cd8b0 +size 122273 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RC.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RC.uasset new file mode 100644 index 0000000..5a8f39d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a45313b955082157e9d7da21ddbeef38590e12cd61c9de2181d6ff18b12a82e +size 122625 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RD.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RD.uasset new file mode 100644 index 0000000..76aea73 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58eddb48a1d50dff6d546e2cb3dbe23d24531eaf9367d550d70e1d775483c26d +size 122163 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RU.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RU.uasset new file mode 100644 index 0000000..4586713 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/AimOffsets/Idle_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94213cfa46674457e0412310272a17c691dc067f7fbcb1d8612da2912da3126a +size 122761 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogBwdSlopeLean.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogBwdSlopeLean.uasset new file mode 100644 index 0000000..9ba9467 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogBwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa51b80957f39be5def902730abac9e82797fa6dfca2840cd4aaee31f1d57bd +size 114526 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogFwdSlopeLean.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogFwdSlopeLean.uasset new file mode 100644 index 0000000..6b367c7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogFwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9755a2267c9e7b6ab13797bc5c726f2677d19dfd92e4890d1668bc8a387681ef +size 114344 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogLeftSlopeLean.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogLeftSlopeLean.uasset new file mode 100644 index 0000000..40045eb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogLeftSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6876b25e0d5d8e65f4afdf1a746384b6d7578d6ad983f42d31e161edb22514a7 +size 113350 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogRightSlopeLean.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogRightSlopeLean.uasset new file mode 100644 index 0000000..48933f3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/JogRightSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11983189158b5c16940241188a4fa42934a210d563a948ec0acfe4623b0dc66e +size 113599 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintBwdSlopeLean.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintBwdSlopeLean.uasset new file mode 100644 index 0000000..1a62631 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintBwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b8a80ac245b7ab1b008f8f6409eb550580584e2d42215886a4de7344ec7ea2 +size 114183 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintFwdSlopeLean.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintFwdSlopeLean.uasset new file mode 100644 index 0000000..2f6ed2c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintFwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fea1c6e577d717f8d33f1fe30f8a2b81c172a00450d4fb18acac9d58b55410 +size 113397 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintLeftSlopeLean.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintLeftSlopeLean.uasset new file mode 100644 index 0000000..baee087 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintLeftSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9695fa46b0ad3ea8b2007b90e4fb7df10d77469edffd54193e1158140586a939 +size 112488 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintRightSlopeLean.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintRightSlopeLean.uasset new file mode 100644 index 0000000..73e90e6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/SprintRightSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9412ec313e4e44263c1ae8ac2d71816d5b6ca4e469246232491e17156b0ccf5e +size 113127 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/StepInPlace.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/StepInPlace.uasset new file mode 100644 index 0000000..d6477c8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Blendspaces/StepInPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdc9cc090e6a38ee12f7b8dcf1afe397db3b0a89c298291a8035a41056567f6 +size 107210 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Bound.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Bound.uasset new file mode 100644 index 0000000..a37a7e4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Bound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab40f3c2c67a313c30ba6498751f7aa741f8f115aebc5f16216e714f9d8af24 +size 124432 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Cast.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Cast.uasset new file mode 100644 index 0000000..10e9d07 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Cast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d348e885fd74414ee043bcdd4e9e55d74f7b37ff0746c05472fdbea108d978 +size 167914 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Cast_MSA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Cast_MSA.uasset new file mode 100644 index 0000000..93c306a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Cast_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c21c4852c96c8af9825d61e81a972615dcd0a64489f3981453a5b408993269f +size 168487 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/ComboExample.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/ComboExample.uasset new file mode 100644 index 0000000..1cdf578 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/ComboExample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950270754664f6eb17626023908cb716ffc065ca62dbaec23fa5853a36ea8550 +size 204590 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Death_A.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Death_A.uasset new file mode 100644 index 0000000..640e99d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Death_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30cf32727d39a3731b5be70fd01c8114f21867936c88cde94e91e77e8a93acc +size 201056 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_King.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_King.uasset new file mode 100644 index 0000000..9848304 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_King.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ba9c4622b0afba3750bb0512c1597155bf4dd583efd8b956c19b178b44b4d6 +size 343962 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_Laugh.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_Laugh.uasset new file mode 100644 index 0000000..bea740c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_Laugh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5228a8a8b5eb20f8984b4adc9d6faff8c540dd702cf7f01af8b8ca2a1937986 +size 282691 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_RaisedFist.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_RaisedFist.uasset new file mode 100644 index 0000000..2adb0e9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_RaisedFist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fdf0dc8fcd7259ef552aa526050bbb54b0e0ea9d921a96dcee373cad88c9f2 +size 365763 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_ThrowDown.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_ThrowDown.uasset new file mode 100644 index 0000000..d18d8f1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_ThrowDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428c04edc8da664f319b7f312f3600605c4a877c88ac757e85d9814f54b710ac +size 483748 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_Waiting.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_Waiting.uasset new file mode 100644 index 0000000..6d45695 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Emote_Waiting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3a08e7597b9a0a71bb61052f8b41fd6a4c283522fb997e06cbc48ce03f8339 +size 708363 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose.uasset new file mode 100644 index 0000000..14a295c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bd1234410b41951e374004932e88777c11739e0fda526752efafa5c33f7bbc +size 387126 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose_01.uasset new file mode 100644 index 0000000..f23585a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbb7a90ca95ae5e887da9de29c2db38cbd07cf4b7f8bc8a8a9de24e27da8ee4 +size 435034 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose_02.uasset new file mode 100644 index 0000000..415a89c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/FrontEndPose_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28de4de681ee7efa4ba88c7f0fb2e49154bbfa00635df28ca893b1811cbc7435 +size 119385 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Back.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Back.uasset new file mode 100644 index 0000000..6d867cd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a5f39b6e758fbd6e12d9f917ff8fb583654ff0c96e41c0dc68c74922dd22f0 +size 175228 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Front.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Front.uasset new file mode 100644 index 0000000..4f97b16 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082a4ba86168f97d9cbb90ede7482751583d4e92b18b714f3a9e1eb11c492f92 +size 162757 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Left.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Left.uasset new file mode 100644 index 0000000..c554455 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db078215ae7ec6ff8d2554a90a381a6a4f7d8f5f4f695f9257a09dff4cb45632 +size 162846 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Right.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Right.uasset new file mode 100644 index 0000000..6aed0fe --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/HitReact_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f27b4f8d9e96dab98949b9503dc0d0f78e6b33f9d84259559bf0ad2ffd583aa +size 174904 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_180_Turn_Left.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_180_Turn_Left.uasset new file mode 100644 index 0000000..58e0c5c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_180_Turn_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118d39fbd78133fb39590ba307384a8e045137b1037787c6f46caa3f1b23a632 +size 248994 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_180_Turn_Right.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_180_Turn_Right.uasset new file mode 100644 index 0000000..6b2795d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_180_Turn_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c742fd12e929c8dcd3a3899157525b318a4f59998ca5a071c9d9b8f46158b42 +size 280329 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_90_Turn_Left.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_90_Turn_Left.uasset new file mode 100644 index 0000000..6387c45 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_90_Turn_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf553e5a3686bc059835620d504334a2fc892ee7807ef79b2fe62a0d40e3176 +size 190634 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_90_Turn_Right.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_90_Turn_Right.uasset new file mode 100644 index 0000000..41582bb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_90_Turn_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2965947ab1bc11d852abba13c5bd7b234a9af1f6a1a9bbbfe3cd573678b41a4d +size 200104 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_AmbientNoise.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_AmbientNoise.uasset new file mode 100644 index 0000000..8b5ce3c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_AmbientNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fde722c438475fd86736f8e002c395bc36218e0e4b8c525b18e66477279004 +size 162351 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Combat.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Combat.uasset new file mode 100644 index 0000000..62634ff --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Combat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8cf69502242551e6396701b14ad3b9a5763a78fd97ff2b12845a2734f51563 +size 533965 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Combat_Var1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Combat_Var1.uasset new file mode 100644 index 0000000..dff809d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Combat_Var1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97f59c86b5de03e2841721b20507ce8ef051923118ba50bd8e007adeef5695a +size 446016 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Pose.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Pose.uasset new file mode 100644 index 0000000..8a62c46 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1503e8fcc13d1fed299bb693dc179fb87101b6026e098f1262f203c51c097d +size 121838 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_TravelMode.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_TravelMode.uasset new file mode 100644 index 0000000..4c56425 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Idle_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e737e58c8decfa08cfaba445b20791fde8b2d87f286570f1aa53442f92939f6a +size 540718 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd.uasset new file mode 100644 index 0000000..bd77e69 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2e9b484e033708403155f8b4ed214fbd6bc3abf44d68f480c02fb13d64cd91 +size 179549 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_BwdToFwd_Spin_ccw.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_BwdToFwd_Spin_ccw.uasset new file mode 100644 index 0000000..9af660f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_BwdToFwd_Spin_ccw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9dc902a8bd39c418ceafb9335d9cf6de9338499b5145c064a159fa257d125f +size 249466 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_BwdToFwd_Spin_cw.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_BwdToFwd_Spin_cw.uasset new file mode 100644 index 0000000..ea86b3b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_BwdToFwd_Spin_cw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7e65bbf1e5d72ff6dacb15412476283eec7f0f94a52deafe3290bfd6f69f35 +size 319648 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Circle_Left.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Circle_Left.uasset new file mode 100644 index 0000000..6a350b8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316843810b392382870187e318a8d7f336222be21ea55e6c130adbd0e204b82f +size 173785 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Circle_Right.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Circle_Right.uasset new file mode 100644 index 0000000..dd1da20 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c034036903fa0d5ad7b69403464ef9ce95f36f9b2676bacf075477eaae14845 +size 176763 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_DownHill.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_DownHill.uasset new file mode 100644 index 0000000..582b6f4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_DownHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706e943e7cd0b1207dd933ff025911cbba4175e165cf118398e63cb6ab30ab91 +size 178224 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Pivot.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Pivot.uasset new file mode 100644 index 0000000..1bc41a3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Pivot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48d4f7405e51464133975f7a2baf048639f3a25cb180501f0d17157bf5c12df +size 255663 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Start.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Start.uasset new file mode 100644 index 0000000..b8f553d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058361b9c72070d7e14430f25b685d3d700557c1940366d3f1420f0e7be0c685 +size 287954 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Stop.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Stop.uasset new file mode 100644 index 0000000..2b14973 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143e5a957d168b654f7ce10f52599a2a4376bb70006e7640aef596e4b11158d8 +size 227248 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_UpHill.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_UpHill.uasset new file mode 100644 index 0000000..e26c5f3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Bwd_UpHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809b9de7b0d8d3d6d02c651bd17e57fd35e3d7d2254c5b5c2cbb296307872395 +size 175874 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd.uasset new file mode 100644 index 0000000..9852843 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b622d2cc4fdc8b890b1af6c7b3753a5fea80683588db8658cde9f68c5f95c78a +size 165859 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_FwdToBwd_Spin_ccw.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_FwdToBwd_Spin_ccw.uasset new file mode 100644 index 0000000..649db51 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_FwdToBwd_Spin_ccw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10d508670f8eabc2042b28c3b7082be4a88734893b42b83723fcb45a7184d4e +size 246762 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_FwdToBwd_Spin_cw.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_FwdToBwd_Spin_cw.uasset new file mode 100644 index 0000000..91d9659 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_FwdToBwd_Spin_cw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89481a42223094553953956a75968265191c516a7784d6947ceff0a34bd6403d +size 254924 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Circle_Left.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Circle_Left.uasset new file mode 100644 index 0000000..f26e418 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acce56803a28ac608e2d408ab6d0e4ac572d61b6b7b64cf3e1eefed4e30af56a +size 167832 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Circle_Right.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Circle_Right.uasset new file mode 100644 index 0000000..9c9af12 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79be5e2ce36ac642468345a9f9ee2adfd8ea340811b0d1df33f39eaf11279b00 +size 167170 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_DownHill.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_DownHill.uasset new file mode 100644 index 0000000..799bec5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_DownHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8c78f9f4adf4d8da46a134b248de2cd393868bfe252f19b4adc5b53e6431d4 +size 166179 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Pivot180.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Pivot180.uasset new file mode 100644 index 0000000..4acc6f0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8debf8360ac6e553d57762c2bcffa28a6f8da967cc2422b6bbec8bbbdb9500fa +size 287839 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Start.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Start.uasset new file mode 100644 index 0000000..b4a7c70 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067104bbbb142cfd881467e74023e76f402cf97ab89784d3c9f063cde7562cae +size 262587 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Stop.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Stop.uasset new file mode 100644 index 0000000..2a03b28 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bca3853c8b0bb5eff959595bd8a21fa6eb82bba2377208ef7fe3c5d22e4f44a +size 329779 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_UpHill.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_UpHill.uasset new file mode 100644 index 0000000..dcb593c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Fwd_UpHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9467fc310926848720a3d84b8a2da389a39ffff11cdf271b9d7abff771cd070a +size 164172 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left.uasset new file mode 100644 index 0000000..28b0c2a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0350cc23d47758f809978730b33b4df10111d49b517a61b6798e050c059830c2 +size 214174 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Circle_Left.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Circle_Left.uasset new file mode 100644 index 0000000..a9b695b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9db5dc0977aefca2103239551560ca9032e6a13d60184992167948c8d3034f +size 212973 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Circle_Right.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Circle_Right.uasset new file mode 100644 index 0000000..4bc7c7f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41cfeba1e1ebdae762547be50bcef020a866b6b2f6649083b7dc0175fcef8d4 +size 215426 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_DownHill.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_DownHill.uasset new file mode 100644 index 0000000..07c24ef --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_DownHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96de57b7dfb7d6c764a0f16af3228f9b925a0bfacdf17abe4b9e0abe6ca5848 +size 213987 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Pivot.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Pivot.uasset new file mode 100644 index 0000000..5203d38 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Pivot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fab66c08f7f2d918888296fc86c5c06a4978c01ecbb9b794052ded70ab0373c +size 340238 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Start.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Start.uasset new file mode 100644 index 0000000..3ac96fa --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5b0cde41f93f0fec1513228d9554f9852ce6a14fcb2f35d4230be31c22491e +size 303916 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Stop.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Stop.uasset new file mode 100644 index 0000000..b2cea31 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cedaa13aff6ecfcb13ac4f2bbb6036affff6b0888991b843cafb845ff2f011 +size 246469 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_UpHill.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_UpHill.uasset new file mode 100644 index 0000000..1a333ae --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Left_UpHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49b062ab3fe3be26cb4be22c5d72a5c6d772333e7f8af64b13b4e6e8638f6e5 +size 213620 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right.uasset new file mode 100644 index 0000000..87f6c02 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e713b57227a93ad3f48ef98b014452cfdd9d43545475287b52e55a903cc14b1 +size 180142 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Circle_Left.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Circle_Left.uasset new file mode 100644 index 0000000..fdcd68f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2226d10d3df94f4f70565806fb7b731a0ddd8dd5964db791591c23fd36e6610c +size 185653 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Circle_Right.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Circle_Right.uasset new file mode 100644 index 0000000..b6ffc5f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b72c2a29ff43d93c948fe7a49ec2d6dc66a7d2d57ca916891ddbda45ef823e7 +size 176330 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_DownHill.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_DownHill.uasset new file mode 100644 index 0000000..7774404 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_DownHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0aca853c2dc52e65e11091abe978b51f5e34959c2529ff549693b23c0a3d8ee +size 176030 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Pivot.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Pivot.uasset new file mode 100644 index 0000000..773306d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Pivot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea73be68f63e3f87101e4ad7e58c3a38f5096cb028eb295dfce576e27ae1fa5 +size 323660 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Start.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Start.uasset new file mode 100644 index 0000000..328de87 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9cd92aa2e547278f246b376011edf746b2f6b165b7461930208aa868ebe760 +size 297112 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Stop.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Stop.uasset new file mode 100644 index 0000000..d3b5ff3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6b172f076850f5a31b9e8c1508d3d1ee0df87762edee4874ae50709e83fb64 +size 316596 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_UpHill.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_UpHill.uasset new file mode 100644 index 0000000..bec9a46 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jog_Right_UpHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f22d387ee923bb5e919d67601765c2efed5ca8680ce4fc8d2d9236f2f42c86 +size 176221 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Apex.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Apex.uasset new file mode 100644 index 0000000..09c78aa --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Apex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e49507464f81076d9b8159d647976db2faf71f499ad54a91b833bc232d0132f +size 144151 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Land.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Land.uasset new file mode 100644 index 0000000..cb0fd75 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035211325c03f0257241f3fe72a0925a0e58f6065025fc436f1db5c8d0f28808 +size 217377 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Land_Recovery_Additive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Land_Recovery_Additive.uasset new file mode 100644 index 0000000..e3a74c1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Land_Recovery_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082dd8b8b8b670a540e35c5ef7a0950ccb88a976c629c04156fdbfaabdd141de +size 216949 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_PreLand.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_PreLand.uasset new file mode 100644 index 0000000..5d39254 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_PreLand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54f0c18ab16457f32afe762390556b49f87f6cfca93774df69f2d26350da887 +size 136757 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Start.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Start.uasset new file mode 100644 index 0000000..5dd378e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Jump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41d69bd45feadf8f12c9b22df8f6f6c6ce44b556c7943a4c676655452950840 +size 137568 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Knockback_Back.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Knockback_Back.uasset new file mode 100644 index 0000000..32d3fa6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Knockback_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d909b94f13a42de3193f9a17deb1f7b53eb16cbf1bf065df717d9b4df975e661 +size 207474 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Knockback_Front.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Knockback_Front.uasset new file mode 100644 index 0000000..5582234 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Knockback_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5e385a57d66cbb079dda75a50ebf306eb5c6a70965ef8bb47981bbaf3cd5eb +size 209062 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LaunchPad.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LaunchPad.uasset new file mode 100644 index 0000000..4747d60 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LaunchPad.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f9f3eb2e0415c239d363c7c5a4c92c9afbab3ef6bc80cd99ca3fb038acfc5b +size 200540 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Alt.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Alt.uasset new file mode 100644 index 0000000..4400bc7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Alt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883306955f5f6c6452de50c6211e4a0495b380a370aa6d7768407721445eacc2 +size 447321 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Alt_SS.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Alt_SS.uasset new file mode 100644 index 0000000..7631067 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Alt_SS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f49236e707ecce4a43b3b49bdd34e30aa060e107116b260beb252e86272ee21 +size 447334 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Montage.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Montage.uasset new file mode 100644 index 0000000..76a32d7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/LevelStart_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f56687382a35a158638aa0f6c65b3d6e4cd310307caffc88e10f190e96245a +size 100280 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Level_Start.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Level_Start.uasset new file mode 100644 index 0000000..2948668 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Level_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acab58814449f7bedd57f193fc62d4d98a18439029e80db2ca21f7b71e312320 +size 328286 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Marketing_Pose.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Marketing_Pose.uasset new file mode 100644 index 0000000..8beaf14 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Marketing_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724b6460d4354d8241fc8ded4b9708b0fe03a074f9802e2e6f72f2414258cfc3 +size 123389 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Recall.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Recall.uasset new file mode 100644 index 0000000..ab0e227 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97550d1b43ef7a5c31513cea1ce81e898219c930799bfe1706d505715e6683c1 +size 542220 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Sprint_Fwd.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Sprint_Fwd.uasset new file mode 100644 index 0000000..a4ad1d8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Sprint_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c700168dce5cfe4b2c119b5fa4a29a1c8c0b569a59b13d5e370ffd690cd095 +size 161729 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Step_InPlace.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Step_InPlace.uasset new file mode 100644 index 0000000..c5d718e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Step_InPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c6d7931fa6fe8cd143d09d029daa524d2d56443be34c1152138a951d932202 +size 345782 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Stunned_Loop.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Stunned_Loop.uasset new file mode 100644 index 0000000..61b80e9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Stunned_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b3c98ddadba94ef40a4d625a8caa4de1ecf685e3e4f4eacbc750026634235c +size 213776 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Stunned_Start.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Stunned_Start.uasset new file mode 100644 index 0000000..26686a3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Stunned_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fb1f62b0268f67a876e170869fc9aaf1eb49e8e3edbd2110ddfa63916668b3 +size 173342 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Thruster_Panel_Close.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Thruster_Panel_Close.uasset new file mode 100644 index 0000000..ee231ee --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Thruster_Panel_Close.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe4a10e4b65e09e002d705d83681110e347523990508901a5323285db021be2 +size 123496 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Thruster_Panel_Loop.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Thruster_Panel_Loop.uasset new file mode 100644 index 0000000..61ed23b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Thruster_Panel_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abfea0c7d84bbdeacc5cef402651ac1c77c8bdfe405dced7770eb3fbbc1728a +size 123294 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd.uasset new file mode 100644 index 0000000..fe7b034 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99956cb431d005d111eea1a78709e401968829decc105865417d2b51d393ca95 +size 173519 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd_CircleLeft.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd_CircleLeft.uasset new file mode 100644 index 0000000..67d450b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0587bbb4eded246bff1b863af4917f506220af041a1d41ee06407650384b0e57 +size 173023 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd_CircleRight.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd_CircleRight.uasset new file mode 100644 index 0000000..c67cebc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Bwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67360dd8fce259f54e3510cdcd545de47762199ceb2474824e8c2d2a738f7ce3 +size 173535 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_CircleLeft.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_CircleLeft.uasset new file mode 100644 index 0000000..17aa758 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde1721b3019ea3a724883fcb0b53d6cd8805aaa0db0053c35581195e5e29260 +size 161086 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_CircleRight.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_CircleRight.uasset new file mode 100644 index 0000000..7cf5779 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bd99818a7c5f4ea594a163e656a66156512ecd20710c605889f3cf5e168db0 +size 162915 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_DownHill.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_DownHill.uasset new file mode 100644 index 0000000..1436a42 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_DownHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a337f2a4da487d192fdba3865ffcdc571579900c47bb546d3565f9dd1616f173 +size 161475 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_UpHill.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_UpHill.uasset new file mode 100644 index 0000000..7f92e86 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Fwd_UpHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26af773628fab18f576d452e5f204bce734dfcf51d2808297b9fdd8880911c12 +size 164174 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Left.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Left.uasset new file mode 100644 index 0000000..967850e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9759bcc285eb9919631f1012195e9f75bc5d2198ed601791de6348e1ebd133 +size 166033 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Right.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Right.uasset new file mode 100644 index 0000000..686002c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Animations/Travelmode_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55db6cd537c04b45054087dd99c9fe6854cccff3780405c286aac54d169c486e +size 177773 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/CrunchPlayerCharacter.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/CrunchPlayerCharacter.uasset new file mode 100644 index 0000000..f7f0cc6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/CrunchPlayerCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d130aedc6a3036ffe70ce2d4f68ab11a4694ec64139bd59229628bf35ff39b1 +size 282205 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Crunch_AnimBlueprint.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Crunch_AnimBlueprint.uasset new file mode 100644 index 0000000..a1d9b17 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Crunch_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caf58edc66b28cec97641e65aa972cb8230d820a2da3d11d2f7be88db8c0e59 +size 584052 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Body.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Body.uasset new file mode 100644 index 0000000..a788de4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff5d643d6408e54c4d58215c83292951136c3abf90e7158a6ee39e4f9c2ab46 +size 160902 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Fists.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Fists.uasset new file mode 100644 index 0000000..5402074 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Fists.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10072d133663f3be69b9dde40c568135bdfa81550637d8fd08dbb1b41f16e673 +size 144066 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Head.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Head.uasset new file mode 100644 index 0000000..7d7e9b8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Head.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9c1e57b5b66edf8b86c55af66948d17d572e6fc23d02ca5c9990d62f67e18b +size 129771 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Legs.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Legs.uasset new file mode 100644 index 0000000..3f6fb52 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Legs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a96d0e7bf12e3c1693468dd61645ab95f8e4798a3d9cc441d1b35f6bd4ca20 +size 152732 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Torso.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Torso.uasset new file mode 100644 index 0000000..bfeafcf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MIC_Crunch_Torso.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af792749d2ea308b07b4c1b4e97b668bcd41e50937a9ef7bb5fd8a81c3ccc4a +size 153519 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Head.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Head.uasset new file mode 100644 index 0000000..e1d8c48 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Head.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ca2c804092e2158d2acede8d7add0c536d72b93f04e9fa7a73de3d5618964a +size 209089 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Hoses.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Hoses.uasset new file mode 100644 index 0000000..2edbeb7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Hoses.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814fcf8da7f4a19fe00b02acac7a51f7be4cf40a24cdbe468f9c823586cf6f48 +size 210431 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Parent.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Parent.uasset new file mode 100644 index 0000000..6126af0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Parent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66e23ea5d9db047071f96af1a2f95c9293338597cb7a1bcc05b5d7813d316a8 +size 248570 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Pistons.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Pistons.uasset new file mode 100644 index 0000000..bd25002 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialClasses/M_Crunch_Pistons.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25199a8d074d955f60a78a951df00ccbe94c3b22ee06cf9bc0c16793281f7305 +size 191676 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_CrunchTube_Emissive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_CrunchTube_Emissive.uasset new file mode 100644 index 0000000..cdf5e2f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_CrunchTube_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb154caa330f7620088db3f4f71001d11ffae7a338dbcb121360eddd0b207f36 +size 116081 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_Crunch_FX_Emissives.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_Crunch_FX_Emissives.uasset new file mode 100644 index 0000000..b78608d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_Crunch_FX_Emissives.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56790dffb0a16f7da922e12be6dd84c53df7423ed1d42feac8fa2963cdd02b82 +size 140818 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_PlasmaFluid.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_PlasmaFluid.uasset new file mode 100644 index 0000000..b8943e6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialFunctions/MF_PlasmaFluid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcccb85b54f44363511ca44f4f3d5b8144b7f35e6d450eda913e56bcf753066 +size 127382 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/ML_Coiled_Tubes.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/ML_Coiled_Tubes.uasset new file mode 100644 index 0000000..7224c32 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/ML_Coiled_Tubes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab90f0899c6160f1bc3181670f1af2664c2ab17e870e39e3afcc97cbec2bca76 +size 112737 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/ML_Crunch_Eyes.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/ML_Crunch_Eyes.uasset new file mode 100644 index 0000000..8aa5ca4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/ML_Crunch_Eyes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f143db73e74b84bc3ebb74f8b0af4d7b92e87ec345ebc925ede1b3a9b5593131 +size 104910 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/T_Coiled_Tube_MASK.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/T_Coiled_Tube_MASK.uasset new file mode 100644 index 0000000..8cdfe61 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/T_Coiled_Tube_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b439e225db42119b8aa1f9f358898d8bdce2c38235f5566e7b0825ce7910424d +size 6634658 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/T_Coiled_Tube_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/T_Coiled_Tube_N.uasset new file mode 100644 index 0000000..793aa0e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Materials/MaterialLayers/T_Coiled_Tube_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2f08259b960e6fb26b19dd2496a4bbdc4def806a562cf717993c02cb834850 +size 6718828 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch.uasset new file mode 100644 index 0000000..e19a1b1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3bfba0148327f890fb271cd3f9f86f91cf558d89b2999343fb27ab41fd5975 +size 12906848 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_Extents.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_Extents.uasset new file mode 100644 index 0000000..ade4013 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_Extents.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce98d9741083ae509cec31aa58e9e882404a0fa394bf900dafa34a043edb4db6 +size 134042 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_ShadowCyl.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_ShadowCyl.uasset new file mode 100644 index 0000000..f289840 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_ShadowCyl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955ef1f8fd6749075cf58ad75cdc28562fd51ce6b3a8ff1237dc70c86788980e +size 135132 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_Skeleton.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_Skeleton.uasset new file mode 100644 index 0000000..b07b50e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Crunch_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f3787a2084f3b147fd8eaeec4aeaf1acde50ee2d78c13eb8de13fc130a6541 +size 43719 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Orion_Proto_Retarget.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Orion_Proto_Retarget.uasset new file mode 100644 index 0000000..7e26d5f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Meshes/Orion_Proto_Retarget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd144987124d1e327f9f6fd20ce6b5ba26bc8a9748f400c5dbeed22afa4c2e31 +size 68558 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Body_BlkGld.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Body_BlkGld.uasset new file mode 100644 index 0000000..d3932bc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Body_BlkGld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e10afe0dbc61de8f099c66c17e95588d2d76e6e48aeaf77ffb633f327d703c +size 139185 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Fists_BlkGld.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Fists_BlkGld.uasset new file mode 100644 index 0000000..bddbb3d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Fists_BlkGld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5021b55c607ce57722f8ef49cea52fe4257256c708f9ac6e4b62af92bde08bd +size 150016 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Head_BlkGld.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Head_BlkGld.uasset new file mode 100644 index 0000000..5fca5ea --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Head_BlkGld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ba60a83cdc44a6ab13e4c9d91b092f006f657de42e981fda5a7f30ea2862cf +size 136340 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Hoses_BlkGld.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Hoses_BlkGld.uasset new file mode 100644 index 0000000..59f9f9d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Hoses_BlkGld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2e74df1c77fd0ade19df615c469c3ac3da2059cc226d80e658ae96edd9670f +size 154595 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Legs_BlkGld.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Legs_BlkGld.uasset new file mode 100644 index 0000000..5c6bb91 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Legs_BlkGld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a18ffc67e01467e57959a5d6849f2db9d8e731e6ef88e7ea315df357347f9d3 +size 129972 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Pistons_BlkGld.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Pistons_BlkGld.uasset new file mode 100644 index 0000000..c456463 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Pistons_BlkGld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0040baa7160c6460e732586681c491a1a90e2e546c7e796941d3c63d19f08b24 +size 126018 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Torso_BlkGld.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Torso_BlkGld.uasset new file mode 100644 index 0000000..8188b60 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MIC_Crunch_Torso_BlkGld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5f1feda7558243c6f9713028a544b848e458bc563fba0772929d3f912d14a1 +size 131506 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Head_BlkGld.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Head_BlkGld.uasset new file mode 100644 index 0000000..a73668e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Head_BlkGld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79fdeba66c6df2cd15192b5790c9268ecc43a0ae29fd88db5d8c62c8fc9e87f +size 201549 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Parent_2_BlkGld.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Parent_2_BlkGld.uasset new file mode 100644 index 0000000..50413e1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Parent_2_BlkGld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47ab76ee7ac84a5f53dca7b009d1ec02cda54a2613a216af95461d837fb197b +size 212981 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Parent_BlkGld.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Parent_BlkGld.uasset new file mode 100644 index 0000000..027978d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Parent_BlkGld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d70bd32be571b4953126e3ea5c273f4fed54ba9890b465c2733f29b545fd63 +size 219245 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Pistons_BlkGld.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Pistons_BlkGld.uasset new file mode 100644 index 0000000..c2404bb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialClasses/M_Crunch_Pistons_BlkGld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec2fc35def4d0dc740454caeb1acbe29ae5469862679efcfada553b0d66e1c6 +size 184528 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialLayers/ML_Crunch_BlkGld_BodyMetal.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialLayers/ML_Crunch_BlkGld_BodyMetal.uasset new file mode 100644 index 0000000..85d508a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialLayers/ML_Crunch_BlkGld_BodyMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e2cb87963fdc420371e324cbbb6ace1ff6fcb5330194658159b61eac895ac2 +size 94370 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialLayers/ML_Crunch_BlkGld_JointMetal.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialLayers/ML_Crunch_BlkGld_JointMetal.uasset new file mode 100644 index 0000000..5273813 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Materials/MaterialLayers/ML_Crunch_BlkGld_JointMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18c444ad456bdd4e96c898ac0313eea422779d1eb88aa3b6ff6bb26a83cd77e +size 110903 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Meshes/Crunch_GoldenGloves.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Meshes/Crunch_GoldenGloves.uasset new file mode 100644 index 0000000..b4eb552 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Meshes/Crunch_GoldenGloves.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b85fd05de287e6855d714cdaca4a74bbe9e8cc66a1f4c6cf72c92f0b38ccc7 +size 12906555 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Textures/T_Crunch_Fists_BlkGld_MASK.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Textures/T_Crunch_Fists_BlkGld_MASK.uasset new file mode 100644 index 0000000..1f20488 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/BlackGold/Textures/T_Crunch_Fists_BlkGld_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3136b273f8cc54c010d42c7063e0d17d20ab18962caa4062037ead736622a2c4 +size 812849 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Body_Military.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Body_Military.uasset new file mode 100644 index 0000000..0b7ea14 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Body_Military.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141d860f045d86842b8f1b655b4522add1ba32ba0e5e8560f4c4b1c02ed94431 +size 142364 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Fists_Military.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Fists_Military.uasset new file mode 100644 index 0000000..36ee14e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Fists_Military.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031aaaa1aa053215fe81e6a2cbce5a147b4dcc97b18fda8fbe84a329f0a10916 +size 144251 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Head_Military.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Head_Military.uasset new file mode 100644 index 0000000..d4e1df9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Head_Military.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9f00b51c1245f8a50bac1726ec3dee61a521fc76a66966b8437b43bf5bba2b +size 124704 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Hoses_Military.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Hoses_Military.uasset new file mode 100644 index 0000000..c4816df --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Hoses_Military.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e1b6a20e9e27ffc420e2d8b951e2b89bec316cb929d3c86fa9f2a7fa18563a +size 154602 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Legs_Military.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Legs_Military.uasset new file mode 100644 index 0000000..8b9920b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Legs_Military.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38297851b95cd21a28a69cffd0fd565499ef1393a9cfd50c2a4e507872f08969 +size 137516 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Pistons_Military.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Pistons_Military.uasset new file mode 100644 index 0000000..04af565 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Pistons_Military.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153d308195d80635ace6c4bd649c85bbca79e4f8ebfe7010eb9d2a78b19c2425 +size 128235 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Torso_Military.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Torso_Military.uasset new file mode 100644 index 0000000..8e9e6f6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MIC_Crunch_Torso_Military.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca0cc154143127d196c0973a6da5bd23f9df800cdc82d4a6c92e6df0b7ed9f0 +size 141002 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Head_Military.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Head_Military.uasset new file mode 100644 index 0000000..9fdda34 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Head_Military.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d9602a45b1608bc5a17465add6cb6eeef9fd691ca3349d80d665f7da7a6f16 +size 208938 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Parent_Military.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Parent_Military.uasset new file mode 100644 index 0000000..3894198 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Parent_Military.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98246ed971f9c6740a096cc6859ea230893e14c35e9fb6fba6812ccc8f410ee0 +size 217051 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Pistons_Military.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Pistons_Military.uasset new file mode 100644 index 0000000..712599d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialClasses/M_Crunch_Pistons_Military.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304aaf2c387b4d742be1c5c0f66d8ecc9fa7a83200a056f0f88c7c2bc5b36dbe +size 196612 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialLayers/ML_Crunch_Military_Paint.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialLayers/ML_Crunch_Military_Paint.uasset new file mode 100644 index 0000000..9467fba --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Materials/MaterialLayers/ML_Crunch_Military_Paint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750d68453a25e6e6359b1809152dca0e5e3b8fa7acefaddc201747b06bae1828 +size 111783 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Meshes/Crunch_Military.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Meshes/Crunch_Military.uasset new file mode 100644 index 0000000..f4c4ffb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Meshes/Crunch_Military.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70be2306cb433111e0d112b7d2cb9d210540b81529de55a63f716cc641c56353 +size 12899661 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Textures/T_Crunch_Decal_Lower_Military_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Textures/T_Crunch_Decal_Lower_Military_RGBA.uasset new file mode 100644 index 0000000..1483d2f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Textures/T_Crunch_Decal_Lower_Military_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d5dabdb22f0ef4849ec2d06754c3578a1d6ee76a83136b89e9f817b299391f +size 35543985 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Textures/T_Crunch_Decal_Upper_Military_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Textures/T_Crunch_Decal_Upper_Military_RGBA.uasset new file mode 100644 index 0000000..912d306 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Military/Textures/T_Crunch_Decal_Upper_Military_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b757ceab74c775807cfa8d63199da66c779a39d3a3823f6d599b3c79f00ec3 +size 36051984 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Body_Ti.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Body_Ti.uasset new file mode 100644 index 0000000..c8d9966 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Body_Ti.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205e80725574f700f8d3415aa24927eb509c0a4e30ee5403435e9da5dd209ffd +size 137713 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Fists_Ti.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Fists_Ti.uasset new file mode 100644 index 0000000..d427509 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Fists_Ti.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a557a2530fb6b0e3fc302aacd67c6dafbc234ec330b6eebbb1fc3e61c1567b +size 137319 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Head_Ti.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Head_Ti.uasset new file mode 100644 index 0000000..c0fe420 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Head_Ti.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2d676daf5d77183a8781971a7f27b1a91ac51a91f5b617bf715e1ba5393323 +size 128887 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Hoses_Ti.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Hoses_Ti.uasset new file mode 100644 index 0000000..981972f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Hoses_Ti.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc69fe0899552a78a4149f70159a1d9c511025dc0dd2daa12c4a3765c18e56e +size 154630 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Legs_Ti.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Legs_Ti.uasset new file mode 100644 index 0000000..82164f9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Legs_Ti.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18afe19caf1687b6c5a25eaa128eb03928b294978b5ada7947c189bc28599171 +size 130260 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Pistons_Ti.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Pistons_Ti.uasset new file mode 100644 index 0000000..3f569cb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Pistons_Ti.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86849e311dd837e213cf42b97c3b044ea60d443f7842b787d9883011439e72b +size 128385 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Torso_Ti.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Torso_Ti.uasset new file mode 100644 index 0000000..fa4458f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MIC_Crunch_Torso_Ti.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad2d9b5c6d02fdbe312fabf46065ac4159edd4ba4900893013f4686d3c994ec +size 133594 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Head_Ti.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Head_Ti.uasset new file mode 100644 index 0000000..2046fcf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Head_Ti.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe041d4c929139af059cb9501e81fddff41aa7265ffda3210bf64e4b3eb5398 +size 207643 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Parent_Ti.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Parent_Ti.uasset new file mode 100644 index 0000000..650e415 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Parent_Ti.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7edfa3718024191ebe5d2b9cdb8f6e08f86c080850b0d03ff63a6825870ad66 +size 219780 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Pistons_Ti.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Pistons_Ti.uasset new file mode 100644 index 0000000..2a5adfd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Materials/MaterialClasses/M_Crunch_Pistons_Ti.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90609a2b7861ee463e0e1692520b3232d6e99df3bfe06977023d82d29482fa1f +size 192204 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Meshes/Crunch_Titanium.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Meshes/Crunch_Titanium.uasset new file mode 100644 index 0000000..ba3f0da --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Titanium/Meshes/Crunch_Titanium.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56140d0ffc868c00c5feb5cddf95c351f2d0abc51114af72a331fe788ea37fdb +size 12907494 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Body_V17.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Body_V17.uasset new file mode 100644 index 0000000..b5894ed --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Body_V17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f4b072497738ac46c48316f9bb1b807c8d34656b6d81cea0a2e6162b7a2dac +size 143271 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Fists_V17.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Fists_V17.uasset new file mode 100644 index 0000000..4f65d4e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Fists_V17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f8ec54b3f7a7398bc9afd6242bb7891799dd112015fe38390f61081a83136c +size 138519 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Head_V17.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Head_V17.uasset new file mode 100644 index 0000000..9037aaf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Head_V17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a338dc3e3383186926c5639089b1d9511149d7fca9f5d8db69b0b6196d4f8f +size 136626 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Hoses_V17.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Hoses_V17.uasset new file mode 100644 index 0000000..bbb22bd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Hoses_V17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfb0fde47eaf8b1abe2d7355adb3da1ece54f2ca0c0f7087894e5592fd59021 +size 154634 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Legs_V17.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Legs_V17.uasset new file mode 100644 index 0000000..6214a12 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Legs_V17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64095de91b207d48067faec60e5afab8600c8c97cfb4b69faf71e6043158615e +size 145129 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Pistons_V17.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Pistons_V17.uasset new file mode 100644 index 0000000..1527871 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Pistons_V17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd5ce9ab90e87215312cc8b307d1ded58c9aefdc8903c358eb124cdd4bf16b7 +size 127685 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Torso_V17.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Torso_V17.uasset new file mode 100644 index 0000000..2f864ce --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/MIC_Crunch_Torso_V17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a132b230a95d7640eb17268e87b5cc4cf7533e0c847e035c48bae779a9c33335 +size 138977 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/M_Crunch_Parent_V17.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/M_Crunch_Parent_V17.uasset new file mode 100644 index 0000000..461b8b6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Material/M_Crunch_Parent_V17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d397a789573c38b4bf459c54711d997da503f812145229f91e2bdd47d338b9b9 +size 206686 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Mesh/Crunch_Valentine.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Mesh/Crunch_Valentine.uasset new file mode 100644 index 0000000..cde67d9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Teir_1/Valentine/Mesh/Crunch_Valentine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6049a020f5fcf2b95de4757cdded908062d259875764332f7ff509b1c3751256 +size 12908176 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Arms.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Arms.uasset new file mode 100644 index 0000000..edde309 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7236a5103c2ee5f4da9a0deaeaff787b9c9cc63ddad09e0b49fbfa6ae61501 +size 135972 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Body.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Body.uasset new file mode 100644 index 0000000..1ef9db7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33f0a4132b0bbbb36910ff0dea46842e7ee8378394ffa1894a57786193db671 +size 131477 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Engine.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Engine.uasset new file mode 100644 index 0000000..ef91a5e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Engine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7644ee2053036300a5868482999699b99b4df8710dd01fa6e0278cd300f4818f +size 126293 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Intake.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Intake.uasset new file mode 100644 index 0000000..3c8e0e2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Intake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea3f11cb0c814e75004ef88eb145e4e4aec829a83af634265c7e53dc081f224 +size 134179 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Legs.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Legs.uasset new file mode 100644 index 0000000..4910196 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Legs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494e9554d76b8b03984c67fe4d61f1b64b7fd4c40831184327bfd3507dc3e6c2 +size 133010 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Wings.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Wings.uasset new file mode 100644 index 0000000..ff2efbe --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MI_BlackSite_Wings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8469efa9fa753d9720e0784a743479b6cd077754d7ccbf0c869b76b974a88ad7 +size 139288 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/M_Crunch_BlackSite_Cone.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/M_Crunch_BlackSite_Cone.uasset new file mode 100644 index 0000000..a54d0d4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/M_Crunch_BlackSite_Cone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97aaf338b206f6c2ad38073c8145678a8e1eccc8c102a3a747716b5a487488e +size 135578 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/M_Crunch_Blacksite_Glass.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/M_Crunch_Blacksite_Glass.uasset new file mode 100644 index 0000000..a4b800e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/M_Crunch_Blacksite_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052ee51112bba6962cb76ec5a4feeb6f7aaa28de733214746edf2d07faf9cf60 +size 169078 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MaterialLayers/ML_Crunch_BlackSite_Metal.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MaterialLayers/ML_Crunch_BlackSite_Metal.uasset new file mode 100644 index 0000000..ba7f0c3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/MaterialLayers/ML_Crunch_BlackSite_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8655986275d4074ffb1f490941df7896752e8b05e189774d3f7b2d3ae919b69b +size 108566 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/ParentMaterials/M_MASTER_BlackSite.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/ParentMaterials/M_MASTER_BlackSite.uasset new file mode 100644 index 0000000..e9f8988 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Materials/ParentMaterials/M_MASTER_BlackSite.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c529d400569d332eb9756beabf51f7689eda2ad0a970606302ef48b150990226 +size 201828 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Meshes/Crunch_Black_Site.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Meshes/Crunch_Black_Site.uasset new file mode 100644 index 0000000..0f446dc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Meshes/Crunch_Black_Site.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf08e01226801225c40b2bbdd720db695bc048c2120448c7df1461532243247 +size 13303123 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_ArchBladeEyeBlackColor.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_ArchBladeEyeBlackColor.uasset new file mode 100644 index 0000000..79d728b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_ArchBladeEyeBlackColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1e361cea2357d2f2a5a7a00e9cb46df9f5b559a527df5211422aae008a0466 +size 3759 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSiteSite_Intake_Packed1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSiteSite_Intake_Packed1.uasset new file mode 100644 index 0000000..b6273f1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSiteSite_Intake_Packed1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5f50ef1265780679c6004d83b71a953ba60cf65edb7a61079b29a10fceba31 +size 4122765 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Arm_Packed1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Arm_Packed1.uasset new file mode 100644 index 0000000..a0e3bc3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Arm_Packed1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b531cfcab9552316fa6bb9c592d08380d608f41ae9935c6329d49d81ddf620c +size 2427995 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Body_Packed1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Body_Packed1.uasset new file mode 100644 index 0000000..ef16aa0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Body_Packed1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9d9333dfd5fb6fbda07bbee861096bd4072a1a7ce6cc699c03468c98bc4bce +size 545207 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Body_Packed2.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Body_Packed2.uasset new file mode 100644 index 0000000..7e09b47 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Body_Packed2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a41941a647721bdff5617397c2719c6a918d88a14b256a3ff06eba725a7c3e7 +size 1850826 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Decals_D.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Decals_D.uasset new file mode 100644 index 0000000..6377e07 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Decals_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a29d364e18cd7208ca4448b83239c67c6ff612ab6274042504d31c4004ec04 +size 103176 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Engine_Packed1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Engine_Packed1.uasset new file mode 100644 index 0000000..0d57dc7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Engine_Packed1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07772b955ea5d7744b49da16fe7a2bc91639072772dd6d590d9a184273b32ad8 +size 3665336 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Glass_1_M.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Glass_1_M.uasset new file mode 100644 index 0000000..e3b358a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Glass_1_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1c73d38513bd29964188924ad336ad5ddf36a856cfd6bcfaa97edf0ea7b949 +size 8907106 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Intake_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Intake_N.uasset new file mode 100644 index 0000000..54bbc09 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Intake_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c803d364295e5e5d635a57ecfd5b6ab7909849023b37f0126877d1c9cf059612 +size 7207409 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Intake_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Intake_RGBA.uasset new file mode 100644 index 0000000..fa3d47f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Intake_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b80701fdb10274ed99d055f1acb5f3f16a50dd53799fb5ec457aef3343ed902 +size 29179183 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Legs_Mask2.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Legs_Mask2.uasset new file mode 100644 index 0000000..e101697 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Legs_Mask2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073478cfe4b660675b1ce564f21604b6c7a878e7dc07ff123f508278ded1ac25 +size 9533494 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Legs_Packed1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Legs_Packed1.uasset new file mode 100644 index 0000000..9da0e99 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Legs_Packed1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96cce483cac2424d10a6c596bbd1c5f904b2c336e94490632337ed61245b35f8 +size 2992108 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_N.uasset new file mode 100644 index 0000000..530100b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2369251f4f1d48170b4468af0e6c210d3beb4498ca89ec412ec3c374af785d3 +size 8977741 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_Packed1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_Packed1.uasset new file mode 100644 index 0000000..63da9c6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_Packed1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71abe21dc55c9083ddaaa99e686b7669b7590d987d56aa16061d60c751540855 +size 9215794 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_RGBA.uasset new file mode 100644 index 0000000..5678033 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Crunch_BlackSite_Wing_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33cf48117ef9b8d13d15ac5883e81ecd77870fba7c41d0ee828ca2ea9d6e21b +size 19737510 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Flat_normal.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Flat_normal.uasset new file mode 100644 index 0000000..468518f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/BlackSite/Textures/T_Flat_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f426590e8463447533975bad581cdf8d05cc6d1f4ae7c1141762b161fe829aca +size 5071 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Arm.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Arm.uasset new file mode 100644 index 0000000..11ae64b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Arm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c6e93993b995cb0d268a033757104333c12f19dadc03c6d3a06de40f893a69 +size 159672 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Body.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Body.uasset new file mode 100644 index 0000000..5a00636 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27f8b41ccdd87f6247dda16e9ffa2255f415f2aca060d38136a8c05953ac5be +size 168704 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Engine.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Engine.uasset new file mode 100644 index 0000000..1aa8c49 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Engine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21517af9fa4e6cc27eb3fd3a0d4952a99ade4517c6ed812e1e17ac9dfc7fdac8 +size 152362 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Leg.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Leg.uasset new file mode 100644 index 0000000..7aee661 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Leg.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282664d26214dac993b561f0062db8c3dcf6de8fdaad30fb71b0f0bb70069d6b +size 166834 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Wing.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Wing.uasset new file mode 100644 index 0000000..f9499e4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MI_Crunch_CrashSite_Wing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5fdbccc49f818775331151f60a12c3b187057415da7e2dcab7cb1223c34a86 +size 155296 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/M_Crunch_CrashSite_Glass.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/M_Crunch_CrashSite_Glass.uasset new file mode 100644 index 0000000..8215097 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/M_Crunch_CrashSite_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f795d836c70448a679a4ae22a0df5e0b1e221621b090b6040b9e4a372278d2c8 +size 191739 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MatLayerBlend_Decal.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MatLayerBlend_Decal.uasset new file mode 100644 index 0000000..ec8bcba --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MatLayerBlend_Decal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a3506c82241132130d87aaea952e3f8857da4bf4a19faecfbda186484b0da0 +size 110865 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Camo.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Camo.uasset new file mode 100644 index 0000000..f2e0073 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Camo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587856413582bd31995f407fb131c7c77410fb832279985b49c906ac276cb8e9 +size 112463 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Camo_Colors.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Camo_Colors.uasset new file mode 100644 index 0000000..c5d67b1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Camo_Colors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb674c99d12ba0e4fbe6f055b4cda6f6906651c64100f8c8523465a21977d86 +size 107324 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_DarkMetal.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_DarkMetal.uasset new file mode 100644 index 0000000..65914c0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_DarkMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc33ad4a14381afc5ec2ac3dc12f058842df14b6cf467da5e44cc7362e280fbe +size 106445 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_PaintedMetal.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_PaintedMetal.uasset new file mode 100644 index 0000000..29a0046 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_PaintedMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e223cf8c71f379135f1c4c4bc1f08d8bac26d581b03d94c8c95eb41d73d2cf +size 86193 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Rubber.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Rubber.uasset new file mode 100644 index 0000000..59d6e9e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_Rubber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663b216487c851f9d59e1304458e5d289d79ab863d2c4d5dad5450dc715260da +size 115502 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_ShinyMetal.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_ShinyMetal.uasset new file mode 100644 index 0000000..f111b11 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/MF_Crunch_CrashSite_ShinyMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95afa9fcd0544884878efb5562d035ebd865cffa12e8e989b91ab962646c1395 +size 105454 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/ML_Crunch_Eyes_S.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/ML_Crunch_Eyes_S.uasset new file mode 100644 index 0000000..5a72436 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/MaterialLayers/ML_Crunch_Eyes_S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12af56eeef743113309d8251bcd98ba972510ad1d5d08200222a245db1ef4db +size 104941 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/ParentMaterials/M_Crunch_CrashSite_MASTER.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/ParentMaterials/M_Crunch_CrashSite_MASTER.uasset new file mode 100644 index 0000000..73c736c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Materials/ParentMaterials/M_Crunch_CrashSite_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf955ee52c51a1c82110212e0bd836b43244b5f77d391fe568bf7fc63dea3dab +size 213899 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Meshes/Crunch_Crash_Site.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Meshes/Crunch_Crash_Site.uasset new file mode 100644 index 0000000..107b23b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Meshes/Crunch_Crash_Site.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687953c95cd83a9348b232ea9a0a4f2e8ca8c3a3f96f7415ea9f3c9de7567b38 +size 11540030 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Camo_Pattern_005_MASK.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Camo_Pattern_005_MASK.uasset new file mode 100644 index 0000000..e5073c8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Camo_Pattern_005_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b869deaada387ed06754ccdb5cb9d37c11cbe5a5eca1acabbce85ea76270d57 +size 634984 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_Mask1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_Mask1.uasset new file mode 100644 index 0000000..b906296 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edb5a4e4a5ebbaeaadad5be12aaeaec586e75d495113e0cf7cde5da0b31525c +size 277935 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_Mask2.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_Mask2.uasset new file mode 100644 index 0000000..6f5837a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_Mask2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c18a86ee9e46f98a4191af0aed4244d5d471559d335823b05bd35e28eb0e2fb +size 362514 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_N.uasset new file mode 100644 index 0000000..730e238 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arm_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b12aa5dee6bb09fe2de17fb4479324cefe1e20d9bcd2884394a98d16d4287d +size 17499163 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arms_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arms_RGBA.uasset new file mode 100644 index 0000000..b6a210a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Arms_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77582ddb44ce5c347f223f9cdba9229a6810a7a08c5637146b3b62bd7893638 +size 30246219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_EMISSIVE.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_EMISSIVE.uasset new file mode 100644 index 0000000..1e33462 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_EMISSIVE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d6ba0fad6d9e4ff36ede2bc95f5751add95fb892e9015d9f31e91a075b64ae +size 2807071 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Logo_D.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Logo_D.uasset new file mode 100644 index 0000000..7ab8c66 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Logo_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112dac0c3102ea98839e6fe5a95a64738167d637976e6df10df256c7e905b6af +size 1080682 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Mask1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Mask1.uasset new file mode 100644 index 0000000..a3dcf40 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04e491d4c285f1c25dac6ca8583edd53f587f00ad5f7136977b652ab1f1d786 +size 348749 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Mask2.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Mask2.uasset new file mode 100644 index 0000000..24ac863 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_Mask2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c478d0d2f73725b3b10c6ff654f5048aee9de5f3eca8ae1920b9c2b33d143b +size 675466 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_N.uasset new file mode 100644 index 0000000..caa53f5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43dff64f5732e820a26a2476d97b2e804bd860f5fd89a29faf4bfadbe1a6efdb +size 18419052 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_RGBA.uasset new file mode 100644 index 0000000..3205695 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Body_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c724d9d02667f6796b74c6eeb8bb4696ead73eb52db313baf94b4a652419fe +size 39050086 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Burn_Masks_1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Burn_Masks_1.uasset new file mode 100644 index 0000000..3d0ba4e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Burn_Masks_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f2ca198062d91d87d2d25b0f45adf989b21fe30455bbef2a3b72cc23d2c036 +size 18539919 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Burn_Masks_2.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Burn_Masks_2.uasset new file mode 100644 index 0000000..1ffad1c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Burn_Masks_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2bb0677fb75e69f3a47c343566d66e721fc7552cce9cc73266b917670a3555 +size 18536962 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Char_D.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Char_D.uasset new file mode 100644 index 0000000..985f189 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Char_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c22bbc3219bee9920361f17e27d54a4594b376519a395c0b26c83c12b5dc03 +size 36213352 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Color_Overlay_1_M.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Color_Overlay_1_M.uasset new file mode 100644 index 0000000..c36b5a8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Color_Overlay_1_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd5cbb44702c92daa9cebf30e9e20a51971a040d7016b15eefd7dd761ec7b06 +size 15908043 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Color_Overlay_2_M.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Color_Overlay_2_M.uasset new file mode 100644 index 0000000..0d5085e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Color_Overlay_2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47d8a1f792051576e46ec1a60bc10780a7088680ce45812740be6207dae29ee +size 7284447 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_Mask1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_Mask1.uasset new file mode 100644 index 0000000..b69aec6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6d47bc46b9aba7b540b8fa973f4d549212e805e9b2c97c16b332e15880b424 +size 259478 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_Mask2.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_Mask2.uasset new file mode 100644 index 0000000..8c8855b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_Mask2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107b1f913affdfa01057e1e409bab03bc71179156b2be721e405251006db5683 +size 3234540 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_N.uasset new file mode 100644 index 0000000..497ccbb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1602a511d8375d5c44a740263d38ef7b723f132219a3e1bd7f4c7876aa600fec +size 14726008 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_RGBA.uasset new file mode 100644 index 0000000..3961240 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Engine_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9562445f0067b16cc9cf8dc03da6e10516628969ec3bb7cb81b433ea74b63a3d +size 29306376 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Fists_EMISSIVE.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Fists_EMISSIVE.uasset new file mode 100644 index 0000000..45cdfa1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Fists_EMISSIVE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54a4fc0e130ec868801aff0f679b6d0e755dc401952ec28c0b327b5c059ad20 +size 8474129 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_1_M.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_1_M.uasset new file mode 100644 index 0000000..d85f573 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_1_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70283f079e942e774134b356d16f603856e6e6cfddff255d810fd34d01a0ccc3 +size 8949303 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_2_M.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_2_M.uasset new file mode 100644 index 0000000..9eadbb8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235015770c4f510260e83f212aa1917ad252fc82cfeb88d595ce79889b8425f7 +size 1516037 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_N.uasset new file mode 100644 index 0000000..90a3460 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Glass_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a701490fb961ee8cb10460b2d300c8bafaec7007486ed1b81963f9876d23f282 +size 1877283 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Leg_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Leg_N.uasset new file mode 100644 index 0000000..970f5bd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Leg_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0139d9c9e37bd3f589ae3c61ecd607497e7449f82fa2705354eb62bb628caaf1 +size 18013461 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_EMISSIVE.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_EMISSIVE.uasset new file mode 100644 index 0000000..afb73a5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_EMISSIVE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e40fe707b4a4f1957071fb05525c6ba6405a226f3b3b342999a6f4c289a9b6 +size 8190750 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_Mask1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_Mask1.uasset new file mode 100644 index 0000000..202e1f6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0489926ab44e1904982db0d65e9fdee055120ed61c4bf03ffcf6ecdaff166fe8 +size 435096 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_Mask2.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_Mask2.uasset new file mode 100644 index 0000000..6f0f6bb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_Mask2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd832a5cbde00054be8d947b0ebbd53952b0c8a3644e5f49ac2690dbc1634430 +size 9525266 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_RGBA.uasset new file mode 100644 index 0000000..a16753e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Legs_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5997621c3851176e4e54cd848bcdb4750db733260b363eb5767b96dbb5a178 +size 28408430 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_Mask1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_Mask1.uasset new file mode 100644 index 0000000..34549c9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99474a8b256251598bd4634117076856dd071a2b557383d8b305841eb8c848fe +size 658530 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_Mask2.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_Mask2.uasset new file mode 100644 index 0000000..a2ff6b0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_Mask2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e490c60469448c13f2bb96d6c46d3099932cc13411ba36dc3099f37e28d1971 +size 887829 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_N.uasset new file mode 100644 index 0000000..62b44a7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e487e4c28362bb4bdb01780ad04a96a513fcc8bd96b7bb4a0b1471ef499182f8 +size 12503828 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_RGBA.uasset new file mode 100644 index 0000000..355c4cb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_Crunch_CrashSite_Wing_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a414dc5207bcb2df75a75ff3b8a45097c018afe2c1d1ad9615065801a08ab341 +size 34576453 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_TilingRock01_D.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_TilingRock01_D.uasset new file mode 100644 index 0000000..9d603d5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Skins/Tier_3/CrashSite/Textures/T_TilingRock01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bd9acb785afe73a74f83a040cd90a98fe2dbbfdf5bb9ca6c1ef67c114acc24 +size 8901706 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueVoices/Crunch.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueVoices/Crunch.uasset new file mode 100644 index 0000000..a99ffd9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueVoices/Crunch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54f4dc94343d922845679d9f61cec078cffbe2673f3ccefae84736349b932ea +size 1253 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_010_Dialogue.uasset new file mode 100644 index 0000000..0c06969 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ce9874a3928132a1df99dfd0a5becdc4ed505e0aecd6860c913ef8d4b1cddc +size 2781 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_020_Dialogue.uasset new file mode 100644 index 0000000..0a901eb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9141600a542b4b3150fa1a159d3c27d23262a0d41a5fbe2ca02d3fe9cfc65ae +size 2773 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_030_Dialogue.uasset new file mode 100644 index 0000000..cd76ab1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_E_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c262367291206160c26fb54cffbdf472336ae74ff22aa978d8402dffbecff300 +size 2765 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_010_Dialogue.uasset new file mode 100644 index 0000000..e33870e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f5b3c1d9b2c584a4fb7040cd382d66a30a27991a11791ea86331e69302e4d9 +size 2783 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_020_Dialogue.uasset new file mode 100644 index 0000000..f2f34ad --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe198e8f9a4f0223f3e3167836b7b3031771ac8e7f1c8f3092eb01c22814cf9 +size 2779 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_030_Dialogue.uasset new file mode 100644 index 0000000..4f48347 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LMB_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed7df8435d6d28bf3ecbf57d994aa40991bc81f901ebfa54aae209862ab1611 +size 2779 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_010_Dialogue.uasset new file mode 100644 index 0000000..e9a1348 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8fef6a76dca03fd125b2d77acacbb07bab5c0b993e73de11b98ce232d9dbeb +size 2771 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_020_Dialogue.uasset new file mode 100644 index 0000000..2911dae --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26e51a5166df9d34591f7853490cfc686d9e174d564c934c873397280d00d77 +size 2775 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_030_Dialogue.uasset new file mode 100644 index 0000000..7926169 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c240c5ff81cef7e964335eac541914f77773d9b65f92e96aea16c3b78b6787f +size 2767 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_040_Dialogue.uasset new file mode 100644 index 0000000..7738e60 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_LowMana_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bd8bc3f4b0c9911e1c84e213bfd156a3a91fa58bdf7290545266dc9d113dec +size 2765 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_010_Dialogue.uasset new file mode 100644 index 0000000..843eae0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4746306ad8a5a633cf6d90e49503ab174908fe435fef074807632021c2dc12 +size 2713 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_020_Dialogue.uasset new file mode 100644 index 0000000..ea3dc69 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f2764e4c76da9b6db85df77fd208bf9b80851b04d03edf6046f5477cf20b60 +size 2725 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_030_Dialogue.uasset new file mode 100644 index 0000000..e7742cd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece774542c340be74a94ad119310b92b8ac0ef6e4a02f3480b31c16d2f69e324 +size 2735 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_040_Dialogue.uasset new file mode 100644 index 0000000..471a31a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_No_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f43ef71e6b7ad4465580f8856ff77aee40621e204b1044b9683e7d4639a84d5 +size 2719 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_010_Dialogue.uasset new file mode 100644 index 0000000..3541ab2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbff6c0ebad0630c229ae7f4e8222d08a88d7cb357d96aa126ec0f0df16d6d6 +size 2787 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_020_Dialogue.uasset new file mode 100644 index 0000000..437cdb1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e636d392dbe498bdd712ff98d157f409d1c8beae6b74b7b03f659e085c222025 +size 2801 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_030_Dialogue.uasset new file mode 100644 index 0000000..96aadb3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb59df671af0210e2cffb07b31b2e1bcd8ed544b88fe00ea558b6851d4b9dec1 +size 2791 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_040_Dialogue.uasset new file mode 100644 index 0000000..b6e920b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_OnCooldown_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82befc65db7936f5b4300185a0a26ec323230a826e9c6a17da16082c4b0b5621 +size 2801 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_010_Dialogue.uasset new file mode 100644 index 0000000..308fabc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2b8df5339e6fdf86eca0a52ca891ba1cc8516aa8a942887f4bf7ffdd086cc4 +size 2779 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_020_Dialogue.uasset new file mode 100644 index 0000000..ec99839 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e6bd14cee94e8fad95ab2bf6001d85f796fff3fad02a72fbc19df69e3f3eb8 +size 2765 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_030_Dialogue.uasset new file mode 100644 index 0000000..63aefee --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Q_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937caf634fa857106f4cfabb285e8aa7eff954a1cad1a7fbe0edd0eb8fdca09e +size 2765 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_010_Dialogue.uasset new file mode 100644 index 0000000..edb85b8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c76dea561caaefd1d1029a36c945150a3bb038a22b318d7e479b3b3fa3f460 +size 2801 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_020_Dialogue.uasset new file mode 100644 index 0000000..0410c1c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6d60a8752cd919edf59cb3131abae5b2665e8df9b7b67e6ac599f99febec0c +size 2777 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_030_Dialogue.uasset new file mode 100644 index 0000000..b9d03d7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_RMB_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dabb518c29d6c43fb3f45ecd2f5ce497f381257e24463698771f9cfeaefbc40 +size 2791 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_010_Dialogue.uasset new file mode 100644 index 0000000..454eceb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7537ca32f4f3a731292250192b28f739c55e1dfd04750665337073b244faca73 +size 2809 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_020_Dialogue.uasset new file mode 100644 index 0000000..8c15acc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c5a2445c752f2ae49cb4cf97df814d65b2b30b4d10ca1e54beb2d19e877e71 +size 2793 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_030_Dialogue.uasset new file mode 100644 index 0000000..0c757f9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_ScoredCrit_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8835fd25502412849eb52ded73b340ace0b9703682f5248d072b6c94d2cddb +size 2791 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ally_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ally_010_Dialogue.uasset new file mode 100644 index 0000000..dae8ebd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ally_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a6815530132bd993d44abf93fe34197137a03a9cb803823d291503f3eae802 +size 2815 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Enemy_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Enemy_010_Dialogue.uasset new file mode 100644 index 0000000..9a58daf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a108d412c3f4f9888a358830b6787d86664120468fbee62f2871758c4fc23f8c +size 2831 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_010_Dialogue.uasset new file mode 100644 index 0000000..93a1ef5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8044acfe3e5c4af43b922c35b120609cb02b2a1a29b62707e6c20a5d65fb8d4c +size 2835 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_020_Dialogue.uasset new file mode 100644 index 0000000..82420f3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bb09537f53eceb1e3b78ddf86177a6b5533babc09d400d0642f7917a8f3135 +size 2849 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_030_Dialogue.uasset new file mode 100644 index 0000000..6330cab --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Ready_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00cffc48a6f3beb78d19f671fc9e5889542d751bfa25bb73725698908f81a2e +size 2841 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Self_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Self_010_Dialogue.uasset new file mode 100644 index 0000000..f3db7b6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_Ultimate_Self_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58147b567202a4a5817564d92bcf002ae920b539121d4f62382a8138cd1cb40b +size 2821 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_010_Dialogue.uasset new file mode 100644 index 0000000..b34cf09 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dd061cff87f13a129d48a60cf85711142d9792e300e59b3055f70325b7a17f +size 2827 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_020_Dialogue.uasset new file mode 100644 index 0000000..a7a2563 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227a3a1ef0939174e42cba9c61aaf2c84c48bc27a1c7b197b4c82164afa9f71c +size 2821 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_030_Dialogue.uasset new file mode 100644 index 0000000..f88b6c4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b2cc472497000186eb5be58bed40d3d9c31f4c89fcff432488306004748cee +size 2819 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_040_Dialogue.uasset new file mode 100644 index 0000000..41cfd53 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Ability_UsedLastCharge_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0674ed0f77da7deccea7c9ca677499ba0502840e51cbfc7db46287ae5a8137eb +size 2815 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_010_Dialogue.uasset new file mode 100644 index 0000000..a315e4e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955b2679fdcb255a0ba42678d33b424464ca19dd4aaa374aea89403caa902a1f +size 2769 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_020_Dialogue.uasset new file mode 100644 index 0000000..81de6d1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e35a66c9c059398bee25956db98298f35c13a5839fbaa882ba9944e3b6e58a +size 2747 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_030_Dialogue.uasset new file mode 100644 index 0000000..efcfd27 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90981e12ec8d23be750bb4d972e70d621103b5c994ecd5ddff1edfe07bee503 +size 2779 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_040_Dialogue.uasset new file mode 100644 index 0000000..a43bae0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bc274966383e73b08e8a9256d5fb8848619806362d29121a20f2745991ad14 +size 2739 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_050_Dialogue.uasset new file mode 100644 index 0000000..9bca84d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Catchphrase_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8845c10e0b5676e4f694b8cac3728ca2ca87a9eac71b41d711a13e0821bd5a9 +size 2749 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_010_Dialogue.uasset new file mode 100644 index 0000000..c2fd143 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cabbf0b8ce59aa606841efb9bc567cafdabcd6fefefe81825998ed61d800094 +size 2685 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_020_Dialogue.uasset new file mode 100644 index 0000000..ff6dcb0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bcee50e05393e087ee4ceb2bde579e04117bbe5fe05dd70ddb184be3295e37 +size 2683 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_030_Dialogue.uasset new file mode 100644 index 0000000..1da47f8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85a6f1e14398523bfc4a2769ddabbf22e0748e183b13b222f9a00bd0ef105d7 +size 2689 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_040_Dialogue.uasset new file mode 100644 index 0000000..9147264 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3d797d42583218bb2f5dd1e4716d4855ff0ea5263aa67a8c91fef08b5c605e +size 2679 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_050_Dialogue.uasset new file mode 100644 index 0000000..d7c3681 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb90b2e97e0a373e5dcd77dd9659644ffd43881741606798db4515924ff671df +size 2679 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_060_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_060_Dialogue.uasset new file mode 100644 index 0000000..3de1957 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581997ce4005c4149837e1fb71b35274f439e7e82e6c91af8bfb79ce89d9b968 +size 2725 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_070_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_070_Dialogue.uasset new file mode 100644 index 0000000..0120c56 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Death_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2d26681f7e66915cc077218781b7823666d229214c47080aed3d715715f99e +size 2711 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_010_Dialogue.uasset new file mode 100644 index 0000000..bcf08ed --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbf94361abe6e37d274ce66f1bb21d1389d2b61990a675253b7e9535b946901 +size 2713 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_020_Dialogue.uasset new file mode 100644 index 0000000..62f56ce --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304bb658c7b8d49fd56bfdc41eb5c614ae6b94481ad7c3335f29452f9087335f +size 2745 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_030_Dialogue.uasset new file mode 100644 index 0000000..e329ed1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1d8c413e886d890466eb6e8421048ca1e37ecd6d772b6a8c3fbbafa7db5e5e +size 2751 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_040_Dialogue.uasset new file mode 100644 index 0000000..3493a9b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftLock_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ba19644feb97028330f5bcc5f8b070bb6173849e092d1ef6d8572f98288075 +size 2739 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_010_Dialogue.uasset new file mode 100644 index 0000000..a77bd8b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154a246f2d0108a3d730be16c3b7d2955906b8b863cc6f28778fcabd95292a38 +size 2727 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_020_Alt1_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_020_Alt1_Dialogue.uasset new file mode 100644 index 0000000..a108b1a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_020_Alt1_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483f0e41b02c9d4700b46a18164c0de1cebd5f8106adf7e5f7c0a9283a52852f +size 2797 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_020_Dialogue.uasset new file mode 100644 index 0000000..3ddf110 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ad13b0492e7b8ebc411a1afdb2f699c2f884adf56529ba2e50a1a02c2e88ee +size 2757 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_030_Dialogue.uasset new file mode 100644 index 0000000..2b399ee --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_DraftSelect_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ad74da888bcca576bc45a6d4b4d8cd00cbeacfd010d4d351bdf13c409922aa +size 2753 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_01_Dialogue.uasset new file mode 100644 index 0000000..9f846af --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc068e145b608b33568e1c845d4fcc582dbd37fb9a9111f020dbac1e696032b +size 2273 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_02_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_02_Dialogue.uasset new file mode 100644 index 0000000..c0b4712 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78683bdb68c7c50c30476c02e6c25d7dd2d0172ad3542bca8ba6ef39af87067 +size 2273 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_03_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_03_Dialogue.uasset new file mode 100644 index 0000000..b8dfacf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Body_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd651a3f3083018b584eb846f4bd6abe2e9c0736327e21aafb3cb2d999dcf044 +size 2273 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_02_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_02_Dialogue.uasset new file mode 100644 index 0000000..22cadbc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690451fca49d9b451a3df873c24820f631d0e708299a73cd08c44d8d597fdce0 +size 2297 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_03_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_03_Dialogue.uasset new file mode 100644 index 0000000..923ea9c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b5126a8c51a08bf1f255071ef2321982517a9f7a968ac33c9b544539f31c8f +size 2297 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_04_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_04_Dialogue.uasset new file mode 100644 index 0000000..853a3b4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_E_Uppercut_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bb22a484a6a19191def61e0e1381641572205a625d70d9cff9c03c37f249c2 +size 2297 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_02_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_02_Dialogue.uasset new file mode 100644 index 0000000..8ccf04a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfaa613604007fccb900e57fd68946b155f9293bd6afaf5f8753a967a18643a8 +size 2279 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_03_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_03_Dialogue.uasset new file mode 100644 index 0000000..c2b1269 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7e9afb2bc8a3e4955a0edad27d43d51866350e78841a351c552612d283816e +size 2279 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_05_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_05_Dialogue.uasset new file mode 100644 index 0000000..1644cdb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Primary_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bd5c15c1aa56cb3b8b485bfaf4e07792dc681935672f4b9e07b97f57e07892 +size 2279 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_01_Dialogue.uasset new file mode 100644 index 0000000..4bb37a0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a87215654b6dee56436f859112bf2f0aa8ff04e9e6bcee930e7eb83ce58ac11 +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_02_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_02_Dialogue.uasset new file mode 100644 index 0000000..cd82662 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3413d0dacb342611003666dd7bbaa77f060246bc541a2a384d22432d9af7e6 +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_04_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_04_Dialogue.uasset new file mode 100644 index 0000000..01d6cf6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Q_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7396a0884c461226ba643f60918426632e48347b3a228381a7ea169ac98e1aef +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_05_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_05_Dialogue.uasset new file mode 100644 index 0000000..bb92575 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78ecedfd5bbfbab023c620429dbde51ad323f4dd8d7bb0adfa06b34b0ff2b2b +size 2285 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_06_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_06_Dialogue.uasset new file mode 100644 index 0000000..5aff735 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969b78c5d3ae9230a051ed6fbb24db13314876888db0ea09710a198dba27e8cf +size 2285 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_07_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_07_Dialogue.uasset new file mode 100644 index 0000000..46304f4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Dash_07_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f91c994fc8c68f3c8cfbdd34883c8e789305675a41a0b92ddfa1230d193e74 +size 2285 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_01_Dialogue.uasset new file mode 100644 index 0000000..e5cb678 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d098e021f95a031f29911995e56c62771789136e1eccf03dc43d1d57927f7f73 +size 2291 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_02_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_02_Dialogue.uasset new file mode 100644 index 0000000..c471f78 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea922843b0a101ccb22796d05368081bfade3fe3fe33f5485cbf5e34e9121745 +size 2291 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_07_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_07_Dialogue.uasset new file mode 100644 index 0000000..a1c1f1e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Punch_07_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21af1761d24ea06e68c4b563495fce19068761cba33d40d428951dc5532bd8b8 +size 2291 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_01_Dialogue.uasset new file mode 100644 index 0000000..40a8fa4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c795e34396cc5b2d577651ef39ec6dc37058d52c9a55e82fe6f34ac971ccc619 +size 2291 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_03_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_03_Dialogue.uasset new file mode 100644 index 0000000..628b5e6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837abb36b6f2e7d0a7046569e3a1fe2a18a4b77898ecca4fbeee1c41bc9fa6dd +size 2291 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_05_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_05_Dialogue.uasset new file mode 100644 index 0000000..cb55574 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_RMB_Turbo_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcce563aaacb6ef3487bbce157854a0f46f726677825aace8a3722c0615fc525 +size 2291 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_011_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_011_Dialogue.uasset new file mode 100644 index 0000000..f4e8b4b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5e997e60c141df8568b3e7c16fe8c356a32d8e42d7fdd95c2674dab05205c6 +size 2291 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_07_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_07_Dialogue.uasset new file mode 100644 index 0000000..2c5361c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_07_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8948522be92ca25e20153d1d9f6311247dc4e4194f0e74cf1a21c8d7bb602c28 +size 2285 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_09_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_09_Dialogue.uasset new file mode 100644 index 0000000..04aa214 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Ability_Ultimate_09_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60713b0435f383c23d3c4be13bd826f83195c85e4f53ead6f7a1dd83d089522e +size 2285 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_017_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_017_Dialogue.uasset new file mode 100644 index 0000000..5729dcd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_017_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a153a02eb6a26ef191fcf637163bb497a9c90ee36e9c9192036be82590e4cd82 +size 2231 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_01_Dialogue.uasset new file mode 100644 index 0000000..e9a4d7d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ec54ff185d9750db8e00dc3cc483aa35f6da132da5ff8b397e7c5ac0058717 +size 2225 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_03_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_03_Dialogue.uasset new file mode 100644 index 0000000..456640c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Attack_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d61fcf6b9475111a836e1c6faaaa4a186f1ddd1c219d5e65082050f0a158802 +size 2225 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_015_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_015_Dialogue.uasset new file mode 100644 index 0000000..61518d8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_015_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146703a8f3af16eb61f969bed50eeaf4e80db0bb653f5571c1c8378e004a41b4 +size 2225 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_01_Dialogue.uasset new file mode 100644 index 0000000..91b954e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98bf9643b213c0a4b01f24950569e9e70f30e4c4ab0368974538657d0d92618 +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_05_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_05_Dialogue.uasset new file mode 100644 index 0000000..21f6997 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Block_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85df28e7acc5de15e237d11630bab2a04d2ba8ab5d67d6ed6164d96d35a9907 +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_BreathingLowHealth_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_BreathingLowHealth_01_Dialogue.uasset new file mode 100644 index 0000000..0808683 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_BreathingLowHealth_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e361129fe12e51323640b8dd7d9dac5563b9fba3611b8501e1d1ef7db49524 +size 2297 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_BreathingRun_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_BreathingRun_01_Dialogue.uasset new file mode 100644 index 0000000..fe566d4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_BreathingRun_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21cb8d67f76d9d3d7fa91af5ea4151ec68bc3e5fdb84c905260969961df0613a +size 2261 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_012_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_012_Dialogue.uasset new file mode 100644 index 0000000..3011f76 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908b5370925c3b029548c3185685d46878a1b49ba183ce41f4a7e7254f51999e +size 2225 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_04_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_04_Dialogue.uasset new file mode 100644 index 0000000..a69c0e0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd598529c3363fcbb83742d8cccf9f2f40f7f12fbac4c495a085856ca9fba5c1 +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_09_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_09_Dialogue.uasset new file mode 100644 index 0000000..2f603b4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Cheer_09_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df820c95f5428e27db4271346a32afc54b30247327effd6b39942becdc06fb55 +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_06_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_06_Dialogue.uasset new file mode 100644 index 0000000..e0b625b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec1b20c3f5909dffc313a1030bea1297cfba6f1710dee2ede686561f7f10015 +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_07_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_07_Dialogue.uasset new file mode 100644 index 0000000..e8b76e9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_07_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd65432b87f5d697acdc4ff6c7fd3ee3e1d21f3baf4da8b26ed349d4bd9109cb +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_08_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_08_Dialogue.uasset new file mode 100644 index 0000000..752f574 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Death_08_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f111cbfe76043a9e71ae7012ebef38a0b2f5e1971cb91b9f642a522d2a145ea8 +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_016_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_016_Dialogue.uasset new file mode 100644 index 0000000..4e36d6a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_016_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f3a6d8f985398b58c7c78faf92d863c8b00b2da62dbb70421bfab5f5c92d0d +size 2261 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_02_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_02_Dialogue.uasset new file mode 100644 index 0000000..6047099 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21ad165178ca1a7f015faccbab5be40813351819eb484635a2064f7bbb35368 +size 2255 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_03_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_03_Dialogue.uasset new file mode 100644 index 0000000..19fc704 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Frustration_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f74d3e7d15ca8f98f8e7a3e8f11de6b647fe2af32526b4b64e23a81636512fa +size 2255 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_01_Dialogue.uasset new file mode 100644 index 0000000..3bc742b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c717056cf79b599946e88a27d3038793070045a70faae3d13a553295405a275 +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_02_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_02_Dialogue.uasset new file mode 100644 index 0000000..563356d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae54e7b8ade4f8817e5145ad979f9109680d441e956096ac8c7a6c20b3f2b90 +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_03_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_03_Dialogue.uasset new file mode 100644 index 0000000..d9263ba --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_JumpHeavy_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b78cc73b5de4ac5429d0ffd8c72be09add4f0ed88c50b37f533b6b90ea58b7 +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_05_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_05_Dialogue.uasset new file mode 100644 index 0000000..bb56e68 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2be87fc7b1fb4e5482bb89a199799cf846993ef3c1569b578eb2eab8aef35f7 +size 2213 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_06_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_06_Dialogue.uasset new file mode 100644 index 0000000..d3458de --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1568bc6a652b0c49336e5a55f947dcb4ed83d9029c2f715a66c1986b81b7ab +size 2213 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_07_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_07_Dialogue.uasset new file mode 100644 index 0000000..01c7429 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Jump_07_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56b02a22b1719002effbb725e9fadf158f4719f809ad17ae8f7412aaffb703c +size 2213 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_02_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_02_Dialogue.uasset new file mode 100644 index 0000000..eec9f20 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f93bfeb2fc800c275058346c5ece1e2cf590f2b59e01c797c51e8b9ee4b6fed +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_03_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_03_Dialogue.uasset new file mode 100644 index 0000000..02af9f2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d55ebbe1a6f02122c78c85693576bc2fa58d6a1d5dcefa4be5d49313d0162c3 +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_04_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_04_Dialogue.uasset new file mode 100644 index 0000000..c79b3b4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_LandHeavy_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0389969ff164694db37ea2ace1576467711e6d5860fb5d7333579ac28827c11 +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_01_Dialogue.uasset new file mode 100644 index 0000000..f2c482b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a7e0dcc905296f7d518a958c518c145f6907a0815877c41b05ec3d3dafe086 +size 2213 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_03_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_03_Dialogue.uasset new file mode 100644 index 0000000..81f43f5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daab06c1e4ab1064e6753ee59486d8750724b7f6974384b59920c1c635dd54fd +size 2213 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_06_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_06_Dialogue.uasset new file mode 100644 index 0000000..f58bfd7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Land_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2659fa38cd27215496da0a6146769d61ea6beff112b09d30de18aab2e1a12137 +size 2213 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_01_Dialogue.uasset new file mode 100644 index 0000000..3b79de6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a606a5b4659cdedb7ed6ccd631186abefed6e51465d91a7e88e19f083c268b +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_02_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_02_Dialogue.uasset new file mode 100644 index 0000000..6e7a6ae --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839787f05e1d69e4e57a6e1818f4871b180ceac89a824092526c372bb36549aa +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_05_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_05_Dialogue.uasset new file mode 100644 index 0000000..e58cd74 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ad989d39a13898eb4484abdfc557503c7532252d2544fb87475080bd335c0b +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_09_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_09_Dialogue.uasset new file mode 100644 index 0000000..3beb690 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Laugh_09_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d2900473506b9eeb9ac501eb3e0d3122893ccb9086c2426a7fb5e806ba67f1 +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_04_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_04_Dialogue.uasset new file mode 100644 index 0000000..b095dcb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08064115c77c6840c89b8cc6dbb04353011881ab11185e17f723175494e39851 +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_06_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_06_Dialogue.uasset new file mode 100644 index 0000000..9cf45c7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce5f49e4800b6a0a7632c673c88b58bff9347bafba52216cb243a74af0843a2 +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_09_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_09_Dialogue.uasset new file mode 100644 index 0000000..49265e5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_PainHeavy_09_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0811d15d660d8635521c4c6929a8ae57882f935a3511c432f6a83161b9f27f +size 2243 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_02_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_02_Dialogue.uasset new file mode 100644 index 0000000..13df598 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0de9e5c744146231b46789065060dda88aa1b1b0273047266a9b14ecd2b33c +size 2213 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_06_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_06_Dialogue.uasset new file mode 100644 index 0000000..c37cc64 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0614a4598fc9fbf2f4c2cb64547a48a8e6710fbd0b60e56c4534eedc3307c63 +size 2213 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_08_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_08_Dialogue.uasset new file mode 100644 index 0000000..e15ed0e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Pain_08_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9244909221cc29d0a767a372beb8a20e5055f0ac1209cfe4326131df21518015 +size 2213 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_01_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_01_Dialogue.uasset new file mode 100644 index 0000000..b0b92f9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ae58da4dc2457dcdaad229ce550d8a93db7ada799a0b63713bff079d75edd9 +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_02_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_02_Dialogue.uasset new file mode 100644 index 0000000..bcb3431 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da86ddbe7cd087e629236b5dd774d2996a4fa70508eb193c62e2f55b0a24e307 +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_03_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_03_Dialogue.uasset new file mode 100644 index 0000000..889d21f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Effort_Swing_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46080904341444a534648643c00f3deacbed8f0bd92552e2927db42169b9759 +size 2219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_010_Dialogue.uasset new file mode 100644 index 0000000..6de2ba5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20378048f736ec7e86e3c51096306eb459b285b28f0296b6fc595018ab0369eb +size 2687 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_020_Dialogue.uasset new file mode 100644 index 0000000..b8738b8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45aea88b41b392f1ae838d9d37e8f7f4fa1ec64ce68730cc6c39f7059857f6d5 +size 2675 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_030_Dialogue.uasset new file mode 100644 index 0000000..dcf9925 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cfe821b50928980f2c7cc47303d7a186565f9afe5cf75a76378945662f0c5a +size 2673 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_040_Dialogue.uasset new file mode 100644 index 0000000..9ebadab --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b70b0f69ba8641da875f7b46a6a381dfbe5c6c6fec1839835531821604f63e +size 2699 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_050_Dialogue.uasset new file mode 100644 index 0000000..2cb7b3f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243c3c3577b0e5d345a97a1cc87ba5bfff4face7bfb57a7f8aa7b9cc1a5b8208 +size 2679 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_060_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_060_Dialogue.uasset new file mode 100644 index 0000000..bf245fb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdef2e98aff482ba6de8cd992087d30a095e6fe1153be287bd88d47c1ff286d +size 2689 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_070_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_070_Dialogue.uasset new file mode 100644 index 0000000..6d431b4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718926a7dcf726cc7c151fcc2968a658eb5e81bf6958732adc7da5eebce234fa +size 2675 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_080_B_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_080_B_Dialogue.uasset new file mode 100644 index 0000000..5139013 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_080_B_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ab62513ccad9e8c3862484324336d75ed9a1d166820d941719740ea72ae96d +size 2755 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_080_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_080_Dialogue.uasset new file mode 100644 index 0000000..8cae2c8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c0e6266fbeda51af35960b9a7788cf08b308cc54d0cf3651313555ecc95385 +size 2719 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_090_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_090_Dialogue.uasset new file mode 100644 index 0000000..c85522b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2838d33fddea3a848e12b77cb4822de8697b0751fadabab92f84afe3e7efc52e +size 2719 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_100_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_100_Dialogue.uasset new file mode 100644 index 0000000..bd35f13 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a01e73b0af24ba1f4a92d61c7d9db8fd94e79e554db26870ad50701cb55677b +size 2771 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_110_B_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_110_B_Dialogue.uasset new file mode 100644 index 0000000..47bc3c5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_110_B_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55f0eaf829db4326bddb9f83e2edaf2af803fffc5bb4e6d97f6b9d28cd375a6 +size 2703 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_110_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_110_Dialogue.uasset new file mode 100644 index 0000000..2ba07ea --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4faa1abeaab2747589636e129dc31f088e6609eebaa6634b130fc9da63106ed +size 2679 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_010_Dialogue.uasset new file mode 100644 index 0000000..8d5b3e5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f380c22e27a12aa7bee38a7ee82dfbc9cca02444958fdc455fdec6476ea128 +size 2793 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_020_Dialogue.uasset new file mode 100644 index 0000000..daeab37 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62afa38ce500636afde8e3ec437e11422950215ef76fc1555e4bc2e15b8e22e +size 2759 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_030_Alt1_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_030_Alt1_Dialogue.uasset new file mode 100644 index 0000000..3d900d7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_030_Alt1_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bfa88d841b08b5617c2be8111a9948c7f18efcddb0e7cd340a5d446108950f +size 2845 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_030_Dialogue.uasset new file mode 100644 index 0000000..0308257 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512d3aa90545305a463a9719942eea51ec2228b1e3a44f50d209e01d4dc63b6c +size 2805 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_040_Dialogue.uasset new file mode 100644 index 0000000..92d3870 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfb3fa61a663b7cbef120c6d9b8289a44da1f7c5a9eb85a21d2dff44dd0e0cf +size 2791 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_050_Dialogue.uasset new file mode 100644 index 0000000..db5b3e4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8045a94a0f58138ac6d685294a79e152183478ea01a8629a925ed50c097be89 +size 2831 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_060_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_060_Dialogue.uasset new file mode 100644 index 0000000..fc72a26 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Emote_Taunt_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492fabd1e786808c9c8a98dc402723f2548950171d6f22ccc428a65952900386 +size 2791 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_010_Dialogue.uasset new file mode 100644 index 0000000..80d725b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124ba5c404ce0aac4136348623bfb451a064ff29fee6ac50e787f44171725e2e +size 2799 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_020_Dialogue.uasset new file mode 100644 index 0000000..bf852d5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe28b02de65031e9ad8e9726997289411b733d796c9aa903d975fee4aea02b70 +size 2823 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_030_Dialogue.uasset new file mode 100644 index 0000000..46e4bff --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_CriticalSave_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd3137613533f5d03dd3f4843bb2b8c0329b8b60be50d09ea7d54b0fb636bc5 +size 2811 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_010_Dialogue.uasset new file mode 100644 index 0000000..9ca442b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de719f8157cc74b4e85d329a1c5f704f53b8280c891b58b64d0b91bea7d4d3e +size 2779 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_020_Dialogue.uasset new file mode 100644 index 0000000..d6287a1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11baea2fda1afdef66a7b6877af897cc5689c158969dc6db8d7dc875811be922 +size 2777 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_030_Dialogue.uasset new file mode 100644 index 0000000..f5bb651 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Critical_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ba8b0c64029593ff29011b74e8262c739b11f46ab5dbc4d98e1356f3f44c15 +size 2785 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_010_Dialogue.uasset new file mode 100644 index 0000000..4d70f21 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb3b76eec6a08ac716f62a9e022861a8e95ce498d551cb417a461d3a64efcbd +size 2751 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_020_Dialogue.uasset new file mode 100644 index 0000000..44b7e92 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf4274d29f263a87cc966f8e9c9fb2c92e28bad90d4eb5e4e0e5342cf46cfc4 +size 2757 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_030_Dialogue.uasset new file mode 100644 index 0000000..27a34ad --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Healed_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20ec8ce48d292518bdf8d53a4d56ab23284c51a1bbca29aeab134793291c8b4 +size 2777 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_010_Dialogue.uasset new file mode 100644 index 0000000..b62a258 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3670fc0e34453c1d70034a0cec650c004cd4d2633f15a7886a262aefe2f7c6 +size 2747 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_020_Dialogue.uasset new file mode 100644 index 0000000..f6d79ac --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a968dbd874c19507a6980047622b1b99da95cc71a28602daee4e9910afe628b +size 2735 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_030_Dialogue.uasset new file mode 100644 index 0000000..438205d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_Low_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f94189d7c43705eb9c175540666e1ff1de0bcc7dfc5e311539c31496058006 +size 2745 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_010_Dialogue.uasset new file mode 100644 index 0000000..8d2e497 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a03f3e245f85acad806e84df2083d6a24151945c59247583267615c2b2f2333 +size 2785 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_020_Dialogue.uasset new file mode 100644 index 0000000..609689b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe2516ab120baced97c812df6a2572914bfdd802c418fd185607c5c90b9587c +size 2789 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_030_Dialogue.uasset new file mode 100644 index 0000000..7576ef9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Health_SufferedCrit_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265ed1b241f4616abb86494c20c2cd992fbfa984ffed3af8b60fa6cd5b1292f4 +size 2797 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_010_Dialogue.uasset new file mode 100644 index 0000000..f8bb3b6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492602af22fd71510a193d8d24888ee278aa084178b2444b57c8f79b2d538689 +size 2847 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_020_Dialogue.uasset new file mode 100644 index 0000000..c837ab5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8831e0fedf4a8eb27568a1c12005a2a09165a523dfd0c479991a6a3f784067eb +size 2875 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_030_Dialogue.uasset new file mode 100644 index 0000000..d13ec59 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_BoastResponse_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe23c1701509aee593f2b97b1e2c8e822288e1bf7a380543812c983642836f82 +size 2803 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_010_Dialogue.uasset new file mode 100644 index 0000000..2e9245c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a976bf72eb61c755f7b7cb6e5d5d6c4186def378ef5daed1fde7c97aa4e162ef +size 2771 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_020_Dialogue.uasset new file mode 100644 index 0000000..31a712a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261bd1ef3b8e5a3a2ea5c9c51f5649dad4ff0c546c6f3f0fbf5cbe88caa39483 +size 2759 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_030_Dialogue.uasset new file mode 100644 index 0000000..d967c2d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Boast_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bf1dc7351d5f7f0f4f74c8c41e68f0fdde1c5a7b4222a948934504160ce4c8 +size 2769 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_010_Dialogue.uasset new file mode 100644 index 0000000..dbf6370 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5195c943c8593ffdbaa5b42e0c8e351c94d3dd723af4878e0605a6489b8128 +size 2849 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_020_Dialogue.uasset new file mode 100644 index 0000000..e88fc4d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580bc029bbec9016ba90779b038f488f3ed7bc223006766437f8558740800f52 +size 2833 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_030_Dialogue.uasset new file mode 100644 index 0000000..7144e4b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_QuestionResponse_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9211fd0a43a9811e88eceda46787de9b6c4a28c4503929073a7bb3140cd7c09 +size 2833 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_010_Dialogue.uasset new file mode 100644 index 0000000..03a43f1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ed23791840966f8266a57004c5de708b9724678221ac977757cc5d1ab414a4 +size 2785 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_020_Dialogue.uasset new file mode 100644 index 0000000..e185699 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a76a8c50b1a3f4f87cc444e38df99df40c02d89e34900ff3ffe5f6ad9d7c4a +size 2785 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_030_Dialogue.uasset new file mode 100644 index 0000000..ac10f46 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Question_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39174615f1f0f87e9df316aa545315988ac6b2bd9a051dc25f46d3b81ef708fb +size 2819 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Shinbi_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Shinbi_010_Dialogue.uasset new file mode 100644 index 0000000..3d7f048 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Shinbi_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f132b47a0d8bb9429fa52c1ed781d664fadbe1049e09672cd333c8af771546ed +size 2753 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_010_Dialogue.uasset new file mode 100644 index 0000000..2c92b4c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65f99885218ac9afc96b6a0cd7373051644a556aef426ffa850b79a8c42ab05 +size 2775 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_020_Dialogue.uasset new file mode 100644 index 0000000..62ab832 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7183dea29761a4c4b1e6f63cf6dcd6d60d138f549315eea330c94c21f73e7e35 +size 2777 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_030_Dialogue.uasset new file mode 100644 index 0000000..e69e495 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d589d6cce06066c18a0f883865351116e40c9f4f3e4f52376640f10382f5ca6c +size 2785 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_040_Dialogue.uasset new file mode 100644 index 0000000..13dbe37 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Intro_Statement_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3d2bd3ed6ce8f0c93025995202e8286d2f810e0b4593c73145d483311d0c36 +size 2857 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_010_Dialogue.uasset new file mode 100644 index 0000000..d869c3f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f3728dd99b027baabecc4085855114998510f63233cce20d2f0ade1e8887da +size 2733 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_020_Dialogue.uasset new file mode 100644 index 0000000..74d5a7f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1d1a407b398a2030d33eb36f5ffe6f3ac2512494da5d3b6f252089aa3c32e1 +size 2745 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_030_Dialogue.uasset new file mode 100644 index 0000000..1579cbc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Assist_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461c81e1eec305dc27d2c2807289654a64fbb2f4147a1dbe671cc0299afe23cf +size 2745 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_010_Dialogue.uasset new file mode 100644 index 0000000..1fb3cc2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42733255c63d84698d97ff0d828e79a6e2410f2b434a06f48ac794975b2662a9 +size 2715 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_020_Dialogue.uasset new file mode 100644 index 0000000..242015a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99eda035eee595c30e066eaf076e951563dfa6bd648deb9c608a2b54f08da624 +size 2715 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_030_Dialogue.uasset new file mode 100644 index 0000000..69e528d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7888fc82072abfae5d5e7e325580366939381b53d1b3f747ef48456002185a +size 2725 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_040_Dialogue.uasset new file mode 100644 index 0000000..7bfff0d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb44b7aaaa83f3c91b37935a21a0293a23074e6b46600930609a2cb530654f15 +size 2731 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_050_Dialogue.uasset new file mode 100644 index 0000000..7cda7dd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25417086227a12cd664559e57f7209c2cd13c9423ef142b7c67367fde40db263 +size 2739 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_060_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_060_Dialogue.uasset new file mode 100644 index 0000000..d947187 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9b2feb4a3563e8decb7636674764a83aa9f161c2b1ff0cca7bc437b15a4876 +size 2743 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_070_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_070_Dialogue.uasset new file mode 100644 index 0000000..5972f85 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Enemy_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6171b3a864fd8d6828eb413f6a31b1db6d31774b311667bd1173b19c0dbbc1a2 +size 2751 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_010_Dialogue.uasset new file mode 100644 index 0000000..83eba2e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e64502caf2499ccd80c24b30eb798b1ac4d2e88ddbcfa07dcb35194c872654b +size 2769 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_020_Dialogue.uasset new file mode 100644 index 0000000..74011a1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1963caf77e21e12968e46b6d5bc7f8a07e9ba0931ea68ac47c7c8d9b1c41bfe6 +size 2765 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_030_Dialogue.uasset new file mode 100644 index 0000000..4f718ee --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_FirstBlood_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299295665074cf8f154381ca51c755c0283b7a15af30db53ab51fd075c438650 +size 2773 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_010_Dialogue.uasset new file mode 100644 index 0000000..302be66 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0447d34a64892ba7db51d769d6223cb0c8086aa9cfb75f2f400ae2b64943c3 +size 2751 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_020_Dialogue.uasset new file mode 100644 index 0000000..51001d2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e376094fa2c342a87cd11215c79c89bb42988630797bd34308827c04572afc +size 2755 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_030_Dialogue.uasset new file mode 100644 index 0000000..129108b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Revenge_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2cce3192d9b1478157ae8999bf2289536dc8b9b52a6987199480cdf218ea17e +size 2739 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_010_Dialogue.uasset new file mode 100644 index 0000000..a665aa6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835b6c993b97d518798b1564d23adf5d510c1448fb32ab763e6ac3a401c31056 +size 2769 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_020_Dialogue.uasset new file mode 100644 index 0000000..f970969 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536c6584c9cab0aaa82ccd36be2d847cff15c3086581aef600ba15f507e61e02 +size 2759 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_030_Dialogue.uasset new file mode 100644 index 0000000..f79099d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_SameEnemy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138f01fd0f5db55f656c9395214fafcb754e7871c41b769426ab637b94546425 +size 2789 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_010_Dialogue.uasset new file mode 100644 index 0000000..4da732d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acac9a38cf3e8389ad0661c86753044fe59308afa2787639e84e17d7736030e4 +size 2757 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_020_Dialogue.uasset new file mode 100644 index 0000000..7e690a2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7da0efb713076a1fe0d2c07d8b0b65f081e8d948a5f823c8f5917d878b5182 +size 2763 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_030_Dialogue.uasset new file mode 100644 index 0000000..f41c332 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Shutdown_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e86d4eee042d34d6d3521b47a6ed2b648a1238eae379454a9818d549db7d8a5 +size 2749 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_010_Dialogue.uasset new file mode 100644 index 0000000..93317bc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f4e35cc6d0bf98e03889d0feee4931b58e1763ee9183a748bf360838f8cd49 +size 2753 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_020_Dialogue.uasset new file mode 100644 index 0000000..919714f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4026ab16bf9878d3092b6d279028341088f665c8848ffe061232d6a4f2b8b6b7 +size 2753 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_030_Dialogue.uasset new file mode 100644 index 0000000..db96f1c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Kill_Streak_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d8a746304be55df04d98b1503d3da615d0605c5f58bfbb1842d1f1d10968bd +size 2743 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_010_Dialogue.uasset new file mode 100644 index 0000000..78c0573 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46cbbf196eefa91bcd2a908227fe9fa037669bd48f23e6f2df81fb156a2d8883 +size 2843 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_020_Dialogue.uasset new file mode 100644 index 0000000..cf0e402 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423c16d0a61a4ad45d0be987f9657d9ec44b42cedbc2816d37edf6953524db25 +size 2847 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_030_Dialogue.uasset new file mode 100644 index 0000000..7cb6d20 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60aa321aca7cced884cdbf5439bf2b7512a2956fd9001c3d3bfe418149774a23 +size 2851 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_040_Dialogue.uasset new file mode 100644 index 0000000..9744a83 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cf14458c266fadc59f4eb949362d82ce5a10bdc872f6fc9ab27884965bd663 +size 2845 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_050_Dialogue.uasset new file mode 100644 index 0000000..093aec3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_AbilityLevelConfirm_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5162d438cf834208ecbc0bebc9b3f974617247bee373c9af70be8417b523e176 +size 2861 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_010_Dialogue.uasset new file mode 100644 index 0000000..b81eaeb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf67d0762ce14166a65492847064db576861825839fecb9abeea53b09077b396 +size 2763 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_020_Dialogue.uasset new file mode 100644 index 0000000..c69521a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fc352e0b66290285c25cd69731d63979f3f182abe7295bbf80159c46b5106a +size 2775 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_030_Dialogue.uasset new file mode 100644 index 0000000..9f494cc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_BoughtItem_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b518b56b7f6decef5aecf57d27bf47ac918bbca7dcff0b825cf5edc36a6f6d5 +size 2781 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_010_Dialogue.uasset new file mode 100644 index 0000000..26d8226 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d4522bb7326f74f06905ac1bbba8fe952a1829c277f3a5dc2ea36720b52122 +size 2797 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_020_Dialogue.uasset new file mode 100644 index 0000000..9e44335 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99caf249d12e7b64121e4c12f273bbe024975d3acc3fdaec08b63d4777e5f96e +size 2797 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_030_Dialogue.uasset new file mode 100644 index 0000000..1c2616a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_CardPoints_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c1957d74a88f79895d37b12337741c258a8cc77295451f0af5a79d36f79673 +size 2803 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_010_Dialogue.uasset new file mode 100644 index 0000000..b673223 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883cd5ca3968663bbc547ccc2edd443c3f5f99b9f20e9a67c913739e5b36168e +size 2745 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_020_Dialogue.uasset new file mode 100644 index 0000000..2e739b8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9ceff219206cbd49a0f74a7688cd132f6134c35f91b59701e64c9f4a05d2d1 +size 2765 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_030_Dialogue.uasset new file mode 100644 index 0000000..a7fe185 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Five_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a60f6ff22cb8fe6d806857c2a4d7189a295df1ec331fc1143f021205f83cbe +size 2747 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_010_Dialogue.uasset new file mode 100644 index 0000000..2a0e0ac --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae9ca3e8054639b2140949179bd35a40bdcd60535e0349eccc239ced2c93644 +size 2709 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_020_Dialogue.uasset new file mode 100644 index 0000000..2097f7b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d441f85dc29fc260c9066f3accb4a25c5670455a8a14931a33c9da80ec052a09 +size 2717 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_030_Dialogue.uasset new file mode 100644 index 0000000..ccb75b4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f695fe4e14bd30ff5417ecb6e92ce69c149fb28b605b34f5edf174421962a2c1 +size 2719 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_040_Dialogue.uasset new file mode 100644 index 0000000..1714782 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b3e3b31ff16b821d23fc5b8377429ad093837badba6aa45ebfe08359d0486c +size 2713 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_050_Dialogue.uasset new file mode 100644 index 0000000..97d2792 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Level_Up_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325d392ab93621ab2eadce229e5638096942ac548d69b646a60e48411e5770b9 +size 2713 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Froglegs_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Froglegs_010_Dialogue.uasset new file mode 100644 index 0000000..83daf77 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Froglegs_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c040b8dd7b38997e8083bd8d8c19f1aa2ae5ec27e25d23227e8d5e520e392634 +size 2803 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Patton_010_Alt_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Patton_010_Alt_Dialogue.uasset new file mode 100644 index 0000000..38f998a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Patton_010_Alt_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a812be3798f08c072284c51ce7ac13f1ae74fb41bc1ac40a7cc726844e564b9 +size 2825 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Patton_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Patton_010_Dialogue.uasset new file mode 100644 index 0000000..5e8653b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Patton_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e733be8e799142307eb2358cc899899a6ceb582c0a23a1dc560f710200bb78f +size 2813 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Steel_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Steel_010_Dialogue.uasset new file mode 100644 index 0000000..a7aafaf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Death_Steel_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a449c52487eae2eeb7682d9d67b76c502b0affd9486d67f5889e36fad313d29d +size 2771 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_010_Dialogue.uasset new file mode 100644 index 0000000..698962c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8f2401d5a1680a086cf76a1f8ba65dd54cf8a793e043e10860bb13b6cea964 +size 2831 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_020_Dialogue.uasset new file mode 100644 index 0000000..c7767a1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5761ea517cc0871a5fa6c48586e9ce9bdb198ae18bca8ab9b7fe46d96022aba3 +size 2873 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_030_Dialogue.uasset new file mode 100644 index 0000000..0ecf0fd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a8910d92bd4f8da0c3753aba54ae2fb7c64f481e566cdb376d4b2e5bf03511 +size 2851 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_040_Dialogue.uasset new file mode 100644 index 0000000..1b8a91e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e64e7b590c6cd9e12ceaf9d09e0ec1732829c210b8c624fdcae436ecaee686 +size 2805 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_050_Dialogue.uasset new file mode 100644 index 0000000..9e26093 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935f2edb9551614e0ec3439ac8f1daee0b3e4c69d8dbae333a8582fbed164b88 +size 2831 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_060_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_060_Dialogue.uasset new file mode 100644 index 0000000..3c04ae4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288ce4d9be0fe2d5d19597e791335f8d356b1ebe9c9e379c0cbae6cacba79939 +size 2787 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_070_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_070_Dialogue.uasset new file mode 100644 index 0000000..2d52bc9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409d8b44d02a8a913146c4082634fc8e6d26f3402ee706dd871e876cd5724c56 +size 2805 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_080_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_080_Dialogue.uasset new file mode 100644 index 0000000..8bef67c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ae9430787ab12bef12df740780966dc23128e6c021ee33d24cf756e34b408b +size 2781 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_090_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_090_Dialogue.uasset new file mode 100644 index 0000000..b7d3024 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae825e557e27a681ee20d9476a36cfdcad325cfd7cb86d19f1011786ca7c7b39 +size 2797 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_100_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_100_Dialogue.uasset new file mode 100644 index 0000000..4d10e73 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011c9693627ce1f24b3f707715f8684df0df55b5ba34880ebe8f572a45a66594 +size 2793 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_110_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_110_Dialogue.uasset new file mode 100644 index 0000000..5c09f0c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce8845b2b1a592ae2ba945eb4dcc25d3d92c009e854d547ebdefd3e40e8a531 +size 2799 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_120_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_120_Dialogue.uasset new file mode 100644 index 0000000..d0ba6b6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Froglegs_120_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e991e1fae6ab05d37b078e8a69bd27b0efc077d248ae59784dd8eea1d9842fb5 +size 2749 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_010_Dialogue.uasset new file mode 100644 index 0000000..2559fac --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fd39d8111467554f825da51702609c6cb2a49d925a7f6987ea98ebe7b065bd +size 2801 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_020_Dialogue.uasset new file mode 100644 index 0000000..1c4ff7f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b588fc85b20fbe394fe5f5c69cf75af013352d64469254c175df9240300bfa2c +size 2845 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_030_Dialogue.uasset new file mode 100644 index 0000000..b7014a8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Froglegs_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2987a0a837ee16846aef5c9b4ace88ba779b11ee7df9ccc4c098025951a62770 +size 2813 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_010_Dialogue.uasset new file mode 100644 index 0000000..4702a9b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab3d3f19eb2cac973603b4e104d602a7db94b78e9496ca90c914eafb221f108 +size 2871 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_020_Dialogue.uasset new file mode 100644 index 0000000..635a0c5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07ed3cadc7dfc06663f3d8644db3b5773d7f11e38631115b57229f46217f26e +size 2789 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_030_Dialogue.uasset new file mode 100644 index 0000000..a6193cd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Patton_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3667870b0a3dd95a06de21738182b01ec742a17f326386faf314b55fe150fb74 +size 2799 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_010_Dialogue.uasset new file mode 100644 index 0000000..4f83f0e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82edb909e19409f5b8f820c6bbcf8f343fccbc2ca5a7014e58be5cd7533ac26 +size 2783 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_020_Dialogue.uasset new file mode 100644 index 0000000..23dd449 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25c3531696d4fc08d56beea2a332407ce632cf44cc59a50814be559387f02a0 +size 2775 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_030_Dialogue.uasset new file mode 100644 index 0000000..0fb7f01 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Kill_Steel_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bb39b6de4b064b98d06679e5d76a02447cbab562c0b3ab6b272e98dc393f6c +size 2813 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_010_Dialogue.uasset new file mode 100644 index 0000000..7aa0131 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b976f2dec2bde36b1a3acfb97e10295a95184850e4be64df641b1172ee7793 +size 2739 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_020_Dialogue.uasset new file mode 100644 index 0000000..f1bcac1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6e765c6b235ebfa6d557c53f021cad2b488bc89c96311e3f70903d88095815 +size 2827 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_030_Dialogue.uasset new file mode 100644 index 0000000..90bb392 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565e58ce8f705e84decea1b35517ffd25227e816806a1257b748da40e8addaa0 +size 2799 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_040_Dialogue.uasset new file mode 100644 index 0000000..10314d5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef676b0e10e40ceddcf603ae1e8732a11af9e19d09521c43241660161e0d953c +size 2831 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_050_Dialogue.uasset new file mode 100644 index 0000000..abe8902 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25b3d131f94a2e4df01a01060eab757f5d4a0dc3689034aad9a4a9e748fbebd +size 2781 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_060_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_060_Dialogue.uasset new file mode 100644 index 0000000..0f8cab5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede463980e17afd2d7c7a2ca2eb63552da14fd556194e1b90cdaee17ffc6b91e +size 2773 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_070_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_070_Dialogue.uasset new file mode 100644 index 0000000..e6944c2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1903988ff739bd117b1abc9d79c60791e652e065a5c6408d4f1f1349362d64 +size 2805 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_080_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_080_Dialogue.uasset new file mode 100644 index 0000000..5dd1437 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7ab565cbf71240de543d2d0fab3ca1e4569c5bb26d401b92874dd393db63ff +size 2849 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_090_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_090_Dialogue.uasset new file mode 100644 index 0000000..03e40b0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6feb689716cc84f57f95c5dfca588a8f66f8849d4900fbbb42e0f8dfaebbf3 +size 2775 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_100_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_100_Dialogue.uasset new file mode 100644 index 0000000..7b61701 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba7d6470f45faee6be39844ba39e8a8568aeb53b523ee2dfd6c92fba97c2987 +size 2757 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_110_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_110_Dialogue.uasset new file mode 100644 index 0000000..79ced1b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7034c6906c60227476cf164f5d9c2347c2587a1f524d1659f6c710a1e909694 +size 2743 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_120_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_120_Dialogue.uasset new file mode 100644 index 0000000..18cba49 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Patton_120_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bdd62cb0693bb79de334fdfcff799c75cc54aab8ab0e85005149c758c9efa1 +size 2751 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_010_Dialogue.uasset new file mode 100644 index 0000000..e7c1e41 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555be9658a841807261ffa94f9d04ebffd544e7a1dfaa1ee2e9549ecbd9086e0 +size 2763 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_020_Dialogue.uasset new file mode 100644 index 0000000..353223b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e471a7ae7ce89841b9723e6637225ea4f538d9d064737db041c7f41cb6c7dae +size 2763 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_030_Dialogue.uasset new file mode 100644 index 0000000..706032b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbc8029252650d1c40c2856ee8f5b6f644295b95d74116241bd9a9a93175cc1 +size 2745 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_040_Dialogue.uasset new file mode 100644 index 0000000..38ccca8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10eec0b50e36c5c924e618fe1c2a173c625561fefb4b4a216ee7ed79dd7f9dce +size 2779 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_050_Dialogue.uasset new file mode 100644 index 0000000..ac8db97 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97df02b61d772fca0fa4aa897f31417490085103ddb91bc2c38139f492de556a +size 2777 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_060_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_060_Dialogue.uasset new file mode 100644 index 0000000..f79757c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14dbd89c0ec881c704f8d64bf4ad86fde1a8b376d9cf78c9304f1be94686973 +size 2789 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_070_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_070_Dialogue.uasset new file mode 100644 index 0000000..b9a4df8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46cac7c44b9074fb9781c86de2a6d7b3ecee9f4fa660b54254fea6ed42165d9e +size 2751 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_080_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_080_Dialogue.uasset new file mode 100644 index 0000000..b046292 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283b5901671867607bd1e7c0ab7516f0f6ffdfb0f7699da9de2906837d734847 +size 2755 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_090_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_090_Dialogue.uasset new file mode 100644 index 0000000..1beea96 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f788eef096ded9930d7057c7799c04461e9e4b196cd6b7c88a18ee876b2b5e +size 2751 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_100_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_100_Dialogue.uasset new file mode 100644 index 0000000..38d69cf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc52f133608b7a7550b13ac98f94e0f28f852344ee4b60086fe70599ba74d55 +size 2761 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_110_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_110_Dialogue.uasset new file mode 100644 index 0000000..2c75f9d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7acb58ee2f60b8b33fddae5aff167a0c41482e852ad89155c6a645fc4c4176af +size 2749 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_120_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_120_Dialogue.uasset new file mode 100644 index 0000000..3b54fe1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Lore_Steel_120_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdeb8944672efe06835f1b52590323c6642d8d2d112112472fa3f16fc740022e +size 2761 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_010_Dialogue.uasset new file mode 100644 index 0000000..f40c444 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e076c763df958167943880faa195879210f145defed9a9746afbc3524ea211 +size 2741 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_020_Dialogue.uasset new file mode 100644 index 0000000..281590e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f6c63c8726b58f4e816e3d60ede93d5d93676068383dc42a36399d69007289 +size 2781 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_030_Dialogue.uasset new file mode 100644 index 0000000..8f021a7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1321048314e44d6e1b2851e40b856dde7316af2e3bbab12c93cf8ecde595bf8 +size 2803 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_040_Dialogue.uasset new file mode 100644 index 0000000..c2815ff --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileDizzy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a58db6c7fa397c95d05bbb617f7cf5fbe8493b979ad5c67c64f39b0f60eb2a9 +size 2893 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_010_Dialogue.uasset new file mode 100644 index 0000000..0ca7664 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc2273bc79b5ad605386f73fd8227bbfd9ba77621b8a61d9136a7ba9e9d5228 +size 2767 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_020_Dialogue.uasset new file mode 100644 index 0000000..dd91c1a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5077e54c53b1844b407cb7d8e4c634e62e62a32406506b90095cf47cde068c +size 2789 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_030_Dialogue.uasset new file mode 100644 index 0000000..b2e21e0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7721c4f242d049eabe04a8764654976dd21c3a7238e289a3ed4058027ec7f947 +size 2875 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_040_Dialogue.uasset new file mode 100644 index 0000000..36f060d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfileIdle_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929cc3a5ee0a52f1c3c91336283298f48fde96afee9ea6cf5ad7691657836c5b +size 3443 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_010_Dialogue.uasset new file mode 100644 index 0000000..defed88 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca2f1c8eb368494d7df880a1086925f4a4e523a253065bbebf60c5f96484f56 +size 2727 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_020_Dialogue.uasset new file mode 100644 index 0000000..fd8d88e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c735550b1cf1f434b204a108d3ae3e7a1028368fd6f5f76e9cdcbc78f42385c1 +size 2747 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_030_Dialogue.uasset new file mode 100644 index 0000000..0074440 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fda2a2b0edcf6ca260420965ac5a468bd734c53ad5f1d248ea5bf68a7237f93 +size 2765 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_040_Dialogue.uasset new file mode 100644 index 0000000..48b122f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4852ac69edc844d10196b1e02c4304f5adff31289330c6f6ac733ed3879264bc +size 2879 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_050_Dialogue.uasset new file mode 100644 index 0000000..301b8e3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a48d611e45e6ba73dcc7ea985753ed3b1dc7fb1ff57a9b547a0b8461de90627 +size 2773 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_060_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_060_Dialogue.uasset new file mode 100644 index 0000000..96a02e1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542afbc1e48fde17d286413d9c9c123714a05587d7da28d4ae81e47c07411974 +size 2805 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_070_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_070_Dialogue.uasset new file mode 100644 index 0000000..2316448 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_ProfilePoke_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b16790b121f314ad305402dc25ba501f222413231542a1018f0ca8269f0493b +size 2953 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_010_Dialogue.uasset new file mode 100644 index 0000000..e062d20 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8dfece97dcb812871d706e7a69375ab95cff0c90bde9368064237f82ca1fcca +size 2689 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_020_Dialogue.uasset new file mode 100644 index 0000000..1109897 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea13006864e687481e9406012dd8862b62bf5f6b122d712103ffd1d592444ece +size 2697 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_030_Dialogue.uasset new file mode 100644 index 0000000..e5817a0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04487e0d7e3b5b7f816772a06803fda5a4280645fdd62c9a48151c03af27477 +size 2695 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_040_Dialogue.uasset new file mode 100644 index 0000000..90cb612 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5b1c9c2f7a8037bf74c252b3b474e5d436604f6d7a614295be57f6145744d4 +size 2699 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_050_Dialogue.uasset new file mode 100644 index 0000000..c08b2fe --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Revive_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028c00b0c715939f21398e6bde37cdb8d9de111a33b5031e5307c96126627d73 +size 2711 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_010_Dialogue.uasset new file mode 100644 index 0000000..c29989b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8efb71fbcbf62d1dec60b9bd00b3640b764d7e3df7e7ecf8c57f07b5792d84 +size 2741 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_020_Dialogue.uasset new file mode 100644 index 0000000..e938ffd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada2b25fb8acf81880c58b9deaa582ae29896a2151b3a4fce2f587b43e8e2135 +size 2749 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_030_Dialogue.uasset new file mode 100644 index 0000000..f96f1b5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Ace_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806af7d14b9eb35f12c3aac2b153769ede060b29185e17242c6b7a414a160a06 +size 2745 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_010_Dialogue.uasset new file mode 100644 index 0000000..74c7cb3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80124591813df83c1d4a4af8204d739a2c64e411d202a3a91689382b7e3612d8 +size 2763 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_020_Dialogue.uasset new file mode 100644 index 0000000..2c4d8f9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214db3ac566fca3b93802947e0f4d229b9ca65d4bd624f7de245adf90bed4c03 +size 2769 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_030_Dialogue.uasset new file mode 100644 index 0000000..368f1a8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Buffed_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4cd7947e7d39cde8135732880d30f44cc5cd78ac314fbd6b9678eba40cd969 +size 2757 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_010_Dialogue.uasset new file mode 100644 index 0000000..291b230 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf6ac1c25867991dada12b647697d547c8956e176a7bb1088a478be21f1b923 +size 2813 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_020_Dialogue.uasset new file mode 100644 index 0000000..f3a61d1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d519e0ffeae1fb8dc5a55dd3976fa2fb21455378080716ed92fd83901c0fa5 +size 2777 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_030_Dialogue.uasset new file mode 100644 index 0000000..aef7fd1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Celebrate_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da12ad276c17af47b49359a68b2385fc0d16d0dff86401c084cbbc6108c69e2 +size 2813 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_010_Dialogue.uasset new file mode 100644 index 0000000..b889c8d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec868dc08921e6cb415706dec62025e7a914e5c4b3b640882d71acb0b737314 +size 2781 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_020_Dialogue.uasset new file mode 100644 index 0000000..65c9820 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d78013e18715eebc5cb85734cc50b17f8a7c340f84aaec3c1adeec86c715e6f +size 2779 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_030_Dialogue.uasset new file mode 100644 index 0000000..433cf6e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Danger_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e6728c46c215d8c327c2523320e0585db3fb93d89a433fa7179235568c9c86 +size 2803 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_010_Dialogue.uasset new file mode 100644 index 0000000..fb86a08 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e61ed3436e9de6a159b065ae71c19b5cb6a9c79d40aa9a1795b98aa9803dde6 +size 2749 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_020_Dialogue.uasset new file mode 100644 index 0000000..4ab96c3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669dcbe3f8ecb9b06d0d95ffcce96cebf710a57a23b4029eb06e00e86b68f544 +size 2767 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_030_Dialogue.uasset new file mode 100644 index 0000000..847757d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Defeat_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b4f8080aa89fc508e3586fff51eb674461de60c19d3d56ca6d56732bc0cfb1 +size 2795 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_010_Dialogue.uasset new file mode 100644 index 0000000..6e2a4c1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b129278ba0c9689d0ed633a56cb02adc7f55b2a02a917b72fd2b8e007cba9ca4 +size 2779 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_020_Dialogue.uasset new file mode 100644 index 0000000..a4db6f3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a319b4096ac1f8eace16136448d58f15dab030d28a889b269b84cb6a0dfcde0 +size 2815 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_030_Dialogue.uasset new file mode 100644 index 0000000..4ae164f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Idle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2412898634c1d54b46b6fa85fbb0f6ecb6fb5f731723ccb054ece7b5a6a6b10 +size 2827 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_010_Dialogue.uasset new file mode 100644 index 0000000..72ea742 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a516e21239362c4f534054bc7a06d896a285797c1392b513bbd1b0c514df69 +size 2867 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_020_Dialogue.uasset new file mode 100644 index 0000000..69c5c0f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1921bc8a7bf06b6a9c648d595593eaf82c5e8cd79da684a303eac8c6c3343d27 +size 2855 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_030_Dialogue.uasset new file mode 100644 index 0000000..bc44772 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_OrbPrimeActivated_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696f73730cc5fe81e86a66c528a80e532427e979817570c50ea3b7f6f9a3e8d1 +size 2855 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_010_Dialogue.uasset new file mode 100644 index 0000000..2ea7ab0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18884f935cd6ce4428bc0c6c4e4aa9789ae6ad762c60575181a02f1d6a52eebb +size 2759 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_020_Dialogue.uasset new file mode 100644 index 0000000..2c98942 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c0fefc716bfd42f0adef1fba355ca9458e04616aa2c8928b9f52f2fcbaa376 +size 2767 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_030_Dialogue.uasset new file mode 100644 index 0000000..de26ee1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a32a2ae6565573d89c7248b349746c3d6dfa9d2e282831e8dfcf888b4f8b6d +size 2771 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_040_Dialogue.uasset new file mode 100644 index 0000000..239b90f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b296bdbe51a0694fd115ea9626c32038e10c2bb3650a79e41aaa3f6918cd43 +size 2791 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_050_Dialogue.uasset new file mode 100644 index 0000000..9789686 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Recall_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25735b1edc29fb20cc354406550995785cbb98592a0d9c00276b432962585f3 +size 2769 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_010_Dialogue.uasset new file mode 100644 index 0000000..166962f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec79493e3e2421f18ca6e2a07ac22fdbf53f23899176751aa0b21cae08b1802 +size 2795 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_020_Dialogue.uasset new file mode 100644 index 0000000..3c9ebc6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f334ba6345b23aef7733e566aac16b022dde49a4c2410e585e13fdc7d48f1b0 +size 2817 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_030_Dialogue.uasset new file mode 100644 index 0000000..34a2fb7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_TeamDead_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390b4f63e93c943bd94a1dfd3f6eae903de83a98d019e26aa5a374f174ea338d +size 2811 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_010_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_010_Dialogue.uasset new file mode 100644 index 0000000..f885877 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7745ab97753e5a92264f876f133f599f6c864d69e355ac2247f525c512cc1f55 +size 2779 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_020_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_020_Dialogue.uasset new file mode 100644 index 0000000..4b48b22 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63d2c75ef9fd106221e9bc1a5b68bb87837d2fc81366f8f83f7c73ab074b8ad +size 2773 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_030_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_030_Dialogue.uasset new file mode 100644 index 0000000..76a48ea --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbc2a4fd247073efc57a66e5ae076d875e2ed2b3c735c04d64a0288d0c193a3 +size 2807 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_040_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_040_Dialogue.uasset new file mode 100644 index 0000000..3d6b7d5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3969c2e85b549ad8357e2dad6515072bf1b62edc510d549b8992355616f6b0 +size 2785 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_050_Dialogue.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_050_Dialogue.uasset new file mode 100644 index 0000000..3f2ecd6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/DialogueWaves/Crunch_Status_Victory_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141f6c87f2127a8564c838107cf33c29649b60934ed3de850a8c16e01e5c6028 +size 2803 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_E_Engage.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_E_Engage.uasset new file mode 100644 index 0000000..7242554 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_E_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe881c189fd960dd048dd824dd870135a4e275242d7de435dc3ebcee537b89e +size 8173 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_LMB_Engage.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_LMB_Engage.uasset new file mode 100644 index 0000000..bf6b6df --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_LMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce394972eed9fc7fe49cb006260f6a701496c3d007e25c7c7c2e0de441253e3 +size 8193 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_LowMana.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_LowMana.uasset new file mode 100644 index 0000000..fe8f882 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_LowMana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c121f27e462472345a4c0e3314777f89512dbefd1a127e9aa083be4a6d50876 +size 9531 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_No.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_No.uasset new file mode 100644 index 0000000..fcfa6d6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_No.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b325cccc053a69cf02e166004e0fc41dfa9c45c8f535b9a1f74136ef7a7c303 +size 9471 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_OnCooldown.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_OnCooldown.uasset new file mode 100644 index 0000000..8d31610 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_OnCooldown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee243ad19d4339a34abeddb9171ef2027cdb3a44d14a113b5e02d9703745cbd +size 9567 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Q_Engage.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Q_Engage.uasset new file mode 100644 index 0000000..415733a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Q_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb0dda18b41616c2098c90d766dd5711fe023557c3b7dd52ed7700e0f3317e6 +size 8173 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_RMB_Engage.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_RMB_Engage.uasset new file mode 100644 index 0000000..3d359d6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_RMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458b07e2b4ba329f295e0d2012ca6b6a623f1e6d12e3ff833e41a5639f6493a9 +size 8193 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_ScoredCrit.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_ScoredCrit.uasset new file mode 100644 index 0000000..1dde2c4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_ScoredCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130da6dc77441b29ba57cd9de0db9e547a31aee18888f86414820a1cde217708 +size 8193 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Ally.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Ally.uasset new file mode 100644 index 0000000..f44e5d9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Ally.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69ec58f77bd622913a5e5959115d0d0372ee6f6d3dc8e23ad808fa799ffc405 +size 4362 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Enemy.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Enemy.uasset new file mode 100644 index 0000000..f0f03da --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a710d1d7b14145f5e78e98c3319174ddcdf7d4535545fdb54b79e353221263 +size 4368 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Ready.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Ready.uasset new file mode 100644 index 0000000..ace7bcd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Ready.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6d367c67c91f8ade08e9488ca8a25adaebb6a5b6a3db39f2b4361796aded6f +size 8204 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Self.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Self.uasset new file mode 100644 index 0000000..68831a7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_Ultimate_Self.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a092cff676eaaccfcb9f867865462989ceecc42fa2feeefd0d25cb2d6a6fd95 +size 4362 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_UsedLastCharge.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_UsedLastCharge.uasset new file mode 100644 index 0000000..9b06adf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Ability_UsedLastCharge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d920bf6697fd33cd8f8d9cea293260e1decd3a28a553d1980ee4e2d57d85c860 +size 9615 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Catchphrase.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Catchphrase.uasset new file mode 100644 index 0000000..77560d5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Catchphrase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0afcf827095c01b335d045ce0f03da03592c8d2de8f3967d5446a9f2f67a560 +size 10843 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Death.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Death.uasset new file mode 100644 index 0000000..6d5d6d0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac654e6ea40b7f0045632eb7cb83905a784d4dcbc63d212c4869209fd6b3bc9 +size 13455 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_DraftLock.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_DraftLock.uasset new file mode 100644 index 0000000..4af272e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_DraftLock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25117def4f0270ab88d40c584e5b832d9ca741269244db459432eaaf2cd6b768 +size 9459 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_DraftSelect.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_DraftSelect.uasset new file mode 100644 index 0000000..db3ab76 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_DraftSelect.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c92923a780a99a800b5a39bf5a454a025eb2f4251f60755bba3def46e43b67 +size 9493 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_E_Body.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_E_Body.uasset new file mode 100644 index 0000000..eb8ee11 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_E_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8958d0889dd0448f739de747eee2abac831facee1ef5c0a44cb13298aa02ce +size 8217 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_E_Uppercut.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_E_Uppercut.uasset new file mode 100644 index 0000000..8db6fbc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_E_Uppercut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9215e7a84c7b01e3037b47369b725a9b5a96a89261ca8ee013868a701a3658 +size 8257 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Primary.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Primary.uasset new file mode 100644 index 0000000..b7402ed --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Primary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ef9c9864a6e976d6c6266ffc9bee1195d4b502c2af32b22f0193f0e988be82 +size 8227 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Q.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Q.uasset new file mode 100644 index 0000000..0bc3236 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a8f340ec8f3fc9a4eb0f0ee8751847a037d69472eec7367998865c2d065978 +size 8167 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Dash.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Dash.uasset new file mode 100644 index 0000000..794af33 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Dash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fe6f2f5934df084b67b716c5f124216a0a47b20722ca77bba0f30d299af99f +size 8237 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Punch.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Punch.uasset new file mode 100644 index 0000000..cec1f6b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Punch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e591cda5cd950689f18fe0fd6616238b504ce003a7e87d56092860be81a9416 +size 8247 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Turbo.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Turbo.uasset new file mode 100644 index 0000000..faeb3d7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_RMB_Turbo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c522d8c2b88354c75daa5bb33a48622617a6bd2150114303c2f695dc102144 +size 8247 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Ultimate.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Ultimate.uasset new file mode 100644 index 0000000..891ebca --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Ability_Ultimate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e941a02d423e68381750c0aa2943bac481ecc3aabe08b9cf9ab72295ebaa4b +size 8239 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Attack.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Attack.uasset new file mode 100644 index 0000000..1ac2851 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517e06c65ead1cfc2fc442755b593b2fb6992aaacf952ad48f18d49aa90bac94 +size 8139 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Block.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Block.uasset new file mode 100644 index 0000000..24ca281 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Block.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1175eaf0e1d90c62d4edad41a84ba44423b4564eddf5816e83cb72c188e10e78 +size 8129 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_BreathingLowHealth.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_BreathingLowHealth.uasset new file mode 100644 index 0000000..1c00de7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_BreathingLowHealth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea8c3fec318c50fb3fa3aac305196088f4379a06a54939a0cb8a4d4eec373f8 +size 4385 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_BreathingRun.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_BreathingRun.uasset new file mode 100644 index 0000000..8f2e7cf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_BreathingRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2644d027edac3ecc7c3a02398d75b788daeea0fee9602436c23d5d8e354d9370 +size 4349 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Cheer.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Cheer.uasset new file mode 100644 index 0000000..ecfbb6b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Cheer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e9123559b865cfcf43bc5028be7ae1b568d9a643384153f05ff182f72531aa +size 8129 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Death.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Death.uasset new file mode 100644 index 0000000..18232a8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e927af52ec36f64adb6af520d5a52c2b971253dd85f8e649cb7dc24b43d0f1a4 +size 8127 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Frustration.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Frustration.uasset new file mode 100644 index 0000000..c1538b9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Frustration.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b1b303f5d21b242fad37eb9cfa7638e35845af97fc563664230d098d00df70 +size 8189 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Jump.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Jump.uasset new file mode 100644 index 0000000..56fa6f6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9df71ce06ddb5dfe6a406a0a924bccdbd1181d9ea808a8b181aa2989ae8e91b +size 8117 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_JumpHeavy.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_JumpHeavy.uasset new file mode 100644 index 0000000..471bf4f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_JumpHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a802e786097beb8e2da4ad1f8cc219ee8bca1259da52aa6e7c8c23ddd9acc98 +size 8167 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Land.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Land.uasset new file mode 100644 index 0000000..2f15721 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eda5faf382ae87e7848609ac32f26aea228ee29bdd9452b9449e3696144df61 +size 8117 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_LandHeavy.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_LandHeavy.uasset new file mode 100644 index 0000000..09a8f51 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_LandHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8264e6924b5ac80170077bfa4dece5803c8ccd8b7616b876a69688a78600f6e7 +size 8167 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Laugh.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Laugh.uasset new file mode 100644 index 0000000..8af5eb7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Laugh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853f5c8c373b1714ced39eb79040eda6b8db180ff306c49e88c3e94b124c7e6f +size 9487 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Pain.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Pain.uasset new file mode 100644 index 0000000..290cff2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Pain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf3c627ab5d0080b066cd99c6608b985a7b00a6af1cb23e03de80402e97281c +size 8117 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_PainHeavy.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_PainHeavy.uasset new file mode 100644 index 0000000..8ad6059 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_PainHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dc1ee774cfbfc8cdc2227a480a91fcec1d7a0e7317692071d6242f58e579ac +size 8167 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Swing.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Swing.uasset new file mode 100644 index 0000000..f5829a4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Effort_Swing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3679e094f06de68136b28545e50287d8b7c5ec0fa7e81271a24e05908a98b90b +size 8127 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_010.uasset new file mode 100644 index 0000000..56bd23c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e4a8efa65026da634dbf5b2dbceaa4566a731491b16e31c8a0a0bdd131fb39 +size 4282 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_020.uasset new file mode 100644 index 0000000..39609d1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f6e717bf1c0cdc465493c0ffb6a2704ed756467e96baa5c497cd635f4f2bab +size 4282 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_030.uasset new file mode 100644 index 0000000..482c445 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7918249eef20fef221250fd3f6bbba9618dccfcb32f61969a014b38c950bbd81 +size 4282 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_040.uasset new file mode 100644 index 0000000..ddd1343 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f0046580fcbce706e9d844bab8c1bbb3e9a9b8e3d45a5779a843abf5008229 +size 4282 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_050.uasset new file mode 100644 index 0000000..4941948 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e912b48aef6282f2263fd7a8b835867be8e2bfef6d6ee25ed26daef1ad424d +size 4282 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_060.uasset new file mode 100644 index 0000000..b5e3937 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ef15e9f65e5b7d395e92cd9428c2d196db4b07ab2b0411dc27e7b7087c5121 +size 4282 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_070.uasset new file mode 100644 index 0000000..a1086b8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c708f90ff99c355714756161587272d535ad98fc3b70cb14450b50f2b021a266 +size 4282 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_080.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_080.uasset new file mode 100644 index 0000000..88a7e35 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efff3c092d8faa85cfab299ad5d82c1d5a8e9df15bd44eb6d6b7e76d76ea6f38 +size 4282 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_080_B.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_080_B.uasset new file mode 100644 index 0000000..b3f90d7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_080_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5115924a47d1767f5efcb8680c8f20d8c324fd3befa5af966a041025ea2984 +size 4294 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_090.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_090.uasset new file mode 100644 index 0000000..ad4602a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be85c8ce19a72154f429c4a006444004ff63cd89c3fce037eea584813dbb73a +size 4282 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_100.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_100.uasset new file mode 100644 index 0000000..c14a06d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a33597e112fc8022b614fdd437c986a298275386084a0e050e643d9c1e19e2 +size 4274 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_110.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_110.uasset new file mode 100644 index 0000000..4a0842b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a1d9cacd305e94a82b90e8b8cbd43b090b4a66108ac444cd8ccee3a6aab56f +size 4274 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_110_B.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_110_B.uasset new file mode 100644 index 0000000..d4b5d11 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_110_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2331e58bff598e136fe033f0b8317214e7f1c86b3d1f07c81b5a3db06228ab +size 4294 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_Taunt.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_Taunt.uasset new file mode 100644 index 0000000..8e40f1f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Emote_Taunt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510457d7f8c223cfa7321d11fd1e34edddbcb2b867ab056aac4b942b48fcf463 +size 13573 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Critical.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Critical.uasset new file mode 100644 index 0000000..6e1132f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Critical.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f81b50725baa8e812039cc9a1ede60b420dede7c32eaeeaa508ebb46aaa3910 +size 8163 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_CriticalSave.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_CriticalSave.uasset new file mode 100644 index 0000000..9b76ce4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_CriticalSave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aba742cd51aa900e5460b4a9222ef2ed4787c7d0eec653b268da538f4b7d451 +size 8203 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Healed.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Healed.uasset new file mode 100644 index 0000000..7599599 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Healed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c91fc9c2ba32371fecbd8b8dd4c51d7a4baeb5a2e43605ad6b759b58c0b5a2 +size 8143 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Low.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Low.uasset new file mode 100644 index 0000000..7d703d7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_Low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188d2641a822ce2e8f3ae5e435aeef2213852dd94f13ddfe8dded3b002722013 +size 8113 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_SufferedCrit.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_SufferedCrit.uasset new file mode 100644 index 0000000..2322dc8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Health_SufferedCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228ea9b6cd492ef1037099f6a9b4b72181bd981c3c4bb9681411c0d02c9013f6 +size 8203 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Boast.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Boast.uasset new file mode 100644 index 0000000..df57f2a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Boast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645a727214acb9bb8defecb34ca3dcabbb91e3d3759b962cbb75084a07d92297 +size 8123 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_BoastResponse.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_BoastResponse.uasset new file mode 100644 index 0000000..461f8f4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_BoastResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1362af0e50b7aca6c409a47303b3c6ec645bd520a4e6e5c45e212e8e6098f3bd +size 8203 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Question.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Question.uasset new file mode 100644 index 0000000..52c0a0a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Question.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14d98ee3d65d6b0a1de2bdf54ddc9897aa7753d5b15d641d72323660703fa5b +size 8153 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_QuestionResponse.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_QuestionResponse.uasset new file mode 100644 index 0000000..df66614 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_QuestionResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb22798a4757e9850e59cba81ba12dbc6c0205ab08d233ca84f87d0d42709fa +size 8233 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Shinbi.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Shinbi.uasset new file mode 100644 index 0000000..633fe2a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Shinbi.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810e10c20352aae06c91ae3d8408344791f5275cbfd75c1179c29a14084af7ff +size 4308 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Statement.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Statement.uasset new file mode 100644 index 0000000..9007b91 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Intro_Statement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f73a1c89518e56879112d5d71cff8014acc9f8573e75c3c5d6f4f1cc6a210c +size 9531 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Assist.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Assist.uasset new file mode 100644 index 0000000..cb026aa --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Assist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ddb4ec97bfb4b3019e0c5d92fec9203a6aa5c6aa264184418ab487afe66452 +size 8123 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Enemy.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Enemy.uasset new file mode 100644 index 0000000..131f69f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f203c7f686248f3b3a1f71728cd93d5f06ca1b845ec0a5c89d0314ea95d2ffa1 +size 13545 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_FirstBlood.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_FirstBlood.uasset new file mode 100644 index 0000000..66c3e5e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_FirstBlood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c05f78268a5707a974ee0bf5e5c23c1b94eeda93b2767a08af4a2c9035f37d6 +size 8163 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Revenge.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Revenge.uasset new file mode 100644 index 0000000..2541584 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Revenge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185c3ac2012efa4fbb4828b2d1792ab8636314a4cec545e49604bce00bdb3f58 +size 8133 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_SameEnemy.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_SameEnemy.uasset new file mode 100644 index 0000000..b7d24e5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_SameEnemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c659eea4cff9153e22fddedcfbadf0c04c50536424c3f3fae66a47839a43e2b +size 8153 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Shutdown.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Shutdown.uasset new file mode 100644 index 0000000..bf04061 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Shutdown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18c29c501da397d0b2df9539f65c4e8c12f1185b5831ec786a7a0c109b662b4 +size 8143 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Streak.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Streak.uasset new file mode 100644 index 0000000..c101f06 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Kill_Streak.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b72b5d301f2c7cb087bfd81671dd1dd410b327347174cc9f43f5584313b7fa +size 8123 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_AbilityLevelConfirm.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_AbilityLevelConfirm.uasset new file mode 100644 index 0000000..2821d91 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_AbilityLevelConfirm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4af4a19dceec258432f5bef0dfb5d8a72fb2020978da14a0a711c5d81bdb346 +size 11039 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_BoughtItem.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_BoughtItem.uasset new file mode 100644 index 0000000..1a33d6d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_BoughtItem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4fa22d0d85851fe9d1c397c47ba89b2d7b1d13225ef543bda193564d56fe9c +size 8173 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_CardPoints.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_CardPoints.uasset new file mode 100644 index 0000000..dc519e1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_CardPoints.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0288f5a2516639d8169c4aef92634cb4a161c73b763a363a97d9a47868f99276 +size 8173 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_Five.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_Five.uasset new file mode 100644 index 0000000..4976d6d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_Five.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd7eb7593601426fd1e5c6d1bdd10f67f9de2f96aff94393d3246c9cc3d46fb +size 8113 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_Up.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_Up.uasset new file mode 100644 index 0000000..95e6827 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Level_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7931e36e24c6feafc87d4480d4b5a51ba58bf959593af5a850a018198e1e05b6 +size 10801 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Froglegs.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Froglegs.uasset new file mode 100644 index 0000000..2945629 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Froglegs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00270904639993b93fb0d2476c6a1c4b1215bb41e0cdecf6f211fd25b1e9a776 +size 4350 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Patton.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Patton.uasset new file mode 100644 index 0000000..2ba8b80 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Patton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b764bc816f1db5958a9a4e62e6732499bcb945b6f85c7729cfd51773b2f8aa91 +size 4338 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Patton_Alt.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Patton_Alt.uasset new file mode 100644 index 0000000..54ca2b0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Patton_Alt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b219cd0ed44ed96fb9d5c374a8be38c05cbcf8c1353dfabd3180fa6b53b380 +size 4362 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Steel.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Steel.uasset new file mode 100644 index 0000000..97c4a93 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Death_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a89daddba76df5df74b04415b1a1b3fca8472263d66a6bc3eb5f7cd0c7b7c98 +size 4332 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_010.uasset new file mode 100644 index 0000000..8cae879 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f309010d4cdbbb4d3a5dbe5fea323bc82e21136306f60cec021112a60af5604a +size 4330 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_020.uasset new file mode 100644 index 0000000..f6b1f2d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b290c7268c4d664cc9459fb564022e8d63fc4fa877a49c7cbd9120107ad40ad0 +size 4330 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_030.uasset new file mode 100644 index 0000000..8576573 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0610942750bdf489ce84f4183ed7b590f19d78d52daedc1e3315169dcabdbc +size 4330 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_040.uasset new file mode 100644 index 0000000..354efe2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a381352028dccef7467846c0bc648d488d4a389fa7648f3932e3c9c6d15ca73 +size 4330 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_050.uasset new file mode 100644 index 0000000..26cfa90 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e37aa2f5073da966b5dbd50b65a4cd2e918c6ea62333131a97628e7c25da7b4 +size 4330 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_060.uasset new file mode 100644 index 0000000..4322f6b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73ff55702fa4fdb69536237a97c7bd49f802158b47e539e86d667cc56916049 +size 4330 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_070.uasset new file mode 100644 index 0000000..132f013 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f66fa5cb72942ce0a38adee386dc68c1287a8a5803bc9676e1973a2296c93fb +size 4330 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_080.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_080.uasset new file mode 100644 index 0000000..b1af473 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7c68ac6cc9802694d3173f3374798178b2d5eb2149d9449049f303e276688a +size 4330 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_090.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_090.uasset new file mode 100644 index 0000000..70f3ea1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3c4bd5f03ae12e5acdbc22c14afbb21c0acc655e992cea331b8b869d9a58b7 +size 4330 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_100.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_100.uasset new file mode 100644 index 0000000..9f8fb0c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20180ce22492158309b7ec2d810ee4982f5f7dd86ed8053d918eeefc20e107d5 +size 4322 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_110.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_110.uasset new file mode 100644 index 0000000..1e6d019 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fdd2bdb1f7cc3450a10199a26abc680ea946da6aeaa426186b548e9ee88f56 +size 4322 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_120.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_120.uasset new file mode 100644 index 0000000..b3d2122 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Froglegs_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39981477c9d8158fdb9648ea52419058a711faede11c9aa611d2b6427ebdd8a9 +size 4322 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Froglegs.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Froglegs.uasset new file mode 100644 index 0000000..f37ea2d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Froglegs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd769bfb5303a82a4c5885867d323aa0cca3d318f8004072329a03bd4cb2cb3 +size 8193 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Patton.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Patton.uasset new file mode 100644 index 0000000..e505294 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Patton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed1d3c814436330dc533c82c6a28bb6c2a95afb39ff483b6c79901dadde1d02 +size 8173 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Steel.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Steel.uasset new file mode 100644 index 0000000..3b69bea --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Kill_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fa97aa41c98bd7ea3d3bd0aee69d5f895dcfe3c4040cc6bbd141ac4ad22c16 +size 8163 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_010.uasset new file mode 100644 index 0000000..fab0923 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b490dafe14902a0aa674ca59e221312f436592859da574445fba2d6ebd8580b1 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_020.uasset new file mode 100644 index 0000000..186271e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4965ed20fb822808f79b330ec4c6b93deba3516109fdbbe69c1925cb7c60184c +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_030.uasset new file mode 100644 index 0000000..ab33380 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6669a183ddaba9d7156df2f3c291efcaa4e2f36744850bfed9bd024e7231fb63 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_040.uasset new file mode 100644 index 0000000..b7b28f7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81b610306281f7ef809100b885db204e0146a4a844abb219796bccd2a894525 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_050.uasset new file mode 100644 index 0000000..c2639ed --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04718a65dd04d864c6e081aa07020529ed5e702bf75f6d00edebba13f7234057 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_060.uasset new file mode 100644 index 0000000..71aca5a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f6fcf9e474369e5907ba10665c75a9a5b63f478003069a86bb3b91ceed37f3 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_070.uasset new file mode 100644 index 0000000..ce7c5b5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d306886f2fb68b8276b72b15aa6ce460fbc9781ccba1b3f8ee64cd00c5d4ba80 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_080.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_080.uasset new file mode 100644 index 0000000..73f6fa0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52aa59942d4aa4c4e93ad111fe45334e4112fc3d00ef64e213830274d3046954 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_090.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_090.uasset new file mode 100644 index 0000000..65489b6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156a2e3978a9eb52dd0e28e6c308a84a359b00d14a36267fc2dd71aa1e100615 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_100.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_100.uasset new file mode 100644 index 0000000..6d30734 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fc21a3a2e3b4333b71fd710d896e0c8e29f2bf2642124bfdb746a815a8f2d9 +size 4310 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_110.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_110.uasset new file mode 100644 index 0000000..1df5f6f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8df7e73ee949f79e5f599db0b5c6a0d84c1a2c3f9663f3a6177abc2d635a27 +size 4310 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_120.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_120.uasset new file mode 100644 index 0000000..73092ba --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Patton_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2620257a94bd23d49d196a521dda8c3b43f8202b4d0cbc4a35109397c3f04d +size 4310 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_010.uasset new file mode 100644 index 0000000..56872fa --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0378093660a0bdd707a864016d4be46fefa03b5066f758aa431dfb04e48fa7c5 +size 4312 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_020.uasset new file mode 100644 index 0000000..0454f8a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b8c92d6ed1d8ff62221c8185f72297fb4197141849c6109a3016ec775ad1b1 +size 4312 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_030.uasset new file mode 100644 index 0000000..5271c2f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2317d238a45ee3ccc1b85dde196b52048937630a070d7c728a810f4761d8465 +size 4312 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_040.uasset new file mode 100644 index 0000000..43fe3fd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcce62a9a5b3a3c87b34d051771b33fc0d2c015204f5df5ba9800844bff1eb1 +size 4312 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_050.uasset new file mode 100644 index 0000000..c772f35 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b0d726f415be84dd0b24e781c80cc4f7fcb91bd5789f4290d178977e605d00 +size 4312 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_060.uasset new file mode 100644 index 0000000..274f542 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410f189657f4f02480668ec2c79efafd0a67979f85c14251034482b088ba3743 +size 4312 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_070.uasset new file mode 100644 index 0000000..101ee07 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d3b86c90382b56eb33ae18f0ac440f6aa4c72538e73a189afff664413c9e3e +size 4312 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_080.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_080.uasset new file mode 100644 index 0000000..7f7c6cc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5943aadb086f20e2890678d7a2b857b4b970aea0755389fd81ced1b317dc533d +size 4312 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_090.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_090.uasset new file mode 100644 index 0000000..f08b48c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da121c380e56c4fc4d14d13b7693303e4cb655dc3f2ea6115d1b71411e319bd +size 4312 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_100.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_100.uasset new file mode 100644 index 0000000..d59bd28 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88954f633d9b4ec3cc8c6f8e76ffd2d9de7983c05dc2d9dc9161b3cd94bf4eb9 +size 4304 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_110.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_110.uasset new file mode 100644 index 0000000..8e85404 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7962e00c819304d2d53ff958c59b6f092556357c6b1873404e401076235f6e +size 4304 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_120.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_120.uasset new file mode 100644 index 0000000..0c8d6f3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Lore_Steel_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cae82fdd79bd3375038261022febc2a4d413c5633a923416a8e402ae025fc1b +size 4304 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_010.uasset new file mode 100644 index 0000000..494b7ad --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e089b49dc04c28999845d6d93b11a9910e5335f7cb80895cff7dd2098f9278 +size 4324 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_020.uasset new file mode 100644 index 0000000..216b104 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efc82b05d8a898a818f1703990a032b566bcbae1dfb23ba31fe2a63a9e4bc24 +size 4324 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_030.uasset new file mode 100644 index 0000000..1721383 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b298dc9645f485eee0ecf90f7cbdc8a12451a8ee4a1bdf42a2b69afe00197f +size 4324 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_040.uasset new file mode 100644 index 0000000..4313938 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498a202135e2000b9b9c4ac409c108571736e5604dd904e9dcb2f28c3e414b4f +size 4324 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_010.uasset new file mode 100644 index 0000000..dc21a94 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ea70c2f1ca8fc50c68dafa8612617b24ceb5fc67722fe104322fef882a2489 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_020.uasset new file mode 100644 index 0000000..0678481 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458ba2e229c93e15b6dc4aaa462bf7794f40d0104d9c96145e61d6e1a73d2890 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_030.uasset new file mode 100644 index 0000000..65e56fa --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af391ea1fd1cc7148269c0ea38faa2c55b1594d7c6772eab2c8aaa7afdaf75ee +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_040.uasset new file mode 100644 index 0000000..d102e1d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6d2ee13ab1acc6fe8a0f19d529ed089bcd9a891fb799957bc3b9ad840f57c4 +size 4319 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_010.uasset new file mode 100644 index 0000000..c69720a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2fed5b942f1a491b5406169952caa1abcf1f1aadcbeba1e80b4560661c5af9 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_020.uasset new file mode 100644 index 0000000..21816e4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6fc3e621f2894da4725467068f27c7bb88612f8d01fbe353258c506d27d484 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_030.uasset new file mode 100644 index 0000000..1d6c2f1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288404b5d3a5073d9bb4e62be4527f420214be8e040a6befbcb76d22239a0151 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_040.uasset new file mode 100644 index 0000000..c87ca2e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac14fd8b28f7dc12cee4c38febe3d34ff1725fb0d4f5b742e392e3b6aa550e4f +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_050.uasset new file mode 100644 index 0000000..af357e4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5d4aa0607f608c0ad80637a7c8b5f4ff3b506c1299a55202017a84f1697cca +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_060.uasset new file mode 100644 index 0000000..c72d621 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e46e8450fdf96fec964e4124712d79b88720254eda7c14f8d35cd558873c97 +size 4318 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_070.uasset new file mode 100644 index 0000000..9e45bef --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9c2bc1f9e22960268a547f5bbfee607d00010fc202f7dd63626f138aa6d366 +size 4319 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Revive.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Revive.uasset new file mode 100644 index 0000000..c0a734e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Revive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5d8f588248693e8f8147cc0647b2f117c8e769a386f211bd94c65950ddf029 +size 10773 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Ace.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Ace.uasset new file mode 100644 index 0000000..cc734a5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Ace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56be7fcf7a3a0bad8810f9d11d03b1366efe60a5c4df3f9cf9c5b4737619d38f +size 8113 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Buffed.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Buffed.uasset new file mode 100644 index 0000000..043c4d2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Buffed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c329e3c7710f5bbecd411e6b71c7a27b710b5055ed79309c2a9c12d333e331 +size 8143 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Celebrate.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Celebrate.uasset new file mode 100644 index 0000000..73b7ad0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Celebrate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a13b481c8036804bdd3909b9d0733e053f32b76952de474c3d308b41415701d +size 8173 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Danger.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Danger.uasset new file mode 100644 index 0000000..f6cd46e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Danger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5831e15b72c5851c8f91bd211229c907edc7571c299193f9ca59a18088ead93 +size 8143 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Defeat.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Defeat.uasset new file mode 100644 index 0000000..8daa9c5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Defeat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57508d415b4e3847152cecbcd67d778d433f30c925a3930f40c765ab0959c9e +size 8143 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Idle.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Idle.uasset new file mode 100644 index 0000000..c2387e8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cf48372007bacd152d3c1f4aa3caccd052667dcf95dbc3adbc256636871024 +size 8123 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_OrbPrimeActivated.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_OrbPrimeActivated.uasset new file mode 100644 index 0000000..e23828f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_OrbPrimeActivated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9684d174b3de5e0c509adb6b6b1588d9de569230fb7f2162e39c8abb827701b +size 8253 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Recall.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Recall.uasset new file mode 100644 index 0000000..cb9464d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319d7c22a5fe1e72b10dc32fabc34b693dd7e43bfa5a87f7117c9ad31a41ec02 +size 10871 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_TeamDead.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_TeamDead.uasset new file mode 100644 index 0000000..511c8ec --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_TeamDead.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3effb2ddb18e42af9976b207fb952f1ac0d50b83ecbec8ea89135e1fec354157 +size 8163 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Victory.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Victory.uasset new file mode 100644 index 0000000..9b32449 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundCues/Crunch_Status_Victory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82138ba84751cbae9c597f82f92d028f56e2b5aa4a2249218f0da0df788c2036 +size 10885 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_010.uasset new file mode 100644 index 0000000..560016f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a41e63b0cc66df03943f62915615ec606f94081791ee63efd41fda832508f16 +size 330286 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_020.uasset new file mode 100644 index 0000000..c77eefc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ba85e13405e95c263fd249b0fceaa545b78c1dd74661042d21c16c5eb3a558 +size 220783 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_030.uasset new file mode 100644 index 0000000..2b71bdc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_E_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37824697afaa886d9ad7b5c7650638a60173a6de9086ee5cca7f776acfc0a8ab +size 269042 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_010.uasset new file mode 100644 index 0000000..e2084b6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a9046dea80561a2d691ac1e4f32c6e33600fc3249f82f73796b850d27b1a5a +size 202022 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_020.uasset new file mode 100644 index 0000000..2e4299e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ece296617799726317e322332999420a5058ac3a70334599f3a9468b908f9ac +size 188780 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_030.uasset new file mode 100644 index 0000000..76b5227 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LMB_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795a999aa123ebaf865a08094bf6c5b5ea1b1e4070860c0563348168d1502b2f +size 193695 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_010.uasset new file mode 100644 index 0000000..35286a0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b79bed3a97897497d69634c3cc417277264e2dab35b479ff07c1c54a04c5ba +size 381071 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_020.uasset new file mode 100644 index 0000000..64d7947 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2325bd7b79f76aaedd41a44831a31ec7fb89e24e390b34f9a4648ad34ba433 +size 451080 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_030.uasset new file mode 100644 index 0000000..19ad462 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887e6498928019b6ebc7f36e4186acb5a8902b038684fff5f1f521640a1f31db +size 267471 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_040.uasset new file mode 100644 index 0000000..2c689d9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_LowMana_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d27d53f69fc532d5ec9211352e26802081bbdd2e2ca1953d1bdbeed7ce68eca +size 331790 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_010.uasset new file mode 100644 index 0000000..c0d4c37 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a9b7022013df620989c7f7f0f59e6de5d1b2593e9227afb45ead3350d45334 +size 203214 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_020.uasset new file mode 100644 index 0000000..ba818ea --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0533292e4622088946e00cb6476fe7bf5013af2a95f7575aa7e99f67729f5c44 +size 257329 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_030.uasset new file mode 100644 index 0000000..54ec4d0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60695c56b2d933ce6c2f6b22855250370588977947cbf69eaecd310f62a0379 +size 338781 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_040.uasset new file mode 100644 index 0000000..b9567ba --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_No_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff38c014da1ef39a16a94e043b7d1f5a8192ba02dcaf3fcbc3ab5497318ed120 +size 295087 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_010.uasset new file mode 100644 index 0000000..a8f8eee --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647a6cf99f71ee6801590d3fe33a2901392a92cc5a040d0a992c99e5aef1ae46 +size 246557 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_020.uasset new file mode 100644 index 0000000..3833de1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa37d4fcb9e24aef7155f9a732a566cb3722d59915dc63d3df3d1d20620a1ab +size 397030 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_030.uasset new file mode 100644 index 0000000..cadaa69 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea27ead1fbf0c9def7cfadc4c923740f2654ed2accd835e4f2d1c3054683853 +size 301322 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_040.uasset new file mode 100644 index 0000000..19485ba --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_OnCooldown_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c46140ef461ab7e3b2cf3df7fd363bb22b66790986a21c8d7dc1d1e864227c +size 342805 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_010.uasset new file mode 100644 index 0000000..b01e798 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71393db0ecab804012aedeb93421718cbd9992ae0623349642cbf3d4b6ea396e +size 348147 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_020.uasset new file mode 100644 index 0000000..47e3c6e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe936299cb75fcd282b333361ef9e5e2e1ef26c560895dd8a1b4375f4710dbde +size 197191 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_030.uasset new file mode 100644 index 0000000..39d7141 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Q_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629f3236cdcca7f259a90a16d9b070b60e02eb616a547674fbbcb62b17e8da61 +size 172509 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_010.uasset new file mode 100644 index 0000000..d463f84 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbb622eab24051794ed990d75db06df65b0afd0377ac11cc6f23296a4309123 +size 315121 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_020.uasset new file mode 100644 index 0000000..987795a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4e4117eb6b72d9baab3f819bcc33281ab89f37b20c8d51c2edf0410291c2ec +size 245975 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_030.uasset new file mode 100644 index 0000000..e624c68 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_RMB_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ce60319a34e120bb2aca83ffeacfa1be876e439b1e1c2e521e9a8e42c0ac21 +size 201222 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_010.uasset new file mode 100644 index 0000000..20de74f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8cc9f2bba97f629918269dd8a3d224130a66b3b4ce450cd1904ac052e6c567a +size 515591 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_020.uasset new file mode 100644 index 0000000..6a069a9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee3b383035b106171835e390c360246fafdb9044b46b792288b54005c70faa2 +size 385252 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_030.uasset new file mode 100644 index 0000000..e8c577d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_ScoredCrit_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17053d0f83f979d6ddafac93981f3b7d273235e6b4f75defcc6bb26a40ea2b4 +size 309219 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ally_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ally_010.uasset new file mode 100644 index 0000000..90be76e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ally_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e458d3bb1175a17dbaed21efa6f396f058c713b85fdd4378abf8e0cb43d6c0e +size 332314 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Enemy_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Enemy_010.uasset new file mode 100644 index 0000000..be09e6c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3251594e13a8494128fc74c9324618de92213490a96782db9253fd30fca3c1dd +size 381837 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_010.uasset new file mode 100644 index 0000000..658b8b1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e54743d9c1f12e7120b30a2d68ad9b2a41ee13510723a4510b6cc7a53517bc +size 451044 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_020.uasset new file mode 100644 index 0000000..e3ce169 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68cb11a994b4d80dd4cc462b67c936d1cd093888db25f8d934271e38253806f +size 439841 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_030.uasset new file mode 100644 index 0000000..45d2ee5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Ready_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b8d4065aed0241eea36f104fe409f5a021d34c26e0d46cbd5850608e63ae0d +size 460929 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Self_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Self_010.uasset new file mode 100644 index 0000000..6f2c067 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_Ultimate_Self_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b511ee33b16d8eeb279697a26a08165996eb5815376edeaffbe92aeef73ad82 +size 477644 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_010.uasset new file mode 100644 index 0000000..371fb32 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d076d23e99ac7d0c40c43fa019231ce99107217d3e41b6572a9ae76204ec2ce3 +size 317740 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_020.uasset new file mode 100644 index 0000000..1fc135b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e34e6ab68c9ea5114ab02eb7449fc3184f204205c16ca010770111e8a297f1 +size 325858 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_030.uasset new file mode 100644 index 0000000..0fc23f3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550ae4580ff34271050879a73a6c92401c353f6e4ad3ce45a278cf25a6ffa844 +size 383384 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_040.uasset new file mode 100644 index 0000000..5d1ffaa --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Ability_UsedLastCharge_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772bb8ab8f5441309f056f4718c821ef3a2fbc3feab596e92cd45eb5ce206b97 +size 241437 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_010.uasset new file mode 100644 index 0000000..7874e2f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a80f3918a71a26e72e89430eda022ae1338f1dc285a41dff7f9d5c2998bad38 +size 494573 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_020.uasset new file mode 100644 index 0000000..1ac4f4c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52616cee8f33133cc97cf4952054a354641d629e2963e4e3471f8658fed51ef +size 286914 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_030.uasset new file mode 100644 index 0000000..f5baeb9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d671c7948d949ba11bb9c5d0325e7d06ef7395b4a158ca65dbd6fc21ca77e42d +size 427274 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_040.uasset new file mode 100644 index 0000000..df40c89 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987bd52b7ba95c998b322ab48a09d31f1653e4e968bd6784594c61ce62d4a367 +size 260512 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_050.uasset new file mode 100644 index 0000000..615683c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Catchphrase_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd442b9f1d7ca1e83a93f0dda2937a64359900f709af62a54f32b19ebf36066d +size 340396 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_010.uasset new file mode 100644 index 0000000..979cfd8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8a748a684460e20a3dd783e10adbdb3ac79b24d86e809d10e4e6aa4c337f8c +size 541644 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_020.uasset new file mode 100644 index 0000000..345e9cb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff4b49ff9c7cc852015e5fbcd783960b61d97f15f2e91d9e4cfa2510e54d3d9 +size 468350 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_030.uasset new file mode 100644 index 0000000..fc63d69 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efdbafb2b6810f6a662e0fd232b54004b3dfa3ebd10253086c29cfb363b3900 +size 549676 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_040.uasset new file mode 100644 index 0000000..d47b5be --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df4d34f78f69fe9bd7c34baaa8373f3f42bf9cbd5b8546eca2b917c34e7b457 +size 469950 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_050.uasset new file mode 100644 index 0000000..69c1ed2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f988c9136f91b58c11b2045cbe787523b51e9b3bdc573062ddafb10ec8619f6c +size 340936 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_060.uasset new file mode 100644 index 0000000..d50b7a0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c94ffb4f80ad8411389fdfefc0175772f2ee94298ec7e7922dbebdbf3699659 +size 689225 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_070.uasset new file mode 100644 index 0000000..533ed61 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Death_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1258ac644f42136a244be90794b244e733bb265e84186c98aa84fa8b44ded88 +size 679880 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_010.uasset new file mode 100644 index 0000000..9b666bb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72caab23934aa00747db24fe2188f9eacc4f422e605818841f9f4603476ab0a0 +size 234319 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_020.uasset new file mode 100644 index 0000000..4f737e3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef197f5a486234214f137f5d06da6df80735cbed92ba69ead0e829ab0cc6fa2 +size 416450 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_030.uasset new file mode 100644 index 0000000..fa55060 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d927d36b5802b6e7ebc1f482d0168bec4e59b311a1981e9fe706ba13731c0bfe +size 425807 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_040.uasset new file mode 100644 index 0000000..0b3868a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftLock_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1ab8c5afb48f1cd7fd5f7ba7496f3315c8b37163c25dee71fc62976043d1ed +size 402232 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_010.uasset new file mode 100644 index 0000000..3b5aa7d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571f71c0595482ff59db88e4689fcff5460d7bdfc4c89bb83446c589f60dbbaa +size 210189 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_020.uasset new file mode 100644 index 0000000..683f8c2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643db1c9ed6979b003991bfea26a0c328e2eafdad81a541015afac6d1ca705ba +size 374210 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_020_Alt1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_020_Alt1.uasset new file mode 100644 index 0000000..146e93b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_020_Alt1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311246e647f1d1702526b08e0df50e2cdada4289817e3cdd8407108e7e5b689e +size 399210 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_030.uasset new file mode 100644 index 0000000..107081a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_DraftSelect_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1124f36491f26567b0dc42a91fdb0365a0800058ca3d17049fbdd5f84f900420 +size 370354 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_01.uasset new file mode 100644 index 0000000..dbb26b1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b718dd1e8b98d1a7bb4692924cfe17c458d3d87694d227e8dcbaf454e414b91f +size 168695 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_02.uasset new file mode 100644 index 0000000..90b95bf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5361e2b0ed8367cfac620e1b9986642460fc81a411696cd870829238e532c194 +size 163335 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_03.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_03.uasset new file mode 100644 index 0000000..5ec74ea --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Body_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a053bd240b46c44c519e494245136cd3c6f7d34f319c3ae0ce3308260d04cd86 +size 167339 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_02.uasset new file mode 100644 index 0000000..4daba85 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01be51bde7276a01c2943b8a1f2a79e99609a5a734a70fa5efd55a76d3de7517 +size 207316 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_03.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_03.uasset new file mode 100644 index 0000000..c5ede38 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af2aaf229e53c76ac1edc3b845909f98cdf44956737794c9f302ac6d1341614 +size 226684 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_04.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_04.uasset new file mode 100644 index 0000000..86bf729 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_E_Uppercut_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e494b0f8505836fe5a451745cad187a31ee1cbe339d949714f5236bc6d50d365 +size 243111 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_02.uasset new file mode 100644 index 0000000..e06bdf8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6d27c72b9a894778fb8cffc12dd71b93b58243c91ba7a1d42b05bbbe3f4e96 +size 167744 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_03.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_03.uasset new file mode 100644 index 0000000..14e97df --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd47a4993b2d4b69b126fcec673e5e8caa94f9b1a55afbee0dfc20e55d182230 +size 168282 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_05.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_05.uasset new file mode 100644 index 0000000..6ba8a43 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Primary_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4740251af21b02706643c0baa74d93ffbca0c6b8cf643f2dfea9e369d363a3a6 +size 183706 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_01.uasset new file mode 100644 index 0000000..e4bb0c0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3ea995618ebde0c89fa61cfaa1dffe2483851a054b93523e12647dc8ee9469 +size 394911 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_02.uasset new file mode 100644 index 0000000..959d4bd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05080403b5879f8e50698bbe1f61fcff6066cd663fa9c1763fd0bc55eba4afd6 +size 456897 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_04.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_04.uasset new file mode 100644 index 0000000..be15b7c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Q_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4506b5c65a595930473122f9c6e2cf0f6e1189175ba2fe0d20bdcc7fffc467 +size 424762 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_05.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_05.uasset new file mode 100644 index 0000000..f19d5ac --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04dba6874b0d4f5d36f776648fa7b4e39e855b5b08ed42c68d78480e35ed1d34 +size 314862 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_06.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_06.uasset new file mode 100644 index 0000000..640ea82 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d71ae112e2aeb6e881acfe2c02c004a348d8c329719ed7a90a10996829bacd +size 367015 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_07.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_07.uasset new file mode 100644 index 0000000..ef97e9c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Dash_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd72bb04959a16509203aa7a10c02f3fd5a3f33bdf24669006f19874619d8ec +size 412317 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_01.uasset new file mode 100644 index 0000000..13f49a2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5823b23d018aac9e51554303a88ff1924f1db3a15b865bdf9e4d145aec6db6 +size 164955 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_02.uasset new file mode 100644 index 0000000..6f82f22 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d793bc947fc3d7e04705419268789479f4368651dd021c7002c1bdc49ecd3c44 +size 174706 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_07.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_07.uasset new file mode 100644 index 0000000..3513042 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Punch_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b254677dc7d180369818d8d2535881ad7004cceec73b13d38545eb6682500cf3 +size 202086 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_01.uasset new file mode 100644 index 0000000..08073a1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf4768b67f79aa9431f2de1943408731bb67973e586602c114003bf08ae7182 +size 426030 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_03.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_03.uasset new file mode 100644 index 0000000..7a7f2cb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea389bcd6ac5db555152fcc646c8a6574e593b270ba5ed310f4661c7fc0ac038 +size 427000 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_05.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_05.uasset new file mode 100644 index 0000000..c208df4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_RMB_Turbo_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96d7f4cd9a550c17b1bbcb2c9a7d3e21359aa7604df193d398b4f91f9d17284 +size 416915 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_011.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_011.uasset new file mode 100644 index 0000000..5561618 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308b1ce542ea72b5c5850ef35870f14b4b524fb12a69112611bc7da84487f698 +size 589215 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_07.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_07.uasset new file mode 100644 index 0000000..637e4c3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb5c292c0fa2c698dfae628758bb069e77c1c58bbd86fbec7f63747f0f4d348 +size 502868 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_09.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_09.uasset new file mode 100644 index 0000000..d789ca0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Ability_Ultimate_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1800bb2f0c36c343160841120dcaef3ec114e2d00183117261a6a6359e74371 +size 576459 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_01.uasset new file mode 100644 index 0000000..9bf79c4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12948d6a0593b21ac57f8fb2ee5e3b6f2e8ad67eab9a3dd808eb80be3be500e +size 230908 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_017.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_017.uasset new file mode 100644 index 0000000..08c028d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_017.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a723136247d05af52246cdc6da5eba2d308f4dcf7de2e387afc2a7633d56ab96 +size 202359 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_03.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_03.uasset new file mode 100644 index 0000000..6118842 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Attack_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a540aca02f594f8c9e96cecb044b2d81905238ed4598454e3ea06988ddf7c4 +size 245181 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_01.uasset new file mode 100644 index 0000000..c15e557 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1220463b386cce544fd18051553949611d97c1c5dbbf8daa6c093f86709e6fa +size 156748 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_015.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_015.uasset new file mode 100644 index 0000000..9e291dd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_015.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7527904c492b87de513c2051e1054b110a3f887393dd7674067b90669b41880 +size 151983 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_05.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_05.uasset new file mode 100644 index 0000000..3a39c7d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Block_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1113678b04589a7de900ca79f10b7e6f12b4801bf62e5675cb9aec63c6d8d8a2 +size 157518 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_BreathingLowHealth_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_BreathingLowHealth_01.uasset new file mode 100644 index 0000000..4f49ba4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_BreathingLowHealth_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2942123f45d0d5d1faf65db29007f8dfcd6965457faf4c409cee9463825d75 +size 3174872 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_BreathingRun_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_BreathingRun_01.uasset new file mode 100644 index 0000000..124e5a5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_BreathingRun_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bfaffe04bd640ac1c659c5b62fef2cca878134fbf19a43d9f4ef5706bc7437 +size 1956892 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_012.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_012.uasset new file mode 100644 index 0000000..ae618e9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61acc26a3646f68f65e3630bdfe889e4e692ab25fc4dc4f6c9717972f97b7ba1 +size 290637 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_04.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_04.uasset new file mode 100644 index 0000000..269b815 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df50e7a12306a84b358c3e1164b311249e67ad4654d067769a78667a53d6a4c +size 373253 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_09.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_09.uasset new file mode 100644 index 0000000..18f16e7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Cheer_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc19cda94dcc673e7f48733b73975701d26ada3399c01663010fdb934913d9b +size 340747 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_06.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_06.uasset new file mode 100644 index 0000000..98199ef --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e467e2093292f58a365e570b6fd47af317115a0e2d854da0a7c4723e38887c3b +size 286809 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_07.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_07.uasset new file mode 100644 index 0000000..18c8df9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffac0fd551443251f076c7de1fcaeacc47bbe4d82bc9e0593e0446131d05d9a6 +size 514840 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_08.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_08.uasset new file mode 100644 index 0000000..4792ab4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Death_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf56dee66d031c77435035983a5a5e81bdafbb3b77813f8d099d896b7928bff +size 545003 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_016.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_016.uasset new file mode 100644 index 0000000..cc7282d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_016.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a054d4de1737d66fdbb981cec1efb87734683e742ab3a10b2075dcebfd5e9282 +size 189572 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_02.uasset new file mode 100644 index 0000000..8b48d70 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5b8bc82fcdd3d81c00c673160dc43eb8b3a5cc4f2fe4ad23c093c6ba46cd41 +size 189766 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_03.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_03.uasset new file mode 100644 index 0000000..3af13a7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Frustration_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d481945d9a6eb52850235ee57614d13ec86af2b01d20b5f5108f12bbcd97af96 +size 219276 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_01.uasset new file mode 100644 index 0000000..df90446 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8773cbf86451cbd66819d9b8cf33a5737ba7afe8a3216ace205ad942311539 +size 170562 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_02.uasset new file mode 100644 index 0000000..306be77 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d0f57b22cfa7e3e6024b087456ec05980f0c3700169ce5a35a9b99da2e86dd +size 159639 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_03.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_03.uasset new file mode 100644 index 0000000..6816b9e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_JumpHeavy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9ad1084b35fce8ee9eff5714812153e610a134b07b0cd86bb277b8e6dced6b +size 251552 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_05.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_05.uasset new file mode 100644 index 0000000..324e01e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5384ef8f98cead46cae360c0168dfe99b869a3ab36edeac8a2184939c810a099 +size 164357 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_06.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_06.uasset new file mode 100644 index 0000000..9ee5497 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275ea5690be6aec683bb04a978415b7e4a7eaf3e4c6f4cd2bd4980606b31e118 +size 180075 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_07.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_07.uasset new file mode 100644 index 0000000..9b66738 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Jump_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e363954a84c7deb952d583ed554e9f26ab73c1ded737b03edda2bfdd03b7acdf +size 192227 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_02.uasset new file mode 100644 index 0000000..7a5b108 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d7d98e5eb000f25a8150164092923db134a96d1e1e3e72501245b1369dfddf +size 198872 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_03.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_03.uasset new file mode 100644 index 0000000..cc7d273 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51e10c79d17df3447cc5f984e1f7cd693fb44665b6367df64370105c839f3dc +size 190148 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_04.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_04.uasset new file mode 100644 index 0000000..db55755 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_LandHeavy_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a37754c4453fa7bf8a78d38942635c1b8acf02cb39c71eb9caf3e0a50615ff1 +size 199943 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_01.uasset new file mode 100644 index 0000000..46d6c00 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f074c43e3c93f5d8b878079a75d628a7f1855f8e2053f1b4815046f080b09b67 +size 179116 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_03.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_03.uasset new file mode 100644 index 0000000..22cd57e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bc0d083580bab50ef42a2c80dbda4cb550794e5bc9e1bf52b19fe9bcd77437 +size 206711 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_06.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_06.uasset new file mode 100644 index 0000000..d7875d0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Land_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1be8b3d249848284b0278143324564486d84997d2eb03e916b53a5bf8d73f2 +size 174736 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_01.uasset new file mode 100644 index 0000000..9dc70f6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46548b8dd5ea8682578d2876c2e6c93e9544815cfb73d784a0d3b1254117d9d4 +size 426979 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_02.uasset new file mode 100644 index 0000000..c3a9809 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f5c7bfd2882a931b16cf5851d498b9894863efbc5ffacef74a4adbd0285315 +size 375612 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_05.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_05.uasset new file mode 100644 index 0000000..017eb4f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06ec255fc928ed5e402df0e3e6760efcade4ab2df89b647518f6bf82f54073d +size 430172 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_09.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_09.uasset new file mode 100644 index 0000000..5373a87 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Laugh_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41da62222b6ec7b2124ecf6c8998627da909e032230a3f40467406f718bbe70f +size 576942 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_04.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_04.uasset new file mode 100644 index 0000000..34b56c9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a98b7c555f77a4f211946ad6ff0047f6ce99f8246ad1336effe733d2f55c69 +size 217236 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_06.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_06.uasset new file mode 100644 index 0000000..122d2e9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfccc9dbfa404badec3e48dcc5663b3cd7e97e3aeb2be2c201fa5bbe93562b1 +size 206505 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_09.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_09.uasset new file mode 100644 index 0000000..d1a0035 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_PainHeavy_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f539e0c374d0091ecada875baca6f510865f6caea8d92d9b0c1d7c4c350496b +size 232467 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_02.uasset new file mode 100644 index 0000000..84a33dd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38e9a55f1e10246bf5979cd8782e1ebf6683a737c84e6ac8417bdfe481c58d4 +size 183449 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_06.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_06.uasset new file mode 100644 index 0000000..57605f0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2348a6ae301b9b1d8f31642cb4e897ad7e5d95fa105210dc70235ac45156c09 +size 162448 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_08.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_08.uasset new file mode 100644 index 0000000..579bb01 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Pain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118a679130c840d63d6b2a9113f876f8bda57c3c03ed9ee305379ff5ea49cc6b +size 198606 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_01.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_01.uasset new file mode 100644 index 0000000..add4775 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021c450cc18b7a32e04a255549a262fd6dc68c0846a3d539ce436c3b4c87042a +size 177376 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_02.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_02.uasset new file mode 100644 index 0000000..9a9c856 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13c56405c6adbade166ba9e126c5b6f7b8402f287921974951296b8704bead6 +size 242575 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_03.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_03.uasset new file mode 100644 index 0000000..7b516a5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Effort_Swing_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22a73a56a7b4a5a2fb04bf73116253c68f4ffc6e603b10e5461962a3e0d7965 +size 249856 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_010.uasset new file mode 100644 index 0000000..33da655 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548ab9abf8ab63a87d578b04dadc35c809291c3724c3fa1abb1204f462555c1b +size 202390 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_020.uasset new file mode 100644 index 0000000..94237e4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b921c2b72c3c7d69bba0f86c53e409d11299a80ae6e5fee5a074245aa24beba +size 197014 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_030.uasset new file mode 100644 index 0000000..4e544ea --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b9e1b6f5085720d1beaf1fdb8b4204fcca327a33b3646ee5c245b5a7ee6d41 +size 172431 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_040.uasset new file mode 100644 index 0000000..e0bf3c3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd0e25207078ec413025ceed9962cf5001ddedb8f1e8b29ea5b33e337670a93 +size 355939 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_050.uasset new file mode 100644 index 0000000..293fe06 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1505f2d5b0547e2ecfc0d8a40b4124028b65d444c37c499b4c8b97082aebd46a +size 204814 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_060.uasset new file mode 100644 index 0000000..572449d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ad1c8efbee600839db065c39f224f43d1a247857e7ef1c95a4559c0d799a6a +size 253986 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_070.uasset new file mode 100644 index 0000000..68bbc3e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3936caa9b62849c64930be8bd8042591551de65bb98a0ffd404455a143ef3edf +size 291048 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_080.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_080.uasset new file mode 100644 index 0000000..77127b0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb18c97d72571b7b10072836ca39da87cdcae8ccd9647ed9d645a4546e1099bf +size 784226 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_080_B.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_080_B.uasset new file mode 100644 index 0000000..f2be403 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_080_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77b508646646379e30e2ede4a82d0c595b2c17243cf2993b8c5febdbaf431d4 +size 895152 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_090.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_090.uasset new file mode 100644 index 0000000..e8182f7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5b97a1a93edf5e460aca29a0699f79578af6771bd959adff4bf226ff54e243 +size 591513 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_100.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_100.uasset new file mode 100644 index 0000000..9bb681b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5f3885886bab2156a0e251564a53c64922e085db7bde213f0c2dea593c1ffb +size 852902 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_110.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_110.uasset new file mode 100644 index 0000000..c6147c5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01af516fa152785384ac69c7e7a4d99f667adeef9a9e7b83b5d4b4fed05a97c9 +size 322518 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_110_B.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_110_B.uasset new file mode 100644 index 0000000..491da1c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_110_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f3981be8ebd9e2adc22f68346aea45ebb8631a87a623d849d0c12bd02f8a5e +size 377143 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_010.uasset new file mode 100644 index 0000000..ed852ab --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee29617d000d2b277295144c9fe3c8d020aadc1843453c9e656254e03a5996b +size 634924 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_020.uasset new file mode 100644 index 0000000..c816308 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362895b8e497c7c10e0287470168827866f57bd25ff15ede5ce80770f2aa791b +size 399639 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_030.uasset new file mode 100644 index 0000000..d1a449e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9044e5098a1b80ea6e98bfafeec653252e959fb6ef3c553c7c4533287a004737 +size 641415 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_030_Alt1.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_030_Alt1.uasset new file mode 100644 index 0000000..d21dc11 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_030_Alt1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf42bf89db440e025e73cc5be2161a3b4ca8b8fd271bcc3025d0aa49bd0c3564 +size 610856 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_040.uasset new file mode 100644 index 0000000..19fdd6a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a81c0e8158dfaf7bb605d3a1eb17ca4e638d4ffa0f4e7fc1ac43063a6c094e1 +size 559776 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_050.uasset new file mode 100644 index 0000000..278440d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b22a3f52a878e273b7775aea5e26d8a4f172c07351c52885348b161440f0837 +size 674476 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_060.uasset new file mode 100644 index 0000000..4d479d1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Emote_Taunt_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a8ee99b5abb8ebb5cf3cfad636d33f00071a706eda056c9cc39264bd009ead +size 613670 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_010.uasset new file mode 100644 index 0000000..b7b4b52 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aeec2febfa0217e4159510553c99c68f9391c4546665a0d7aba8da02c2ad6a6 +size 253635 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_020.uasset new file mode 100644 index 0000000..d18b18d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb670598f4600e223627cce39be848a7fe5e8e2c26733078386a8b1d0128914 +size 570233 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_030.uasset new file mode 100644 index 0000000..73bb882 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_CriticalSave_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82fee03dce68d7c7e77b9aede0db99a11a0f07c5337385fe59c6f514a94de59 +size 386302 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_010.uasset new file mode 100644 index 0000000..6833104 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d87b30de7d255bced5fb97bd89426f266cff9630fa5ae9243e28bd8010c4fd +size 512756 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_020.uasset new file mode 100644 index 0000000..70d5179 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01226ff076ceb6d9b0240942659ef6b020edb47ab6bb8b17744688babe3a30a6 +size 521295 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_030.uasset new file mode 100644 index 0000000..e6c6894 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Critical_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5578e241fc586eba4ecb24b72c8e7ffd078cdd9f529ddaaf23e22acfe7be417a +size 629124 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_010.uasset new file mode 100644 index 0000000..9846f3c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb233b83a5d3b65ff1144459b4d81fd583c69b5100af44f9ae12f31d7ce834f +size 270093 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_020.uasset new file mode 100644 index 0000000..bfdb9ae --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de2d2af9af84c16af6f58092bdd1f00fa30afde00f773f3b394dad8fa2fac42 +size 371438 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_030.uasset new file mode 100644 index 0000000..acb777a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Healed_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1dd6e8c8956232bf1ba7231b16c97233e211a1c4ab76333c9328c45f128ef60 +size 476336 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_010.uasset new file mode 100644 index 0000000..72e31b1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c66aedec17e8a69670d7fa93a36071c9b823b5e39c9c47a13a44066d8b93c6 +size 584165 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_020.uasset new file mode 100644 index 0000000..cafbfab --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353a94f6c962605793dfc043213d24ec3ba3c9ca19e73e80fab39950cc445d30 +size 356207 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_030.uasset new file mode 100644 index 0000000..bd769a2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_Low_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c687cbbb95861239ce1d0f19258eff56d44afde144d57fc4c34511ff519daa5 +size 467551 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_010.uasset new file mode 100644 index 0000000..1fdbdc0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f7917a4e74782a02785d8a975d0a418ee5911ece2041a0f3f03a534a67c4fa +size 193994 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_020.uasset new file mode 100644 index 0000000..08996b9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474b71ac88efa5ab428dea17c434500dbbd74a936a6b4ff27bcd1bac06098bce +size 231892 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_030.uasset new file mode 100644 index 0000000..ad8a3c8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Health_SufferedCrit_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930f30332c2666caba92b8f2bdbc77ccadb2aed2f040f14cfb2f4684b3f132dd +size 345730 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_010.uasset new file mode 100644 index 0000000..b422dc1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41caa5c33971c731fb2601569590d638354784fe5dcffd949215da06329b4dc4 +size 560143 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_020.uasset new file mode 100644 index 0000000..a1d0998 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a3738cf70a2a9c5b2e943b6a4353e60b5be95d01952c57d820c4fad18cc1cf +size 786620 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_030.uasset new file mode 100644 index 0000000..7d5c966 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_BoastResponse_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea161c58abce838831e18030da42266f7badd0f90dc83c3c3f100047d329d95 +size 274602 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_010.uasset new file mode 100644 index 0000000..1a2933b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8d3b6cf52ce3a9ab6587ca60df415497e141bbe225636766e82934025fcc7a +size 520136 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_020.uasset new file mode 100644 index 0000000..f6df726 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f5600828163a5c04a0d3beca458bebeea9b6c8d219d1b23ccae913167ad70a +size 450855 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_030.uasset new file mode 100644 index 0000000..f450349 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Boast_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a29e9eba878bbb6d10f0b435a3bbf2642fc91264ca22bda5122eb47b8e6c255 +size 544606 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_010.uasset new file mode 100644 index 0000000..7547483 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3ecdc9b3952aa8de73b874f4cdb9dcae04cfc9eceb8c6e1a921aac709bef47 +size 385258 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_020.uasset new file mode 100644 index 0000000..038ab42 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1935908b65bb746bd8931d0fe0d70f73a6e5f4206d5fcc0a305e5ac351a4e7ea +size 346422 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_030.uasset new file mode 100644 index 0000000..c9cb104 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_QuestionResponse_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c8ac0132cc03bfc2e1d773b8a3a93bbc4e623c085a24bd329cc6a6d68583b1 +size 398914 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_010.uasset new file mode 100644 index 0000000..440ea0a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a42c24bc24d6b8d0744f7fc8bd92633f0703186bd022dcb9b58b293a402f92 +size 402394 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_020.uasset new file mode 100644 index 0000000..4256a36 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7b0b3546b6c3f1e22a9f7030f5afc3b1427451780866f72308fc3a242cc1c6 +size 420443 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_030.uasset new file mode 100644 index 0000000..34ff817 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Question_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6ede5d53ffe7df888a9101fbb71f15fab37236986a2f3c89900260193d03cc +size 509056 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Shinbi_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Shinbi_010.uasset new file mode 100644 index 0000000..a69deab --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Shinbi_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ae524d5744b0360f357f6e4f2d8831ab6875de842ea9b243ec0a46d4f4a173 +size 620687 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_010.uasset new file mode 100644 index 0000000..201bb23 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eda0c9847aad299cf4070e7f6467b4e63fcb74451b09c9ddb5c016ccc16cb1f +size 281008 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_020.uasset new file mode 100644 index 0000000..2014dc7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9aae0f94d734a444663a4e3d0e417e5e6431b10ad4fee6f0d63fb00482bbd1 +size 328417 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_030.uasset new file mode 100644 index 0000000..83124fc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52d51f677b58a02d1a833f160e9176e220dfef42194c414d9a048060b111101 +size 522333 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_040.uasset new file mode 100644 index 0000000..93dd14a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Intro_Statement_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a22bb26d1e177cd6c5075d51ab997d51d1058298a3775a3f5684db3dfa6306f +size 992761 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_010.uasset new file mode 100644 index 0000000..50aaaa8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f73ee7a2e5ca8a541b9b2d5edc37615cc0e7647dce8e5f2161aa03494dc8335 +size 257528 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_020.uasset new file mode 100644 index 0000000..13ff918 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14862943a1a2b89a8e2ec53fd258c8a0435c87a6bd0939f0c94c59baa618b3a3 +size 369307 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_030.uasset new file mode 100644 index 0000000..710638d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Assist_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e17f8359720d8f6ecee495eb355dcacc5f76a47b71c92aef4264c48a07a5ef +size 325931 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_010.uasset new file mode 100644 index 0000000..73a9f19 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2072b77dc2fda1c664423f20285470cb4f54acef006b910e016709c3aa4bc22d +size 274049 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_020.uasset new file mode 100644 index 0000000..e5a6838 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432ae0f9c7c0de6cf7f73e2b9b30fe6320d1dd5b25dc8b1bdee14cd2843226c7 +size 237698 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_030.uasset new file mode 100644 index 0000000..04d2eb1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399fb4229a48212013ff7c36da78b64a8f3c5a6f9f926c63d4878159eae2174e +size 271923 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_040.uasset new file mode 100644 index 0000000..8ce5014 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ba644902f2479483c0f240027548f81e15b5579fe0009096a2b57b3886a2a1 +size 239786 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_050.uasset new file mode 100644 index 0000000..3fb9282 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a3aceec591078d757d6f44c39ec08d0965ecb0ab3474b7a810fb7571b313b6 +size 344321 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_060.uasset new file mode 100644 index 0000000..327cb66 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee27146a512dc084319452d4e7e7eac44acd9453d04f731d8ceea12c904c39d +size 377370 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_070.uasset new file mode 100644 index 0000000..e3a9eab --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Enemy_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec1b3930d2843ddd942baf04e9c3fd95d58cb3d8bd410c385f8d3a1bcf6a1a2 +size 393897 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_010.uasset new file mode 100644 index 0000000..83abe02 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b25cea6e90b6470477ebfc35f286880673351b3ed1f276868f5a0d286fea3dc +size 333359 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_020.uasset new file mode 100644 index 0000000..cb94ee5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4fe4305052f0d23328ecdcc7448ddbbab0b5e976dbff351789eefd5444f367 +size 294790 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_030.uasset new file mode 100644 index 0000000..549d87e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_FirstBlood_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8041a248d887358fa60cc25b67d720dddd7ae9a74c754f394b9d0a2b1e3ce50 +size 460551 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_010.uasset new file mode 100644 index 0000000..8c4130a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1114aef06151aec69e3412ad3a73aba1676c1f79504a53e8c142f44364a985 +size 471172 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_020.uasset new file mode 100644 index 0000000..bfa7e2f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a0312ffeb2bd919efa9630399d8d078f33f3ba444b20ce567c711c59362713 +size 395361 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_030.uasset new file mode 100644 index 0000000..2f4104f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Revenge_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e5711d09666b147af8aafb60e471727c9d3866eebf5b077f9313f929821e18 +size 260137 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_010.uasset new file mode 100644 index 0000000..4c334f6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a405fc893e8b89a58bb10604106cc0ad27bfdf69ee76e29f91754d0a6247b42 +size 372133 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_020.uasset new file mode 100644 index 0000000..7634606 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb21ce0af9d91a6e5a59565a8e741fb959c7334f361054109d4e4d747931ae4 +size 277703 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_030.uasset new file mode 100644 index 0000000..c2a2bae --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_SameEnemy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef98710e1b7944fbb9c404ce2a0843d4e1978ef1db19c6fa69d24d048086ab1 +size 542041 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_010.uasset new file mode 100644 index 0000000..b751a48 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92c596001688f3e6569e0f9a3f1add9e78ee9585fc8449fe5e61ae33dd230c8 +size 278423 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_020.uasset new file mode 100644 index 0000000..e6a61d4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f607c7b54c5f34c19609c35655e61afbbc1d77749e1afe8e2e17664ada1f852f +size 309819 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_030.uasset new file mode 100644 index 0000000..2450e23 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Shutdown_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4efe7cb7d851e0787866fc287b2393016d34b50d946014e13d959e9a5682e1 +size 269551 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_010.uasset new file mode 100644 index 0000000..9f1daab --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059719ab1fdbc9bf626e8cad6945e0512f91610c430f9b80a177b454d7c67b7e +size 609815 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_020.uasset new file mode 100644 index 0000000..e231947 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab8a0a46f646cc44ccef6b0c8d4ca1b7f243a42e6df1faef6da349b35c57bba +size 414849 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_030.uasset new file mode 100644 index 0000000..f240b71 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Kill_Streak_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbe63daafd81094998d77424a081ce87b68502415c9cf2120f0d13658cde95f +size 482280 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_010.uasset new file mode 100644 index 0000000..dc3e58c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98537656bbf28ef3bbea85ec1248489b9ff1223ed1686ab036c5d25203a2d40a +size 261423 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_020.uasset new file mode 100644 index 0000000..1c725ca --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c279c9b7df5c17fcf38aa7add40737ec2f3fa2874cb25477b982b917836c1ded +size 272700 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_030.uasset new file mode 100644 index 0000000..2adff50 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d429a492ba187099b6757ff65e79d07d5ffa081e5aa909948b3ac5374be248e0 +size 324715 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_040.uasset new file mode 100644 index 0000000..f14b036 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e714879624479db8c6bf4b6973d1df05772dc8c0b46f1a80f5f01d2d1a76aeda +size 319140 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_050.uasset new file mode 100644 index 0000000..a174fd3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_AbilityLevelConfirm_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ee7b3473c5cdfcd72d4681982df299bc8a33353f197130d81a8368acfef534 +size 345222 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_010.uasset new file mode 100644 index 0000000..b166faf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c24ca5dbcd49dde6ffbf62588e3c534c466669b1d63b7f6449a3ab1dcdc6453 +size 246254 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_020.uasset new file mode 100644 index 0000000..c67f432 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b7b2f2aea27b0ee705a47b958a87803ad5b2ebb34bc2d017f1f526c95b6912 +size 256381 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_030.uasset new file mode 100644 index 0000000..e331e63 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_BoughtItem_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59e47f1a23f6d2eb25c8db31fcef26fedec9338506dccd4c3bc331f6e8a48e0 +size 306492 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_010.uasset new file mode 100644 index 0000000..aeaa420 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270357c2f061fb49a7e84333a3f99cc6c914545898b8e426520ade02c35292d2 +size 396433 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_020.uasset new file mode 100644 index 0000000..0be02db --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759776584aae09c28356d2d399372c9d68dae84d7484f1ed6f4af21f78231ced +size 464962 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_030.uasset new file mode 100644 index 0000000..7febc16 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_CardPoints_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d0a92967b721ca737214d082fca7abda4b4b5da7b855347e83066eecf1c3f3 +size 424898 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_010.uasset new file mode 100644 index 0000000..d259b04 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b56bf8f0735852333cc60fab291239c5d0730e2f8d745a8250ef579fb98414 +size 371739 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_020.uasset new file mode 100644 index 0000000..8b2c33a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360493c6ff089f83738b5a34820984610a8e56c4d6d3666610b5e176056f0950 +size 485482 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_030.uasset new file mode 100644 index 0000000..182b472 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Five_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e41fbb3ab16e53a3e7ae17db1066d82611f6ab8dd921861b511c599c6643ab8 +size 427261 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_010.uasset new file mode 100644 index 0000000..9dd3eff --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22aac7d169ddc3d1543fd6a94a56653666eee4c6e99e6cd00903674f35dc531 +size 308734 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_020.uasset new file mode 100644 index 0000000..360e184 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e966f90ff294ce3b0c61d4c42d5bbb2128f3d0c6f82bd45e40610c2ca042eb71 +size 322283 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_030.uasset new file mode 100644 index 0000000..edce1c1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f022786c9cfa4ad4de9b7e64b595545b1656a8de6b14fb628d1fac9942fd4a3 +size 381605 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_040.uasset new file mode 100644 index 0000000..a359c20 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e721c5d149d84e8438a91ca9ea962b8e328092b31a56fa82a171574016237732 +size 276185 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_050.uasset new file mode 100644 index 0000000..4b85663 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Level_Up_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f4ecb954afd9df8acb2089db39df29a4dedfe8479c4d92df1f5e7ef0855016 +size 329802 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Froglegs_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Froglegs_010.uasset new file mode 100644 index 0000000..d8a4677 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Froglegs_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21712e287f794b215552e72763c982f8dc82069bafa0256f702b915828aa547 +size 534851 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Patton_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Patton_010.uasset new file mode 100644 index 0000000..6a00df7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Patton_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50bc9ad7fa1c9c328b5363c470151c192584fd36218e6fb1805ebaff4ff661c +size 685148 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Patton_010_Alt.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Patton_010_Alt.uasset new file mode 100644 index 0000000..868a228 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Patton_010_Alt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9040e4359847a4f647015eeac37d57f06b0ac50ce7a1f0d2defefd2796ff5d8f +size 462455 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Steel_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Steel_010.uasset new file mode 100644 index 0000000..cd1d1d0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Death_Steel_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978eea3037007d4eef2f93ad8978095e0f1d8d062f08e16c66f219148ea0e669 +size 509130 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_010.uasset new file mode 100644 index 0000000..dbb4d7a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f741454376619268acb477502dd8f2155124dd40952725fcc32efc1cf3140a0 +size 794492 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_020.uasset new file mode 100644 index 0000000..fd4e631 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227ac59455218facf6de2ca5866cde80101bdf8ad27966387d320d37265a84ba +size 1057401 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_030.uasset new file mode 100644 index 0000000..d341e94 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e180f49cf8ac06cea28c71b9e59725bbdf3023e1986e3f1d067641044cb0a8 +size 837187 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_040.uasset new file mode 100644 index 0000000..88cf540 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2b8e7b8423474a1b6693c9fc020a6c1d675dd24d66a5ca0780ba7bb4684bf2 +size 708862 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_050.uasset new file mode 100644 index 0000000..c741a12 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ade1d87a94eb8b2481dbe647a76fddfb845acf33a36290575b970d0153920e2 +size 707206 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_060.uasset new file mode 100644 index 0000000..daaed21 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccc0949b0216022ed4f4791fc031467e337209107d875c5954695b898ded9a1 +size 416364 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_070.uasset new file mode 100644 index 0000000..b5d0ab0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6951888214bcd5b6883c4a8b7b2335e8ded7f0ed34454e1b97c0908db170f972 +size 784672 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_080.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_080.uasset new file mode 100644 index 0000000..3ebcdd6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953640d8bb9bdf3e9807f026bb12c21a8b4913e9950c4c22acd8bc5c8f708adb +size 452381 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_090.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_090.uasset new file mode 100644 index 0000000..1f6be76 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87175ec4ed6d9f608fa7e41df29c3b261af2cb314bcbd02a6c56fbf459f0835f +size 537683 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_100.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_100.uasset new file mode 100644 index 0000000..754b0c0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffcb22e71bf4aaa94430ba0c8eb4cb3cd91d29e6c9ac11a6ade65a9b90526c7 +size 610001 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_110.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_110.uasset new file mode 100644 index 0000000..8fb9dfb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba472152e586b7c2156534dcac265a90737fda00de06b4ea85aae1f2134df783 +size 647266 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_120.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_120.uasset new file mode 100644 index 0000000..5823d4f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Froglegs_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adab9690d70dc631c70de1049bd99d7e9bb6ab8226b697ab1fa56fddde2ba82d +size 341591 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_010.uasset new file mode 100644 index 0000000..4f52163 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da944d852e6d7e027efeb148c86fbf31c333c55e4b8017316ba9c19dbc22c6df +size 373102 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_020.uasset new file mode 100644 index 0000000..ba2442b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c720615b5ddc3e7ee2a5a8b7173c95d72a66479ced55e7a6b9d95d0e04d167 +size 706640 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_030.uasset new file mode 100644 index 0000000..6c7a159 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Froglegs_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87477f14fdb9fd46af8206efe214443b29bbb6c1f99f1d270f35b7878abf852 +size 456267 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_010.uasset new file mode 100644 index 0000000..d25e15b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c3b8f5f3e4d9a37a72c38cb948cdfe7e39e6c6bf9200077d9efaedb0021e10 +size 456670 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_020.uasset new file mode 100644 index 0000000..e34e198 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0c52f9459d6574537c6bb9e6bfd280eb360ab63d946f64286e6ba611796c14 +size 419093 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_030.uasset new file mode 100644 index 0000000..d7ea8c1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Patton_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a8b79d29009a76a14dc79581aa326b7e95e323ac90be9f38e0804edb2fade4 +size 547805 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_010.uasset new file mode 100644 index 0000000..d22e900 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1857d252bc0fc8d4ee78c721e819ce234f354cafb95bf3bc55916bee08b88d82 +size 417226 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_020.uasset new file mode 100644 index 0000000..d58ce7d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdd42716f93667ab36695dde3a396e7202790407d2930699f719764284c44e1 +size 359124 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_030.uasset new file mode 100644 index 0000000..b1dd9f8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Kill_Steel_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16df4e4f3109ad59b6245a7d86c4a1c00038ee8045c23938ab88ab5363b78e34 +size 637249 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_010.uasset new file mode 100644 index 0000000..4590d11 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0379ff4e6ae19f5ef0b5f5b909ccca27dd3f2bed82e669a9ec9f35582bffc8a +size 396999 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_020.uasset new file mode 100644 index 0000000..66a34c6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f7cf1aec8dcbf77c853d9a15d39f048b978eae8ebdd15dba9e31d628f3555a +size 864047 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_030.uasset new file mode 100644 index 0000000..5cf90bf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c847a0a6ecdd2ceedf8896c8c673385258a1bec47703cfc235dba3d9ddfe59cb +size 713136 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_040.uasset new file mode 100644 index 0000000..ef942ab --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee3c73e7ba9b5b7339bc6a9b758973732e57de975976ac58b136d78a47cd95c +size 1041459 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_050.uasset new file mode 100644 index 0000000..d77479f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776b66ca382fd280745d832929b63a9e274e40b433713a2d39083aff27318220 +size 527515 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_060.uasset new file mode 100644 index 0000000..b463b79 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af396c77858562b1579c277876af42680767c7ae17393e0222bcbc2838df8629 +size 615748 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_070.uasset new file mode 100644 index 0000000..9ee72c2 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff81ba7c3c62c273293769044aedafb21b2fad585a07fa8da2c7b59dc2be759 +size 708588 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_080.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_080.uasset new file mode 100644 index 0000000..1c3ac48 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8840075a8404a33d57ef4f668f5f6735ac4567ccce62f7322c7f3e9d03005d7 +size 966180 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_090.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_090.uasset new file mode 100644 index 0000000..c654874 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f150d9aa329e3314d889c1048dc75850d65cbe5ee39ecbc0577846509c757f +size 510675 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_100.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_100.uasset new file mode 100644 index 0000000..680757b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdf8adec331c594b37d49b8210ad56c3d7b4ef0719008fdb6c37f4aff3acf80 +size 420636 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_110.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_110.uasset new file mode 100644 index 0000000..77b12e7 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4d43d9b452f4ef2c86b6731b4435587dbd89a967a52451ccdb1ccb00948f2d +size 359427 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_120.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_120.uasset new file mode 100644 index 0000000..2b3ac18 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Patton_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a10203f0ce89edea29f81a5172962b05bad14927d69cc2d66f724da17ebf264 +size 429084 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_010.uasset new file mode 100644 index 0000000..8bde40c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315e709401a84ce78f1e4e3c2ddb2dc3a58758d9861de244a353e5a067f52999 +size 561456 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_020.uasset new file mode 100644 index 0000000..f3870dc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05bdd7c43c48360e9fc1ba1aee36d3daffa90a71ffb8c0003c1e7a3152b38e89 +size 477022 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_030.uasset new file mode 100644 index 0000000..807adef --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3247fcd11f98d1a96c1d241032cef9ddbaad98a2f1e60432cac975f52388367d +size 408833 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_040.uasset new file mode 100644 index 0000000..6549a97 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531364282a9880cd4676e9406a8ee6b72d261a9a9014c4f423a0604a0fa2f889 +size 635487 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_050.uasset new file mode 100644 index 0000000..1b1b6f4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a2b335d16b80e612665acb2a46a4e3d411aad8d34ed369bfb27ae694c176bf +size 670476 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_060.uasset new file mode 100644 index 0000000..94f3f2e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44649a202799d4b650dd5d68ca63be3a4d0eaa40c3cd106c3334f1bad2b17eb2 +size 633971 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_070.uasset new file mode 100644 index 0000000..91055d3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9556aee698a330a0ee7536b58d40ac62a552f557b143674da6c529f79c01c9 +size 443929 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_080.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_080.uasset new file mode 100644 index 0000000..1381858 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8151295ca9929ef22b7271abb565abfc808f59b2c7eeeb3a6909b6bde21a2d +size 489587 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_090.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_090.uasset new file mode 100644 index 0000000..9015ae5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dccb503af787e295cd7dff7a8b4e4cc819468a7e5b48f621866f9ec181a212 +size 555528 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_100.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_100.uasset new file mode 100644 index 0000000..6951871 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485bc5b5820c09023a2c0cc4f0af614481ad548006ca2f1746b41d567f762aa7 +size 561145 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_110.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_110.uasset new file mode 100644 index 0000000..2268d1c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b377ba2b5ff1ea9b2d02eaae00033934ba520623ef394d4641c715e71d5f64c +size 469616 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_120.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_120.uasset new file mode 100644 index 0000000..fac4df1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Lore_Steel_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a04fda951f692d760598808bcec0ff287233adbd824ed45e0653f28745a492c +size 608941 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_010.uasset new file mode 100644 index 0000000..29644bd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff309d460443e208180472d800e4754ed9005f44edbfe0c6508a70f84f2da37e +size 466894 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_020.uasset new file mode 100644 index 0000000..d97d36f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75283879f24b35413aef2f512f29d8fd02c7dd188c13458d4ec06bcf9d270a5 +size 696878 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_030.uasset new file mode 100644 index 0000000..71d4efb --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fdd12821477889ff74e827383557e1542456185ef4137f631f711b90f2de74 +size 681166 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_040.uasset new file mode 100644 index 0000000..d8ea0e4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b40e4e6cf174ffc76851cc3a5750b9fd66e72e5ce511619c4bc10cb3a2bb6d +size 1368259 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_010.uasset new file mode 100644 index 0000000..936be4d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d15f149097aa63cabf964e6dccc5aae610bb5b09dcc6ef78519fddd24118597 +size 495864 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_020.uasset new file mode 100644 index 0000000..93b1605 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2d0ebc86e756857642f4495e5a83600f356136e5b424e4d76bddafa5820bda +size 683814 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_030.uasset new file mode 100644 index 0000000..e32d3d1 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3800f30a8a59470ca222a06714153706a82eca2a8e9278ee6e94213af168ac +size 1303257 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_040.uasset new file mode 100644 index 0000000..e00e753 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf7691f2598a627fc3ef33a32bad5770d60a008b7f7331e9add756aecfc5f91 +size 4027834 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_010.uasset new file mode 100644 index 0000000..2e84a16 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6044a73809bc827cad56a89266fbb013767369279d2a4ec7d757def3878d15a +size 202092 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_020.uasset new file mode 100644 index 0000000..4085fe9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c28f9ae15443e77938faca885d9e8b1a0c2d7dcaddf2bd4191ff8ffc879cf3 +size 320909 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_030.uasset new file mode 100644 index 0000000..1531cfa --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261c851275301ad0e83ae533480de05a8134ee9bed0c40e6090b5a9f79ef90f1 +size 418446 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_040.uasset new file mode 100644 index 0000000..1a1bce9 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c103be98785cc1e91ceaeebaa3aa3666560346d13900713a2a74b5f3c4ad235d +size 1207935 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_050.uasset new file mode 100644 index 0000000..1093eff --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335fab29026ecff910c43de664774529c335e029f1d2151db4e4c329eac12662 +size 604139 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_060.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_060.uasset new file mode 100644 index 0000000..f2235f4 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d58843874caea5931c069a0aa8009975968f389523aeea6dbe98d5bd8c114b8 +size 808283 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_070.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_070.uasset new file mode 100644 index 0000000..960d5ea --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2452b1f1ffdff3dbd44cdf08e91059e8ced8a184bd7a4ed1bb952d6ec8aeee37 +size 1893025 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_010.uasset new file mode 100644 index 0000000..dccba15 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8885a19fb610cd59ff27cff476a49f1bf96ba6a39475ab2b493c0242872df5c2 +size 252224 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_020.uasset new file mode 100644 index 0000000..10a5f8c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3825f5fb5a8e003ef1887159ddd6ee724e5240c4629ad20b467af9995f73f8 +size 289722 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_030.uasset new file mode 100644 index 0000000..59af696 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefa29c82e52579a65bc3de240510a0b369d32a716fb8e4bc5a18aa1fcab218e +size 245424 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_040.uasset new file mode 100644 index 0000000..cfc3b14 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06771ade9984336d23f664bd1b9257eb2ee47453213c9c44ec0c9510e5918508 +size 250597 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_050.uasset new file mode 100644 index 0000000..4b234af --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Revive_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab904e69d5fac8bfb35c707804ae058325f011e3da3cfb96327c55b6019a0f8 +size 362485 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_010.uasset new file mode 100644 index 0000000..5d9f23f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8af34f44b7ef093bb0392a80dc534422187f0893445ffb7618f78d739b39c2 +size 433125 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_020.uasset new file mode 100644 index 0000000..3f5851e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b81e1372c09e3c17967c58e8b4c12aa0222eb983ed3d4f2a4803e7bd233935 +size 389717 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_030.uasset new file mode 100644 index 0000000..42eb292 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Ace_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723ce44ac6a33ec223874553f97154efe852b54dee9d74d6f69cc8d9fbd0fa07 +size 518673 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_010.uasset new file mode 100644 index 0000000..f42302b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0928aa05b2811a5c85f67103bdd163508b300fe090c9391826285d5703f1688 +size 312019 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_020.uasset new file mode 100644 index 0000000..90dbb01 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1af535df9b22216d4ef850fec506b31addf5dc7e5c51a7963f99654fbbdd65 +size 459277 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_030.uasset new file mode 100644 index 0000000..933c4c5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Buffed_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7856a3cc97babc1f78ef8d4ec063a3be28cebad783f34d0d38b1c08c91a01f +size 344379 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_010.uasset new file mode 100644 index 0000000..13b2378 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75166f96bda0f53eb42c0c28023179736699aeb12805663e2f92d7a36eb45b16 +size 523487 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_020.uasset new file mode 100644 index 0000000..4aa9efe --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b839af925e910cfb7fcf2f9cfe081f6f83c16037c14ba7649481d272ca2b37e0 +size 312991 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_030.uasset new file mode 100644 index 0000000..2d66667 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Celebrate_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ce8c9d6f28da3db98479071c5d6469b8b31bbd8f350ed92ca888900caa529b +size 570702 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_010.uasset new file mode 100644 index 0000000..cc7b85f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84974783069354e2e86eda6e4e117888a49761c5c3058e548ca089311f599b64 +size 455876 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_020.uasset new file mode 100644 index 0000000..c40a7bf --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c819bcd8386dafb2f9274822633ff9fef2e47b7e2978a603ceba6045f70676 +size 425939 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_030.uasset new file mode 100644 index 0000000..3a71b6d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Danger_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accac945934fe629fbbb0a5565fb7765b0da0c1f1cb439d52446ccaa20b2efce +size 585329 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_010.uasset new file mode 100644 index 0000000..01b908d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23fd42cb2fafc299dbe6de386914d06bc3fba680daf1847fee52f7d798a065a +size 352344 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_020.uasset new file mode 100644 index 0000000..2b9cc67 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e6fcdec0723ecca378d74125a4e78d4bed357424aae3784a9d1c5729b3a18e +size 401826 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_030.uasset new file mode 100644 index 0000000..d162377 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Defeat_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e5a4e94d479916e584992dc1c066b30ae000d0637d16888e021317d3b290f2 +size 703931 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_010.uasset new file mode 100644 index 0000000..5cdee9a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a9a293568d8e4a99ae37af814685d57b3a1e2b41bc52eb78b305be1d10abef +size 581042 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_020.uasset new file mode 100644 index 0000000..9c29681 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee57baff355728f28d0f7b51c0e7425e5fab7df6bea0c8ce74e64e594faa19cf +size 785223 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_030.uasset new file mode 100644 index 0000000..f1a7d61 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Idle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128a9a3e53bfa8d4fad770cedfd4a5e7ada368156464d5d8a7e4bde6a184feaa +size 994684 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_010.uasset new file mode 100644 index 0000000..9f8f49f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9614c78d06b3d5dfe44784a3a70ac1ef2e3f661a2e8c9cfece7a7786054d6446 +size 466061 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_020.uasset new file mode 100644 index 0000000..845c663 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa31ede8ac91b313ec9081ea9f633728d27ca5d3c196a8fdafffab644f604b5 +size 435028 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_030.uasset new file mode 100644 index 0000000..b6d6085 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_OrbPrimeActivated_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2501b5f80d337e65f3c5ee91a129e3a834b510979293d5fdbfb57ff732b4ce74 +size 424852 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_010.uasset new file mode 100644 index 0000000..c3bdebd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062d563856a422d4f8686e47ab2ea4e7b46f768a68f22a4db81916cdadda5689 +size 264289 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_020.uasset new file mode 100644 index 0000000..885ea56 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21969dfcf039efd7c65080ea616f09ad04973f9e252bd39aaf411c1899b5197f +size 357403 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_030.uasset new file mode 100644 index 0000000..94ce941 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40faf1631d93c7fbd6e43579414df1f8665fb623c1eb330c1f0ce12d341e154b +size 417050 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_040.uasset new file mode 100644 index 0000000..8e3e24f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ee0e9d76ec20776a2072301291bebbaeb52bb5a8f6777e8a7640166b80b1f4 +size 509205 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_050.uasset new file mode 100644 index 0000000..62462ba --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Recall_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c27a4c27c889a1a17ca2815d1e77c2cceb647ff97674efb31c0b5ba8d2fc2b +size 432305 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_010.uasset new file mode 100644 index 0000000..ad8f5df --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ad54390c43b2f87e57cd2e50ac7d5d088cd21510eb6b9c6445f7b69f913e4b +size 476861 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_020.uasset new file mode 100644 index 0000000..5b3dc95 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04625fd9ed64e31ddefc362738eb37a2a46c378cacb90571cadeff4fdfa2680a +size 678629 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_030.uasset new file mode 100644 index 0000000..cd9aeb3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_TeamDead_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649acadbb323ced98c56da14285f8fe05cfdac0482bb96df990253b2d29d22d1 +size 590763 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_010.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_010.uasset new file mode 100644 index 0000000..0e35d3a --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ac752cf3ed0d8edf2061ba2f4eb019434c8eca3f4bf0e9aa82c7642ff158f1 +size 453963 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_020.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_020.uasset new file mode 100644 index 0000000..841c12c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b932286ade4caf663fb051b8aa30b3d0ebe95a30b3f352f6ed7ae90c98ad33cf +size 306586 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_030.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_030.uasset new file mode 100644 index 0000000..ad1952d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827737df6c2d5293dda455668d410024401d3b95d386809ab7e54ae1ae5b757b +size 715930 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_040.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_040.uasset new file mode 100644 index 0000000..a0cd50d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e67cfcc473ba9dcf458ca71b9a0752ec528012a48a9127a849f02015dcc081 +size 402328 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_050.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_050.uasset new file mode 100644 index 0000000..41f4483 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Sounds/SoundWaves/Crunch_Status_Victory_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05bfca492bda3b1a9286d383ff8f2001d14e4973b62d90e589323a247c22050 +size 548683 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_DETAIL.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_DETAIL.uasset new file mode 100644 index 0000000..e97581e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_DETAIL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa7cbcac0a31b6275733e3a7ec3c1ae034e0117bcc089c04362b0444ce906d9 +size 20224965 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_MASK.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_MASK.uasset new file mode 100644 index 0000000..60d41cd --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374c55385567d38b83250125e282bbfc3575ed81c97171840ffda33b3ec03eec +size 853374 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_N.uasset new file mode 100644 index 0000000..b3c2c9f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367f7c7ed1f7f19dcc2d2f520fe735dc99efcf5ca7e4380a255a7cf61b160e69 +size 22557750 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_RGB.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_RGB.uasset new file mode 100644 index 0000000..267b107 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Body_Neutral_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254f4886cb9edbcc365fc15f43a249c0aade711110bb7e5af9dfb64d3cb9dc7c +size 26824684 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_DETAIL.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_DETAIL.uasset new file mode 100644 index 0000000..b348d82 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_DETAIL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78ec35b64e8a2b2bb7844c40cabc7e29a92589029acff843cb41fbec294e0af +size 23293283 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_MASK.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_MASK.uasset new file mode 100644 index 0000000..4293dd8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7feb4c897a024d06b856008c9a6fd4d3af3f6e648f35ab84fd680c44ece1ec +size 882079 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_N.uasset new file mode 100644 index 0000000..f4d890e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e053ca805f02082c3e6c525620d4b1eb2570fe291938a97fee734c26dc5468 +size 22209518 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_RGB.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_RGB.uasset new file mode 100644 index 0000000..4b89684 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Fists_Neutral_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4d522870e35efbc284a0e4ac222a30948b7a3d2097217ee296a28b9b188913 +size 28486218 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_DETAIL.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_DETAIL.uasset new file mode 100644 index 0000000..3363e0e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_DETAIL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84ef7459b2bfa8f4f5d7781f2e8934748ccc0fa053f097769178fbb15818b00 +size 22476559 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_MASK.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_MASK.uasset new file mode 100644 index 0000000..006b58f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c002d7a507e1c68bc3b0e7ca3d7134f46222132e49c8594c1b4e5eb25ce7073 +size 589623 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_N.uasset new file mode 100644 index 0000000..fc31b32 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa21ff8b0b8a19f0e8f8f974412ffa3a6ba00cffa85c5f3417af80f41c43a47 +size 21300466 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_RGB.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_RGB.uasset new file mode 100644 index 0000000..ab9adbe --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Legs_Neutral_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b0c8f17fc2ed72a2f16ebc3b71f4c102c92a1ebd39af5c22468399c6ff6170 +size 28993169 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_DETAIL.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_DETAIL.uasset new file mode 100644 index 0000000..60cb80e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_DETAIL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcfb9e79013c86c2fb80a2f1f7f0b35c7920623d4ac116a5f6c5c74abfb0cfa +size 21146356 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_MASK.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_MASK.uasset new file mode 100644 index 0000000..f0608a6 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755157f47a319caccd4d0a9227d6d0b0f68e623a93206efb64c44e387d831c3a +size 937892 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_N.uasset new file mode 100644 index 0000000..5e6d4c5 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75e968a68491a32ee48bd8d9ba9f4e20bb4b72db1cf78f2ed76370880ee2177 +size 21295943 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_RGB.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_RGB.uasset new file mode 100644 index 0000000..3bc56c8 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Neutral/T_Crunch_Torso_Neutral_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ac0813540deccfac5c8c47b2cb501b12c8bd0b6a01660d0489662033ec25df +size 30978607 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_DETAIL.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_DETAIL.uasset new file mode 100644 index 0000000..b2adc98 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_DETAIL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0846185e395c2663db5eee8f9a47743cbb0f74841a6e30d4421e1eb24cc08b36 +size 20884899 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_EMISSIVE.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_EMISSIVE.uasset new file mode 100644 index 0000000..0db319d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_EMISSIVE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ff026ea8a189c1ae7000f670b89ff9bcc86d0f84fa67bbf77a6a70c8b2fbad +size 10882265 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_MASK.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_MASK.uasset new file mode 100644 index 0000000..2954240 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89892cd157b35e226645c0164f2bdc17401fb4a712a7b092cd0c3ed1286f931b +size 878614 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_N.uasset new file mode 100644 index 0000000..1456aea --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017ef832745c579c7a68cf9ff7681367d5dd8641611175b3e4916765cb763369 +size 22829660 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_RGBA.uasset new file mode 100644 index 0000000..d3cd9c3 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Body_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2af2c4bea5c18e54ff4e3982022937a67575dfc400448b19b968d6f6f0fdf81 +size 26828522 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Decal_Lower_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Decal_Lower_RGBA.uasset new file mode 100644 index 0000000..a75a1b0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Decal_Lower_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31e5c4f13142123f390cb36cadc9141bf26fe8b7cdc84fe9a380845325ed718 +size 2874975 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Decal_Upper_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Decal_Upper_RGBA.uasset new file mode 100644 index 0000000..7946702 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Decal_Upper_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f96448b4368bb88455cf68c0d8d297bddd83a2b630987030924a25d5e3aff5 +size 4888803 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_DETAIL.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_DETAIL.uasset new file mode 100644 index 0000000..1377f39 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_DETAIL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2bdd428f5042edfa7dd04b374398d5221fd18c68bee15d24aee034ccd6871d +size 24870788 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_EMISSIVE.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_EMISSIVE.uasset new file mode 100644 index 0000000..f324ef0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_EMISSIVE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8470e2311d29ac58153f5dbde2d88e66416527973e07fc185c00be21a34e3a86 +size 11762907 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_MASK.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_MASK.uasset new file mode 100644 index 0000000..74ccf1c --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5f7fc01e2dc94f1dccf4b40527e9d2ba87df4573dd7a3f3dfb95647478cbd6 +size 916159 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_N.uasset new file mode 100644 index 0000000..605b333 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef10c577d07549c0394648405608574295dc729887d1eeded6daf6eb23fe2479 +size 23141654 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_RGBA.uasset new file mode 100644 index 0000000..6a72d57 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Fists_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb63aab0412e8a4ff69a35f1b5de8f7b240feb2fafdb57a19ef4cb5f9d6535f +size 28522052 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_DETAIL.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_DETAIL.uasset new file mode 100644 index 0000000..b1455ec --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_DETAIL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c344f8a41a19d2960cb6c22e1c163d61eb9b9595b9185af686da211b0050e8e3 +size 24930442 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_EMISSIVE.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_EMISSIVE.uasset new file mode 100644 index 0000000..a95b999 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_EMISSIVE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8bbb678d77f045c67f526ca9a088606ec2c9a668f1a61f100c0c2cf8af625c +size 10565847 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_MASK.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_MASK.uasset new file mode 100644 index 0000000..33d20bc --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ebdf8742dcef47aebc31409bfbc6263556223430cfea400ffe8491b2b79db1 +size 701776 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_N.uasset new file mode 100644 index 0000000..9998a27 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f12c5725f08de5f7092c93327b2287d39e8ecc19e19ac8d39c8adcda894010 +size 22879665 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_RGBA.uasset new file mode 100644 index 0000000..fdf5956 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Legs_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5339eb40079e4f5d3ff0e2752d75587fb9cc3567aff87edb876900c0612e65a8 +size 29052595 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_DETAIL.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_DETAIL.uasset new file mode 100644 index 0000000..97ecd21 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_DETAIL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f659db98062e6e46dcec888712770b3da3f27df53b173fee838aa82566236b5 +size 23154262 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_EMISSIVE.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_EMISSIVE.uasset new file mode 100644 index 0000000..e18bc50 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_EMISSIVE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4e137cd7267dddc3b5c709fb59c47a8905063996f0f5140fbdd6bb8b103b32 +size 10809524 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_MASK.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_MASK.uasset new file mode 100644 index 0000000..acfff4f --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00992db2af5174e5172cd168af7be0cd4de444629cc711b32fd74c43da2a6f17 +size 963590 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_N.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_N.uasset new file mode 100644 index 0000000..21bc2aa --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18bc32d2403670a59e0b5317e974562bd30d99e7bf558bf59b24e790552c0cc5 +size 22477244 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_RGBA.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_RGBA.uasset new file mode 100644 index 0000000..45b545e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/T_Crunch_Torso_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5978901f5db6277b0cdf343b26c645d1bd5cd4b0716de2918a7ff172062e8be8 +size 30987174 diff --git a/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Test/T_Crunch_Pistons_EmissiveMask.uasset b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Test/T_Crunch_Pistons_EmissiveMask.uasset new file mode 100644 index 0000000..f59e36e --- /dev/null +++ b/Content/ParagonCrunch/Characters/Heroes/Crunch/Textures/Test/T_Crunch_Pistons_EmissiveMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68afd415107447a3c3765f1e16ef4c10416835c75fd80d7d245ee4ee8238ecea +size 134979 diff --git a/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset b/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 0000000..9b38179 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbf20c41575bcb5a30c57828ec05d9afd86cec4adc43b4503f4ded41943ce96 +size 9423234 diff --git a/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/HDRSky.uasset b/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/HDRSky.uasset new file mode 100644 index 0000000..c875c22 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/HDRSky.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0ea195bfcac85a5fcce9a7d83d52efffbf27032abfe308541a1d8b25f8ec9a +size 97811 diff --git a/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset b/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset new file mode 100644 index 0000000..168650d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df486e9885bba97b60a0ba133355afd9e39b2668aa3c849ef58cef20a266046 +size 90207 diff --git a/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset b/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset new file mode 100644 index 0000000..eefb679 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dcd9dcf82e5f3d4e7e6e32c5786330fca14489a29bd07942463b7adac9155c +size 492826 diff --git a/Content/ParagonCrunch/Characters/Maps/Crunch.umap b/Content/ParagonCrunch/Characters/Maps/Crunch.umap new file mode 100644 index 0000000..4b5e304 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Maps/Crunch.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042f751870bad75e135da84d60b75292879d16c5063141b338f1969fab5b6cc7 +size 22316 diff --git a/Content/ParagonCrunch/Characters/Maps/Crunch_BuiltData.uasset b/Content/ParagonCrunch/Characters/Maps/Crunch_BuiltData.uasset new file mode 100644 index 0000000..0ce3bb0 --- /dev/null +++ b/Content/ParagonCrunch/Characters/Maps/Crunch_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc134f981fd3a1e286381b871c14b9b061148f4ee2069d61fd7104ce98b18cda +size 55163 diff --git a/Content/ParagonCrunch/Characters/Maps/Lighting_Background.umap b/Content/ParagonCrunch/Characters/Maps/Lighting_Background.umap new file mode 100644 index 0000000..91eff7b --- /dev/null +++ b/Content/ParagonCrunch/Characters/Maps/Lighting_Background.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfaefc20e39c1645a7d8c5da39b5923eb09b86c47ece1f536be9dd14d62087f +size 43472 diff --git a/Content/ParagonCrunch/Characters/Maps/Lighting_Background_BuiltData.uasset b/Content/ParagonCrunch/Characters/Maps/Lighting_Background_BuiltData.uasset new file mode 100644 index 0000000..9460f3d --- /dev/null +++ b/Content/ParagonCrunch/Characters/Maps/Lighting_Background_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d664e8e09a78f034cda6a931158b3a4b2cca600dbdc15b4d8afb638d3c38a2dd +size 1049818 diff --git a/Content/ParagonCrunch/FX/Materials/Debris/M_Debris.uasset b/Content/ParagonCrunch/FX/Materials/Debris/M_Debris.uasset new file mode 100644 index 0000000..0864033 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Debris/M_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe6b35d071881143d93522dc848529f4a8139b19b68bf1542ab80cb06dc10e4 +size 100734 diff --git a/Content/ParagonCrunch/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset b/Content/ParagonCrunch/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset new file mode 100644 index 0000000..20f6a69 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7def9aab2dcbf843b11724b458c3bcf46a16feb997a279dc5af334ab49ab4134 +size 66702 diff --git a/Content/ParagonCrunch/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset b/Content/ParagonCrunch/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset new file mode 100644 index 0000000..68e3ccf --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585b2dbfe1817898dfa6e7524a0ff5a1c85b48bd9d1d50ab6946fa0d6a6c1ff8 +size 92201 diff --git a/Content/ParagonCrunch/FX/Materials/Debris/M_Obsidian.uasset b/Content/ParagonCrunch/FX/Materials/Debris/M_Obsidian.uasset new file mode 100644 index 0000000..f8139f7 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Debris/M_Obsidian.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49090c9910f5a5993f3962f31f0cbbed348ee632ae8e251b7931479976b3e518 +size 82511 diff --git a/Content/ParagonCrunch/FX/Materials/Debug/MI_X_Cross_Debug.uasset b/Content/ParagonCrunch/FX/Materials/Debug/MI_X_Cross_Debug.uasset new file mode 100644 index 0000000..07602b9 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Debug/MI_X_Cross_Debug.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6178dac3631546a8ceda41f77f0096329283d47ee54300c0483c058afd69290e +size 88147 diff --git a/Content/ParagonCrunch/FX/Materials/Debug/MI_Y_Cross_Debug.uasset b/Content/ParagonCrunch/FX/Materials/Debug/MI_Y_Cross_Debug.uasset new file mode 100644 index 0000000..79e9da7 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Debug/MI_Y_Cross_Debug.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6250988fc38671ff8dc8a33521d08da66e9af8186e4be1fe6cc4f1c19f653b4 +size 85409 diff --git a/Content/ParagonCrunch/FX/Materials/Debug/MI_Z_Cross_Debug.uasset b/Content/ParagonCrunch/FX/Materials/Debug/MI_Z_Cross_Debug.uasset new file mode 100644 index 0000000..2a0d375 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Debug/MI_Z_Cross_Debug.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25b756e7756130e6d03d8699fa5923eb04ba6b5ad6345b2695195552444e811 +size 82929 diff --git a/Content/ParagonCrunch/FX/Materials/Debug/M_XYZ_Cross_Debug.uasset b/Content/ParagonCrunch/FX/Materials/Debug/M_XYZ_Cross_Debug.uasset new file mode 100644 index 0000000..5882537 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Debug/M_XYZ_Cross_Debug.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440ffe650484f12c3139fe4bf7f7429c63fec587806e21e3cffb5542ffa916b8 +size 63483 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/JetFlames/M_Jets_Base_01.uasset b/Content/ParagonCrunch/FX/Materials/Fire/JetFlames/M_Jets_Base_01.uasset new file mode 100644 index 0000000..e1aad02 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/JetFlames/M_Jets_Base_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537bd0b2c569f701f2ebb63abba25324d5f93db8c4fb4129be837c1705644614 +size 151183 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/JetFlames/M_Jets_Core.uasset b/Content/ParagonCrunch/FX/Materials/Fire/JetFlames/M_Jets_Core.uasset new file mode 100644 index 0000000..9e909fe --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/JetFlames/M_Jets_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc807112cac92f284e7881e2e25d9a14daa77b290ac017fae1bba31a465b7f87 +size 75728 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_3D_Jet_Flame_Blue.uasset b/Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_3D_Jet_Flame_Blue.uasset new file mode 100644 index 0000000..ff3a8a1 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_3D_Jet_Flame_Blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670e377246158a15fd70d517d7e64680bdf17776ae2b715b81dcebf0573234bc +size 119503 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_Fist_Fire.uasset b/Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_Fist_Fire.uasset new file mode 100644 index 0000000..3575249 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_Fist_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592825fb859926ff7b491292dc12021fbbc190d5a1afa8bb84e0e9d7206eb253 +size 104493 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_Mesh_Fire.uasset b/Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_Mesh_Fire.uasset new file mode 100644 index 0000000..6c7d133 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/MI_Crunch_Mesh_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a923b9d56c0ada363443c394d824beb57ac1a11fbe9e5d47740772bc0c9f34 +size 93345 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/MI_Stylised_Flame_Orange.uasset b/Content/ParagonCrunch/FX/Materials/Fire/MI_Stylised_Flame_Orange.uasset new file mode 100644 index 0000000..798c54a --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/MI_Stylised_Flame_Orange.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7384a4b9f1e8fa44cb6a3d6c423233ca50e9f9baba236726f1033ecc015fd7f5 +size 98307 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_3D_Jet_Flame.uasset b/Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_3D_Jet_Flame.uasset new file mode 100644 index 0000000..2339d5d --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_3D_Jet_Flame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cf28f533a683091288c98e9b5529b95e4be50210520bf8c5580f5ed3bfda8b +size 141123 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_Fist_Fire.uasset b/Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_Fist_Fire.uasset new file mode 100644 index 0000000..03496c7 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_Fist_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630c071a9771c7ff43ea1cf6250f87f149ece3e8886fbf0c74405f0ef4589bec +size 144293 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_Small_Jets.uasset b/Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_Small_Jets.uasset new file mode 100644 index 0000000..1616485 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/M_Crunch_Small_Jets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4180910ca15ae294d342ef195c3e27479f8bdbdbb23f6f8421abcf9e0bf5de31 +size 87531 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/M_FX_Fireblast_SubUV_02.uasset b/Content/ParagonCrunch/FX/Materials/Fire/M_FX_Fireblast_SubUV_02.uasset new file mode 100644 index 0000000..9a530bd --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/M_FX_Fireblast_SubUV_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41eb0e4721d7605614d336b7b47de775dd2d45b789728f31bce24560cd7dcca1 +size 107491 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/M_Mesh_Fire.uasset b/Content/ParagonCrunch/FX/Materials/Fire/M_Mesh_Fire.uasset new file mode 100644 index 0000000..eb77c96 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/M_Mesh_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13227c5743eae3d0cec4a6264eea6381cce17b92518151575a6db718b6a9322 +size 151211 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/M_Stylised_Fire.uasset b/Content/ParagonCrunch/FX/Materials/Fire/M_Stylised_Fire.uasset new file mode 100644 index 0000000..551e7e2 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/M_Stylised_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddc90098e3c37dfae899112fc79f86c853aacad68847e41255524d315f1a2a0 +size 90129 diff --git a/Content/ParagonCrunch/FX/Materials/Fire/M_Stylised_Flame.uasset b/Content/ParagonCrunch/FX/Materials/Fire/M_Stylised_Flame.uasset new file mode 100644 index 0000000..c094b26 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Fire/M_Stylised_Flame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67275a1fcdb4e3d70e5c0b29376d1d70ae663ac8bd87610bf8561dbe6a9964c5 +size 105775 diff --git a/Content/ParagonCrunch/FX/Materials/Flares/MI_Crunch_Impact_02_BLACK.uasset b/Content/ParagonCrunch/FX/Materials/Flares/MI_Crunch_Impact_02_BLACK.uasset new file mode 100644 index 0000000..4abf758 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Flares/MI_Crunch_Impact_02_BLACK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73002ae28289242d7fbdda7fccf872177f3497d1f5c882f93d36706723436cd2 +size 89644 diff --git a/Content/ParagonCrunch/FX/Materials/Flares/MI_Crunch_Impact_Flare.uasset b/Content/ParagonCrunch/FX/Materials/Flares/MI_Crunch_Impact_Flare.uasset new file mode 100644 index 0000000..4d07344 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Flares/MI_Crunch_Impact_Flare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d1c82fe599ad4f0dd305c6db6180b2d8085272eb53761f7a8b2294d0c2aee9 +size 73356 diff --git a/Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_Flare_Inst.uasset b/Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_Flare_Inst.uasset new file mode 100644 index 0000000..d486947 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_Flare_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ad20639dd0b98c8b8de7ff3e24a44c6b75dd7745f8370b840ebb618d168797 +size 69106 diff --git a/Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_Impact_Flare.uasset b/Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_Impact_Flare.uasset new file mode 100644 index 0000000..bad585b --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_Impact_Flare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b106754a175768264102a8c26653a20a986d3884393cd21b52b37371df40b0 +size 83017 diff --git a/Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_SoftFlare_ShockP.uasset b/Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_SoftFlare_ShockP.uasset new file mode 100644 index 0000000..49feecd --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Flares/M_Crunch_SoftFlare_ShockP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639d819e9869d0ac7ed09c5bc889586360a96dcacae465ccadf3652c6c074be9 +size 83847 diff --git a/Content/ParagonCrunch/FX/Materials/Flares/M_TacticiaAirglow.uasset b/Content/ParagonCrunch/FX/Materials/Flares/M_TacticiaAirglow.uasset new file mode 100644 index 0000000..e9cb5b1 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Flares/M_TacticiaAirglow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89327ae2ae5cb5167801f243384a60d3d0e1bb2a05fc6ba66197e1dc9f2c0267 +size 84775 diff --git a/Content/ParagonCrunch/FX/Materials/Functions/MF_CameraDistanceFade.uasset b/Content/ParagonCrunch/FX/Materials/Functions/MF_CameraDistanceFade.uasset new file mode 100644 index 0000000..f560752 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Functions/MF_CameraDistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b76c6dae36e336dbc5af059ec9dda7f2752c832e051fedd24eae5d4ca71757 +size 77148 diff --git a/Content/ParagonCrunch/FX/Materials/Functions/MF_DitheredRefraction.uasset b/Content/ParagonCrunch/FX/Materials/Functions/MF_DitheredRefraction.uasset new file mode 100644 index 0000000..5b48507 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Functions/MF_DitheredRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd69222d86c896ebce5a4a6b7982af78d96550a299c1cb4fe5adad697647eced +size 49335 diff --git a/Content/ParagonCrunch/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset b/Content/ParagonCrunch/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset new file mode 100644 index 0000000..552a68b --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be63eabe9350ce57efa42b274b9c28113b4a2141b0712f692d106b0e5f4aef68 +size 43669 diff --git a/Content/ParagonCrunch/FX/Materials/Functions/MF_FX_NearCameraFade.uasset b/Content/ParagonCrunch/FX/Materials/Functions/MF_FX_NearCameraFade.uasset new file mode 100644 index 0000000..8cbf698 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Functions/MF_FX_NearCameraFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae49324cc71100e9030de96e89cfab80cee9af1a3b85da1929819ce357e02155 +size 77727 diff --git a/Content/ParagonCrunch/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset b/Content/ParagonCrunch/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset new file mode 100644 index 0000000..329df7d --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10688094455bf34adecbad88b61b6612f1ad886980d429ca46ffeaaa40d452bf +size 73834 diff --git a/Content/ParagonCrunch/FX/Materials/Functions/MF_Fire_CameraFade.uasset b/Content/ParagonCrunch/FX/Materials/Functions/MF_Fire_CameraFade.uasset new file mode 100644 index 0000000..cd5b5e9 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Functions/MF_Fire_CameraFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33657e01b4cbe8425c299ecafee8dda85b0c3fbdd84022b7bda882e4015297b +size 74208 diff --git a/Content/ParagonCrunch/FX/Materials/Functions/MF_ParticleRandomSize.uasset b/Content/ParagonCrunch/FX/Materials/Functions/MF_ParticleRandomSize.uasset new file mode 100644 index 0000000..330a8bc --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Functions/MF_ParticleRandomSize.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150df9128f8a5bd918ec91a97277579501f90230356edd0f7f8d5ad16d74f1df +size 47429 diff --git a/Content/ParagonCrunch/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset b/Content/ParagonCrunch/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset new file mode 100644 index 0000000..26802f9 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eadbd490538e7d5e21dbcdc37afec5256f251ade71eec808abeb2aa160ac8b81 +size 94831 diff --git a/Content/ParagonCrunch/FX/Materials/Functions/MF_SubUV_Detail.uasset b/Content/ParagonCrunch/FX/Materials/Functions/MF_SubUV_Detail.uasset new file mode 100644 index 0000000..2e16d35 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Functions/MF_SubUV_Detail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20abddb57191ab4a2d41d177d49d06c82c4b7b7d53927ebf3acc6c482c3e0b0 +size 48556 diff --git a/Content/ParagonCrunch/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset b/Content/ParagonCrunch/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset new file mode 100644 index 0000000..53d5f12 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69364247ac6bd626c3f7ad1e9d4ed86d46c915d23cd0cafc375c66f51c007850 +size 81612 diff --git a/Content/ParagonCrunch/FX/Materials/HeatDistort/MI_Crunch_Heat_Distortion.uasset b/Content/ParagonCrunch/FX/Materials/HeatDistort/MI_Crunch_Heat_Distortion.uasset new file mode 100644 index 0000000..0ea1956 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/HeatDistort/MI_Crunch_Heat_Distortion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2514ce4ac93a48f06e48a14ec198466680704cad5cf6eb6a870ed9fb41bc1939 +size 67904 diff --git a/Content/ParagonCrunch/FX/Materials/HeatDistort/M_HeatDistort_DistanceFade.uasset b/Content/ParagonCrunch/FX/Materials/HeatDistort/M_HeatDistort_DistanceFade.uasset new file mode 100644 index 0000000..dfd306f --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/HeatDistort/M_HeatDistort_DistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce15258fd7eea8b9a98cdf84b4fc20e2711f0049ddaab89aec453c6224bc5c2 +size 91877 diff --git a/Content/ParagonCrunch/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset b/Content/ParagonCrunch/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset new file mode 100644 index 0000000..8b79a4f --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ee66a71423d99e5d0789b60c09935cb5d98e976b230741312d2a989887b4b0 +size 83002 diff --git a/Content/ParagonCrunch/FX/Materials/Heroes/Crunch/M_Crunch_Impact_02.uasset b/Content/ParagonCrunch/FX/Materials/Heroes/Crunch/M_Crunch_Impact_02.uasset new file mode 100644 index 0000000..87cbc3c --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Heroes/Crunch/M_Crunch_Impact_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c803f27aaa8477f1deb02875c7a09195aa145d04828038eaad98929967e6e1f +size 115274 diff --git a/Content/ParagonCrunch/FX/Materials/Param_Collections/GlobalArtCollection.uasset b/Content/ParagonCrunch/FX/Materials/Param_Collections/GlobalArtCollection.uasset new file mode 100644 index 0000000..90fde06 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Param_Collections/GlobalArtCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ff91d75b1bedb7c1a72167727a719724570cef0def663d08249ed54895eeec +size 2618 diff --git a/Content/ParagonCrunch/FX/Materials/Shockwave/MI_Crunch_Shockwave_Ring_V01.uasset b/Content/ParagonCrunch/FX/Materials/Shockwave/MI_Crunch_Shockwave_Ring_V01.uasset new file mode 100644 index 0000000..989c227 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Shockwave/MI_Crunch_Shockwave_Ring_V01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ee253afba213fdd5c18fa70777e1b3c4e15a04c8869dfa7c699ab559857b91 +size 119549 diff --git a/Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Impact_Ring.uasset b/Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Impact_Ring.uasset new file mode 100644 index 0000000..adfb46e --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Impact_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f009421a9bb85281b7020260b71a0bd0e54e087fd57e7846a0e9ce08733b4dd4 +size 86751 diff --git a/Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Impact_Shape.uasset b/Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Impact_Shape.uasset new file mode 100644 index 0000000..26683df --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Impact_Shape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9bb30ae691f96368019577c7125a8ab19325562c56ef3fe50d45ce7a6151f7 +size 102789 diff --git a/Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Shockwave_Ring.uasset b/Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Shockwave_Ring.uasset new file mode 100644 index 0000000..fdf1831 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Shockwave/M_Crunch_Shockwave_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5745dba06f3424611cf360ce933fa4a7c0983178fc71e8c00cf17447c981fb +size 117274 diff --git a/Content/ParagonCrunch/FX/Materials/Shockwave/M_Distortion_Trail.uasset b/Content/ParagonCrunch/FX/Materials/Shockwave/M_Distortion_Trail.uasset new file mode 100644 index 0000000..b44cf58 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Shockwave/M_Distortion_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741b0607176e2126e7783963f696b9e66db1bda76a2c9c6204e702f1d3cbd1d1 +size 93830 diff --git a/Content/ParagonCrunch/FX/Materials/Shockwave/M_Radial_Refraction.uasset b/Content/ParagonCrunch/FX/Materials/Shockwave/M_Radial_Refraction.uasset new file mode 100644 index 0000000..963b354 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Shockwave/M_Radial_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a3fc56f38685bcd3a5dfe22532427e06a3bd8b549fb4634acfa377b98ffab3 +size 84794 diff --git a/Content/ParagonCrunch/FX/Materials/Smoke/M_Crunch_KickUp_Smoke.uasset b/Content/ParagonCrunch/FX/Materials/Smoke/M_Crunch_KickUp_Smoke.uasset new file mode 100644 index 0000000..5b94969 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Smoke/M_Crunch_KickUp_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14927b666b38197f9cf7bd7231ff0edc08903b3b1354941e7d66b3947cddc8b1 +size 84748 diff --git a/Content/ParagonCrunch/FX/Materials/Smoke/M_Inky_Smoke_Burst.uasset b/Content/ParagonCrunch/FX/Materials/Smoke/M_Inky_Smoke_Burst.uasset new file mode 100644 index 0000000..b411f1c --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Smoke/M_Inky_Smoke_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e02b905b0f103ede3f623744cbef573548e201a7204a46599ca00a2d9d8bc7 +size 112148 diff --git a/Content/ParagonCrunch/FX/Materials/Smoke/M_lightSmoke.uasset b/Content/ParagonCrunch/FX/Materials/Smoke/M_lightSmoke.uasset new file mode 100644 index 0000000..aceffb3 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Smoke/M_lightSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9123fbdc928671d779bff3c27829adf6ebd0fede84d430811bc6ba7b4ac210 +size 98465 diff --git a/Content/ParagonCrunch/FX/Materials/Smoke/M_lightSmoke_Detail_Inst2.uasset b/Content/ParagonCrunch/FX/Materials/Smoke/M_lightSmoke_Detail_Inst2.uasset new file mode 100644 index 0000000..7bb9420 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Smoke/M_lightSmoke_Detail_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390510fd95189d0e56a6103b0541dd22800a439d19bd1307e772e02286938157 +size 79000 diff --git a/Content/ParagonCrunch/FX/Materials/Smoke/Trails/M_TrailSmoke_Crunch_Inst.uasset b/Content/ParagonCrunch/FX/Materials/Smoke/Trails/M_TrailSmoke_Crunch_Inst.uasset new file mode 100644 index 0000000..3de3f8f --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Smoke/Trails/M_TrailSmoke_Crunch_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba14981336d78ea6475fd99d637425aecb2132561f925dd0d47bc7ff9dd1b65b +size 90840 diff --git a/Content/ParagonCrunch/FX/Materials/Smoke/Trails/M_TrailSmoke_NEW.uasset b/Content/ParagonCrunch/FX/Materials/Smoke/Trails/M_TrailSmoke_NEW.uasset new file mode 100644 index 0000000..83b61f3 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Smoke/Trails/M_TrailSmoke_NEW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8119a9cf8b5898ba43717fc2d9214a51419aacc7619e5dad1233a7c8d294524 +size 133593 diff --git a/Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset b/Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset new file mode 100644 index 0000000..cc0a5d7 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e53ed5d4576c1b8706d6129269b619c408959254bba56f392db1e95cd52954 +size 80699 diff --git a/Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap_UnlitEmiss.uasset b/Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap_UnlitEmiss.uasset new file mode 100644 index 0000000..8367070 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap_UnlitEmiss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8340f77ca3a57aa7ae2336dc88cb3390460567f2265d68ebdc61b1f1fb8cc12a +size 80421 diff --git a/Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeSoft.uasset b/Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeSoft.uasset new file mode 100644 index 0000000..4d45fda --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeSoft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990f1b1ba2995903e655c9f22e95a027782feeccff8d152210dab802e6130179 +size 80064 diff --git a/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_ScaleDistanceMaster.uasset b/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_ScaleDistanceMaster.uasset new file mode 100644 index 0000000..d1cbe3c --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_ScaleDistanceMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0ba8bb3c520a52989ead20d9e9abda6332ff5e5a33e1eeffc4bdbadcb4f878 +size 84747 diff --git a/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset b/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset new file mode 100644 index 0000000..287d79a --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21136fa5213fbbea4ed8251c83b6eff83de50ec2dda74c7ad5fdd1ba4bfbbdb +size 80189 diff --git a/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint.uasset b/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint.uasset new file mode 100644 index 0000000..169118a --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b9d5ec888b65abb1e56b12c15cb2e08c7df0cf088efe9b1d7212e13cb177cd +size 86825 diff --git a/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint_Minion_Inst.uasset b/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint_Minion_Inst.uasset new file mode 100644 index 0000000..1f0ff94 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint_Minion_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435d3e8ed2e89aa7eee3c9244f07c393cacb476f2b1fd876e13cd8a59c77bdc0 +size 85236 diff --git a/Content/ParagonCrunch/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset b/Content/ParagonCrunch/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset new file mode 100644 index 0000000..f2566d4 --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafe3d9ce99cb47e0f0b2047d1ccdc42a1d480fe571c66924549ae458b73c299 +size 100199 diff --git a/Content/ParagonCrunch/FX/Materials/Trails/M_Crunch_Hook_3D_Trail_GLOW.uasset b/Content/ParagonCrunch/FX/Materials/Trails/M_Crunch_Hook_3D_Trail_GLOW.uasset new file mode 100644 index 0000000..23aa83e --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Trails/M_Crunch_Hook_3D_Trail_GLOW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b9c76dd0e6cfd6df169bdfb8e2cf743aa468ae72f8bb4af6103d703e5bd1c6 +size 128152 diff --git a/Content/ParagonCrunch/FX/Materials/Trails/M_Crunch_Hook_3D_Trail_V02.uasset b/Content/ParagonCrunch/FX/Materials/Trails/M_Crunch_Hook_3D_Trail_V02.uasset new file mode 100644 index 0000000..e4b7fbb --- /dev/null +++ b/Content/ParagonCrunch/FX/Materials/Trails/M_Crunch_Hook_3D_Trail_V02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b581f43167b704d37208a617a2c1f5a928155fbbaac8b7d404372c334248f68 +size 166622 diff --git a/Content/ParagonCrunch/FX/Meshes/Debug/MaterialSphere.uasset b/Content/ParagonCrunch/FX/Meshes/Debug/MaterialSphere.uasset new file mode 100644 index 0000000..457fbf7 --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Debug/MaterialSphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0870f9ad97e3a11e0c4184ea2d9c3618287d08dbaadf1b1feb54347aeb95e609 +size 217555 diff --git a/Content/ParagonCrunch/FX/Meshes/Debug/SM_XYZ_Cross_Debug.uasset b/Content/ParagonCrunch/FX/Meshes/Debug/SM_XYZ_Cross_Debug.uasset new file mode 100644 index 0000000..9bf8f50 --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Debug/SM_XYZ_Cross_Debug.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7120d8f3a45ee01f4d3c6a5c8808f0f4f84324bc1dfeab4cf218f36b8045a34e +size 157218 diff --git a/Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Core.uasset b/Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Core.uasset new file mode 100644 index 0000000..62415da --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9a3ff7ee124f0fa4086f6e352a6bcaed81e8af9221ac2c3cf51ea9e7950306 +size 102117 diff --git a/Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Inner.uasset b/Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Inner.uasset new file mode 100644 index 0000000..41bb60d --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Inner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b65cae9dcf68fa1b471eb9ad9d662155bed6f193d4569a226981ec7359f094d +size 114174 diff --git a/Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Outer.uasset b/Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Outer.uasset new file mode 100644 index 0000000..dbfb95e --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Fire/JetFlames/SM_Jets_Outer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f4aa2d164c5bf20ad55a6718109ece5099420397a472c806f528abefe72f43 +size 102944 diff --git a/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_HK.uasset b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_HK.uasset new file mode 100644 index 0000000..19fde60 --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_HK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a213488e9fc4471a14123ce6dd620401cf99c0a9f0d36d321f73cc80d30991 +size 131354 diff --git a/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_HK_GLOW.uasset b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_HK_GLOW.uasset new file mode 100644 index 0000000..f086056 --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_HK_GLOW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e6bd9284985d35527a179daaaff0f3bd638bdbef87dc1064d1568b05cbe495 +size 131589 diff --git a/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_UC.uasset b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_UC.uasset new file mode 100644 index 0000000..ec5b0ef --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_UC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524e101dfa456b13fe314b759de42dd4beb16249d2828f8d22e8c3385aca0222 +size 123064 diff --git a/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_UC_GLOW.uasset b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_UC_GLOW.uasset new file mode 100644 index 0000000..4f5bfad --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_3D_Trail_UC_GLOW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db35fb926e4e3e65dd6c09a974cff46abc136c7b3f72fa1e8192f90c9da25993 +size 120558 diff --git a/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Fist_V02.uasset b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Fist_V02.uasset new file mode 100644 index 0000000..1f9d585 --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Fist_V02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c365b531dcaeaa9147a57b6e24a736637aa66ba6ef7487ef3728ec362ef12553 +size 189855 diff --git a/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Plane_V04.uasset b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Plane_V04.uasset new file mode 100644 index 0000000..bdbc6f7 --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Plane_V04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd3b0b8581aba7636b2803e860b7b03dfcd91a61e7ede088c704ccbdaa115da +size 100169 diff --git a/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Plane_Vertical.uasset b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Plane_Vertical.uasset new file mode 100644 index 0000000..43de702 --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Crunch_Plane_Vertical.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f17da81e6a61dc4707e7237a5223993a123fc5678f87513cb1cccf9eadf388 +size 105160 diff --git a/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Dive_Flames.uasset b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Dive_Flames.uasset new file mode 100644 index 0000000..dff42fb --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Dive_Flames.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af325becf9b3dc17717937d47875cbc4a08bffd85c3d752d6bcc4800b09d3f02 +size 133994 diff --git a/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Prime_Shockwave.uasset b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Prime_Shockwave.uasset new file mode 100644 index 0000000..e33fdda --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Shapes/SM_Prime_Shockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b1c3bb1b980c08cb964be66d646ed3c17488f8dab6d9424cb2d3d551e12780 +size 196179 diff --git a/Content/ParagonCrunch/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset b/Content/ParagonCrunch/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset new file mode 100644 index 0000000..a79ab1d --- /dev/null +++ b/Content/ParagonCrunch/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667f59b7a159c5eee51480142d9bb1072d0466fa2fe750e0630031d5ec9c402a +size 152629 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_AmpedFLames.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_AmpedFLames.uasset new file mode 100644 index 0000000..e326d7f --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_AmpedFLames.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbeff8a7cb4b94410d7ddca07b7cefdffb1944d8a5c9264647827b1246429b1 +size 273116 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_DirtTrail.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_DirtTrail.uasset new file mode 100644 index 0000000..bcf198f --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_DirtTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26fe1947ab20022d1b6590a246cb24eb28af1feb98e37932c56f4f05268cc1d +size 415800 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Enemy_Impact.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Enemy_Impact.uasset new file mode 100644 index 0000000..7e208a8 --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Enemy_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38a20a171358f80d025a279e4e6f8a038d08d32739e494ca89258b5841cad3e +size 204950 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Fires.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Fires.uasset new file mode 100644 index 0000000..f87f79a --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Fires.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db49cf8ef2435aa15952e96c98f39d5ee644c12861837c23895346d054a94c80 +size 532672 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Impact.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Impact.uasset new file mode 100644 index 0000000..7157fcc --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4274b90c1bcb4a196d49f732e6b2ceeb3f262b81fa7c78ce6c849b9e7d1f55 +size 460761 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Jets.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Jets.uasset new file mode 100644 index 0000000..4adc7bd --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Cross_Jets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360cf31704f37999151b08947c13ade7a0c1777f2b0f45b3a721ee0c833f6438 +size 304436 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Fist_Fire_Cross.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Fist_Fire_Cross.uasset new file mode 100644 index 0000000..340982c --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Cross/FX/P_Crunch_Fist_Fire_Cross.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8189ae3600cf0a9483b5e3169609416faf88a63fa9d9f8f668457d8df091619b +size 327664 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Fist_Fire_Hook.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Fist_Fire_Hook.uasset new file mode 100644 index 0000000..7f7b16d --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Fist_Fire_Hook.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a231be829dfc289a4081e38b34c1b0cb1fc0ca850095ec162c0f05ef6f3ac2ae +size 297892 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_3D_Trail.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_3D_Trail.uasset new file mode 100644 index 0000000..e568a2a --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_3D_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6779b23bb6e66967fbd1bb12473bc5cfb610ff5e89342c9b1671d6ddcdf6f5c8 +size 294850 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Enemy_Impact.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Enemy_Impact.uasset new file mode 100644 index 0000000..6fe8188 --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Enemy_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efae7702ddd65456035b7c9d3227ec85fdba4bb129f886ed053c3c34c725638 +size 289314 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Impact.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Impact.uasset new file mode 100644 index 0000000..960dd27 --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74efb29c250e7c39387f8c843bb96cd2ed22a49e24e81471e0513afe54a71eff +size 649982 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Jets.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Jets.uasset new file mode 100644 index 0000000..2fd1195 --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Hook/FX/P_Crunch_Hook_Jets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3791dfc5919308492fb3036b75dbf1326d7111522421f2e1b297bd4927f050fe +size 496639 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_Crunch_Primary_Impact.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_Crunch_Primary_Impact.uasset new file mode 100644 index 0000000..108634f --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_Crunch_Primary_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4151e6d43b392fae028ed81c95c0bdee23cdc2a09d2ec1cfd3bcdea139ca71 +size 471663 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_LR.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_LR.uasset new file mode 100644 index 0000000..047c823 --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_LR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3e8d205fa41ee726d16c48c92204a53b7ace17912914c5503746fb48c038e0 +size 291177 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_Slam.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_Slam.uasset new file mode 100644 index 0000000..04260c3 --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_Slam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3640ca04961b27a2a89a348a83f61287e2295a3185e707ced3993447399466 +size 379468 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_Slam_SS.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_Slam_SS.uasset new file mode 100644 index 0000000..c0f4301 --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Primary/FX/P_LevelStart_Fist_Slam_SS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5f0501b4dc1509c8005d978b00a5df9a23ca9e0bc886bf4bd0a6573d024149 +size 379480 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_Heat_Distortion.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_Heat_Distortion.uasset new file mode 100644 index 0000000..5da243a --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_Heat_Distortion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeeb026745b364081df17d2da14f429a70b48911600f1ad85a31b56c1aa9708e +size 50707 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_JetFX_Stage_1.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_JetFX_Stage_1.uasset new file mode 100644 index 0000000..43efced --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_JetFX_Stage_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015f39ad9bcd567b01d43cab662a7f7159cf2c5ff0eb399ecc7352dc8eb91698 +size 490518 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_JetFX_Stage_2.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_JetFX_Stage_2.uasset new file mode 100644 index 0000000..d39b64f --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Ultimate/FX/P_Crunch_JetFX_Stage_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58988c2996967a3ca17fa02ea02bb08a4db3c56329cd45d8c1288e035195675 +size 447450 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Fist_Fire_UpperCut.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Fist_Fire_UpperCut.uasset new file mode 100644 index 0000000..0bfd528 --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Fist_Fire_UpperCut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab99f41125ed2a65e2b964bd056e49e484e42e59bd11dbfb9b7006881d6376d +size 327033 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_GutPunch_Impact.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_GutPunch_Impact.uasset new file mode 100644 index 0000000..3478e90 --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_GutPunch_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee7fecec40c179d455fd88d83d5b05775dbc287b92733f8e7dd966f6b18ae08 +size 355172 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Gutpunch_Jets.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Gutpunch_Jets.uasset new file mode 100644 index 0000000..31154d3 --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Gutpunch_Jets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e739668257895a16fbd33280586f1812489f43f84115c04c2ba0bf6a49a7742 +size 308830 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_UpperCut_3D_Trail.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_UpperCut_3D_Trail.uasset new file mode 100644 index 0000000..5c3f86a --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_UpperCut_3D_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3a5993b48edf1a2d7b17a3ff1605389338335ec661056131a7becba7f8ccb2 +size 124724 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_UpperCut_Jets.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_UpperCut_Jets.uasset new file mode 100644 index 0000000..e1a164b --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_UpperCut_Jets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4df31f7cb0131d331d92705fe8bb909e37cfc80376d7b81adddaa5038e96a4 +size 527357 diff --git a/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Uppercut_Impact.uasset b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Uppercut_Impact.uasset new file mode 100644 index 0000000..3946f87 --- /dev/null +++ b/Content/ParagonCrunch/FX/Particles/Abilities/Uppercut/FX/P_Crunch_Uppercut_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41b4655189bf29c9a679b60744b797d23701f8addb913889939fec530b36c7f +size 499813 diff --git a/Content/ParagonCrunch/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset b/Content/ParagonCrunch/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset new file mode 100644 index 0000000..1834725 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234bcdd58f8bb9503d76d5c8e66bf188460e71bf01f6629406017e1c926eb6fd +size 254758 diff --git a/Content/ParagonCrunch/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset b/Content/ParagonCrunch/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset new file mode 100644 index 0000000..1863ca0 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b12f578f06918bd065609dfeedf53d60f75f55d780ddd4d66d4440dc9121c1d +size 389080 diff --git a/Content/ParagonCrunch/FX/Textures/Debris/T_Debris.uasset b/Content/ParagonCrunch/FX/Textures/Debris/T_Debris.uasset new file mode 100644 index 0000000..fa8e004 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Debris/T_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735eec8c47382e101c15f45b246279539e01e6837881212aee509981081aa254 +size 99917 diff --git a/Content/ParagonCrunch/FX/Textures/Debris/T_Debris_Blur.uasset b/Content/ParagonCrunch/FX/Textures/Debris/T_Debris_Blur.uasset new file mode 100644 index 0000000..f186511 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Debris/T_Debris_Blur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4905bd83109805bf8503f0633fb301a5a63357ea28f8dd155befbb30bc1d4ea0 +size 115291 diff --git a/Content/ParagonCrunch/FX/Textures/Debris/T_Debris_Blur_A.uasset b/Content/ParagonCrunch/FX/Textures/Debris/T_Debris_Blur_A.uasset new file mode 100644 index 0000000..a74c4ee --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Debris/T_Debris_Blur_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c622a387da8f6adc0538cf5746ed73e916165dc1bd34cba4bd3c47d3781f9b +size 66659 diff --git a/Content/ParagonCrunch/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset b/Content/ParagonCrunch/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset new file mode 100644 index 0000000..5cc6883 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445ec2ac20d064d05bc6b812275c9e8b9610f461ee8ff529c64b75875d0fb051 +size 4603477 diff --git a/Content/ParagonCrunch/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset b/Content/ParagonCrunch/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset new file mode 100644 index 0000000..6e09d79 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8de62ea4768527d44c93632150a6699987bacc5c5cd1cba3a929cea5618987 +size 5810389 diff --git a/Content/ParagonCrunch/FX/Textures/Decals/Scorch/T_DecalExample.uasset b/Content/ParagonCrunch/FX/Textures/Decals/Scorch/T_DecalExample.uasset new file mode 100644 index 0000000..534a3c3 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Decals/Scorch/T_DecalExample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6246784a9cea6db826d66c814bf36e6913e2fb6d889d588720b023219d64844f +size 356463 diff --git a/Content/ParagonCrunch/FX/Textures/Decals/Scorch/T_Decal_Small_Scorch_A.uasset b/Content/ParagonCrunch/FX/Textures/Decals/Scorch/T_Decal_Small_Scorch_A.uasset new file mode 100644 index 0000000..e9cde98 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Decals/Scorch/T_Decal_Small_Scorch_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd16d4fad67236d05d1fb1ae04be4224cd42c6a520b065220ff0f7b83835909 +size 828968 diff --git a/Content/ParagonCrunch/FX/Textures/Energy/Electricity/T_Lightning_B_Tile_Chromatic.uasset b/Content/ParagonCrunch/FX/Textures/Energy/Electricity/T_Lightning_B_Tile_Chromatic.uasset new file mode 100644 index 0000000..def8ac3 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Energy/Electricity/T_Lightning_B_Tile_Chromatic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d58f942f14864bfbb0b2600fda077b2aec1a1d8b27e054fbdc074a56e9c534 +size 1729840 diff --git a/Content/ParagonCrunch/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_H_01.uasset b/Content/ParagonCrunch/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_H_01.uasset new file mode 100644 index 0000000..7a7fa29 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_H_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471d463e323bdbe5c27c449c8f7b101fa9e64e593be9396a2d3cf905d73bd352 +size 2017581 diff --git a/Content/ParagonCrunch/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset b/Content/ParagonCrunch/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset new file mode 100644 index 0000000..3d9c104 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8e041e4665bdea2af59b8af24db1f4b57d0d147af6bbb8ed35de728734ac8f +size 1939220 diff --git a/Content/ParagonCrunch/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset b/Content/ParagonCrunch/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset new file mode 100644 index 0000000..b93c480 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eade13bff16c694162f2c3ab1dae9e5050d23ad4261f917f7649349d3c9ed09e +size 72778 diff --git a/Content/ParagonCrunch/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset b/Content/ParagonCrunch/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset new file mode 100644 index 0000000..7e605ab --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855a9967bebf5128582eecda989a818359cb526ed9588fed2bc7f0ae4ff5d699 +size 5558287 diff --git a/Content/ParagonCrunch/FX/Textures/Fire/T_FireblastPacked_v2.uasset b/Content/ParagonCrunch/FX/Textures/Fire/T_FireblastPacked_v2.uasset new file mode 100644 index 0000000..a711876 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Fire/T_FireblastPacked_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82f1e954b176fc59f56a389924ecf959e6eba252e2c31b37c1eb76202413fc7 +size 8338563 diff --git a/Content/ParagonCrunch/FX/Textures/Flares/T_ChainFlare.uasset b/Content/ParagonCrunch/FX/Textures/Flares/T_ChainFlare.uasset new file mode 100644 index 0000000..34376ba --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Flares/T_ChainFlare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd9b026c3b433b8073d6595f34fb2a995e41a3e0d2b8c95aeb54ac6b7c9ad7c +size 1050896 diff --git a/Content/ParagonCrunch/FX/Textures/Flares/T_Flare_Spikeball.uasset b/Content/ParagonCrunch/FX/Textures/Flares/T_Flare_Spikeball.uasset new file mode 100644 index 0000000..53f2433 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Flares/T_Flare_Spikeball.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339ae7926fefb51ef28eda221a9a86b3312b6d18256137fea83d6d1a5918354a +size 373622 diff --git a/Content/ParagonCrunch/FX/Textures/FluidPatterns/T_FluidTile01_DA.uasset b/Content/ParagonCrunch/FX/Textures/FluidPatterns/T_FluidTile01_DA.uasset new file mode 100644 index 0000000..bfa3f08 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/FluidPatterns/T_FluidTile01_DA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fcf3d39792207cd12c298e7050a28451e5189cebfad0da5163a846609f6994 +size 6403694 diff --git a/Content/ParagonCrunch/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset b/Content/ParagonCrunch/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset new file mode 100644 index 0000000..8787bf5 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49ef013665c7572d5e99dc5e1a76e9924e41bf0c754782791066d7cf8a0cd42 +size 733867 diff --git a/Content/ParagonCrunch/FX/Textures/General/T_ImpactCircleMask.uasset b/Content/ParagonCrunch/FX/Textures/General/T_ImpactCircleMask.uasset new file mode 100644 index 0000000..779558f --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/General/T_ImpactCircleMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa39359935b947b47bb32214f96c4f9f4615b1979074b3352d914e4c9cc223e6 +size 113911 diff --git a/Content/ParagonCrunch/FX/Textures/Gradients/Color/T_ShieldLightrays.uasset b/Content/ParagonCrunch/FX/Textures/Gradients/Color/T_ShieldLightrays.uasset new file mode 100644 index 0000000..546121e --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Gradients/Color/T_ShieldLightrays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a4caea6c53d56284c7c22f9eb2dc99c0c7511cd952170ca9e01deb2996eab4 +size 802283 diff --git a/Content/ParagonCrunch/FX/Textures/Gradients/Color/T_ShieldLightrays_color.uasset b/Content/ParagonCrunch/FX/Textures/Gradients/Color/T_ShieldLightrays_color.uasset new file mode 100644 index 0000000..0887c42 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Gradients/Color/T_ShieldLightrays_color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00459235f2a314a6f4d7e6fd887091f9abc28679aefb0a12de540118b7eda314 +size 701101 diff --git a/Content/ParagonCrunch/FX/Textures/Gradients/Masks/T_Cowcatcher_TrailMask.uasset b/Content/ParagonCrunch/FX/Textures/Gradients/Masks/T_Cowcatcher_TrailMask.uasset new file mode 100644 index 0000000..cf533da --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Gradients/Masks/T_Cowcatcher_TrailMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa07340f053c32d39e8f1858665497bca7000169a1bff72ce4f379aaa1274f6 +size 94978 diff --git a/Content/ParagonCrunch/FX/Textures/Gradients/Masks/T_MaskingDown.uasset b/Content/ParagonCrunch/FX/Textures/Gradients/Masks/T_MaskingDown.uasset new file mode 100644 index 0000000..e651bdf --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Gradients/Masks/T_MaskingDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d5b88d2ae9d1ebfba2c2e1557a637b0f7635d649cec8847bea291a64543455 +size 51965 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_3D_Trail_Mask_V02.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_3D_Trail_Mask_V02.uasset new file mode 100644 index 0000000..77bb94c --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_3D_Trail_Mask_V02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0ace2597d1a015695c106025edd6b0ebf1eb4a0b9958ff9e687418424d6eeb +size 465365 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_Coil_ImpactDecalSplashEmissiveMask.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_Coil_ImpactDecalSplashEmissiveMask.uasset new file mode 100644 index 0000000..72f3050 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_Coil_ImpactDecalSplashEmissiveMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318105175a8a2c8a29b8079be51b719cef62e32469fddf0c4e2633f846938027 +size 224141 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_DecalMask_Radial01.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_DecalMask_Radial01.uasset new file mode 100644 index 0000000..bbbcf00 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_DecalMask_Radial01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c61545ce1e6424ca3baa9927c24d425625ac3d69d78be8ae4274f9d6b5b09c +size 63318 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_EngineFlameMask.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_EngineFlameMask.uasset new file mode 100644 index 0000000..6a7a78c --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_EngineFlameMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8ddc460df822ab1f0b697182df2ed67d09b1042cac1dc1e9bb94b068e473a1 +size 304498 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_EngineFlameMechMask.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_EngineFlameMechMask.uasset new file mode 100644 index 0000000..c437291 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_EngineFlameMechMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846b290834ca0d61352d3f04351e0ccaddcc85d8abbc44ff3a56a6ff5042e23a +size 37596 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_NoisyRamp.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_NoisyRamp.uasset new file mode 100644 index 0000000..b104f17 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_NoisyRamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50037f7939b842ba746fb9b4f16fa3d1a6577a37c6fb674eb01f6a26e375ba4f +size 310026 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_Radial_Burst.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_Radial_Burst.uasset new file mode 100644 index 0000000..dc41b7d --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_Radial_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95ad8d267ce7e4691e5462e0746a9bfef57245d8e343b867204004194ccb0bd +size 1318181 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_Radial_Gradient_Invert.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_Radial_Gradient_Invert.uasset new file mode 100644 index 0000000..755c1ba --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_Radial_Gradient_Invert.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98cda0098dce5dadcb7a27258fc9bfec1c248ebec9e4130ef3efb23ed533622 +size 61223 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_ShockWave_Core.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_ShockWave_Core.uasset new file mode 100644 index 0000000..54cb57e --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_ShockWave_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0a6ad1b4930ac3a8c89b9f2b36ab98c444dd9b9d3cfb7669e81e9ea58d76e3 +size 527545 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset new file mode 100644 index 0000000..964abd4 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e73f9dd3d8912c7425e48b985f8f13e8f626884d800d9aa88577da318660592 +size 59921 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_SphereRenderHeightMap.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_SphereRenderHeightMap.uasset new file mode 100644 index 0000000..2fb63bf --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_SphereRenderHeightMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8318774b18fb904980ed25482c03e3dc127e0da6520eb919c2df749552ade243 +size 90220 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_Sphere_A.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_Sphere_A.uasset new file mode 100644 index 0000000..aa3c9ff --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_Sphere_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f0b2c2563e7779d33c6d66117cc1aa44646ed3bd4237edb5bee6f8bdf9c24f +size 69107 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_TankMoteNoise.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_TankMoteNoise.uasset new file mode 100644 index 0000000..472faf1 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_TankMoteNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310f6fc7e751c6fabba3ddc5925250fca20f71153174d24a8475463a847f5e55 +size 186614 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_TetraPanMask.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_TetraPanMask.uasset new file mode 100644 index 0000000..c7de1a1 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_TetraPanMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7dd3cd565678212920dd27b5755ffd2ad3be98f14ac42b59f649d4918daa20 +size 72442 diff --git a/Content/ParagonCrunch/FX/Textures/Masks/T_shinningfloor_teal.uasset b/Content/ParagonCrunch/FX/Textures/Masks/T_shinningfloor_teal.uasset new file mode 100644 index 0000000..13d3e21 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Masks/T_shinningfloor_teal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e5b508198f0e5b8d13bed666531d56755b45a868388f662f809855d11d5d9c +size 97452 diff --git a/Content/ParagonCrunch/FX/Textures/MuzzleFlashes/T_Crunch_Impact_01.uasset b/Content/ParagonCrunch/FX/Textures/MuzzleFlashes/T_Crunch_Impact_01.uasset new file mode 100644 index 0000000..32d6e91 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/MuzzleFlashes/T_Crunch_Impact_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c652b0dad20dbac2f3397f99df0c3123b773058739240627f5f3bdfd6b5cab +size 363460 diff --git a/Content/ParagonCrunch/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset b/Content/ParagonCrunch/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset new file mode 100644 index 0000000..04d1654 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23ea6bc9cbc5a67e8fe0ce30983f015375ba7eca9234e16be337ea2102c63c0 +size 465203 diff --git a/Content/ParagonCrunch/FX/Textures/NormalShapes/T_Sphere_N.uasset b/Content/ParagonCrunch/FX/Textures/NormalShapes/T_Sphere_N.uasset new file mode 100644 index 0000000..9e4b5be --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/NormalShapes/T_Sphere_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1149e4e21d082886ef38618414f218012dbdc2880ddc61b52fc390a8afa29f49 +size 88638 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_Dust_Single_01.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_Dust_Single_01.uasset new file mode 100644 index 0000000..cb2c0ec --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_Dust_Single_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b5343c41decccbfa607efab20a386791938a8b77c71414c269be861b1793bd +size 149758 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_FluidSmoke_03_D.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_FluidSmoke_03_D.uasset new file mode 100644 index 0000000..7ed4279 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_FluidSmoke_03_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdd56c780552dc02b7424caadfb60126ce703ac1fb0f4dbb88f02538ccbc23f +size 1982601 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_FluidSmoke_03_N.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_FluidSmoke_03_N.uasset new file mode 100644 index 0000000..939476e --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_FluidSmoke_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cedd15b9b38838ef5508ebfda1c669e736937f3d2dc8aa573d05bc770377e3 +size 1317038 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokePuff_001.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokePuff_001.uasset new file mode 100644 index 0000000..a0b2059 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokePuff_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f894c0135ebb82611bbc57fb5d9669cb637b454f0c6c32989914091606d4fb54 +size 136539 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset new file mode 100644 index 0000000..05ec688 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdd394790270b293d5a12c8c702ba5a1fa3339e971c5360f5453fcd545a7e0e +size 570252 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset new file mode 100644 index 0000000..b2090b6 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40cd4abacb3af2217e90b5b1b3800b047790900bd1eea0931e39e0bd918fe7f8 +size 505500 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset new file mode 100644 index 0000000..17d993c --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0671bd515ba5581f7444ff5c10fd5f32a3344f5d3a174fdfbbf3dee35f0efc5b +size 417658 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft_N_TILE.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft_N_TILE.uasset new file mode 100644 index 0000000..11d08a5 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft_N_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c9cc203d9034fd6f73bc80d47c5655b42ecebdb6e933aea3b52c414a80c4a9 +size 636308 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset new file mode 100644 index 0000000..c37e187 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9597422aeb91ed54cea3746c6f9fb2273163f1f798a40aea956ae42039bfa4 +size 648634 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_Smoke_Trail.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_Smoke_Trail.uasset new file mode 100644 index 0000000..31b724b --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_Smoke_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868ce4046676efb30372c44a6906eb0bfe8958a5d95033a43692737fcd06d35c +size 31229 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset new file mode 100644 index 0000000..01fd39f --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba3f389a8ed0fcaad4036e931b222d5739314c5959108b61301f7a5ce2a070b +size 11375026 diff --git a/Content/ParagonCrunch/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset b/Content/ParagonCrunch/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset new file mode 100644 index 0000000..eb8828a --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d033674b3743d214538061cc41611ccc41c14b365069f3ab19d453f33abf3ef +size 12024899 diff --git a/Content/ParagonCrunch/FX/Textures/Sparks/T_SparkSingle.uasset b/Content/ParagonCrunch/FX/Textures/Sparks/T_SparkSingle.uasset new file mode 100644 index 0000000..f9fa672 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Sparks/T_SparkSingle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517b8b09930f889c4137efd46d129c771535c08163a37e07a3983d2be6c37591 +size 45480 diff --git a/Content/ParagonCrunch/FX/Textures/Sparks/T_Spark_Soft.uasset b/Content/ParagonCrunch/FX/Textures/Sparks/T_Spark_Soft.uasset new file mode 100644 index 0000000..ac7f84d --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Sparks/T_Spark_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f18b4f8530cfe336738eab39a3d73d8c6c42595b3191720aac8d26c619ff3c2 +size 208147 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset new file mode 100644 index 0000000..b013733 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d294f201444ff2981044f417f3d6a73356dd281f79e551f387576b96222b91 +size 1742153 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Heat/T_2ndInfectedMapLinear.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Heat/T_2ndInfectedMapLinear.uasset new file mode 100644 index 0000000..9cab9ad --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Heat/T_2ndInfectedMapLinear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6834218651ce863272929a4ccc35e905a322d8d3a5ce21dae6bc632f8cc2f505 +size 1630587 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Heat/T_HeatTile_N.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Heat/T_HeatTile_N.uasset new file mode 100644 index 0000000..bd02395 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Heat/T_HeatTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4376965b8e14419eff6fc10bdec81bfea852360a106afa5d3124df631536c09d +size 3712328 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Buff_Red_PerlinNoise.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Buff_Red_PerlinNoise.uasset new file mode 100644 index 0000000..2dc8461 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Buff_Red_PerlinNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87f46eeb6e0adf08d1e4cfe03cc2b0a9a63b393acedadf723a11ffaea872def +size 1283023 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Cave_Noise_14.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Cave_Noise_14.uasset new file mode 100644 index 0000000..65f326a --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Cave_Noise_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d48d4a22cb7cd07e0042a14543652af5fedc937c0e69e0dc9c337a2353b566 +size 5886751 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset new file mode 100644 index 0000000..3b24c0e --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb97b0679fc4cbb038c5dfb42dec0880461e1e48cf426de6e81355354e6afe28 +size 1374822 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset new file mode 100644 index 0000000..cc3089d --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67f69820bd6bc3ccc6c70f2166f36bf5dfa5312803def862a7d0e12ae628dc2 +size 383586 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset new file mode 100644 index 0000000..87eeb00 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa691fa843a303694775c480ef9af8c61ab63641fb8dbc08c1235af94abb2809 +size 389227 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Smooth_tile.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Smooth_tile.uasset new file mode 100644 index 0000000..b44194a --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Smooth_tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b542691898fdc06761a427684a75461337fde8e80c474ce0cbaa91a3d57c77f3 +size 74749 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Soft_Noise.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Soft_Noise.uasset new file mode 100644 index 0000000..51216e1 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Soft_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926b81565770029982f411e7d4a8119db70a384cde61cd631553906c4df03bd9 +size 1127243 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Swirly_Noise.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Swirly_Noise.uasset new file mode 100644 index 0000000..e602868 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Swirly_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6370fe6d05cab3ef9f79d2169d1044c77fc193a095147d2ceab53489c8cd73bc +size 1007621 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Swirly_Noise_highContrast.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Swirly_Noise_highContrast.uasset new file mode 100644 index 0000000..db4b273 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Swirly_Noise_highContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dd3fa2dd25ed8855d8b2b6eda380f7f1db8ad46e25515ab929b629966aab78 +size 1009826 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise03.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise03.uasset new file mode 100644 index 0000000..7685010 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675792fdbb3ac1e02b3778fbf2e7e3888ab1fe13d88668ae49d2e908893b234a +size 3404534 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise06.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise06.uasset new file mode 100644 index 0000000..d5d4241 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0134086a5cbd311aa3c845feeaabc7310b32047429cdd58f5bd839dca14e6d8c +size 4449859 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise12.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise12.uasset new file mode 100644 index 0000000..00a8415 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_TilingNoise12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0035191b65622227000f832363a26ade4f6c64d5732dcd552f1d2aceb214477 +size 4443182 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_UI_Smooth_Tile.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_UI_Smooth_Tile.uasset new file mode 100644 index 0000000..597938d --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_UI_Smooth_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d65a18a504c47dc8eee17c5274c88f39e2a5c8277f85e0e2748c80b1d92419 +size 74878 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Wind_Blur.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Wind_Blur.uasset new file mode 100644 index 0000000..380e08e --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_Wind_Blur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246f6ac61e01d318d5d2f3aab3e3ab2ab75013bac54bd56cdc76171f3ddf4db4 +size 2658905 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_noise_flamy_Tile.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_noise_flamy_Tile.uasset new file mode 100644 index 0000000..a2a4c31 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_noise_flamy_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0044e7b09aa19cc018523c1aa5ac944b89077002759e9f2ad40003ad39bee9a +size 1596528 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_noise_flamy_Tile_SPEC.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_noise_flamy_Tile_SPEC.uasset new file mode 100644 index 0000000..de182aa --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Noise/T_noise_flamy_Tile_SPEC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61d7ff54f9e9022a1b65d60bd14a0111f85c04e281bf120f4c807b7d39361c8 +size 3239564 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Organic/T_Spores_Tile.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Organic/T_Spores_Tile.uasset new file mode 100644 index 0000000..8754e8e --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Organic/T_Spores_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c1ac7030de3c2de343a64882d963b01b6a0e8a0343d291fb4e7fc9d99ccb81 +size 6630159 diff --git a/Content/ParagonCrunch/FX/Textures/Tile/Organic/T_Swirly_Fluid.uasset b/Content/ParagonCrunch/FX/Textures/Tile/Organic/T_Swirly_Fluid.uasset new file mode 100644 index 0000000..af9f9d7 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/Tile/Organic/T_Swirly_Fluid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e3fcca954b99e83e42b4ae660f605249644df77edd73e054234722fe19200b +size 2819121 diff --git a/Content/ParagonCrunch/FX/Textures/trails/T_Streak_Soft_Trail.uasset b/Content/ParagonCrunch/FX/Textures/trails/T_Streak_Soft_Trail.uasset new file mode 100644 index 0000000..14513c8 --- /dev/null +++ b/Content/ParagonCrunch/FX/Textures/trails/T_Streak_Soft_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be72a95acb3e87f0d773e16b109f584f660ca32ae02e46763e04f329cf812a34 +size 1222845 diff --git a/Content/ParagonCrunch/FX/VectorFields/VF_TurbulentNoise_1_55.uasset b/Content/ParagonCrunch/FX/VectorFields/VF_TurbulentNoise_1_55.uasset new file mode 100644 index 0000000..bfe36f3 --- /dev/null +++ b/Content/ParagonCrunch/FX/VectorFields/VF_TurbulentNoise_1_55.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43db3ac49eab74f01627fe7434865ea32c1d3e141c5ff94b4b9707a9bf63621c +size 3748544 diff --git a/Content/ParagonCrunch/FX/VectorFields/VF_Vortex_120.uasset b/Content/ParagonCrunch/FX/VectorFields/VF_Vortex_120.uasset new file mode 100644 index 0000000..a01cb3b --- /dev/null +++ b/Content/ParagonCrunch/FX/VectorFields/VF_Vortex_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f98303110d9cc142429e12f8d0305b86c9df4d1c601fd5212f9858a53ce7ff0 +size 9934 diff --git a/Content/ParagonCrunch/Placeholder.txt b/Content/ParagonCrunch/Placeholder.txt new file mode 100644 index 0000000..e69de29 diff --git a/Content/Player/CPlayerCharacter_BP.uasset b/Content/Player/CPlayerCharacter_BP.uasset new file mode 100644 index 0000000..59ff755 --- /dev/null +++ b/Content/Player/CPlayerCharacter_BP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86dcb4b90a4bfda804fa48efab992506d6647d84c39d2ed47240bc663a54176 +size 38812 diff --git a/Content/Player/CPlayerController_BP.uasset b/Content/Player/CPlayerController_BP.uasset new file mode 100644 index 0000000..d4c6d8f --- /dev/null +++ b/Content/Player/CPlayerController_BP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a746677bfcd5e74d0ddccdfdbb31c17187bc1964cbac40acdf833fb94444d23 +size 19955 diff --git a/Content/TempLevel.umap b/Content/TempLevel.umap new file mode 100644 index 0000000..533dff4 --- /dev/null +++ b/Content/TempLevel.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ecd9832298b099ed8b149e7dc94fc084b72cf4e4694c62e75c24fab3cff583 +size 13389 diff --git a/Content/TempLevel_HLOD0_Instancing.uasset b/Content/TempLevel_HLOD0_Instancing.uasset new file mode 100644 index 0000000..a711038 --- /dev/null +++ b/Content/TempLevel_HLOD0_Instancing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3944b1f5059a9d6cb0833785713fb06d72027bebb88351ebd9e71181002805ba +size 1550 diff --git a/Content/__ExternalActors__/TempLevel/0/1W/0HVX3MM2MYMN6P446Z4JOR.uasset b/Content/__ExternalActors__/TempLevel/0/1W/0HVX3MM2MYMN6P446Z4JOR.uasset new file mode 100644 index 0000000..a29b607 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/0/1W/0HVX3MM2MYMN6P446Z4JOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ef229c79f560f661eb196c7d0eefdc7c4204acfe6c28ad23bf672ca4a76b8d +size 467780 diff --git a/Content/__ExternalActors__/TempLevel/0/33/WW4JJCKKY97RPHNTD6OS52.uasset b/Content/__ExternalActors__/TempLevel/0/33/WW4JJCKKY97RPHNTD6OS52.uasset new file mode 100644 index 0000000..fe9f6b2 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/0/33/WW4JJCKKY97RPHNTD6OS52.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3aedac70ec87b9017c5d32bd1c8884e6d036e532bf5d0bbfd4f16469f2b7378 +size 67584 diff --git a/Content/__ExternalActors__/TempLevel/0/3G/ZXBDFX5M1I4N89VK0HNLIR.uasset b/Content/__ExternalActors__/TempLevel/0/3G/ZXBDFX5M1I4N89VK0HNLIR.uasset new file mode 100644 index 0000000..2b0d937 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/0/3G/ZXBDFX5M1I4N89VK0HNLIR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd291b389c901f07b5de5312bd5dea34c882ea4524a736b2e555d9aa6503a59 +size 411238 diff --git a/Content/__ExternalActors__/TempLevel/0/5D/PZAQHM8U55438BSAYEOZEG.uasset b/Content/__ExternalActors__/TempLevel/0/5D/PZAQHM8U55438BSAYEOZEG.uasset new file mode 100644 index 0000000..caca777 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/0/5D/PZAQHM8U55438BSAYEOZEG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892a1b5cd206ec66f41e80539b57c7961d7edfccab59df43371de83296426e6c +size 65945 diff --git a/Content/__ExternalActors__/TempLevel/0/B4/6JPZ9EPGAUWL9WPE8DNT4D.uasset b/Content/__ExternalActors__/TempLevel/0/B4/6JPZ9EPGAUWL9WPE8DNT4D.uasset new file mode 100644 index 0000000..29113fc --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/0/B4/6JPZ9EPGAUWL9WPE8DNT4D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff7763d292385a6bae8222825310a056cfe8eae3ab7a19e56305929a12066ce +size 64225 diff --git a/Content/__ExternalActors__/TempLevel/0/ES/HANBBXNZIDQW4QU7ZAD8MJ.uasset b/Content/__ExternalActors__/TempLevel/0/ES/HANBBXNZIDQW4QU7ZAD8MJ.uasset new file mode 100644 index 0000000..59af07d --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/0/ES/HANBBXNZIDQW4QU7ZAD8MJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd687bedd6f934fd89fd8fa7f71a16d142714fd534be740d05301e3df07d1258 +size 448453 diff --git a/Content/__ExternalActors__/TempLevel/0/IV/KD96ZOZVSWERFFKX8IOG2P.uasset b/Content/__ExternalActors__/TempLevel/0/IV/KD96ZOZVSWERFFKX8IOG2P.uasset new file mode 100644 index 0000000..a8c8299 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/0/IV/KD96ZOZVSWERFFKX8IOG2P.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9675cb7f05d216845fb67f82c28e469bc076001d1ec62a60e7d5c064688ce0 +size 452826 diff --git a/Content/__ExternalActors__/TempLevel/0/YA/887QOX8S24Y57VTIQM5PUM.uasset b/Content/__ExternalActors__/TempLevel/0/YA/887QOX8S24Y57VTIQM5PUM.uasset new file mode 100644 index 0000000..7927b7b --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/0/YA/887QOX8S24Y57VTIQM5PUM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e50795d3e46fe7e4392fb6899bdc2eb898d701a7b39d4dda7537d17f286316e +size 66790 diff --git a/Content/__ExternalActors__/TempLevel/1/34/MY1LKYJ2NXH49XSVGNX20H.uasset b/Content/__ExternalActors__/TempLevel/1/34/MY1LKYJ2NXH49XSVGNX20H.uasset new file mode 100644 index 0000000..094c1a6 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/1/34/MY1LKYJ2NXH49XSVGNX20H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1729b6c3788d4027841103174af2ec41e60c7b062c1f6ce5bbca4bbcb9bc86a1 +size 67444 diff --git a/Content/__ExternalActors__/TempLevel/1/61/C7C3VZHNCEGU2E3ZYDJUGD.uasset b/Content/__ExternalActors__/TempLevel/1/61/C7C3VZHNCEGU2E3ZYDJUGD.uasset new file mode 100644 index 0000000..8dc2d4a --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/1/61/C7C3VZHNCEGU2E3ZYDJUGD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d27bad385d76b7190b6245da7db1d354291b4c90803c4fa7df3ffe2ec22d3b +size 434128 diff --git a/Content/__ExternalActors__/TempLevel/1/9Z/4AGW92WH0FLQ7F382S9DS3.uasset b/Content/__ExternalActors__/TempLevel/1/9Z/4AGW92WH0FLQ7F382S9DS3.uasset new file mode 100644 index 0000000..c004386 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/1/9Z/4AGW92WH0FLQ7F382S9DS3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88d44ae16c25be9296c2344478ec0138bd32baf6d1b4cd5b81e6d387d86dd9f +size 458861 diff --git a/Content/__ExternalActors__/TempLevel/1/BH/GR308K6LOQMIKJ2PZDCE86.uasset b/Content/__ExternalActors__/TempLevel/1/BH/GR308K6LOQMIKJ2PZDCE86.uasset new file mode 100644 index 0000000..fdbb2af --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/1/BH/GR308K6LOQMIKJ2PZDCE86.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eede33227b505df67917001d5f7aa1f67f49943ac8cc5ffc7879ada79246961e +size 67762 diff --git a/Content/__ExternalActors__/TempLevel/1/P5/7W7U49BI69BFRS7ETJVLT4.uasset b/Content/__ExternalActors__/TempLevel/1/P5/7W7U49BI69BFRS7ETJVLT4.uasset new file mode 100644 index 0000000..18fddce --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/1/P5/7W7U49BI69BFRS7ETJVLT4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b519b0c383eeca0e183905b508e4b9d8cc82540ed7de2247f11bdf85d132ee +size 455407 diff --git a/Content/__ExternalActors__/TempLevel/1/SE/WPR6OVTKVZL1KKDPOUK4AT.uasset b/Content/__ExternalActors__/TempLevel/1/SE/WPR6OVTKVZL1KKDPOUK4AT.uasset new file mode 100644 index 0000000..a44108c --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/1/SE/WPR6OVTKVZL1KKDPOUK4AT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0a01b93a1ff90118fe738e993204c3a0b862a272bc7d40b3112cc64b76db3b +size 440983 diff --git a/Content/__ExternalActors__/TempLevel/1/V4/JEMZ5XUNB8T9HYBNXVSMIZ.uasset b/Content/__ExternalActors__/TempLevel/1/V4/JEMZ5XUNB8T9HYBNXVSMIZ.uasset new file mode 100644 index 0000000..4b79be6 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/1/V4/JEMZ5XUNB8T9HYBNXVSMIZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b22382ea056ac5e924e1efa1f5ca38d480b323fabbd6414f222fd682ee056c +size 453374 diff --git a/Content/__ExternalActors__/TempLevel/1/WZ/KXVEJTEIGOGTPQA3U40KRF.uasset b/Content/__ExternalActors__/TempLevel/1/WZ/KXVEJTEIGOGTPQA3U40KRF.uasset new file mode 100644 index 0000000..e85c4df --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/1/WZ/KXVEJTEIGOGTPQA3U40KRF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cc8d267bc3b228bda3bca116f90900ba953fd11ea5d9fa72b511c25aba14b5 +size 54403 diff --git a/Content/__ExternalActors__/TempLevel/2/1K/HS4A5J5NXMEK3S7CN23BCW.uasset b/Content/__ExternalActors__/TempLevel/2/1K/HS4A5J5NXMEK3S7CN23BCW.uasset new file mode 100644 index 0000000..694a6e2 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/1K/HS4A5J5NXMEK3S7CN23BCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4424d4b2ec8d3422a25f8dfe537645c15c15d00de664542fa14babd309d2064 +size 460595 diff --git a/Content/__ExternalActors__/TempLevel/2/2Q/G3QKA4M2HUFFY9C3DDD0IH.uasset b/Content/__ExternalActors__/TempLevel/2/2Q/G3QKA4M2HUFFY9C3DDD0IH.uasset new file mode 100644 index 0000000..762bd17 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/2Q/G3QKA4M2HUFFY9C3DDD0IH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123533ede7bfb0d949cba636a540fa23c3775b2e049e4f51f148f8f40de8a813 +size 450707 diff --git a/Content/__ExternalActors__/TempLevel/2/62/9HX9KZ4NGP08OUJJR068GI.uasset b/Content/__ExternalActors__/TempLevel/2/62/9HX9KZ4NGP08OUJJR068GI.uasset new file mode 100644 index 0000000..8593054 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/62/9HX9KZ4NGP08OUJJR068GI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341bfe09a10826368792c44e6e65f5c9fa67f24524b6496144b76df32225231c +size 52207 diff --git a/Content/__ExternalActors__/TempLevel/2/BA/85OPE5BVTAW92SGDXATA4Q.uasset b/Content/__ExternalActors__/TempLevel/2/BA/85OPE5BVTAW92SGDXATA4Q.uasset new file mode 100644 index 0000000..4dfddb6 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/BA/85OPE5BVTAW92SGDXATA4Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21696ec43817cbff53933522250a6ee32f9a040d552f54ae4d93ea42d861b57 +size 440384 diff --git a/Content/__ExternalActors__/TempLevel/2/D7/MVD7RBM3NBAOUTAB2QEBL9.uasset b/Content/__ExternalActors__/TempLevel/2/D7/MVD7RBM3NBAOUTAB2QEBL9.uasset new file mode 100644 index 0000000..7f95ebc --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/D7/MVD7RBM3NBAOUTAB2QEBL9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd1cfb0c8105291de20b4197c93097f97646556a831ebb26f6f87d3530d8441 +size 469723 diff --git a/Content/__ExternalActors__/TempLevel/2/D9/FZ2CT709LQNFVBWTXEJ9S5.uasset b/Content/__ExternalActors__/TempLevel/2/D9/FZ2CT709LQNFVBWTXEJ9S5.uasset new file mode 100644 index 0000000..7f70a0f --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/D9/FZ2CT709LQNFVBWTXEJ9S5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4daaba05c59f142dc2dd937b649f5de0c292e511fd78d8f0d72016c3fb8c2846 +size 5423 diff --git a/Content/__ExternalActors__/TempLevel/2/FK/WCWK5DWYIA8I6NDQBZZC9U.uasset b/Content/__ExternalActors__/TempLevel/2/FK/WCWK5DWYIA8I6NDQBZZC9U.uasset new file mode 100644 index 0000000..1823e3d --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/FK/WCWK5DWYIA8I6NDQBZZC9U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b4b4b6d9a892b76c6d55e99c13692b53bc14cae4c0f79497d87a36912570cb +size 50789 diff --git a/Content/__ExternalActors__/TempLevel/2/HT/PEY1S2RAHXFJBQJU9VO0W0.uasset b/Content/__ExternalActors__/TempLevel/2/HT/PEY1S2RAHXFJBQJU9VO0W0.uasset new file mode 100644 index 0000000..6643aa6 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/HT/PEY1S2RAHXFJBQJU9VO0W0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd91b61f1d714f7191624e1da3167354a47460bcb82f0972ba50f35421a8170 +size 437270 diff --git a/Content/__ExternalActors__/TempLevel/2/NY/0S2M4JBF99NFL0W0XTB7OO.uasset b/Content/__ExternalActors__/TempLevel/2/NY/0S2M4JBF99NFL0W0XTB7OO.uasset new file mode 100644 index 0000000..e3986c9 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/NY/0S2M4JBF99NFL0W0XTB7OO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b3849bf277cc1673cb1ce66b80fa48ab4eb4fdaa2bf6a433471db8db03928b +size 67981 diff --git a/Content/__ExternalActors__/TempLevel/2/Q7/XKGGV6B8C3W2EE05ZLGQGE.uasset b/Content/__ExternalActors__/TempLevel/2/Q7/XKGGV6B8C3W2EE05ZLGQGE.uasset new file mode 100644 index 0000000..982b575 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/Q7/XKGGV6B8C3W2EE05ZLGQGE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6519a557be92df2c819cb730ea6d66fa78fe94aa37b81e0adc631317d1954d4a +size 449500 diff --git a/Content/__ExternalActors__/TempLevel/2/R3/93NBEQ7KHBJIRGHFUP73EM.uasset b/Content/__ExternalActors__/TempLevel/2/R3/93NBEQ7KHBJIRGHFUP73EM.uasset new file mode 100644 index 0000000..7e34c40 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/R3/93NBEQ7KHBJIRGHFUP73EM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7381a09b1b3026e81d78e94b571fc3a0f553674f03a0316a2553cabf6b6ab2 +size 372358 diff --git a/Content/__ExternalActors__/TempLevel/2/YI/FL3A40LRDF59BCNS26DICB.uasset b/Content/__ExternalActors__/TempLevel/2/YI/FL3A40LRDF59BCNS26DICB.uasset new file mode 100644 index 0000000..7fb3855 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/2/YI/FL3A40LRDF59BCNS26DICB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3320006af91bc763adce385986186f0f31b0c64999f28491c10d869469715f15 +size 273586 diff --git a/Content/__ExternalActors__/TempLevel/3/5C/UL2ZPXCLTJGZK6XCQ4S4JI.uasset b/Content/__ExternalActors__/TempLevel/3/5C/UL2ZPXCLTJGZK6XCQ4S4JI.uasset new file mode 100644 index 0000000..c7852ac --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/3/5C/UL2ZPXCLTJGZK6XCQ4S4JI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5f1d90863e3983254fd3146e6df2bf994f79aa8f2f6540db89c5efca86d301 +size 464208 diff --git a/Content/__ExternalActors__/TempLevel/3/D8/2XU8KTEHB0SJSMU5O5P8AV.uasset b/Content/__ExternalActors__/TempLevel/3/D8/2XU8KTEHB0SJSMU5O5P8AV.uasset new file mode 100644 index 0000000..da2dc0e --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/3/D8/2XU8KTEHB0SJSMU5O5P8AV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10879b7409847ff9d17896e9b45a16d2a12543137bca418cef01cf3e3c91ee62 +size 398137 diff --git a/Content/__ExternalActors__/TempLevel/3/IJ/WF6Y936JM8B7N0E0PBD18E.uasset b/Content/__ExternalActors__/TempLevel/3/IJ/WF6Y936JM8B7N0E0PBD18E.uasset new file mode 100644 index 0000000..b381503 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/3/IJ/WF6Y936JM8B7N0E0PBD18E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cff5942027fa7bb48a157b9dcbe2e8193a7265387dc908234426b0c65ae299f +size 53942 diff --git a/Content/__ExternalActors__/TempLevel/3/KY/UOQWAMIU584TN0Q98C8DJV.uasset b/Content/__ExternalActors__/TempLevel/3/KY/UOQWAMIU584TN0Q98C8DJV.uasset new file mode 100644 index 0000000..4e28487 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/3/KY/UOQWAMIU584TN0Q98C8DJV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5947fc1c8e700ab729077d79f883fdc62c34e0d6f5637a653178b7b401acb58e +size 3609 diff --git a/Content/__ExternalActors__/TempLevel/3/VM/U05BKRVZT6QP2013E0C82A.uasset b/Content/__ExternalActors__/TempLevel/3/VM/U05BKRVZT6QP2013E0C82A.uasset new file mode 100644 index 0000000..82d0466 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/3/VM/U05BKRVZT6QP2013E0C82A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb4649faba3fcfb56e663a4e348869db8a2d6b26fda64c080b920d604d2a60a +size 298519 diff --git a/Content/__ExternalActors__/TempLevel/3/ZK/XZ083HBTYD6LW6RTTCOJW2.uasset b/Content/__ExternalActors__/TempLevel/3/ZK/XZ083HBTYD6LW6RTTCOJW2.uasset new file mode 100644 index 0000000..5268884 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/3/ZK/XZ083HBTYD6LW6RTTCOJW2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b067acbb5dc2871597a9c787faada835aa4610b6a640762ce679e81fcce81fd2 +size 67401 diff --git a/Content/__ExternalActors__/TempLevel/4/B9/D1IRDJERD43YH7R0G9NWS1.uasset b/Content/__ExternalActors__/TempLevel/4/B9/D1IRDJERD43YH7R0G9NWS1.uasset new file mode 100644 index 0000000..501518b --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/4/B9/D1IRDJERD43YH7R0G9NWS1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c72e3632b558ba57aaf2b12435ffe9b5eae8bf635f0df75da0834094cf1b1c +size 393377 diff --git a/Content/__ExternalActors__/TempLevel/4/JW/TR9DGACEIFV2OQB6V5UH5S.uasset b/Content/__ExternalActors__/TempLevel/4/JW/TR9DGACEIFV2OQB6V5UH5S.uasset new file mode 100644 index 0000000..bdae33f --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/4/JW/TR9DGACEIFV2OQB6V5UH5S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f5622d94a19f90f634784b7eb3dfec5dfa3e1fd3bbe5a6489d800019ed2df5 +size 445205 diff --git a/Content/__ExternalActors__/TempLevel/4/MA/RKDWUW0ORZXOSY1LZKBOSB.uasset b/Content/__ExternalActors__/TempLevel/4/MA/RKDWUW0ORZXOSY1LZKBOSB.uasset new file mode 100644 index 0000000..e7419ba --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/4/MA/RKDWUW0ORZXOSY1LZKBOSB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d590c8d2fe691a18c779dbdce36cfe617aaacab1bb1d23bcaf770f9238c760 +size 66932 diff --git a/Content/__ExternalActors__/TempLevel/4/MO/LZBRN6L77P1I5RMTI3X5ZM.uasset b/Content/__ExternalActors__/TempLevel/4/MO/LZBRN6L77P1I5RMTI3X5ZM.uasset new file mode 100644 index 0000000..6c79df6 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/4/MO/LZBRN6L77P1I5RMTI3X5ZM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194caefe4d3100caab2ea3c3384aec42b61d162360c1b01a7e7f4e0c29522aeb +size 44968 diff --git a/Content/__ExternalActors__/TempLevel/4/PN/FXY6AYAUVUUXDVZCEFQ2XA.uasset b/Content/__ExternalActors__/TempLevel/4/PN/FXY6AYAUVUUXDVZCEFQ2XA.uasset new file mode 100644 index 0000000..8a37f17 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/4/PN/FXY6AYAUVUUXDVZCEFQ2XA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617b86026b4b89b99703dee32f75df9f6cda8b228b02a26cae59fe6be5cd4b11 +size 65815 diff --git a/Content/__ExternalActors__/TempLevel/4/XY/Z7LCYEJZYPLWW5TG3S8X6K.uasset b/Content/__ExternalActors__/TempLevel/4/XY/Z7LCYEJZYPLWW5TG3S8X6K.uasset new file mode 100644 index 0000000..684c22f --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/4/XY/Z7LCYEJZYPLWW5TG3S8X6K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f1428cbf73f6e9d6a991860e1e13907cf6242d50e38896ef1e2457a05a3c92 +size 5982 diff --git a/Content/__ExternalActors__/TempLevel/5/6Q/TZ4OQB8C79X3MA8SMI8ZM1.uasset b/Content/__ExternalActors__/TempLevel/5/6Q/TZ4OQB8C79X3MA8SMI8ZM1.uasset new file mode 100644 index 0000000..f576862 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/5/6Q/TZ4OQB8C79X3MA8SMI8ZM1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2b3301cd6363ea9a6589763e97068d65b0b8ab5dfaba27a2de941bab894f7f +size 4243 diff --git a/Content/__ExternalActors__/TempLevel/5/EX/FOAAM83MU7KYGVTANSKS3H.uasset b/Content/__ExternalActors__/TempLevel/5/EX/FOAAM83MU7KYGVTANSKS3H.uasset new file mode 100644 index 0000000..14700e4 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/5/EX/FOAAM83MU7KYGVTANSKS3H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a58fe8d75e1d87a1d08e61158c2bf29df865ecea0fd2b9950ecfdc382054630 +size 63702 diff --git a/Content/__ExternalActors__/TempLevel/5/HL/VNDHJ9HJ0FA8AJGT7O2HOM.uasset b/Content/__ExternalActors__/TempLevel/5/HL/VNDHJ9HJ0FA8AJGT7O2HOM.uasset new file mode 100644 index 0000000..8465341 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/5/HL/VNDHJ9HJ0FA8AJGT7O2HOM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff870c519c0528c973411ac3ec09d33e81c62bc2f66856a441acc8c6ae9eda7 +size 67971 diff --git a/Content/__ExternalActors__/TempLevel/5/I5/C1KUMC58E8WYYJG4ZQLJGD.uasset b/Content/__ExternalActors__/TempLevel/5/I5/C1KUMC58E8WYYJG4ZQLJGD.uasset new file mode 100644 index 0000000..f5320a7 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/5/I5/C1KUMC58E8WYYJG4ZQLJGD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752389835b46febd2ebbfbda5296809ec1ad71b4cf191600d7f2dff0eb78b849 +size 65950 diff --git a/Content/__ExternalActors__/TempLevel/5/O2/HQXTJ62VMDYU7JHSJHQSYO.uasset b/Content/__ExternalActors__/TempLevel/5/O2/HQXTJ62VMDYU7JHSJHQSYO.uasset new file mode 100644 index 0000000..05c5640 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/5/O2/HQXTJ62VMDYU7JHSJHQSYO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e624feaa48ca9287b5c13b1a243e5ed7d2f3e9c935abdb3e2a7ce4106b5c89f0 +size 67564 diff --git a/Content/__ExternalActors__/TempLevel/5/QV/84AYNQ118TXNMG6W3SMB8F.uasset b/Content/__ExternalActors__/TempLevel/5/QV/84AYNQ118TXNMG6W3SMB8F.uasset new file mode 100644 index 0000000..cfe030f --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/5/QV/84AYNQ118TXNMG6W3SMB8F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d583a89b3d74de68d5ddab2867cab02622c78dfbdb549913f3f275464ffb86 +size 436575 diff --git a/Content/__ExternalActors__/TempLevel/6/02/EEJNBJITIA4H4OW7616ORU.uasset b/Content/__ExternalActors__/TempLevel/6/02/EEJNBJITIA4H4OW7616ORU.uasset new file mode 100644 index 0000000..e0afe29 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/6/02/EEJNBJITIA4H4OW7616ORU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338d17036814df5d7e74fae4cb34092910960d158dc82e633f4cdad266289285 +size 67197 diff --git a/Content/__ExternalActors__/TempLevel/6/13/CSX3EODS6SNGTICFPKY1TV.uasset b/Content/__ExternalActors__/TempLevel/6/13/CSX3EODS6SNGTICFPKY1TV.uasset new file mode 100644 index 0000000..2e0427f --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/6/13/CSX3EODS6SNGTICFPKY1TV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4fc8b19a50a733769e21b9c0241307d3e8548e714414ad1a04215152f353e5 +size 51436 diff --git a/Content/__ExternalActors__/TempLevel/6/7M/9TCY8K97M1LRAPYLUAOA7E.uasset b/Content/__ExternalActors__/TempLevel/6/7M/9TCY8K97M1LRAPYLUAOA7E.uasset new file mode 100644 index 0000000..c602916 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/6/7M/9TCY8K97M1LRAPYLUAOA7E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10585a7724825fcb006998e56c1dd27295759ae55dfc11a016809feec8d8e207 +size 68132 diff --git a/Content/__ExternalActors__/TempLevel/6/AO/RVOLX9KK97W6ADTL9KVH1E.uasset b/Content/__ExternalActors__/TempLevel/6/AO/RVOLX9KK97W6ADTL9KVH1E.uasset new file mode 100644 index 0000000..cb8ef13 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/6/AO/RVOLX9KK97W6ADTL9KVH1E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b352f55d64a41639ad1e02faa136ea4b59f567ba6e9e1eef43da05f2c6dea5 +size 67549 diff --git a/Content/__ExternalActors__/TempLevel/6/B5/AXK66DFV1I52IJFOFTAZTC.uasset b/Content/__ExternalActors__/TempLevel/6/B5/AXK66DFV1I52IJFOFTAZTC.uasset new file mode 100644 index 0000000..6379032 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/6/B5/AXK66DFV1I52IJFOFTAZTC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8619e6d4fa237c9c80708b6f7402be6b7a7fe1ed24d1b2bdeebbba354b1b2f8e +size 468651 diff --git a/Content/__ExternalActors__/TempLevel/6/HC/34Y3D2AAJP3DKLVKPT1OJP.uasset b/Content/__ExternalActors__/TempLevel/6/HC/34Y3D2AAJP3DKLVKPT1OJP.uasset new file mode 100644 index 0000000..cc90022 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/6/HC/34Y3D2AAJP3DKLVKPT1OJP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca16054f247bf24589cb58778d19cfd8d573cfa739983ea0f2ed82972e151348 +size 52336 diff --git a/Content/__ExternalActors__/TempLevel/6/LW/UTVUEPBAI6P8X78IG87KKU.uasset b/Content/__ExternalActors__/TempLevel/6/LW/UTVUEPBAI6P8X78IG87KKU.uasset new file mode 100644 index 0000000..39f9932 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/6/LW/UTVUEPBAI6P8X78IG87KKU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132ff75fbb7ba9ab23546c1f238fce5cc099ae4553996e540f5bb10347ba7ce4 +size 67924 diff --git a/Content/__ExternalActors__/TempLevel/6/TC/YE82XWKPQRTQ7C2XQGGIIS.uasset b/Content/__ExternalActors__/TempLevel/6/TC/YE82XWKPQRTQ7C2XQGGIIS.uasset new file mode 100644 index 0000000..9a2b603 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/6/TC/YE82XWKPQRTQ7C2XQGGIIS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514c671609c2e63b4f9def47c909c8666c10070b5b8a68fe1ee9cc1b401a8f77 +size 51303 diff --git a/Content/__ExternalActors__/TempLevel/6/TW/HM60BIO4DI6U3J2YAE7ENU.uasset b/Content/__ExternalActors__/TempLevel/6/TW/HM60BIO4DI6U3J2YAE7ENU.uasset new file mode 100644 index 0000000..e6ad57f --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/6/TW/HM60BIO4DI6U3J2YAE7ENU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7958883ecfa9a274c0ec6bf388f54324b70030d27b7dbf2a068f76d97ea272 +size 67631 diff --git a/Content/__ExternalActors__/TempLevel/6/U7/P5IFW1D4K6MSBPS5LHNB45.uasset b/Content/__ExternalActors__/TempLevel/6/U7/P5IFW1D4K6MSBPS5LHNB45.uasset new file mode 100644 index 0000000..b1ee63f --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/6/U7/P5IFW1D4K6MSBPS5LHNB45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd8bf81ddd4d10ae560f2f338b773a91fe2103f500962685052a554834722d7 +size 65562 diff --git a/Content/__ExternalActors__/TempLevel/6/ZZ/S6S7Z9YWXIJG0K96N7LJKE.uasset b/Content/__ExternalActors__/TempLevel/6/ZZ/S6S7Z9YWXIJG0K96N7LJKE.uasset new file mode 100644 index 0000000..810a611 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/6/ZZ/S6S7Z9YWXIJG0K96N7LJKE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9f8ea019cec47c7674a53e9455c0a040087f2d1f8bb71d362ddd72ba113076 +size 447836 diff --git a/Content/__ExternalActors__/TempLevel/7/5O/4SEFQEPMV0QW97TDYLOA1U.uasset b/Content/__ExternalActors__/TempLevel/7/5O/4SEFQEPMV0QW97TDYLOA1U.uasset new file mode 100644 index 0000000..08a4097 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/7/5O/4SEFQEPMV0QW97TDYLOA1U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbc7f284f7ca40c82f23a57294eb9f169f6717b669a48aa0c4a5eba945feb39 +size 67569 diff --git a/Content/__ExternalActors__/TempLevel/7/90/HEEVW18T278FI5666QBN2B.uasset b/Content/__ExternalActors__/TempLevel/7/90/HEEVW18T278FI5666QBN2B.uasset new file mode 100644 index 0000000..eed85f9 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/7/90/HEEVW18T278FI5666QBN2B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5c04ba8cbaeca672877675334d3ee0e47c01f8c03b91a952baf40d07d24914 +size 4123 diff --git a/Content/__ExternalActors__/TempLevel/7/E2/6HT6VAKNX6KIIUM42JR1QA.uasset b/Content/__ExternalActors__/TempLevel/7/E2/6HT6VAKNX6KIIUM42JR1QA.uasset new file mode 100644 index 0000000..1b3edcc --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/7/E2/6HT6VAKNX6KIIUM42JR1QA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ebb10f54384e369562d8b73df7b581e73ce121f28fdd9d6778b0be933ff345 +size 67087 diff --git a/Content/__ExternalActors__/TempLevel/7/JY/ZS4CLME3RKV3OPZIZDBPUD.uasset b/Content/__ExternalActors__/TempLevel/7/JY/ZS4CLME3RKV3OPZIZDBPUD.uasset new file mode 100644 index 0000000..bf10243 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/7/JY/ZS4CLME3RKV3OPZIZDBPUD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be92acc1fb7178fa814894bc28437dcc9f083c5426aec5588e0fb2421197226f +size 465269 diff --git a/Content/__ExternalActors__/TempLevel/7/NQ/XRDIUPOWB7ZC9WEVUN2B6M.uasset b/Content/__ExternalActors__/TempLevel/7/NQ/XRDIUPOWB7ZC9WEVUN2B6M.uasset new file mode 100644 index 0000000..d43bfef --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/7/NQ/XRDIUPOWB7ZC9WEVUN2B6M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b785fbb65057ebdcf3705a7021f720aaba3fad8169f8294a16e499f249e7e0 +size 473390 diff --git a/Content/__ExternalActors__/TempLevel/7/RT/MH76TSR1ASGHIDNZ2UKWOK.uasset b/Content/__ExternalActors__/TempLevel/7/RT/MH76TSR1ASGHIDNZ2UKWOK.uasset new file mode 100644 index 0000000..f3f0341 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/7/RT/MH76TSR1ASGHIDNZ2UKWOK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e723f108c5ed024a19fb6cd5c581bcd3ab1a277a75ac2bc218aa910ffbb8a883 +size 68189 diff --git a/Content/__ExternalActors__/TempLevel/7/VC/0T3AHFZNXFU9CEJIWDCTJR.uasset b/Content/__ExternalActors__/TempLevel/7/VC/0T3AHFZNXFU9CEJIWDCTJR.uasset new file mode 100644 index 0000000..166ebc2 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/7/VC/0T3AHFZNXFU9CEJIWDCTJR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da96476229d584716bdc66bb57883bfccd90e419f6e43489e621a5bce7fd7a26 +size 442077 diff --git a/Content/__ExternalActors__/TempLevel/8/6A/CQEF810TOTG6N2DO4LKWYM.uasset b/Content/__ExternalActors__/TempLevel/8/6A/CQEF810TOTG6N2DO4LKWYM.uasset new file mode 100644 index 0000000..6191bae --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/6A/CQEF810TOTG6N2DO4LKWYM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2eb3d6ec5fc84dfc8cb44d2e88124cad19be100e1d79e820596fe000b5125d +size 64055 diff --git a/Content/__ExternalActors__/TempLevel/8/7Q/SH1372IMD1TVV98NYJG6AS.uasset b/Content/__ExternalActors__/TempLevel/8/7Q/SH1372IMD1TVV98NYJG6AS.uasset new file mode 100644 index 0000000..a752118 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/7Q/SH1372IMD1TVV98NYJG6AS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df488494131f2ae0671838f6355d1d588f54a008cb32a225a7f3688e5b524a5 +size 67600 diff --git a/Content/__ExternalActors__/TempLevel/8/86/8W98HY60B1PW38R6DHLUGX.uasset b/Content/__ExternalActors__/TempLevel/8/86/8W98HY60B1PW38R6DHLUGX.uasset new file mode 100644 index 0000000..8086413 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/86/8W98HY60B1PW38R6DHLUGX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267c8a957586a5f3232b9b973d44e065a09d0cc47b1d3c008ae1eed0cbb6095e +size 67851 diff --git a/Content/__ExternalActors__/TempLevel/8/8T/OK8CIYX72W4OZEZYVC7248.uasset b/Content/__ExternalActors__/TempLevel/8/8T/OK8CIYX72W4OZEZYVC7248.uasset new file mode 100644 index 0000000..e4eda74 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/8T/OK8CIYX72W4OZEZYVC7248.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f9e1833d43c1b2f26c8d39e215777ebd7ac249fd6de114c79372a92bf389cf +size 62859 diff --git a/Content/__ExternalActors__/TempLevel/8/D7/2HMMMB3TTMX3CQ1WXTTNZS.uasset b/Content/__ExternalActors__/TempLevel/8/D7/2HMMMB3TTMX3CQ1WXTTNZS.uasset new file mode 100644 index 0000000..9efaf94 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/D7/2HMMMB3TTMX3CQ1WXTTNZS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f86b78217db27f4dee238d2edb919788bb3536cdd08adf364265fe10d9d521 +size 67773 diff --git a/Content/__ExternalActors__/TempLevel/8/DP/4UEY54IEX0MGYBD9PI4INC.uasset b/Content/__ExternalActors__/TempLevel/8/DP/4UEY54IEX0MGYBD9PI4INC.uasset new file mode 100644 index 0000000..0e441a3 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/DP/4UEY54IEX0MGYBD9PI4INC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5377b1e18386891ee9f384b65ce5a90238d373f0b3e5cfdf4398f62e359b4cca +size 424434 diff --git a/Content/__ExternalActors__/TempLevel/8/JQ/WVE0B0TD1PK1CC6TY0M8MJ.uasset b/Content/__ExternalActors__/TempLevel/8/JQ/WVE0B0TD1PK1CC6TY0M8MJ.uasset new file mode 100644 index 0000000..95b7aef --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/JQ/WVE0B0TD1PK1CC6TY0M8MJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2532076dc718da5c210be8c388569b5d90924db1e43a7cd5e5294e14a112ca +size 459612 diff --git a/Content/__ExternalActors__/TempLevel/8/M6/YA1XOXS1DGGTMTCYQDNM2F.uasset b/Content/__ExternalActors__/TempLevel/8/M6/YA1XOXS1DGGTMTCYQDNM2F.uasset new file mode 100644 index 0000000..44e4cc0 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/M6/YA1XOXS1DGGTMTCYQDNM2F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c640f12a96d2d51ffead367b072c46495c9c9d00daa199a30d3374deffa55a4 +size 462711 diff --git a/Content/__ExternalActors__/TempLevel/8/MF/T1P95G5IYXYHQP17G7C4Z0.uasset b/Content/__ExternalActors__/TempLevel/8/MF/T1P95G5IYXYHQP17G7C4Z0.uasset new file mode 100644 index 0000000..abfd2e7 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/MF/T1P95G5IYXYHQP17G7C4Z0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191de0d1222234a6e25144d9fb458f9497a13f53e87b9b3bea00a8cd0a3e7d3e +size 67760 diff --git a/Content/__ExternalActors__/TempLevel/8/OD/NPAVEF8FR22ZMT7CW5YOT2.uasset b/Content/__ExternalActors__/TempLevel/8/OD/NPAVEF8FR22ZMT7CW5YOT2.uasset new file mode 100644 index 0000000..8e5c1a7 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/OD/NPAVEF8FR22ZMT7CW5YOT2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e082b84dc0bbcbf83e84e6e2454c1c971cfe585174e2e9a87d8571a1b04b77a +size 451963 diff --git a/Content/__ExternalActors__/TempLevel/8/OQ/QI6JO5LN02T1I81653WOZT.uasset b/Content/__ExternalActors__/TempLevel/8/OQ/QI6JO5LN02T1I81653WOZT.uasset new file mode 100644 index 0000000..151ed83 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/OQ/QI6JO5LN02T1I81653WOZT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d62b7b7f91ce21a55e09eb2f3a5818a61c96f1da9f45f1e145fe54d8f108786 +size 374660 diff --git a/Content/__ExternalActors__/TempLevel/8/P6/6TCMFVHUETNLZK4J8ACB0X.uasset b/Content/__ExternalActors__/TempLevel/8/P6/6TCMFVHUETNLZK4J8ACB0X.uasset new file mode 100644 index 0000000..bd8b51d --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/P6/6TCMFVHUETNLZK4J8ACB0X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665078b1bc4ee3c93d8dbf64f38c6b68b64b8cd1b73ab15070c5dfc0a2042a27 +size 67389 diff --git a/Content/__ExternalActors__/TempLevel/8/PU/361UDECZNTHLU5YUOTY04T.uasset b/Content/__ExternalActors__/TempLevel/8/PU/361UDECZNTHLU5YUOTY04T.uasset new file mode 100644 index 0000000..ed2dc17 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/PU/361UDECZNTHLU5YUOTY04T.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0867013b03928b78efd48748da7c8aeb21e5fad807891c1bedc5def0b3531733 +size 459576 diff --git a/Content/__ExternalActors__/TempLevel/8/UK/6HOP6ZA4KZA60GF8U3FPIO.uasset b/Content/__ExternalActors__/TempLevel/8/UK/6HOP6ZA4KZA60GF8U3FPIO.uasset new file mode 100644 index 0000000..5b2636a --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/UK/6HOP6ZA4KZA60GF8U3FPIO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ca9204058f056b94d668f6743f83a2763d4c5195802bf54ee042c0e7e8e229 +size 463108 diff --git a/Content/__ExternalActors__/TempLevel/8/VT/0S8J3EKR6KEB5T2C4TDNIP.uasset b/Content/__ExternalActors__/TempLevel/8/VT/0S8J3EKR6KEB5T2C4TDNIP.uasset new file mode 100644 index 0000000..02ad1e3 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/VT/0S8J3EKR6KEB5T2C4TDNIP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f9c508b5bac95ab3b75aa9a92eef9b56e228b132c9fa91047cc25ed20bbd02 +size 455558 diff --git a/Content/__ExternalActors__/TempLevel/8/WP/A3PYE032P6OJCHNMH7IE47.uasset b/Content/__ExternalActors__/TempLevel/8/WP/A3PYE032P6OJCHNMH7IE47.uasset new file mode 100644 index 0000000..37207cd --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/WP/A3PYE032P6OJCHNMH7IE47.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd05286a13b6ee788f2517746f7531bcd5ef8d84e480f960a938dbaa5f3403af +size 459357 diff --git a/Content/__ExternalActors__/TempLevel/8/YK/37FQTP670DMLVRG9NCAHPC.uasset b/Content/__ExternalActors__/TempLevel/8/YK/37FQTP670DMLVRG9NCAHPC.uasset new file mode 100644 index 0000000..218c1b1 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/8/YK/37FQTP670DMLVRG9NCAHPC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8ee5788d9f5a41a102a3482b45f9e83a4c09931322843f6c90621510460f21 +size 67814 diff --git a/Content/__ExternalActors__/TempLevel/9/1I/XVUUSDTKD8KDKNFS4KPQTB.uasset b/Content/__ExternalActors__/TempLevel/9/1I/XVUUSDTKD8KDKNFS4KPQTB.uasset new file mode 100644 index 0000000..671f827 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/1I/XVUUSDTKD8KDKNFS4KPQTB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0125644fc6ae2e5264b7b1781be21fad744d911f86ee0b8ab0bc0b65cd1556 +size 3624 diff --git a/Content/__ExternalActors__/TempLevel/9/32/JD3A1LIYIRH1QXL43VV4KN.uasset b/Content/__ExternalActors__/TempLevel/9/32/JD3A1LIYIRH1QXL43VV4KN.uasset new file mode 100644 index 0000000..710653c --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/32/JD3A1LIYIRH1QXL43VV4KN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0027197d97c00b3774b7b986c54bae24c03d2f0419c67276dc3e06db23d54887 +size 67031 diff --git a/Content/__ExternalActors__/TempLevel/9/4K/5HW4G1FMPX3NN6MY4J8IY2.uasset b/Content/__ExternalActors__/TempLevel/9/4K/5HW4G1FMPX3NN6MY4J8IY2.uasset new file mode 100644 index 0000000..ca6a1a1 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/4K/5HW4G1FMPX3NN6MY4J8IY2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5327c28f989a1759c5abaa6dee6cf50ad69e74400cabb911c77e87187afcf08 +size 262929 diff --git a/Content/__ExternalActors__/TempLevel/9/57/XO7DJHHX2M24WJTU7SSB56.uasset b/Content/__ExternalActors__/TempLevel/9/57/XO7DJHHX2M24WJTU7SSB56.uasset new file mode 100644 index 0000000..e5b4335 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/57/XO7DJHHX2M24WJTU7SSB56.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1f6b543a9a8352b6394bab4cf5a1da425abd77d2d3e17b54d62a9dacae1776 +size 449693 diff --git a/Content/__ExternalActors__/TempLevel/9/8G/235A6N02EVUGSZ5ZIOCQC2.uasset b/Content/__ExternalActors__/TempLevel/9/8G/235A6N02EVUGSZ5ZIOCQC2.uasset new file mode 100644 index 0000000..5c373b0 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/8G/235A6N02EVUGSZ5ZIOCQC2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b2612000d2edf25fe17d3a0c40c4af8acc62ed9df4341eea46a6490b3ef4b7 +size 44922 diff --git a/Content/__ExternalActors__/TempLevel/9/95/PO2MBBZKQ6H4LSLYEK8TJ6.uasset b/Content/__ExternalActors__/TempLevel/9/95/PO2MBBZKQ6H4LSLYEK8TJ6.uasset new file mode 100644 index 0000000..d9ed2e8 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/95/PO2MBBZKQ6H4LSLYEK8TJ6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23a910a5a54f1033c3ab9670154fc795fed48e9850146d729056d816a91be8f +size 463663 diff --git a/Content/__ExternalActors__/TempLevel/9/AT/9XJTIHAXBPDEGM1VS5GB9A.uasset b/Content/__ExternalActors__/TempLevel/9/AT/9XJTIHAXBPDEGM1VS5GB9A.uasset new file mode 100644 index 0000000..aeed152 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/AT/9XJTIHAXBPDEGM1VS5GB9A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c55475200695bcaa942ed5eeef3014d2a0ba72e317a2793a8b1c3648c1c2df +size 456053 diff --git a/Content/__ExternalActors__/TempLevel/9/G7/0W51RAMD2JFH5W5L8S3QKC.uasset b/Content/__ExternalActors__/TempLevel/9/G7/0W51RAMD2JFH5W5L8S3QKC.uasset new file mode 100644 index 0000000..1047d10 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/G7/0W51RAMD2JFH5W5L8S3QKC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a4ecafc46619f049d14faa28a1a16e48dda724e5dbef9483a69e2fbc29f4cd +size 456879 diff --git a/Content/__ExternalActors__/TempLevel/9/OT/FNVF5MY0EA3WHESUY4U7ZX.uasset b/Content/__ExternalActors__/TempLevel/9/OT/FNVF5MY0EA3WHESUY4U7ZX.uasset new file mode 100644 index 0000000..f8fe97f --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/OT/FNVF5MY0EA3WHESUY4U7ZX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee001c25c7f35da53293aa22cc604fd7ff71eae2ca9fe45176d8e03e58012c00 +size 66931 diff --git a/Content/__ExternalActors__/TempLevel/9/P6/MKM9VNDTECAFBWK0EYDPPD.uasset b/Content/__ExternalActors__/TempLevel/9/P6/MKM9VNDTECAFBWK0EYDPPD.uasset new file mode 100644 index 0000000..425091b --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/P6/MKM9VNDTECAFBWK0EYDPPD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dff85c5b238146f13f6657921c6c3cd41a3855bd483360137d6cf412f47a7b6 +size 463356 diff --git a/Content/__ExternalActors__/TempLevel/9/TI/VCXUM6EFQUQGEBQ9XI1BNB.uasset b/Content/__ExternalActors__/TempLevel/9/TI/VCXUM6EFQUQGEBQ9XI1BNB.uasset new file mode 100644 index 0000000..d6cfb6e --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/TI/VCXUM6EFQUQGEBQ9XI1BNB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4d4ef7ae47aeebe5ebb8eb602df2bd5ab0e8049cc6f16345075669492ad2dd +size 67768 diff --git a/Content/__ExternalActors__/TempLevel/9/UV/3JQBLXDAN6O7Y0GST2OZBG.uasset b/Content/__ExternalActors__/TempLevel/9/UV/3JQBLXDAN6O7Y0GST2OZBG.uasset new file mode 100644 index 0000000..9dd8cc6 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/9/UV/3JQBLXDAN6O7Y0GST2OZBG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e71770fcb6e2abfdcdae22e59aee84aefa9205cb6282d9ddb9eebc7284f765 +size 67551 diff --git a/Content/__ExternalActors__/TempLevel/A/5G/8ZHPBSVFXYB6PZ1596B98Z.uasset b/Content/__ExternalActors__/TempLevel/A/5G/8ZHPBSVFXYB6PZ1596B98Z.uasset new file mode 100644 index 0000000..ad298b7 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/5G/8ZHPBSVFXYB6PZ1596B98Z.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f940442f0300d741a34ce83bcabd90d2f402ed16f990c6b933c398757c47a439 +size 67267 diff --git a/Content/__ExternalActors__/TempLevel/A/6T/HW1CU6RQJF61YAO9AMH2R3.uasset b/Content/__ExternalActors__/TempLevel/A/6T/HW1CU6RQJF61YAO9AMH2R3.uasset new file mode 100644 index 0000000..6318a24 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/6T/HW1CU6RQJF61YAO9AMH2R3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aadfc8a4fc48d1bf2f8c6ee922b3121ec49b3e0bf6e25fcfc90795bbd4a25d4f +size 458747 diff --git a/Content/__ExternalActors__/TempLevel/A/73/O9DKRSJCHJEKJ1RQIZSBCZ.uasset b/Content/__ExternalActors__/TempLevel/A/73/O9DKRSJCHJEKJ1RQIZSBCZ.uasset new file mode 100644 index 0000000..1b30891 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/73/O9DKRSJCHJEKJ1RQIZSBCZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f137d85c75bb79e90a9f52e7db3ec590a092f69485f53a618ab6516b933a24d6 +size 454516 diff --git a/Content/__ExternalActors__/TempLevel/A/8A/WSWFC8ZTXDNJR3B4RBA0I0.uasset b/Content/__ExternalActors__/TempLevel/A/8A/WSWFC8ZTXDNJR3B4RBA0I0.uasset new file mode 100644 index 0000000..33a8dda --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/8A/WSWFC8ZTXDNJR3B4RBA0I0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9bb0b228af7ebb6e4baa18891952d66a46354a693da8d45330cf433f108b6a +size 2339 diff --git a/Content/__ExternalActors__/TempLevel/A/9K/RCCGKKQI1UFEK1QZROZRT3.uasset b/Content/__ExternalActors__/TempLevel/A/9K/RCCGKKQI1UFEK1QZROZRT3.uasset new file mode 100644 index 0000000..53b5210 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/9K/RCCGKKQI1UFEK1QZROZRT3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71acce50b578c6a7560300d385cb0b7ade560a2361c8de7325f4bafa212fb7af +size 62707 diff --git a/Content/__ExternalActors__/TempLevel/A/B7/40TQFWWGSCLPAXV6CP6D1X.uasset b/Content/__ExternalActors__/TempLevel/A/B7/40TQFWWGSCLPAXV6CP6D1X.uasset new file mode 100644 index 0000000..208b2cd --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/B7/40TQFWWGSCLPAXV6CP6D1X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369bf666fb0de330cb1a9d77053c4b127512e17a62b0a6b95a56c8cd97fc98de +size 373452 diff --git a/Content/__ExternalActors__/TempLevel/A/CZ/K8SCVNM0RF07AH95SOWC9O.uasset b/Content/__ExternalActors__/TempLevel/A/CZ/K8SCVNM0RF07AH95SOWC9O.uasset new file mode 100644 index 0000000..e847a54 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/CZ/K8SCVNM0RF07AH95SOWC9O.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec21b47b7a1adeb8a35d24005aaf55feb91cec10d87bb69998b83f61b75e378a +size 5058 diff --git a/Content/__ExternalActors__/TempLevel/A/F0/Z3NZOLWZ9VGPIRP3PTATXM.uasset b/Content/__ExternalActors__/TempLevel/A/F0/Z3NZOLWZ9VGPIRP3PTATXM.uasset new file mode 100644 index 0000000..715cc71 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/F0/Z3NZOLWZ9VGPIRP3PTATXM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d780bc69115a90617d5d041550729eeb62b19264af36c1ff142e9c5411848a +size 68227 diff --git a/Content/__ExternalActors__/TempLevel/A/FB/UP95IBI3VFPOJ7VL1O6XSR.uasset b/Content/__ExternalActors__/TempLevel/A/FB/UP95IBI3VFPOJ7VL1O6XSR.uasset new file mode 100644 index 0000000..12a1940 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/FB/UP95IBI3VFPOJ7VL1O6XSR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8c4d7853da707d2df3520116fd95c84e86b9d89395165a245a35e6bf540093 +size 3803 diff --git a/Content/__ExternalActors__/TempLevel/A/L8/IKEESWQG2XE0UNE3KVVSV0.uasset b/Content/__ExternalActors__/TempLevel/A/L8/IKEESWQG2XE0UNE3KVVSV0.uasset new file mode 100644 index 0000000..6452264 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/L8/IKEESWQG2XE0UNE3KVVSV0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da406a079ab5db48ce5ddfbcc6447b399842eee1126be60ce19dd1c4247546ad +size 271980 diff --git a/Content/__ExternalActors__/TempLevel/A/PO/B9F5NGLK0P303PE6KKZ2BR.uasset b/Content/__ExternalActors__/TempLevel/A/PO/B9F5NGLK0P303PE6KKZ2BR.uasset new file mode 100644 index 0000000..c752d90 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/PO/B9F5NGLK0P303PE6KKZ2BR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f623491103638217c5168d9a9d0a7c24f32c567b8a12592db8154175e9c1d1 +size 67761 diff --git a/Content/__ExternalActors__/TempLevel/A/PY/TPEEPWWVDBEI6WKHSK6W44.uasset b/Content/__ExternalActors__/TempLevel/A/PY/TPEEPWWVDBEI6WKHSK6W44.uasset new file mode 100644 index 0000000..9cf0c8c --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/PY/TPEEPWWVDBEI6WKHSK6W44.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd55a23b3907d3a5006b01b0cbb8b44160f0b7374343a9a3197f808dfce99e4c +size 67299 diff --git a/Content/__ExternalActors__/TempLevel/A/QH/IOVRAAHCHO01ZQHD2DITRX.uasset b/Content/__ExternalActors__/TempLevel/A/QH/IOVRAAHCHO01ZQHD2DITRX.uasset new file mode 100644 index 0000000..e8bea30 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/QH/IOVRAAHCHO01ZQHD2DITRX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71afce165624437a78c0aa7967145ca4db8a9f316ecc86b9f158b702619a0e5f +size 461497 diff --git a/Content/__ExternalActors__/TempLevel/A/RT/31NY29JJYTR9X0CDEC6NNB.uasset b/Content/__ExternalActors__/TempLevel/A/RT/31NY29JJYTR9X0CDEC6NNB.uasset new file mode 100644 index 0000000..708d724 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/RT/31NY29JJYTR9X0CDEC6NNB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8346c2ce219b73feeae4ebc9dfa2eb3476a4f015cc44d98183ad032a9ef5d5 +size 756287 diff --git a/Content/__ExternalActors__/TempLevel/A/U9/R9YIUVOOWJJ7IDHEM46LKC.uasset b/Content/__ExternalActors__/TempLevel/A/U9/R9YIUVOOWJJ7IDHEM46LKC.uasset new file mode 100644 index 0000000..3146d6a --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/U9/R9YIUVOOWJJ7IDHEM46LKC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f212481359b6628d0447eadee3f66a0d3c6c45890ebc4aeafbd6092f5c474538 +size 440296 diff --git a/Content/__ExternalActors__/TempLevel/A/YK/CK8DRQL1J8V8UPXIRQ4GHY.uasset b/Content/__ExternalActors__/TempLevel/A/YK/CK8DRQL1J8V8UPXIRQ4GHY.uasset new file mode 100644 index 0000000..c2c814b --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/A/YK/CK8DRQL1J8V8UPXIRQ4GHY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3ded4f7b6f8f74cabb90b3d98ce742daee4ca89ee19d60ab29f88d1386f42a +size 51171 diff --git a/Content/__ExternalActors__/TempLevel/B/AF/CI33VVH0DSIB3Z6CAJMQLZ.uasset b/Content/__ExternalActors__/TempLevel/B/AF/CI33VVH0DSIB3Z6CAJMQLZ.uasset new file mode 100644 index 0000000..0a22660 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/B/AF/CI33VVH0DSIB3Z6CAJMQLZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c138449bc8b0486fb8ae509c0c7336538ad066a0abbfb99eafa2523a75585368 +size 418679 diff --git a/Content/__ExternalActors__/TempLevel/B/CU/5OEQHOR5IR6JIKSP59EH5Q.uasset b/Content/__ExternalActors__/TempLevel/B/CU/5OEQHOR5IR6JIKSP59EH5Q.uasset new file mode 100644 index 0000000..59dc15c --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/B/CU/5OEQHOR5IR6JIKSP59EH5Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b7b832b3eddb92e681ac0ff660e32e6dc77f57aeac03e1dfb99782120a0f99 +size 66381 diff --git a/Content/__ExternalActors__/TempLevel/B/DC/KZW6GSC971F84C57GCQ14W.uasset b/Content/__ExternalActors__/TempLevel/B/DC/KZW6GSC971F84C57GCQ14W.uasset new file mode 100644 index 0000000..8a30f78 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/B/DC/KZW6GSC971F84C57GCQ14W.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b3a2148b1dce1250e3dbad051eff7ae4ec3c3fff517c4aeced6fb6ac231f34 +size 432425 diff --git a/Content/__ExternalActors__/TempLevel/B/HU/Q14XC064R56JZHWP8P3O9W.uasset b/Content/__ExternalActors__/TempLevel/B/HU/Q14XC064R56JZHWP8P3O9W.uasset new file mode 100644 index 0000000..092947a --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/B/HU/Q14XC064R56JZHWP8P3O9W.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7a9145dca47cbb7aafa8ed44b0d78aa38a1a702045a34918772a95aa3c20a6 +size 444224 diff --git a/Content/__ExternalActors__/TempLevel/B/LK/FRXOSGT2TYX3A0RUO6S3F5.uasset b/Content/__ExternalActors__/TempLevel/B/LK/FRXOSGT2TYX3A0RUO6S3F5.uasset new file mode 100644 index 0000000..409405c --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/B/LK/FRXOSGT2TYX3A0RUO6S3F5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0f6f4c7f007d33c91785207444c1fa4edcdce1d05dc4515e280341e42330b4 +size 66668 diff --git a/Content/__ExternalActors__/TempLevel/B/OE/VLBQYEHGWVQFZWEZHOAMAV.uasset b/Content/__ExternalActors__/TempLevel/B/OE/VLBQYEHGWVQFZWEZHOAMAV.uasset new file mode 100644 index 0000000..e148984 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/B/OE/VLBQYEHGWVQFZWEZHOAMAV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4445698120bec23943d30f382cbfa8a9588edaaa7f5bdf7bc12822480cfb375b +size 3732 diff --git a/Content/__ExternalActors__/TempLevel/C/12/UL8IQENXXS82W7BIN7KU4A.uasset b/Content/__ExternalActors__/TempLevel/C/12/UL8IQENXXS82W7BIN7KU4A.uasset new file mode 100644 index 0000000..d065204 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/C/12/UL8IQENXXS82W7BIN7KU4A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc597e722f69ddd94b62fdde8f18b00c5bc16e7e155dbd7861f58efe8295f835 +size 454691 diff --git a/Content/__ExternalActors__/TempLevel/C/1K/4RYD3AV04X0AV1UK3CLW0X.uasset b/Content/__ExternalActors__/TempLevel/C/1K/4RYD3AV04X0AV1UK3CLW0X.uasset new file mode 100644 index 0000000..f7c4ff5 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/C/1K/4RYD3AV04X0AV1UK3CLW0X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16886061e10c46baf5eb4e52ee7c23ad771e3a9c5ea66ada053f85459094a119 +size 66941 diff --git a/Content/__ExternalActors__/TempLevel/C/6D/OCCZZ7WW1ZXJ02X6XRUSF2.uasset b/Content/__ExternalActors__/TempLevel/C/6D/OCCZZ7WW1ZXJ02X6XRUSF2.uasset new file mode 100644 index 0000000..60c16b5 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/C/6D/OCCZZ7WW1ZXJ02X6XRUSF2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266d0270de66051615453197e2ff793fd3b586ccfede34ea4371ca5d5489971a +size 450973 diff --git a/Content/__ExternalActors__/TempLevel/C/B1/FRGVC5UL2WTBN1FBE2HR83.uasset b/Content/__ExternalActors__/TempLevel/C/B1/FRGVC5UL2WTBN1FBE2HR83.uasset new file mode 100644 index 0000000..bbffd72 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/C/B1/FRGVC5UL2WTBN1FBE2HR83.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc6e2836edbc494c13132296d5f59141b29b3ae97f2a48492bd4b72a060ee57 +size 44914 diff --git a/Content/__ExternalActors__/TempLevel/C/EK/928747L1K24WT7Y7WUDUTV.uasset b/Content/__ExternalActors__/TempLevel/C/EK/928747L1K24WT7Y7WUDUTV.uasset new file mode 100644 index 0000000..e69fe1c --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/C/EK/928747L1K24WT7Y7WUDUTV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910811b16312b030c6f3b3f02a640c3f9b48dbce5e5db06eed34219dedd17225 +size 68294 diff --git a/Content/__ExternalActors__/TempLevel/C/FL/GSPVU4K52M5KKR2G119WFD.uasset b/Content/__ExternalActors__/TempLevel/C/FL/GSPVU4K52M5KKR2G119WFD.uasset new file mode 100644 index 0000000..e000c0c --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/C/FL/GSPVU4K52M5KKR2G119WFD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daad8b48b36f7a90cea5a2eb05827de98166243ce4f9e05c2f1efe1c2c8ab633 +size 458598 diff --git a/Content/__ExternalActors__/TempLevel/C/GQ/XM6531WMY88Y8L9RT9N3E3.uasset b/Content/__ExternalActors__/TempLevel/C/GQ/XM6531WMY88Y8L9RT9N3E3.uasset new file mode 100644 index 0000000..2a72111 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/C/GQ/XM6531WMY88Y8L9RT9N3E3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b4d4418513da62e0a9b37ec0bb15640ecc09f607b30c3dbd6e64aa5d07f037 +size 483353 diff --git a/Content/__ExternalActors__/TempLevel/C/JV/JURZT5YYKJVDAS94R6C7QN.uasset b/Content/__ExternalActors__/TempLevel/C/JV/JURZT5YYKJVDAS94R6C7QN.uasset new file mode 100644 index 0000000..5ca7f15 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/C/JV/JURZT5YYKJVDAS94R6C7QN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466f0502e4cb9ef52695ce86aa40c8ad62669c44a4d251f7750691f741443c5a +size 382451 diff --git a/Content/__ExternalActors__/TempLevel/C/X7/F9XVE47MY3NZO8FJN912EM.uasset b/Content/__ExternalActors__/TempLevel/C/X7/F9XVE47MY3NZO8FJN912EM.uasset new file mode 100644 index 0000000..a3766c6 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/C/X7/F9XVE47MY3NZO8FJN912EM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7fa9d80822a91fe949159b087fa6f393b96c1e05ecc3e6def027181c310fd4 +size 66927 diff --git a/Content/__ExternalActors__/TempLevel/D/BH/ZGDCXK3BKAZBLU6BIBTKRZ.uasset b/Content/__ExternalActors__/TempLevel/D/BH/ZGDCXK3BKAZBLU6BIBTKRZ.uasset new file mode 100644 index 0000000..e3155f2 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/D/BH/ZGDCXK3BKAZBLU6BIBTKRZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618c51fa9544ddb9ac6f10b0f6f64bedadea5886e915cfdba34636c271a0cc69 +size 44960 diff --git a/Content/__ExternalActors__/TempLevel/D/DP/T0RAQ6WHDX369BJX69BAP2.uasset b/Content/__ExternalActors__/TempLevel/D/DP/T0RAQ6WHDX369BJX69BAP2.uasset new file mode 100644 index 0000000..68a2c13 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/D/DP/T0RAQ6WHDX369BJX69BAP2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5e03e833c9be772ec8ba04745a4b19657120824a760cf3b290e61c0a51601d +size 455193 diff --git a/Content/__ExternalActors__/TempLevel/D/EW/DEBFOGEMAUZMC26GT3BGB9.uasset b/Content/__ExternalActors__/TempLevel/D/EW/DEBFOGEMAUZMC26GT3BGB9.uasset new file mode 100644 index 0000000..4dffcbb --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/D/EW/DEBFOGEMAUZMC26GT3BGB9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967506323201f7ab2cd5468d51550a4a37c8ed8f8f7dc861b9bb0a5de966e3a3 +size 435970 diff --git a/Content/__ExternalActors__/TempLevel/D/LJ/25DX1O5TCSRO9KOBZNN8CP.uasset b/Content/__ExternalActors__/TempLevel/D/LJ/25DX1O5TCSRO9KOBZNN8CP.uasset new file mode 100644 index 0000000..6a1800e --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/D/LJ/25DX1O5TCSRO9KOBZNN8CP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477612a4af4c8bf5a8225b4843870c05f77e266dac8787a9d7d2e00096a11093 +size 479135 diff --git a/Content/__ExternalActors__/TempLevel/D/LU/BITRJ46Q1ZC7MBTY8XPO3D.uasset b/Content/__ExternalActors__/TempLevel/D/LU/BITRJ46Q1ZC7MBTY8XPO3D.uasset new file mode 100644 index 0000000..b947a4b --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/D/LU/BITRJ46Q1ZC7MBTY8XPO3D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51c6859843ed80b49d2cae0cce93712e768e1fd915223d9d3ff7b01a610807a +size 66657 diff --git a/Content/__ExternalActors__/TempLevel/D/Z1/DXUIIVSZNRAI83MGMZAPWJ.uasset b/Content/__ExternalActors__/TempLevel/D/Z1/DXUIIVSZNRAI83MGMZAPWJ.uasset new file mode 100644 index 0000000..f6edc34 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/D/Z1/DXUIIVSZNRAI83MGMZAPWJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780713da45cd253768fba87c13ff27e5ecc951def3e0e244da071b849fdf9608 +size 67588 diff --git a/Content/__ExternalActors__/TempLevel/E/1D/RHI5LKV2YJW86ZKWBJ5HWI.uasset b/Content/__ExternalActors__/TempLevel/E/1D/RHI5LKV2YJW86ZKWBJ5HWI.uasset new file mode 100644 index 0000000..90e3988 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/E/1D/RHI5LKV2YJW86ZKWBJ5HWI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0145a49e07fba672a3d525e4b587dc77bcd8f0006cfc513c14d4d2723c2679ad +size 67246 diff --git a/Content/__ExternalActors__/TempLevel/E/31/TVVX6BQWI763BKB6ESOJ66.uasset b/Content/__ExternalActors__/TempLevel/E/31/TVVX6BQWI763BKB6ESOJ66.uasset new file mode 100644 index 0000000..41b671e --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/E/31/TVVX6BQWI763BKB6ESOJ66.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4367cdaf0184ef0551f174539f8e27c8ccdd2217ac82615d4e9d7d0a3bde6f +size 67627 diff --git a/Content/__ExternalActors__/TempLevel/E/4E/3DIXP9NRELYUMUN06OQYX0.uasset b/Content/__ExternalActors__/TempLevel/E/4E/3DIXP9NRELYUMUN06OQYX0.uasset new file mode 100644 index 0000000..38f3735 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/E/4E/3DIXP9NRELYUMUN06OQYX0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb069cd4e5fa5a32929ab506f88efd408c78e41cd80f5edafcb6b01064beec1 +size 384931 diff --git a/Content/__ExternalActors__/TempLevel/E/CC/ZPNFXVLZWQ6WFK8CHPWEEZ.uasset b/Content/__ExternalActors__/TempLevel/E/CC/ZPNFXVLZWQ6WFK8CHPWEEZ.uasset new file mode 100644 index 0000000..41fbb6c --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/E/CC/ZPNFXVLZWQ6WFK8CHPWEEZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4ba23bd5b42a3e753bf6f926b2b8f01715b753d42e4d1000bbcd6121ca4f71 +size 462139 diff --git a/Content/__ExternalActors__/TempLevel/E/CV/HPHV6T91WYP5H8RAOZZ7U7.uasset b/Content/__ExternalActors__/TempLevel/E/CV/HPHV6T91WYP5H8RAOZZ7U7.uasset new file mode 100644 index 0000000..a2734aa --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/E/CV/HPHV6T91WYP5H8RAOZZ7U7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38c710809c68668a9ba27621584ad8947413eaab84df811f5f6900e6f989105 +size 4411 diff --git a/Content/__ExternalActors__/TempLevel/E/FD/DWDIOI27KLZAYAUT1AGYTW.uasset b/Content/__ExternalActors__/TempLevel/E/FD/DWDIOI27KLZAYAUT1AGYTW.uasset new file mode 100644 index 0000000..d6d8355 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/E/FD/DWDIOI27KLZAYAUT1AGYTW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6302ea870cf8374008b1866f829345fe3a0070c197a1da32008d1ff0fd908d +size 442648 diff --git a/Content/__ExternalActors__/TempLevel/E/KQ/93UPLST0IZ8XCVG6L1XMII.uasset b/Content/__ExternalActors__/TempLevel/E/KQ/93UPLST0IZ8XCVG6L1XMII.uasset new file mode 100644 index 0000000..cf32cf8 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/E/KQ/93UPLST0IZ8XCVG6L1XMII.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56333b0feb94fbf584bcb7cabb820ce79711006c5fea84870efdee16d5867e7 +size 67070 diff --git a/Content/__ExternalActors__/TempLevel/E/WS/PZ32S6NWEY1TBJ0PU0TTPE.uasset b/Content/__ExternalActors__/TempLevel/E/WS/PZ32S6NWEY1TBJ0PU0TTPE.uasset new file mode 100644 index 0000000..8e4f628 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/E/WS/PZ32S6NWEY1TBJ0PU0TTPE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e660a2579ec281e1e74724a1c55acd9dd3b10d3bf163365f9c6efe14be1763 +size 389028 diff --git a/Content/__ExternalActors__/TempLevel/E/YE/XJEW30VO8D2UNYILTWQC3X.uasset b/Content/__ExternalActors__/TempLevel/E/YE/XJEW30VO8D2UNYILTWQC3X.uasset new file mode 100644 index 0000000..6052fb3 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/E/YE/XJEW30VO8D2UNYILTWQC3X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196a5be07af09082ff2d3c32c1aa24f02dcfdffc09fddb4abdd503344769bd92 +size 68033 diff --git a/Content/__ExternalActors__/TempLevel/F/0F/PPJ59GEPXA4XQZQ8HMASWE.uasset b/Content/__ExternalActors__/TempLevel/F/0F/PPJ59GEPXA4XQZQ8HMASWE.uasset new file mode 100644 index 0000000..0d38ba9 --- /dev/null +++ b/Content/__ExternalActors__/TempLevel/F/0F/PPJ59GEPXA4XQZQ8HMASWE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe544c65f716e7c72bf2135e5183fc02a77e88eb3e212126dcc146a4055644b1 +size 68188 diff --git a/Content/__ExternalObjects__/TempLevel/0/LW/WXHO7WVC8JKBXAFVTTMVPG.uasset b/Content/__ExternalObjects__/TempLevel/0/LW/WXHO7WVC8JKBXAFVTTMVPG.uasset new file mode 100644 index 0000000..738aabd --- /dev/null +++ b/Content/__ExternalObjects__/TempLevel/0/LW/WXHO7WVC8JKBXAFVTTMVPG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fe218aec7ebfd6ba92c15191a81ecf89aa80ce161a9974625c298ea356b258 +size 1850 diff --git a/Content/__ExternalObjects__/TempLevel/2/O9/TBT82OBO0JBQ1A2H98RMQL.uasset b/Content/__ExternalObjects__/TempLevel/2/O9/TBT82OBO0JBQ1A2H98RMQL.uasset new file mode 100644 index 0000000..a222d5f --- /dev/null +++ b/Content/__ExternalObjects__/TempLevel/2/O9/TBT82OBO0JBQ1A2H98RMQL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff69be1dfcdaad02b6583b4a7f677ec87381437830fe5ced36e19083ef859520 +size 1779 diff --git a/Content/__ExternalObjects__/TempLevel/4/KF/T1DT5BBR3HHKQL2PSTJ74D.uasset b/Content/__ExternalObjects__/TempLevel/4/KF/T1DT5BBR3HHKQL2PSTJ74D.uasset new file mode 100644 index 0000000..db0169d --- /dev/null +++ b/Content/__ExternalObjects__/TempLevel/4/KF/T1DT5BBR3HHKQL2PSTJ74D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d4510a02bcb390d5fd3ef9e455dd19322a180a6305d41ec10297eec91777e8 +size 1928 diff --git a/Content/__ExternalObjects__/TempLevel/6/0T/B5VLMS2VFUW4YCDK8JI3ZX.uasset b/Content/__ExternalObjects__/TempLevel/6/0T/B5VLMS2VFUW4YCDK8JI3ZX.uasset new file mode 100644 index 0000000..726a912 --- /dev/null +++ b/Content/__ExternalObjects__/TempLevel/6/0T/B5VLMS2VFUW4YCDK8JI3ZX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3feb3672151ecadffdaa4864988129d8d2502102d9f58ee58107becfe55c7f +size 1942 diff --git a/Content/__ExternalObjects__/TempLevel/6/LT/HL3TFOQZ021MUIG2A7B9H3.uasset b/Content/__ExternalObjects__/TempLevel/6/LT/HL3TFOQZ021MUIG2A7B9H3.uasset new file mode 100644 index 0000000..faf0932 --- /dev/null +++ b/Content/__ExternalObjects__/TempLevel/6/LT/HL3TFOQZ021MUIG2A7B9H3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8800b941e01d6bac92a68b1f6719a44c7dfe82a30efe8464bbbf1ad7784502f6 +size 1836 diff --git a/Content/__ExternalObjects__/TempLevel/A/3E/4PM4A7Y55HPU0PNHLB4WER.uasset b/Content/__ExternalObjects__/TempLevel/A/3E/4PM4A7Y55HPU0PNHLB4WER.uasset new file mode 100644 index 0000000..b1bd8fb --- /dev/null +++ b/Content/__ExternalObjects__/TempLevel/A/3E/4PM4A7Y55HPU0PNHLB4WER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d37f65b375c74c5b55586d244292aa0368f2cb0a1fe4899964631ac9c68d22 +size 1964 diff --git a/Source/Crunch/Private/Animations/CAnimInstance.cpp b/Source/Crunch/Private/Animations/CAnimInstance.cpp new file mode 100644 index 0000000..63e787a --- /dev/null +++ b/Source/Crunch/Private/Animations/CAnimInstance.cpp @@ -0,0 +1,50 @@ +// Multiplayer By Caleb + + +#include "Animations/CAnimInstance.h" + +#include "GameFramework/Character.h" +#include "GameFramework/CharacterMovementComponent.h" +#include "Kismet/KismetMathLibrary.h" + +void UCAnimInstance::NativeInitializeAnimation() +{ + Super::NativeInitializeAnimation(); + + OwnerCharacter = Cast(TryGetPawnOwner()); + if (OwnerCharacter) + { + OwnerMovementComp = OwnerCharacter->GetCharacterMovement(); + } +} + +void UCAnimInstance::NativeUpdateAnimation(float DeltaSeconds) +{ + Super::NativeUpdateAnimation(DeltaSeconds); + if (OwnerCharacter) + { + Speed = OwnerCharacter->GetVelocity().Length(); + const auto BodyRot{OwnerCharacter->GetActorRotation()}; + const auto BodyRotDelta{UKismetMathLibrary::NormalizedDeltaRotator(BodyRot, BodyPrevRot)}; + BodyPrevRot = BodyRot; + + YawSpeed = BodyRotDelta.Yaw / DeltaSeconds; + SmoothedYawSpeed = UKismetMathLibrary::FInterpTo( + SmoothedYawSpeed, + YawSpeed, + DeltaSeconds, + YawSpeedSmoothLerpSpeed + ); + const auto ControlRot{OwnerCharacter->GetBaseAimRotation()}; + LookRotOffset = UKismetMathLibrary::NormalizedDeltaRotator(ControlRot, BodyRot); + } + if (OwnerMovementComp) + { + bIsJumping = OwnerMovementComp->IsFalling(); + } +} + +void UCAnimInstance::NativeThreadSafeUpdateAnimation(float DeltaSeconds) +{ + Super::NativeThreadSafeUpdateAnimation(DeltaSeconds); +} diff --git a/Source/Crunch/Private/Character/CCharacter.cpp b/Source/Crunch/Private/Character/CCharacter.cpp new file mode 100644 index 0000000..0a47bd0 --- /dev/null +++ b/Source/Crunch/Private/Character/CCharacter.cpp @@ -0,0 +1,29 @@ +// Multiplayer By Caleb + + +#include "Crunch/Public/Character/CCharacter.h" + + +// Sets default values +ACCharacter::ACCharacter() +{ + PrimaryActorTick.bCanEverTick = true; + GetMesh()->SetCollisionEnabled(ECollisionEnabled::NoCollision); +} + +void ACCharacter::BeginPlay() +{ + Super::BeginPlay(); + +} + +void ACCharacter::Tick(float DeltaTime) +{ + Super::Tick(DeltaTime); +} + +void ACCharacter::SetupPlayerInputComponent(UInputComponent* PlayerInputComponent) +{ + Super::SetupPlayerInputComponent(PlayerInputComponent); +} + diff --git a/Source/Crunch/Private/Character/CPlayerCharacter.cpp b/Source/Crunch/Private/Character/CPlayerCharacter.cpp new file mode 100644 index 0000000..8ad61ce --- /dev/null +++ b/Source/Crunch/Private/Character/CPlayerCharacter.cpp @@ -0,0 +1,97 @@ +// Multiplayer By Caleb + + +#include "Crunch/Public/Character/CPlayerCharacter.h" + +#include "Camera/CameraComponent.h" +#include "Crunch/Public/Player/CPlayerController.h" +#include "GameFramework/SpringArmComponent.h" +#include "EnhancedInputSubsystems.h" +#include "EnhancedInputComponent.h" +#include "GameFramework/CharacterMovementComponent.h" + + +ACPlayerCharacter::ACPlayerCharacter() +{ + PrimaryActorTick.bCanEverTick = true; + + CameraBoom = CreateDefaultSubobject("CameraBoom"); + CameraBoom->SetupAttachment(GetRootComponent()); + CameraBoom->bUsePawnControlRotation = true; + + ViewCamera = CreateDefaultSubobject("ViewCamera"); + ViewCamera->SetupAttachment(CameraBoom, USpringArmComponent::SocketName); + + bUseControllerRotationYaw = false; + GetCharacterMovement()->bOrientRotationToMovement = true; + GetCharacterMovement()->RotationRate = RotationRate; +} + +void ACPlayerCharacter::PawnClientRestart() +{ + Super::PawnClientRestart(); + + if (const auto OwningPlayerController{GetController()}) + { + const auto InputSubsystem{ + OwningPlayerController->GetLocalPlayer()->GetSubsystem() + }; + if (InputSubsystem) + { + InputSubsystem->RemoveMappingContext(GameplayMappingContext); + InputSubsystem->AddMappingContext(GameplayMappingContext, 0); + } + } +} + +void ACPlayerCharacter::BeginPlay() +{ + Super::BeginPlay(); +} + +void ACPlayerCharacter::Tick(float DeltaTime) +{ + Super::Tick(DeltaTime); +} + +void ACPlayerCharacter::SetupPlayerInputComponent(UInputComponent* PlayerInputComponent) +{ + Super::SetupPlayerInputComponent(PlayerInputComponent); + if (const auto EnhancedInputComp{Cast(PlayerInputComponent)}) + { + EnhancedInputComp->BindAction(JumpInputAction, ETriggerEvent::Triggered, this, &ThisClass::Jump); + EnhancedInputComp->BindAction(LookInputAction, ETriggerEvent::Triggered, this, &ThisClass::HandleLookInput); + EnhancedInputComp->BindAction(MoveInputAction, ETriggerEvent::Triggered, this, &ThisClass::HandleMoveInput); + } +} + +void ACPlayerCharacter::HandleLookInput(const FInputActionValue& InputActionValue) +{ + const FVector2D InputVal{InputActionValue.Get()}; + + AddControllerPitchInput(-InputVal.Y); + AddControllerYawInput(InputVal.X); +} + +void ACPlayerCharacter::HandleMoveInput(const FInputActionValue& InputActionValue) +{ + FVector2D InputVal{InputActionValue.Get()}; + InputVal.Normalize(); + + AddMovementInput(GetMoveFwdDir() * InputVal.Y + GetLookRightDir() * InputVal.X); +} + +FVector ACPlayerCharacter::GetLookRightDir() const +{ + return ViewCamera->GetRightVector(); +} + +FVector ACPlayerCharacter::GetLookFwdDir() const +{ + return ViewCamera->GetForwardVector(); +} + +FVector ACPlayerCharacter::GetMoveFwdDir() const +{ + return FVector::CrossProduct(GetLookRightDir(), FVector::UpVector); +} diff --git a/Source/Crunch/Private/Game/CGameMode.cpp b/Source/Crunch/Private/Game/CGameMode.cpp new file mode 100644 index 0000000..4f625c9 --- /dev/null +++ b/Source/Crunch/Private/Game/CGameMode.cpp @@ -0,0 +1,4 @@ +// Multipalyer By Caleb + + +#include "Crunch/Public/Game/CGameMode.h" diff --git a/Source/Crunch/Private/Player/CPlayerController.cpp b/Source/Crunch/Private/Player/CPlayerController.cpp new file mode 100644 index 0000000..e82c2c4 --- /dev/null +++ b/Source/Crunch/Private/Player/CPlayerController.cpp @@ -0,0 +1,5 @@ +// Multipalyer By Caleb + + +#include "Crunch/Public/Player/CPlayerController.h" + diff --git a/Source/Crunch/Public/Animations/CAnimInstance.h b/Source/Crunch/Public/Animations/CAnimInstance.h new file mode 100644 index 0000000..c2dd69f --- /dev/null +++ b/Source/Crunch/Public/Animations/CAnimInstance.h @@ -0,0 +1,64 @@ +// Multiplayer By Caleb + +#pragma once + +#include "CoreMinimal.h" +#include "Animation/AnimInstance.h" +#include "CAnimInstance.generated.h" + +/** + * + */ +UCLASS() +class CRUNCH_API UCAnimInstance : public UAnimInstance +{ + GENERATED_BODY() + +public: + virtual void NativeInitializeAnimation() override; + virtual void NativeUpdateAnimation(float DeltaSeconds) override; + virtual void NativeThreadSafeUpdateAnimation(float DeltaSeconds) override; + + UFUNCTION(BlueprintCallable, meta=(BlueprintThreadSafe)) + FORCEINLINE float GetSpeed() const { return Speed; } + + UFUNCTION(BlueprintCallable, meta=(BlueprintThreadSafe)) + FORCEINLINE bool IsMoving() const { return Speed != 0; } + + UFUNCTION(BlueprintCallable, meta=(BlueprintThreadSafe)) + FORCEINLINE bool IsNotMoving() const { return Speed == 0; } + + UFUNCTION(BlueprintCallable, meta=(BlueprintThreadSafe)) + FORCEINLINE float GetYawSpeed() const { return YawSpeed; } + + UFUNCTION(BlueprintCallable, meta=(BlueprintThreadSafe)) + FORCEINLINE float GetSmoothedYaw() const { return SmoothedYawSpeed; } + + UFUNCTION(BlueprintCallable, meta=(BlueprintThreadSafe)) + FORCEINLINE bool GetIsJumping() const { return bIsJumping; } + + UFUNCTION(BlueprintCallable, meta=(BlueprintThreadSafe)) + FORCEINLINE bool IsOnGround() const { return !bIsJumping; } + + UFUNCTION(BlueprintCallable, meta=(BlueprintThreadSafe)) + FORCEINLINE float GetLookYawOffset() const { return LookRotOffset.Yaw; } + UFUNCTION(BlueprintCallable, meta=(BlueprintThreadSafe)) + FORCEINLINE float GetLookPitchOffset() const { return LookRotOffset.Pitch; } + +private: + UPROPERTY() + class ACharacter* OwnerCharacter; + UPROPERTY() + class UCharacterMovementComponent* OwnerMovementComp; + UPROPERTY() + float Speed{0.f}; + float YawSpeed{0.f}; + float SmoothedYawSpeed{0.f}; + bool bIsJumping{false}; + + UPROPERTY(EditAnywhere, Category="Animation") + float YawSpeedSmoothLerpSpeed{1.f}; + + FRotator BodyPrevRot{}; + FRotator LookRotOffset{}; +}; diff --git a/Source/Crunch/Public/Character/CCharacter.h b/Source/Crunch/Public/Character/CCharacter.h new file mode 100644 index 0000000..c851781 --- /dev/null +++ b/Source/Crunch/Public/Character/CCharacter.h @@ -0,0 +1,24 @@ +// Multiplayer By Caleb + +#pragma once + +#include "CoreMinimal.h" +#include "GameFramework/Character.h" +#include "CCharacter.generated.h" + +UCLASS() +class CRUNCH_API ACCharacter : public ACharacter +{ + GENERATED_BODY() + +public: + ACCharacter(); + +protected: + virtual void BeginPlay() override; + +public: + virtual void Tick(float DeltaTime) override; + + virtual void SetupPlayerInputComponent(class UInputComponent* PlayerInputComponent) override; +}; diff --git a/Source/Crunch/Public/Character/CPlayerCharacter.h b/Source/Crunch/Public/Character/CPlayerCharacter.h new file mode 100644 index 0000000..11d1b39 --- /dev/null +++ b/Source/Crunch/Public/Character/CPlayerCharacter.h @@ -0,0 +1,52 @@ +// Multiplayer By Caleb + +#pragma once + +#include "CoreMinimal.h" +#include "CCharacter.h" +#include "CPlayerCharacter.generated.h" + +struct FInputActionValue; + +UCLASS() +class CRUNCH_API ACPlayerCharacter : public ACCharacter +{ + GENERATED_BODY() + +public: + ACPlayerCharacter(); + virtual void PawnClientRestart() override; + +protected: + virtual void BeginPlay() override; + +public: + virtual void Tick(float DeltaTime) override; + virtual void SetupPlayerInputComponent(class UInputComponent* PlayerInputComponent) override; + +private: + UPROPERTY(VisibleDefaultsOnly, Category= "View") + class USpringArmComponent* CameraBoom; + UPROPERTY(VisibleDefaultsOnly, Category= "View") + class UCameraComponent* ViewCamera; + + UPROPERTY(EditDefaultsOnly, Category= "View") + FRotator RotationRate{FRotator(0.0f, 720.0f, 0.0f)}; + + UPROPERTY(EditDefaultsOnly, Category= "Input") + class UInputMappingContext* GameplayMappingContext; + UPROPERTY(EditDefaultsOnly, Category= "Input") + class UInputAction* JumpInputAction; + UPROPERTY(EditDefaultsOnly, Category= "Input") + UInputAction* LookInputAction; + UPROPERTY(EditDefaultsOnly, Category= "Input") + UInputAction* MoveInputAction; + + void HandleLookInput(const FInputActionValue& InputActionValue); + void HandleMoveInput(const FInputActionValue& InputActionValue); + + FVector GetLookRightDir() const; + FVector GetLookFwdDir() const; + FVector GetMoveFwdDir() const; + +}; diff --git a/Source/Crunch/Public/Game/CGameMode.h b/Source/Crunch/Public/Game/CGameMode.h new file mode 100644 index 0000000..2de8390 --- /dev/null +++ b/Source/Crunch/Public/Game/CGameMode.h @@ -0,0 +1,16 @@ +// Multipalyer By Caleb + +#pragma once + +#include "CoreMinimal.h" +#include "GameFramework/GameModeBase.h" +#include "CGameMode.generated.h" + +/** + * + */ +UCLASS() +class CRUNCH_API ACGameMode : public AGameModeBase +{ + GENERATED_BODY() +}; diff --git a/Source/Crunch/Public/Player/CPlayerController.h b/Source/Crunch/Public/Player/CPlayerController.h new file mode 100644 index 0000000..e66ec7c --- /dev/null +++ b/Source/Crunch/Public/Player/CPlayerController.h @@ -0,0 +1,16 @@ +// Multipalyer By Caleb + +#pragma once + +#include "CoreMinimal.h" +#include "GameFramework/PlayerController.h" +#include "CPlayerController.generated.h" + +/** + * + */ +UCLASS() +class CRUNCH_API ACPlayerController : public APlayerController +{ + GENERATED_BODY() +};